WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
112168
Web Inspector: coalesce repeating timeline records
https://bugs.webkit.org/show_bug.cgi?id=112168
Summary
Web Inspector: coalesce repeating timeline records
Andrey Kosyakov
Reported
2013-03-12 10:52:43 PDT
We primarily need this because we'd like to stop aggregating Rasterize events on the back-end, as these may have useful nested records, but are still too numerous to show by default on the front-end. The idea is to introduce artificial parent node for top level repeating events. This also appears to work well with numerous Parse HTML, Send Request and Paint request, slightly improving the density of information presented on main view.
Attachments
Patch
(16.72 KB, patch)
2013-03-12 10:55 PDT
,
Andrey Kosyakov
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Andrey Kosyakov
Comment 1
2013-03-12 10:55:16 PDT
Created
attachment 192768
[details]
Patch
Vsevolod Vlasov
Comment 2
2013-03-13 06:03:10 PDT
Comment on
attachment 192768
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=192768&action=review
> Source/WebCore/inspector/front-end/TimelinePresentationModel.js:433 > + coalescedRecord.collapsed = true;
redundant
Andrey Kosyakov
Comment 3
2013-03-13 11:17:07 PDT
Committed
r145727
: <
http://trac.webkit.org/changeset/145727
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug