Summary: | Enable modern compatibility mode by default in WKWebView on some devices | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Wenson Hsieh <wenson_hsieh> | ||||||
Component: | WebKit API | Assignee: | Wenson Hsieh <wenson_hsieh> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | bdakin, bfulgham, commit-queue, graouts, thorton, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | WebKit Nightly Build | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
Attachments: |
|
Description
Wenson Hsieh
2019-04-12 16:02:57 PDT
Created attachment 367356 [details]
Patch
Created attachment 367357 [details]
Fix macOS builds
Comment on attachment 367357 [details] Fix macOS builds View in context: https://bugs.webkit.org/attachment.cgi?id=367357&action=review > Source/WebCore/platform/cocoa/RuntimeApplicationChecksCocoa.mm:294 > + static bool isAppleApplication = applicationBundleStartsWith("com.apple."_s); > + return isAppleApplication; This seems a bit broad as mentioned elsewhere. Comment on attachment 367357 [details] Fix macOS builds View in context: https://bugs.webkit.org/attachment.cgi?id=367357&action=review >> Source/WebCore/platform/cocoa/RuntimeApplicationChecksCocoa.mm:294 >> + return isAppleApplication; > > This seems a bit broad as mentioned elsewhere. Unfortunately, yes 😞. I filed <rdar://problem/49871194> to track this. Comment on attachment 367357 [details] Fix macOS builds Clearing flags on attachment: 367357 Committed r244239: <https://trac.webkit.org/changeset/244239> All reviewed patches have been landed. Closing bug. |