Bug 33690

Summary: Web Inspector: debugger does not work with isolated worlds
Product: WebKit Reporter: Timothy Hatcher <timothy>
Component: Web Inspector (Deprecated)Assignee: Timothy Hatcher <timothy>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, bweinstein, joepeck, keishi, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 33692    
Attachments:
Description Flags
Proposed Patch aroben: review+, timothy: commit-queue-

Description Timothy Hatcher 2010-01-14 14:48:56 PST
We should make the debugger work with isolated worlds.
Comment 1 Timothy Hatcher 2010-01-14 15:20:35 PST
Created attachment 46612 [details]
Proposed Patch
Comment 2 Adam Roben (:aroben) 2010-01-14 15:25:23 PST
Comment on attachment 46612 [details]
Proposed Patch

Can we get rid of debuggerWorld() now?

Any way to write a test?

r=me
Comment 3 Timothy Hatcher 2010-01-14 15:31:55 PST
(In reply to comment #2)
> (From update of attachment 46612 [details])
> Can we get rid of debuggerWorld() now?

debuggerWorld is used by profiling still. I will file a bug about fixing that.

> Any way to write a test?

Not possible to make a debugger test at this time.
Comment 4 Timothy Hatcher 2010-01-14 15:39:27 PST
Landed in r53295.