Title: [238249] trunk/Source/WebKit
Revision
238249
Author
commit-qu...@webkit.org
Date
2018-11-15 13:58:13 -0800 (Thu, 15 Nov 2018)

Log Message

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

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

* config.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (238248 => 238249)


--- trunk/Source/WebKit/ChangeLog	2018-11-15 21:53:42 UTC (rev 238248)
+++ trunk/Source/WebKit/ChangeLog	2018-11-15 21:58:13 UTC (rev 238249)
@@ -1,3 +1,13 @@
+2018-11-15  Vivek Seth  <v_s...@apple.com>
+
+        Create feature flag (HTTPS_UPGRADE)
+        https://bugs.webkit.org/show_bug.cgi?id=191613
+        <rdar://problem/45851068>
+
+        Reviewed by Dean Jackson.
+
+        * config.h:
+
 2018-11-15  Chris Dumez  <cdu...@apple.com>
 
         Regression(r238215) WKProcessPool.WarmInitialProcess API test is failing

Modified: trunk/Source/WebKit/config.h (238248 => 238249)


--- trunk/Source/WebKit/config.h	2018-11-15 21:53:42 UTC (rev 238248)
+++ trunk/Source/WebKit/config.h	2018-11-15 21:58:13 UTC (rev 238249)
@@ -124,3 +124,7 @@
 #else
 #define HAVE_SAFE_BROWSING 0
 #endif
+
+#ifndef ENABLE_HTTPS_UPGRADE
+#define ENABLE_HTTPS_UPGRADE 0
+#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to