Bug 107008 - Web Inspector: UISourceCode scriptFile / styleFile should be reset on navigation (debugger or css model reset).
Summary: Web Inspector: UISourceCode scriptFile / styleFile should be reset on navigat...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-16 06:21 PST by Vsevolod Vlasov
Modified: 2013-01-16 08:50 PST (History)
8 users (show)

See Also:


Attachments
Patch (13.06 KB, patch)
2013-01-16 06:25 PST, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (14.30 KB, patch)
2013-01-16 08:14 PST, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>