Bug 191613

Summary: Create feature flag (HTTPS_UPGRADE)
Product: WebKit Reporter: Vivek Seth <v_seth>
Component: Page LoadingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: beidson, cdumez, commit-queue, dino, don.olmstead, ggaren, jberlin, v_seth, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description Vivek Seth 2018-11-13 17:17:27 PST
Create feature flag (HTTPS_UPGRADE)

rdar://45851068
Comment 1 Vivek Seth 2018-11-14 17:00:21 PST
Created attachment 354874 [details]
Patch
Comment 2 Dean Jackson 2018-11-15 11:55:52 PST
Comment on attachment 354874 [details]
Patch

rs=me, but we usually do this when we start to use the flag somewhere.
Comment 3 WebKit Commit Bot 2018-11-15 13:58:22 PST
Comment on attachment 354874 [details]
Patch

Clearing flags on attachment: 354874

Committed r238249: <https://trac.webkit.org/changeset/238249>
Comment 4 WebKit Commit Bot 2018-11-15 13:58:24 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-11-15 13:59:32 PST
<rdar://problem/46107188>
Comment 6 Don Olmstead 2018-11-15 15:17:31 PST
(In reply to Dean Jackson from comment #2)
> Comment on attachment 354874 [details]
> Patch
> 
> rs=me, but we usually do this when we start to use the flag somewhere.

We've been really bad about keeping feature flags up to date with CMake and this patch doesn't include anything. Just noting for a followup when things actually do start appearing.