Bug 33690 - Web Inspector: debugger does not work with isolated worlds
Summary: Web Inspector: debugger does not work with isolated worlds
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: Timothy Hatcher
URL:
Keywords:
Depends on:
Blocks: 33692
  Show dependency treegraph
 
Reported: 2010-01-14 14:48 PST by Timothy Hatcher
Modified: 2010-01-14 15:41 PST (History)
9 users (show)

See Also:


Attachments
Proposed Patch (6.79 KB, patch)
2010-01-14 15:20 PST, Timothy Hatcher
aroben: review+
timothy: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.