Bug 203265

Summary: Revert r243010 on pre-Catalina macOS
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: New BugsAssignee: Alex Christensen <achristensen>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, pvollan, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch pvollan: review+

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>