WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
132891
Web Inspector: Force developerExtrasEnabled when a remote client connects
https://bugs.webkit.org/show_bug.cgi?id=132891
Summary
Web Inspector: Force developerExtrasEnabled when a remote client connects
Timothy Hatcher
Reported
2014-05-13 16:30:41 PDT
iOS does this currently in PageDebuggable. We need to do it on Mac too. <
rdar://problem/16332868
>
Attachments
Patch
(3.07 KB, patch)
2014-05-13 16:34 PDT
,
Timothy Hatcher
no flags
Details
Formatted Diff
Diff
Patch
(3.13 KB, patch)
2014-05-13 16:49 PDT
,
Timothy Hatcher
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Timothy Hatcher
Comment 1
2014-05-13 16:34:39 PDT
Created
attachment 231418
[details]
Patch
Joseph Pecoraro
Comment 2
2014-05-13 16:46:13 PDT
Comment on
attachment 231418
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=231418&action=review
r=me, Ultimately we should have our own way of forcing a setting on WebCore::Settings from inside of WebCore that don't adjust the exact same bit as WebKit APIs.
> Source/WebCore/page/PageDebuggable.cpp:103 > + if (m_forcedDeveloperExtrasEnabled) > + m_page.settings().setDeveloperExtrasEnabled(false);
This should now flip m_forcedDeveloperExtrasEnabled back to false.
Timothy Hatcher
Comment 3
2014-05-13 16:49:14 PDT
Created
attachment 231422
[details]
Patch
WebKit Commit Bot
Comment 4
2014-05-13 17:22:09 PDT
Comment on
attachment 231422
[details]
Patch Clearing flags on attachment: 231422 Committed
r168764
: <
http://trac.webkit.org/changeset/168764
>
WebKit Commit Bot
Comment 5
2014-05-13 17:22:12 PDT
All reviewed patches have been landed. Closing bug.
Joseph Pecoraro
Comment 6
2014-05-13 18:01:42 PDT
Build Fix: <
http://trac.webkit.org/changeset/168767
>
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