RESOLVED FIXED Bug 68528
Web Inspector: [Extensions API] allow resources to hook on click on resource links
https://bugs.webkit.org/show_bug.cgi?id=68528
Summary Web Inspector: [Extensions API] allow resources to hook on click on resource ...
Andrey Kosyakov
Reported 2011-09-21 06:41:40 PDT
This adds webInspector.panels.onResourceLinkClicked which allows extensions to intercept request to display resources. In case an extension adds a listener to this event, the default handling in front-end is disabled (i.e. resources are not opened in the resource panel).
Attachments
patch (6.36 KB, patch)
2011-09-21 06:43 PDT, Andrey Kosyakov
no flags
patch (18.44 KB, patch)
2011-09-26 00:49 PDT, Andrey Kosyakov
no flags
patch (22.61 KB, patch)
2011-09-26 01:13 PDT, Andrey Kosyakov
yurys: review+
screenshot (enabled) (3.41 KB, image/png)
2011-09-26 01:48 PDT, Andrey Kosyakov
no flags
screenshot (disabled) (14.85 KB, text/plain)
2011-09-26 01:48 PDT, Andrey Kosyakov
no flags
Andrey Kosyakov
Comment 1 2011-09-21 06:43:25 PDT
Yury Semikhatsky
Comment 2 2011-09-21 07:21:44 PDT
Comment on attachment 108146 [details] patch As discussed offline, there should be one handler for the event and there should be a way to explicitly specify which extension handles the event(in case there are many): either a setting or a popup dialog with a list of potential handlers.
Andrey Kosyakov
Comment 3 2011-09-26 00:49:00 PDT
Created attachment 108638 [details] patch - only allow one handler to receive an event; - added handler selection to the Settings screen; - changed API interface from Event to a method that sets handler
Yury Semikhatsky
Comment 4 2011-09-26 01:04:24 PDT
Comment on attachment 108638 [details] patch HandlerRegistry.js is missing
Andrey Kosyakov
Comment 5 2011-09-26 01:13:53 PDT
Created attachment 108643 [details] patch - added missing file
Yury Semikhatsky
Comment 6 2011-09-26 01:37:55 PDT
Comment on attachment 108643 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=108643&action=review > Source/WebCore/inspector/front-end/ExtensionAPI.js:247 > + // Only send command if we either removed and existing handler or added handler and had none before. typo: removed and existing
Andrey Kosyakov
Comment 7 2011-09-26 01:48:15 PDT
Created attachment 108646 [details] screenshot (enabled)
Andrey Kosyakov
Comment 8 2011-09-26 01:48:50 PDT
Created attachment 108647 [details] screenshot (disabled)
Andrey Kosyakov
Comment 9 2011-11-30 09:38:17 PST
Note You need to log in before you can comment on or make changes to this bug.