Bug 56327 - Web Inspector: further extension API cleanup (removed inspectedPage, add experimental prefix)
Summary: Web Inspector: further extension API cleanup (removed inspectedPage, add 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-03-14 13:26 PDT by Andrey Kosyakov
Modified: 2011-03-15 07:02 PDT (History)
11 users (show)

See Also:


Attachments
patch (3.21 KB, patch)
2011-03-14 13:33 PDT, Andrey Kosyakov
yurys: review+
caseq: 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 2011-03-14 13:26:00 PDT
This removes webInspector.inspectedPage.* (extensions are expected to use browser API for this), adds optional experimental perfix (experimental.webInspector == webInspector for now).
Comment 1 Andrey Kosyakov 2011-03-14 13:33:25 PDT
Created attachment 85711 [details]
patch
Comment 2 Yury Semikhatsky 2011-03-15 02:49:01 PDT
Comment on attachment 85711 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=85711&action=review

> Source/WebCore/inspector/front-end/ExtensionAPI.js:520
> +experimental.webInspector = webInspector;

Why do we need both at the same time?
Comment 3 Andrey Kosyakov 2011-03-15 07:02:18 PDT
Manually committed a variation of the patch as r81130: http://trac.webkit.org/changeset/81130