Bug 105850 - Web Inspector: support muting timeline when processing events not from inspected contexts
Summary: Web Inspector: support muting timeline when processing events not from inspec...
Status: RESOLVED INVALID
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: 2012-12-29 02:01 PST by Andrey Kosyakov
Modified: 2014-12-12 13:42 PST (History)
8 users (show)

See Also:


Attachments
Patch (7.02 KB, patch)
2012-12-29 02:07 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 2012-12-29 02:01:30 PST
Timeline used to only be invoked for events happening in inspected contexts. Since this is not necessary a case now after bug 105796, we need a way to mute timeline when we receive events from contexts that are not related to the inspected page.
Comment 1 Andrey Kosyakov 2012-12-29 02:07:14 PST
Created attachment 180925 [details]
Patch
Comment 2 Pavel Feldman 2012-12-29 04:52:05 PST
Comment on attachment 180925 [details]
Patch

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

> Source/WebCore/ChangeLog:3
> +        Web Inspector: support muting timeline when processing events not from inspected contexts

Based on the offline discussion, you don't need this yet.
Comment 3 Brian Burg 2014-12-12 13:40:49 PST
Closing as invalid, as this bug pertains to the old inspector UI and/or its tests.
Please file a new bug (https://www.webkit.org/new-inspector-bug) if the bug/feature/issue is still relevant to WebKit trunk.