Changeset 238249 in webkit


Ignore:
Timestamp:
Nov 15, 2018 1:58:13 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

Create feature flag (HTTPS_UPGRADE)
https://bugs.webkit.org/show_bug.cgi?id=191613
<rdar://problem/45851068>

Patch by Vivek Seth <v_seth@apple.com> on 2018-11-15
Reviewed by Dean Jackson.

  • config.h:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r238248 r238249  
     12018-11-15  Vivek Seth  <v_seth@apple.com>
     2
     3        Create feature flag (HTTPS_UPGRADE)
     4        https://bugs.webkit.org/show_bug.cgi?id=191613
     5        <rdar://problem/45851068>
     6
     7        Reviewed by Dean Jackson.
     8
     9        * config.h:
     10
    1112018-11-15  Chris Dumez  <cdumez@apple.com>
    212
  • trunk/Source/WebKit/config.h

    r237266 r238249  
    125125#define HAVE_SAFE_BROWSING 0
    126126#endif
     127
     128#ifndef ENABLE_HTTPS_UPGRADE
     129#define ENABLE_HTTPS_UPGRADE 0
     130#endif
Note: See TracChangeset for help on using the changeset viewer.