Bug 203265 - Revert r243010 on pre-Catalina macOS
Summary: Revert r243010 on pre-Catalina macOS
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-10-22 13:16 PDT by Alex Christensen
Modified: 2019-10-24 12:37 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.49 KB, patch)
2019-10-22 13:17 PDT, Alex Christensen
pvollan: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2019-10-22 13:16:23 PDT
Revert r243010 on pre-Catalina macOS
Comment 1 Alex Christensen 2019-10-22 13:17:05 PDT
Created attachment 381586 [details]
Patch
Comment 2 Per Arne Vollan 2019-10-22 13:37:27 PDT
Comment on attachment 381586 [details]
Patch

R=me.
Comment 3 Alex Christensen 2019-10-22 13:45:57 PDT
Comment on attachment 381586 [details]
Patch

http://trac.webkit.org/r251451
Comment 4 Per Arne Vollan 2019-10-22 16:15:04 PDT
Comment on attachment 381586 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=381586&action=review

> Source/WebKit/WebProcess/com.apple.WebProcess.sb.in:693
> +#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500 || PLATFORM(MACCATALYST)
> +    (global-name "com.apple.nesessionmanager.content-filter") ;; <rdar://problem/48442387>
> +#else
> +    (global-name "com.apple.nesessionmanager") ;; <rdar://problem/55570995>
> +#endif

Is this needed in the Networking sandbox as well?
Comment 5 Alex Christensen 2019-10-22 16:15:44 PDT
I'm told it's not from a source that isn't quite sure.
Comment 6 Radar WebKit Bug Importer 2019-10-24 12:37:30 PDT
<rdar://problem/56589930>