this would allow `WKWebView` clients to see whether Web Inspector has disabled various settings/preferences
Created attachment 433683 [details] Patch
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.
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 😅
Created attachment 433686 [details] Patch
<rdar://problem/81023726>