Bug 43615 - Web Inspector: add support for requesting WebInspector extensions from the browser
Summary: Web Inspector: add support for requesting WebInspector extensions from the br...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-06 02:58 PDT by Andrey Kosyakov
Modified: 2010-09-30 23:48 PDT (History)
2 users (show)

See Also:


Attachments
patch (1.72 KB, patch)
2010-08-06 03:02 PDT, Andrey Kosyakov
pfeldman: review-
Details | Formatted Diff | Diff
patch (7.77 KB, patch)
2010-08-09 06:02 PDT, Andrey Kosyakov
pfeldman: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2010-08-06 02:58:40 PDT
Chromium-specific implementation of Extension Registry that uses Chromium's DOM UI messaging to fetch WebInspector/DevTools extension list from Chromium's extension manager.
Comment 1 Andrey Kosyakov 2010-08-06 03:02:36 PDT
Created attachment 63708 [details]
patch
Comment 2 Pavel Feldman 2010-08-06 04:55:59 PDT
Oops - lost message. It should be implemented via InspectorFrontendHost binding.
Comment 3 Andrey Kosyakov 2010-08-09 06:02:33 PDT
Created attachment 63891 [details]
patch
Comment 4 Pavel Feldman 2010-08-09 06:14:01 PDT
Comment on attachment 63891 [details]
patch

This looks good formally. One concern though: if we know that this request is always done at front-end stratup, why not to push it provisionally?
Comment 5 Andrey Kosyakov 2010-09-30 23:48:56 PDT
This has been implemented as a unsolicited notification from browser.