Bug 155386 - Web Inspector: Convert toolbar and tab bar to position absolute to reduce repaint areas
Summary: Web Inspector: Convert toolbar and tab bar to position absolute to reduce rep...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nikita Vasilyev
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2016-03-11 22:01 PST by Nikita Vasilyev
Modified: 2016-03-12 10:16 PST (History)
8 users (show)

See Also:


Attachments
Patch (4.12 KB, patch)
2016-03-11 22:08 PST, Nikita Vasilyev
timothy: review+
Details | Formatted Diff | Diff
[Animated GIF] With the patch applied (1.01 MB, image/gif)
2016-03-11 22:21 PST, Nikita Vasilyev
no flags Details
Patch (4.26 KB, patch)
2016-03-11 22:36 PST, Nikita Vasilyev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.