Bug 87026

Summary: Web Inspector: refactor revision history to not include resource itself.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
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 vsevik: review+

Description Pavel Feldman 2012-05-21 09:53:51 PDT
This change makes resource contain pure revisions, it stops updating Resources upon free flow editing.
Comment 1 Pavel Feldman 2012-05-21 10:09:26 PDT
Created attachment 143054 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-05-21 10:25:28 PDT
Comment on attachment 143054 [details]
Patch

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

> Source/WebCore/inspector/front-end/UISourceCode.js:140
> +        this.contentChanged(revision.content || "", revision.resource.canonicalMimeType());

this.resource()
Comment 3 Pavel Feldman 2012-05-21 10:26:53 PDT
Committed r117799: <http://trac.webkit.org/changeset/117799>