Bug 81911 - Web Inspector: Breakpoint manager should not materialize breakpoints until script is bound to the corresponding uiSourceCode.
Summary: Web Inspector: Breakpoint manager should not materialize breakpoints until sc...
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 08:00 PDT by Vsevolod Vlasov
Modified: 2012-05-21 06:23 PDT (History)
11 users (show)

See Also:


Attachments
Patch (15.69 KB, patch)
2012-03-22 08:15 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (15.68 KB, patch)
2012-03-22 08:30 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vsevolod Vlasov 2012-03-22 08:00:55 PDT
This change moves materializeBreakpoint call to scriptBound method.
Materializing breakpoints is now separated from uiSourceCode adding/removing and 
we'll be able to remove breakpoints from debugger when corresponding script is unbound from uiSourceCode.
Comment 1 Vsevolod Vlasov 2012-03-22 08:15:24 PDT
Created attachment 133267 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-03-22 08:30:56 PDT
Created attachment 133271 [details]
Patch