Title: [227321] branches/safari-605-branch/Source/WebInspectorUI
- Revision
- 227321
- Author
- [email protected]
- Date
- 2018-01-22 09:58:14 -0800 (Mon, 22 Jan 2018)
Log Message
Cherry-pick r227228. rdar://problem/36722601
Modified Paths
Diff
Modified: branches/safari-605-branch/Source/WebInspectorUI/ChangeLog (227320 => 227321)
--- branches/safari-605-branch/Source/WebInspectorUI/ChangeLog 2018-01-22 17:58:12 UTC (rev 227320)
+++ branches/safari-605-branch/Source/WebInspectorUI/ChangeLog 2018-01-22 17:58:14 UTC (rev 227321)
@@ -1,5 +1,20 @@
2018-01-22 Jason Marcell <[email protected]>
+ Cherry-pick r227228. rdar://problem/36722601
+
+ 2018-01-19 Nikita Vasilyev <[email protected]>
+
+ Web Inspector: Make styles sidebar always LTR
+ https://bugs.webkit.org/show_bug.cgi?id=175357
+ <rdar://problem/33787988>
+
+ Reviewed by Joseph Pecoraro.
+
+ * UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js:
+ (WI.SpreadsheetRulesStyleDetailsPanel):
+
+2018-01-22 Jason Marcell <[email protected]>
+
Cherry-pick r227008. rdar://problem/36722458
2018-01-16 Matt Baker <[email protected]>
Modified: branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js (227320 => 227321)
--- branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js 2018-01-22 17:58:12 UTC (rev 227320)
+++ branches/safari-605-branch/Source/WebInspectorUI/UserInterface/Views/SpreadsheetRulesStyleDetailsPanel.js 2018-01-22 17:58:14 UTC (rev 227321)
@@ -34,6 +34,9 @@
this.element.classList.add("spreadsheet-style-panel");
+ // Make the styles sidebar always left-to-right since CSS is strictly an LTR language.
+ this.element.dir = "ltr";
+
this._headerMap = new Map;
this._sections = [];
this._newRuleSelector = null;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes