Bug 157326

Summary: [WK2][DiskCache] Store common HTTP header names as strings
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: WebKit2Assignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, koivisto, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Chris Dumez 2016-05-03 14:15:03 PDT
Store common HTTP header names as strings instead of their integer representation inside the HTTPHeaderName enumeration. Otherwise, updating HTTPHeaderNames.in renders the data in the disk cache invalid.
Comment 1 Radar WebKit Bug Importer 2016-05-03 14:16:03 PDT
<rdar://problem/26073498>
Comment 2 Chris Dumez 2016-05-03 14:18:17 PDT
XD
Comment 3 Chris Dumez 2016-05-03 15:11:48 PDT
Created attachment 278033 [details]
Patch
Comment 4 Chris Dumez 2016-05-03 16:25:24 PDT
Comment on attachment 278033 [details]
Patch

Clearing flags on attachment: 278033

Committed r200394: <http://trac.webkit.org/changeset/200394>
Comment 5 Chris Dumez 2016-05-03 16:25:29 PDT
All reviewed patches have been landed.  Closing bug.