Changeset 195035 in webkit


Ignore:
Timestamp:
Jan 14, 2016 4:04:58 AM (8 years ago)
Author:
ddkilzer@apple.com
Message:

Part 2/2: Stop using USE(CFNETWORK) path on iOS
<https://webkit.org/b/142540>

Original patch by Antti Koivisto <Antti Koivisto> on 2015-03-10
Reviewed by Chris Dumez.

  • wtf/Platform.h: Turn off USE(CFNETWORK) for PLATFORM(IOS).
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r195011 r195035  
     12016-01-14  David Kilzer  <ddkilzer@apple.com>
     2
     3        Part 2/2: Stop using USE(CFNETWORK) path on iOS
     4        <https://webkit.org/b/142540>
     5
     6        Original patch by Antti Koivisto <antti@apple.com> on 2015-03-10
     7        Reviewed by Chris Dumez.
     8
     9        * wtf/Platform.h: Turn off USE(CFNETWORK) for PLATFORM(IOS).
     10
    1112016-01-14  Per Arne Vollan  <peavo@outlook.com>
    212
  • trunk/Source/WTF/wtf/Platform.h

    r194950 r195035  
    548548#define HAVE_NETWORK_EXTENSION 1
    549549#define HAVE_READLINE 1
    550 #if USE(APPLE_INTERNAL_SDK)
    551 #define USE_CFNETWORK 1
    552 #endif
    553550#define USE_UIKIT_EDITING 1
    554551#define USE_WEB_THREAD 1
Note: See TracChangeset for help on using the changeset viewer.