Bug 113564 - Web Inspector: assign Scroll events to rendering category (was painting)
Summary: Web Inspector: assign Scroll events to rendering category (was painting)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-29 02:45 PDT by Andrey Kosyakov
Modified: 2013-03-29 05:30 PDT (History)
9 users (show)

See Also:


Attachments
Patch (2.26 KB, patch)
2013-03-29 02:51 PDT, Andrey Kosyakov
pfeldman: review+
caseq: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2013-03-29 02:45:49 PDT
Quoting Nat:
Can we make it part of rendering, e.g. purple? Its part of webkit's stuff, whereas green is mainly the painting system.

I just was tuning kix and was thinking for the longest time that it was bottlenecked on painting, but in reality, it was bottlenecked on having a slow scroll handler.
Comment 1 Andrey Kosyakov 2013-03-29 02:51:13 PDT
Created attachment 195712 [details]
Patch
Comment 2 Andrey Kosyakov 2013-03-29 05:30:05 PDT
Committed r147208: <http://trac.webkit.org/changeset/147208>