Bug 66767

Summary: Web Inspector: [Extensions API] provide access to page resources
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
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
none
patch
none
patch
none
patch (properly rebased the diff)
none
patch (normalize test output) none

Andrey Kosyakov
Reported 2011-08-23 05:33:51 PDT
Expose interface to query resources of the inspected page, retrieve and be able to modify their content.
Attachments
patch (24.64 KB, patch)
2011-08-23 05:35 PDT, Andrey Kosyakov
no flags
patch (26.59 KB, patch)
2011-08-23 06:45 PDT, Andrey Kosyakov
no flags
patch (25.93 KB, patch)
2011-08-23 06:47 PDT, Andrey Kosyakov
no flags
patch (properly rebased the diff) (26.10 KB, patch)
2011-08-23 07:01 PDT, Andrey Kosyakov
no flags
patch (normalize test output) (26.28 KB, patch)
2011-08-23 08:04 PDT, Andrey Kosyakov
no flags
Andrey Kosyakov
Comment 1 2011-08-23 05:35:41 PDT
Andrey Kosyakov
Comment 2 2011-08-23 06:45:00 PDT
Andrey Kosyakov
Comment 3 2011-08-23 06:47:46 PDT
Andrey Kosyakov
Comment 4 2011-08-23 07:01:10 PDT
Created attachment 104842 [details] patch (properly rebased the diff)
Andrey Kosyakov
Comment 5 2011-08-23 08:04:23 PDT
Created attachment 104846 [details] patch (normalize test output)
Pavel Feldman
Comment 6 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?
Andrey Kosyakov
Comment 7 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>
Andrey Kosyakov
Comment 8 2011-08-23 08:36:21 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.