Bug 94209

Summary: Web Inspector: Breakpoints are not correctly restored on reload.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

Vsevolod Vlasov
Reported 2012-08-16 03:06:33 PDT
This is caused by race condition between restoreBreakpoints call intiated by setTimeout in UISourceCode constructor and removing this UISourceCode from mapping when corresponding resource has finished loading. Patch to follow.
Attachments
Patch (11.75 KB, patch)
2012-08-16 03:27 PDT, Vsevolod Vlasov
pfeldman: review+
Vsevolod Vlasov
Comment 1 2012-08-16 03:27:06 PDT
Vsevolod Vlasov
Comment 2 2012-08-16 04:42:34 PDT
Note You need to log in before you can comment on or make changes to this bug.