Bug 65024 - Web Inspector: [Extensions API] add webInspector.resources.onContentEdited
Summary: Web Inspector: [Extensions API] add webInspector.resources.onContentEdited
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: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-22 05:15 PDT by Andrey Kosyakov
Modified: 2011-07-22 12:31 PDT (History)
9 users (show)

See Also:


Attachments
patch (21.69 KB, patch)
2011-07-22 05:17 PDT, Andrey Kosyakov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2011-07-22 05:15:01 PDT
This allows extensions to support various ways to save the content of resource edited within WebInspector (e.g. publish back to server via WebDAV, save to disk via a NPAPI plugin, update file in the IDE)
Comment 1 Andrey Kosyakov 2011-07-22 05:17:34 PDT
Created attachment 101717 [details]
patch
Comment 2 Pavel Feldman 2011-07-22 07:26:33 PDT
Comment on attachment 101717 [details]
patch

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

> LayoutTests/inspector/extensions/extensions-resources-expected.txt:30
> +content for resource file:///usr/local/google/home/caseq/src/chromium/src/third_party/WebKit/LayoutTests/inspector/extensions/resources/audits-style1.css edited: body { background-color: black; }

Fix this prior to landing.
Comment 3 Andrey Kosyakov 2011-07-22 12:31:00 PDT
Manually committed r91569: http://trac.webkit.org/changeset/91569