Bug 113488 - Web Inspector: ResourceScriptFile should check if resource content really matches VM script when determining hasDiverged state.
Summary: Web Inspector: ResourceScriptFile should check if resource content really mat...
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: 113489
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-28 01:24 PDT by Vsevolod Vlasov
Modified: 2013-03-28 06:04 PDT (History)
8 users (show)

See Also:


Attachments
Patch (20.38 KB, patch)
2013-03-28 04:23 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (20.55 KB, patch)
2013-03-28 04:33 PDT, 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-03-28 01:24:26 PDT
Files loaded from file system could have been updated after the script was loaded to VM.
We should always compare these contents to determine whether certain file has diverged from VM script.
Comment 1 Vsevolod Vlasov 2013-03-28 04:23:59 PDT
Created attachment 195528 [details]
Patch
Comment 2 Vsevolod Vlasov 2013-03-28 04:33:09 PDT
Created attachment 195531 [details]
Patch
Comment 3 Vsevolod Vlasov 2013-03-28 06:04:46 PDT
Committed r147102: <http://trac.webkit.org/changeset/147102>