Bug 74941 - Web Inspector: [Extension API] refactor extension API build code, expose experimental APIs conditionally in chromium
Summary: Web Inspector: [Extension API] refactor extension API build code, expose expe...
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-12-20 10:42 PST by Andrey Kosyakov
Modified: 2011-12-21 09:25 PST (History)
10 users (show)

See Also:


Attachments
Patch (18.31 KB, patch)
2011-12-20 10:43 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
Patch (21.52 KB, patch)
2011-12-20 10:50 PST, Andrey Kosyakov
no flags Details | Formatted Diff | Diff
Patch (21.74 KB, patch)
2011-12-20 23:55 PST, Andrey Kosyakov
pfeldman: review+
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-12-20 10:42:02 PST
This changes the way we build the extension API, including the way platform-specific APIs are processed and the remote API is generated. This allows us to expose experimental API in chromium conditionally.
Comment 1 Andrey Kosyakov 2011-12-20 10:43:00 PST
Created attachment 120041 [details]
Patch
Comment 2 Andrey Kosyakov 2011-12-20 10:50:36 PST
Created attachment 120043 [details]
Patch
Comment 3 WebKit Review Bot 2011-12-20 16:46:03 PST
Comment on attachment 120043 [details]
Patch

Attachment 120043 [details] did not pass chromium-ews (chromium-xvfb):
Output: http://queues.webkit.org/results/10990441

New failing tests:
inspector/extensions/extensions-api.html
Comment 4 Andrey Kosyakov 2011-12-20 23:55:16 PST
Created attachment 120152 [details]
Patch
Comment 5 Andrey Kosyakov 2011-12-21 09:25:31 PST
Committed r103411: <http://trac.webkit.org/changeset/103411>