RESOLVED FIXED 66767
Web Inspector: [Extensions API] provide access to page resources
https://bugs.webkit.org/show_bug.cgi?id=66767
Summary Web Inspector: [Extensions API] provide access to page resources
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.