WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
228026
Web Inspector: propagate changes from `Page.overrideSetting` to the UIProcess
https://bugs.webkit.org/show_bug.cgi?id=228026
Summary
Web Inspector: propagate changes from `Page.overrideSetting` to the UIProcess
Devin Rousso
Reported
2021-07-16 10:07:30 PDT
this would allow `WKWebView` clients to see whether Web Inspector has disabled various settings/preferences
Attachments
Patch
(56.24 KB, patch)
2021-07-16 10:38 PDT
,
Devin Rousso
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Patch
(55.34 KB, patch)
2021-07-16 10:55 PDT
,
Devin Rousso
hi
: review?
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Devin Rousso
Comment 1
2021-07-16 10:38:33 PDT
Created
attachment 433683
[details]
Patch
Wenson Hsieh
Comment 2
2021-07-16 10:46:54 PDT
Comment on
attachment 433683
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=433683&action=review
> Source/WebKit/UIProcess/WebPageProxy.h:794 > + bool shouldAlwaysUseMaximumObscuredInsets() const { return m_shouldAlwaysUseMaximumObscuredInsets; } > + void setShouldAlwaysUseMaximumObscuredInsets(bool);
This looks unused.
Devin Rousso
Comment 3
2021-07-16 10:50:18 PDT
Comment on
attachment 433683
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=433683&action=review
>> Source/WebKit/UIProcess/WebPageProxy.h:794 >> + void setShouldAlwaysUseMaximumObscuredInsets(bool); > > This looks unused.
oops! forgot to remove old code 😅
Devin Rousso
Comment 4
2021-07-16 10:55:34 PDT
Created
attachment 433686
[details]
Patch
Radar WebKit Bug Importer
Comment 5
2021-07-23 10:08:14 PDT
<
rdar://problem/81023726
>
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