[webkit-reviews] review granted: [Bug 222377] [iOS] Get default value in the UI process for whether synchronous XMLHttpRequest are allowed during unload : [Attachment 421452] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Feb 24 13:59:38 PST 2021
Brent Fulgham <bfulgham at webkit.org> has granted Per Arne Vollan
<pvollan at apple.com>'s request for review:
Bug 222377: [iOS] Get default value in the UI process for whether synchronous
XMLHttpRequest are allowed during unload
https://bugs.webkit.org/show_bug.cgi?id=222377
Attachment 421452: Patch
https://bugs.webkit.org/attachment.cgi?id=421452&action=review
--- Comment #7 from Brent Fulgham <bfulgham at webkit.org> ---
Comment on attachment 421452
--> https://bugs.webkit.org/attachment.cgi?id=421452
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=421452&action=review
r=me
> Source/WebKit/UIProcess/WebPageProxy.cpp:7988
> +#if PLATFORM(IOS)
Should this check #if !PLATFORM(MACCATALYST) && !PLATFORM(WATCHOS) as well?
More information about the webkit-reviews
mailing list