Bug 108599 - Web Inspector: display background events on Timeline
Summary: Web Inspector: display background events on Timeline
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-02-01 01:52 PST by Andrey Kosyakov
Modified: 2013-02-26 04:45 PST (History)
8 users (show)

See Also:


Attachments
Patch (11.18 KB, patch)
2013-02-01 02:14 PST, Andrey Kosyakov
pfeldman: review+
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-02-01 01:52:43 PST
This adds support for displaying events that happened off the main thread as hollow bars aligned to the latest top-level event before the background event.
Comment 1 Andrey Kosyakov 2013-02-01 02:14:45 PST
Created attachment 185987 [details]
Patch
Comment 2 Pavel Feldman 2013-02-01 08:35:04 PST
Comment on attachment 185987 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=185987&action=review

> Source/WebCore/inspector/Inspector.json:2576
> +                    { "name": "thread", "type": "string", "optional": true, "description": "If present, identifies the thread that produced the event." },

ThreadId?
Comment 3 Andrey Kosyakov 2013-02-26 04:45:55 PST
Committed r144039: <http://trac.webkit.org/changeset/144039>