Bug 155386

Summary: Web Inspector: Convert toolbar and tab bar to position absolute to reduce repaint areas
Product: WebKit Reporter: Nikita Vasilyev <nvasilyev>
Component: Web InspectorAssignee: Nikita Vasilyev <nvasilyev>
Status: RESOLVED FIXED    
Severity: Normal CC: bburg, commit-queue, graouts, joepeck, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
See Also: https://bugs.webkit.org/show_bug.cgi?id=145324
Attachments:
Description Flags
Patch
timothy: review+
[Animated GIF] With the patch applied
none
Patch none

Description Nikita Vasilyev 2016-03-11 22:01:07 PST
Via bug 145324 "Web Inspector: Large repaints when typing any character in console"

The low hanging fruit is to convert #toolbar, #tab-bar, and #main from flexbox to
position absolute. This takes the toolbar and the tab bar out of the repaint area
when typing in the console or editing a resource.
Comment 1 Radar WebKit Bug Importer 2016-03-11 22:03:51 PST
<rdar://problem/25125476>
Comment 2 Nikita Vasilyev 2016-03-11 22:08:56 PST
Created attachment 273806 [details]
Patch

I'll revisit this when bug 145324 is fixed.
Comment 3 Nikita Vasilyev 2016-03-11 22:21:58 PST
Created attachment 273808 [details]
[Animated GIF] With the patch applied
Comment 4 Nikita Vasilyev 2016-03-11 22:36:04 PST
Created attachment 273809 [details]
Patch
Comment 5 WebKit Commit Bot 2016-03-12 10:16:21 PST
Comment on attachment 273809 [details]
Patch

Clearing flags on attachment: 273809

Committed r198065: <http://trac.webkit.org/changeset/198065>
Comment 6 WebKit Commit Bot 2016-03-12 10:16:24 PST
All reviewed patches have been landed.  Closing bug.