WebContent process is unreponsive/idle when WKWebView is inside a view service.
Created attachment 255526 [details] Patch
Attachment 255526 [details] did not pass style-queue: ERROR: Source/WebKit2/UIProcess/ApplicationStateTracker.mm:76: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebKit2/UIProcess/ApplicationStateTracker.mm:97: Place brace on its own line for function definitions. [whitespace/braces] [4] ERROR: Source/WebKit2/UIProcess/ApplicationStateTracker.mm:101: Place brace on its own line for function definitions. [whitespace/braces] [4] Total errors found: 3 in 6 files If any of these errors are false positives, please file a bug against check-webkit-style.
Comment on attachment 255526 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=255526&action=review > Source/WebKit2/UIProcess/ApplicationStateTracker.mm:51 > + if ([[NSBundle mainBundle].bundleIdentifier isEqualToString:@"com.apple.SafariViewService"]) Please try to find a better less layering-violating way to do this.
Committed r185936: <http://trac.webkit.org/changeset/185936>