Title: [218243] trunk/Source/WebInspectorUI
Revision
218243
Author
nvasil...@apple.com
Date
2017-06-13 21:55:04 -0700 (Tue, 13 Jun 2017)

Log Message

Web Inspector: Console: Message icons overlay source location
https://bugs.webkit.org/show_bug.cgi?id=173291

Reviewed by Matt Baker.

* UserInterface/Views/ConsoleMessageView.css:
(.console-message-location.call-frame):
This should be a safe change since a method name and a source link already have
max-width set to 20vw and 30vw respectively.

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (218242 => 218243)


--- trunk/Source/WebInspectorUI/ChangeLog	2017-06-14 03:48:23 UTC (rev 218242)
+++ trunk/Source/WebInspectorUI/ChangeLog	2017-06-14 04:55:04 UTC (rev 218243)
@@ -1,5 +1,17 @@
 2017-06-13  Nikita Vasilyev  <nvasil...@apple.com>
 
+        Web Inspector: Console: Message icons overlay source location
+        https://bugs.webkit.org/show_bug.cgi?id=173291
+
+        Reviewed by Matt Baker.
+
+        * UserInterface/Views/ConsoleMessageView.css:
+        (.console-message-location.call-frame):
+        This should be a safe change since a method name and a source link already have
+        max-width set to 20vw and 30vw respectively.
+
+2017-06-13  Nikita Vasilyev  <nvasil...@apple.com>
+
         Web Inspector: Don't use -webkit-user-modify CSS property
         https://bugs.webkit.org/show_bug.cgi?id=173232
 

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css (218242 => 218243)


--- trunk/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css	2017-06-14 03:48:23 UTC (rev 218242)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.css	2017-06-14 04:55:04 UTC (rev 218243)
@@ -246,7 +246,7 @@
 
 .console-message-location.call-frame {
     display: inline-block;
-    max-width: 50vw;
+    max-width: 100%;
     max-height: 16px;
     overflow: hidden;
     text-overflow: ellipsis;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to