WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2011-09-21 07:05:23 PDT
Created
attachment 108151
[details]
Patch
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
Committed
r95636
: <
http://trac.webkit.org/changeset/95636
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug