Title: [127352] trunk/Source/WebCore
Revision
127352
Author
[email protected]
Date
2012-08-31 20:08:43 -0700 (Fri, 31 Aug 2012)

Log Message

-webkit-flex: 0 in inspector.css is confusing
https://bugs.webkit.org/show_bug.cgi?id=95568

Patch by Chris Hutten-Czapski <[email protected]> on 2012-08-31
Reviewed by Tony Chang.

The initial value of -webkit-flex results in the same layout as
-webkit-flex: 0; but does not depend on the new initial value of auto
for min-width.

This increases the support for the new Web Inspector style to renderers
built before rev 122264 but after 117385.

No new tests (has no effect except to out-of-date renderers)

* inspector/front-end/inspector.css:
(.status-bar-item):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (127351 => 127352)


--- trunk/Source/WebCore/ChangeLog	2012-09-01 02:14:23 UTC (rev 127351)
+++ trunk/Source/WebCore/ChangeLog	2012-09-01 03:08:43 UTC (rev 127352)
@@ -1,3 +1,22 @@
+2012-08-31  Chris Hutten-Czapski  <[email protected]>
+
+        -webkit-flex: 0 in inspector.css is confusing
+        https://bugs.webkit.org/show_bug.cgi?id=95568
+
+        Reviewed by Tony Chang.
+
+        The initial value of -webkit-flex results in the same layout as
+        -webkit-flex: 0; but does not depend on the new initial value of auto
+        for min-width.
+
+        This increases the support for the new Web Inspector style to renderers
+        built before rev 122264 but after 117385.
+
+        No new tests (has no effect except to out-of-date renderers)
+
+        * inspector/front-end/inspector.css:
+        (.status-bar-item):
+
 2012-08-31  Filip Pizlo  <[email protected]>
 
         JSArray::putDirectIndex should by default behave like JSObject::putDirect

Modified: trunk/Source/WebCore/inspector/front-end/inspector.css (127351 => 127352)


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2012-09-01 02:14:23 UTC (rev 127351)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2012-09-01 03:08:43 UTC (rev 127352)
@@ -544,7 +544,6 @@
     display: inline-block;
     pointer-events: auto;
     cursor: default;
-    -webkit-flex: 0;
     height: 24px;
     padding: 0;
     margin-left: -1px;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to