Bug 87026 - Web Inspector: refactor revision history to not include resource itself.
Summary: Web Inspector: refactor revision history to not include resource itself.
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: Pavel Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 09:53 PDT by Pavel Feldman
Modified: 2012-05-21 10:26 PDT (History)
10 users (show)

See Also:


Attachments
Patch (25.02 KB, patch)
2012-05-21 10:09 PDT, Pavel Feldman
vsevik: review+
Details | Formatted Diff | Diff

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