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-
Patch (55.34 KB, patch)
2021-07-16 10:55 PDT, Devin Rousso
hi: review?
Devin Rousso
Comment 1 2021-07-16 10:38:33 PDT
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
Radar WebKit Bug Importer
Comment 5 2021-07-23 10:08:14 PDT
Note You need to log in before you can comment on or make changes to this bug.