Bug 79085 - [V8] Web Inspector: simplify worker debugger implementation
Summary: [V8] Web Inspector: simplify worker debugger implementation
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: Yury Semikhatsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-21 00:37 PST by Yury Semikhatsky
Modified: 2012-02-21 01:09 PST (History)
10 users (show)

See Also:


Attachments
Patch (9.19 KB, patch)
2012-02-21 00:39 PST, Yury Semikhatsky
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yury Semikhatsky 2012-02-21 00:37:45 PST
Now that each worker runs in its own isolate we can simplify debugger code a bit.
Comment 1 Yury Semikhatsky 2012-02-21 00:39:29 PST
Created attachment 127930 [details]
Patch
Comment 2 Yury Semikhatsky 2012-02-21 01:09:36 PST
Committed r108324: <http://trac.webkit.org/changeset/108324>