Title: [198346] trunk/Source/WebInspectorUI
- Revision
- 198346
- Author
- [email protected]
- Date
- 2016-03-17 12:07:19 -0700 (Thu, 17 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 (198345 => 198346)
--- trunk/Source/WebInspectorUI/ChangeLog 2016-03-17 18:54:15 UTC (rev 198345)
+++ trunk/Source/WebInspectorUI/ChangeLog 2016-03-17 19:07:19 UTC (rev 198346)
@@ -1,3 +1,14 @@
+2016-03-17 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-16 Matt Baker <[email protected]>
Uncaught Exception: SyntaxError: Invalid regular _expression_: \ at end of pattern
Modified: trunk/Source/WebInspectorUI/UserInterface/Views/Main.css (198345 => 198346)
--- trunk/Source/WebInspectorUI/UserInterface/Views/Main.css 2016-03-17 18:54:15 UTC (rev 198345)
+++ trunk/Source/WebInspectorUI/UserInterface/Views/Main.css 2016-03-17 19:07:19 UTC (rev 198346)
@@ -141,6 +141,8 @@
display: flex;
flex-direction: column;
flex: 1;
+
+ z-index: 1; /* This reduces paint areas when typing in the console. http://webkit.org/b/145324 */
}
#tab-browser {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes