Bug 56327

Summary: Web Inspector: further extension API cleanup (removed inspectedPage, add experimental prefix)
Product: WebKit Reporter: Andrey Kosyakov <caseq>
Component: Web Inspector (Deprecated)Assignee: Andrey Kosyakov <caseq>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, commit-queue, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
patch yurys: review+, caseq: commit-queue-

Andrey Kosyakov
Reported 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).
Attachments
patch (3.21 KB, patch)
2011-03-14 13:33 PDT, Andrey Kosyakov
yurys: review+
caseq: commit-queue-
Andrey Kosyakov
Comment 1 2011-03-14 13:33:25 PDT
Yury Semikhatsky
Comment 2 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?
Andrey Kosyakov
Comment 3 2011-03-15 07:02:18 PDT
Manually committed a variation of the patch as r81130: http://trac.webkit.org/changeset/81130
Note You need to log in before you can comment on or make changes to this bug.