Title: [198095] trunk/Source/WebInspectorUI
Revision
198095
Author
[email protected]
Date
2016-03-13 23:20:29 -0700 (Sun, 13 Mar 2016)

Log Message

Web Inspector: Large repaints when typing any character in console
https://bugs.webkit.org/show_bug.cgi?id=155387
<rdar://problem/25125720>

Reviewed by Timothy Hatcher.

* UserInterface/Views/Main.css:
(#content):

Modified Paths

Diff

Modified: trunk/Source/WebInspectorUI/ChangeLog (198094 => 198095)


--- trunk/Source/WebInspectorUI/ChangeLog	2016-03-14 05:57:39 UTC (rev 198094)
+++ trunk/Source/WebInspectorUI/ChangeLog	2016-03-14 06:20:29 UTC (rev 198095)
@@ -1,3 +1,14 @@
+2016-03-13  Nikita Vasilyev  <[email protected]>
+
+        Web Inspector: Large repaints when typing any character in console
+        https://bugs.webkit.org/show_bug.cgi?id=155387
+        <rdar://problem/25125720>
+
+        Reviewed by Timothy Hatcher.
+
+        * UserInterface/Views/Main.css:
+        (#content):
+
 2016-03-13  Devin Rousso  <[email protected]>
 
         Web Inspector: Memory timeline pie charts are misaligned when there is no recording

Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Main.css (198094 => 198095)


--- trunk/Source/WebInspectorUI/UserInterface/Views/Main.css	2016-03-14 05:57:39 UTC (rev 198094)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Main.css	2016-03-14 06:20:29 UTC (rev 198095)
@@ -141,6 +141,8 @@
     display: flex;
     flex-direction: column;
     flex: 1;
+
+    transform: translateZ(0); /* Promote #content into a layer to reduce repaint areas. http://webkit.org/b/155387 */
 }
 
 #tab-browser {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to