Bug 52300

Summary: Web Inspector: breakpoints are restored incorrectly when reverting live edit
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   
Attachments:
Description Flags
Patch. pfeldman: review+

Description Pavel Podivilov 2011-01-12 09:06:38 PST
* fix breakpoints restoring when reverting to old revision by using text diff
* move live edit logic from ScriptsPanel to DebuggerModel
* eliminate unnecessary editLine delegate in TextViewer
Comment 1 Pavel Podivilov 2011-01-12 09:09:38 PST
Created attachment 78697 [details]
Patch.
Comment 2 Pavel Podivilov 2011-01-21 03:59:57 PST
Committed r76341: <http://trac.webkit.org/changeset/76341>