RESOLVED FIXED 56327
Web Inspector: further extension API cleanup (removed inspectedPage, add experimental prefix)
https://bugs.webkit.org/show_bug.cgi?id=56327
Summary Web Inspector: further extension API cleanup (removed inspectedPage, add expe...
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.