RESOLVED FIXED 206540
[macOS] Add managed preference to allow synchronous XHR during page dismissal
https://bugs.webkit.org/show_bug.cgi?id=206540
Summary [macOS] Add managed preference to allow synchronous XHR during page dismissal
Chris Dumez
Reported 2020-01-21 09:41:45 PST
Add managed preference to allow synchronous XHR during page dismissal. This is temporarily needed by some enterprise products until they can update their code.
Attachments
Patch (3.09 KB, patch)
2020-01-21 09:46 PST, Chris Dumez
no flags
Patch (5.16 KB, patch)
2020-01-21 12:52 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2020-01-21 09:43:11 PST
Chris Dumez
Comment 2 2020-01-21 09:46:18 PST
Alex Christensen
Comment 3 2020-01-21 12:41:47 PST
Comment on attachment 388311 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=388311&action=review r=me > Source/WebKit/Shared/WebPreferencesDefaultValues.cpp:67 > +bool defaultDisallowSyncXHRDuringPageDismissalEnabled() To avoid double negatives, could we rename this to defaultAllow... Same with the preference name. > Source/WebKit/Shared/WebPreferencesDefaultValues.cpp:75 > + return true; We should put a FIXME with a radar for iOS.
Chris Dumez
Comment 4 2020-01-21 12:52:34 PST
Chris Dumez
Comment 5 2020-01-21 14:02:44 PST
Comment on attachment 388338 [details] Patch The changed proposed by Alex does not work because WebKitTestRunner turns ON all experimental features.
Chris Dumez
Comment 6 2020-01-21 14:04:19 PST
Note You need to log in before you can comment on or make changes to this bug.