Bug 61133

Summary: Web Inspector: breakpoints disappear from ui after navigation.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
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   
Bug Depends on: 61195    
Bug Blocks:    
Attachments:
Description Flags
Patch.
none
Patch. pfeldman: review+

Description Pavel Podivilov 2011-05-19 11:02:41 PDT
Web Inspector: breakpoints disappear from ui after navigation.

After navigation, breakpoints are removed from _breakpointsWithoutSourceFile and asynchronously added to sourceFile.breakpoints. If another navigation happens in the middle, breakpoints are lost.
Comment 1 Pavel Podivilov 2011-05-20 09:06:22 PDT
Created attachment 94230 [details]
Patch.
Comment 2 Pavel Podivilov 2011-05-20 09:07:03 PDT
Created attachment 94231 [details]
Patch.
Comment 3 Pavel Podivilov 2011-05-20 09:09:54 PDT
*** Bug 61189 has been marked as a duplicate of this bug. ***
Comment 4 Pavel Podivilov 2011-05-20 09:13:02 PDT
Committed r86958: <http://trac.webkit.org/changeset/86958>
Comment 5 Pavel Podivilov 2011-05-20 09:26:02 PDT
Committed r86963: <http://trac.webkit.org/changeset/86963>