Title: [120468] trunk/Source/WebCore
Revision
120468
Author
[email protected]
Date
2012-06-15 09:03:35 -0700 (Fri, 15 Jun 2012)

Log Message

Web Inspector: Long frame urls make all/errors/warnings/logs buttons inaccessible.
https://bugs.webkit.org/show_bug.cgi?id=88907

Reviewed by Vsevolod Vlasov.

* inspector/front-end/inspector.css:
(#console-context):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (120467 => 120468)


--- trunk/Source/WebCore/ChangeLog	2012-06-15 15:56:18 UTC (rev 120467)
+++ trunk/Source/WebCore/ChangeLog	2012-06-15 16:03:35 UTC (rev 120468)
@@ -1,3 +1,13 @@
+2012-06-15  Pavel Feldman  <[email protected]>
+
+        Web Inspector: Long frame urls make all/errors/warnings/logs buttons inaccessible.
+        https://bugs.webkit.org/show_bug.cgi?id=88907
+
+        Reviewed by Vsevolod Vlasov.
+
+        * inspector/front-end/inspector.css:
+        (#console-context):
+
 2012-06-15  Florin Malita  <[email protected]>
 
         Specular light filters produce dark results

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


--- trunk/Source/WebCore/inspector/front-end/inspector.css	2012-06-15 15:56:18 UTC (rev 120467)
+++ trunk/Source/WebCore/inspector/front-end/inspector.css	2012-06-15 16:03:35 UTC (rev 120468)
@@ -2749,3 +2749,7 @@
     border-color: transparent;
     border-width: 0 0 11px 0;
 }
+
+#console-context {
+    max-width: 200px;
+}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to