RESOLVED FIXED 68530
Web Inspector: introduce Page.enable and Page.disable
https://bugs.webkit.org/show_bug.cgi?id=68530
Summary Web Inspector: introduce Page.enable and Page.disable
Pavel Feldman
Reported 2011-09-21 07:03:28 PDT
Patch to follow.
Attachments
Patch (23.51 KB, patch)
2011-09-21 07:05 PDT, Pavel Feldman
yurys: review+
Pavel Feldman
Comment 1 2011-09-21 07:05:23 PDT
Yury Semikhatsky
Comment 2 2011-09-21 09:01:07 PDT
Comment on attachment 108151 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=108151&action=review > Source/WebCore/ChangeLog:5 > + Is it possible to describe this change in a few words here? > Source/WebCore/inspector/Inspector.json:147 > + { "name": "newWindow", "optional": true, "type": "boolean", "description": "If true, opens given URL in a new window or tab.", "hidden": true } Let's remove this method altogether since the same effect can be reached using the evaluate() command and there is no much sense in having a dedicated command for this functionality. > Source/WebCore/inspector/Inspector.json:548 > + "description": "Always send extra HTTP headers with the requests from this page.", style: should be something like "Specifies whether to always send..." for consistency with other descriptions. > Source/WebCore/inspector/InspectorController.cpp:355 > + m_pageAgent->restore(); Shouldn't this call go before m_domAgent->restore?
Pavel Feldman
Comment 3 2011-09-21 09:12:58 PDT
Note You need to log in before you can comment on or make changes to this bug.