Bug 81911

Summary: Web Inspector: Breakpoint manager should not materialize breakpoints until script is bound to the corresponding uiSourceCode.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED INVALID    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, podivilov, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch none

Vsevolod Vlasov
Reported 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.
Attachments
Patch (15.69 KB, patch)
2012-03-22 08:15 PDT, Vsevolod Vlasov
no flags
Patch (15.68 KB, patch)
2012-03-22 08:30 PDT, Vsevolod Vlasov
no flags
Vsevolod Vlasov
Comment 1 2012-03-22 08:15:24 PDT
Vsevolod Vlasov
Comment 2 2012-03-22 08:30:56 PDT
Note You need to log in before you can comment on or make changes to this bug.