⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 270691 in webkit


Ignore:
Timestamp:
Dec 11, 2020, 11:26:42 AM (6 years ago)
Author:
pvollan@apple.com
Message:

[macOS] Remove Mobile Asset access from the WebContent process
​https://bugs.webkit.org/show_bug.cgi?id=219738
<rdar://problem/60650074>

Reviewed by Brent Fulgham.

Remove Mobile Asset access from the WebContent process on macOS, since there are no reports of this being used.

No new tests, since the result will depend on macOS version.

  • WebProcess/com.apple.WebProcess.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r270690 r270691  
     12020-12-11  Per Arne Vollan  <pvollan@apple.com>
     2
     3        [macOS] Remove Mobile Asset access from the WebContent process
     4        https://bugs.webkit.org/show_bug.cgi?id=219738
     5        <rdar://problem/60650074>
     6
     7        Reviewed by Brent Fulgham.
     8
     9        Remove Mobile Asset access from the WebContent process on macOS, since there are no reports of this being used.
     10
     11        No new tests, since the result will depend on macOS version.
     12
     13        * WebProcess/com.apple.WebProcess.sb.in:
     14
    1152020-12-11  Don Olmstead  <don.olmstead@sony.com>
    216
  • trunk/Source/WebKit/WebProcess/com.apple.WebProcess.sb.in

    r270682 r270691  
    965965)
    966966
     967#if __MAC_OS_X_VERSION_MIN_REQUIRED <= 110000
    967968(allow mach-lookup
    968 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 110000
    969     (with report) (with telemetry-backtrace)
    970 #endif
     969    (with report)
    971970    (global-name "com.apple.mobileassetd")
    972971)
     972#endif
    973973
    974974;; Various services required by AppKit and other frameworks
Note: See TracChangeset for help on using the changeset viewer.