Title: [210125] trunk/Source/WebInspectorUI
Revision
210125
Author
[email protected]
Date
2016-12-22 17:23:15 -0800 (Thu, 22 Dec 2016)

Log Message

Unreviewed, rolling out r210069.
https://bugs.webkit.org/show_bug.cgi?id=166439

This patch makes all properties in Computed Styles strike-
through when switching from the Rules panel. (Requested by NVI
on #webkit).

Reverted changeset:

"Web Inspector: Uncommenting CSS properties doesn't work for
inline styles"
https://bugs.webkit.org/show_bug.cgi?id=166297
http://trac.webkit.org/changeset/210069

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (210124 => 210125)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-12-23 01:19:55 UTC (rev 210124)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-12-23 01:23:15 UTC (rev 210125)
@@ -1,3 +1,19 @@
+2016-12-22  Commit Queue  <[email protected]>
+
+        Unreviewed, rolling out r210069.
+        https://bugs.webkit.org/show_bug.cgi?id=166439
+
+        This patch makes all properties in Computed Styles strike-
+        through when switching from the Rules panel. (Requested by NVI
+        on #webkit).
+
+        Reverted changeset:
+
+        "Web Inspector: Uncommenting CSS properties doesn't work for
+        inline styles"
+        https://bugs.webkit.org/show_bug.cgi?id=166297
+        http://trac.webkit.org/changeset/210069
+
 2016-12-22  Nikita Vasilyev  <[email protected]>
 
         Web Inspector: Styles sidebar: Uncommenting CSS rules of pseudo-elements doesn't work

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js (210124 => 210125)


--- trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js	2016-12-23 01:19:55 UTC (rev 210124)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/CSSStyleDeclarationTextEditor.js	2016-12-23 01:23:15 UTC (rev 210125)
@@ -1403,7 +1403,6 @@
         // Reset the content if the text is different and we are not focused.
         if (!this.focused && (!this._style.text || this._style.text !== this._formattedContent())) {
             this._resetContent();
-            this._updateTextMarkers();
             return;
         }
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to