Bug 66767 - Web Inspector: [Extensions API] provide access to page resources
Summary: Web Inspector: [Extensions API] provide access to page resources
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-08-23 05:33 PDT by Andrey Kosyakov
Modified: 2011-08-23 08:36 PDT (History)
10 users (show)

See Also:


Attachments
patch (24.64 KB, patch)
2011-08-23 05:35 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
patch (26.59 KB, patch)
2011-08-23 06:45 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
patch (25.93 KB, patch)
2011-08-23 06:47 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
patch (properly rebased the diff) (26.10 KB, patch)
2011-08-23 07:01 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
patch (normalize test output) (26.28 KB, patch)
2011-08-23 08:04 PDT, Andrey Kosyakov
no flags 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-08-23 05:33:51 PDT
Expose interface to query resources of the inspected page, retrieve and be able to modify their content.
Comment 1 Andrey Kosyakov 2011-08-23 05:35:41 PDT
Created attachment 104829 [details]
patch
Comment 2 Andrey Kosyakov 2011-08-23 06:45:00 PDT
Created attachment 104837 [details]
patch
Comment 3 Andrey Kosyakov 2011-08-23 06:47:46 PDT
Created attachment 104838 [details]
patch
Comment 4 Andrey Kosyakov 2011-08-23 07:01:10 PDT
Created attachment 104842 [details]
patch (properly rebased the diff)
Comment 5 Andrey Kosyakov 2011-08-23 08:04:23 PDT
Created attachment 104846 [details]
patch (normalize test output)
Comment 6 Pavel Feldman 2011-08-23 08:25:12 PDT
Comment on attachment 104846 [details]
patch (normalize test output)

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

> Source/WebCore/inspector/front-end/ExtensionAPI.js:522
> +            interface.__defineGetter__(member, bind(descriptor.get, implementation));

This won't compile. Could you please avoid using __defineGetter?
Comment 7 Andrey Kosyakov 2011-08-23 08:36:12 PDT
Comment on attachment 104846 [details]
patch (normalize test output)

Clearing flags on attachment: 104846

Committed r93605: <http://trac.webkit.org/changeset/93605>
Comment 8 Andrey Kosyakov 2011-08-23 08:36:21 PDT
All reviewed patches have been landed.  Closing bug.