Bug 107008

Summary: Web Inspector: UISourceCode scriptFile / styleFile should be reset on navigation (debugger or css model reset).
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Vsevolod Vlasov 2013-01-16 06:21:03 PST
Patch to follow
Comment 1 Vsevolod Vlasov 2013-01-16 06:25:45 PST
Created attachment 182971 [details]
Patch
Comment 2 Pavel Feldman 2013-01-16 07:39:13 PST
Comment on attachment 182971 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=182971&action=review

> Source/WebCore/inspector/front-end/StylesSourceMapping.js:121
> +    _frameAdded: function(event)

Looks like a pattern. MainFrameCreatedOrNavigated.
Comment 3 Vsevolod Vlasov 2013-01-16 08:14:58 PST
Created attachment 182985 [details]
Patch
Comment 4 Vsevolod Vlasov 2013-01-16 08:50:01 PST
Committed r139885: <http://trac.webkit.org/changeset/139885>