Bug 143343 - Ensure that we always set network ATS context in the network process
Summary: Ensure that we always set network ATS context in the network process
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Oliver Hunt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-04-02 14:23 PDT by Oliver Hunt
Modified: 2015-04-02 14:53 PDT (History)
0 users

See Also:


Attachments
Patch (2.32 KB, patch)
2015-04-02 14:24 PDT, Oliver Hunt
mitz: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oliver Hunt 2015-04-02 14:23:19 PDT
Ensure that we always set network ATS context in the network process
Comment 1 Oliver Hunt 2015-04-02 14:24:39 PDT
Created attachment 250008 [details]
Patch
Comment 2 mitz 2015-04-02 14:48:43 PDT
Comment on attachment 250008 [details]
Patch

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

> Source/WebKit2/NetworkProcess/cocoa/NetworkProcessCocoa.mm:57
> +#if (TARGET_OS_IPHONE && __IPHONE_OS_VERSION_MIN_REQUIRED >= 90000) || (PLATFORM(MAC) && __MAC_OS_X_VERSION_MIN_REQUIRED >= 101100)

Good opportunity to change TARGET_OS_IPHONE to PLATFORM(IOS) here
Comment 3 Oliver Hunt 2015-04-02 14:53:41 PDT
Committed r182289: <http://trac.webkit.org/changeset/182289>