Bug 134029

Summary: [Curl] Compile errors related to http header field names.
Product: WebKit Reporter: peavo
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, alex.christensen, bfulgham, commit-queue, galpeter
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description peavo 2014-06-18 07:49:14 PDT
Http header field names should now be specified with an enum, not a string.
Comment 1 peavo 2014-06-18 07:54:27 PDT
Created attachment 233307 [details]
Patch
Comment 2 Alex Christensen 2014-06-18 20:45:37 PDT
Sorry I didn't see this. I got a lot of these in https://trac.webkit.org/changeset/170132 but not all of them. This needs rebasing.
Comment 3 peavo 2014-06-19 03:46:27 PDT
Created attachment 233356 [details]
Patch
Comment 4 peavo 2014-06-19 03:47:01 PDT
(In reply to comment #2)
> Sorry I didn't see this. I got a lot of these in https://trac.webkit.org/changeset/170132 but not all of them. This needs rebasing.

No worries, rebased :)
Comment 5 Alex Christensen 2014-06-19 09:10:41 PDT
looks good to me. reviewer?
Comment 6 Brent Fulgham 2014-06-19 10:50:23 PDT
Comment on attachment 233356 [details]
Patch

r=me
Comment 7 WebKit Commit Bot 2014-06-19 10:53:45 PDT
Comment on attachment 233356 [details]
Patch

Clearing flags on attachment: 233356

Committed r170153: <http://trac.webkit.org/changeset/170153>
Comment 8 WebKit Commit Bot 2014-06-19 10:53:48 PDT
All reviewed patches have been landed.  Closing bug.
Comment 9 peavo 2014-06-19 14:36:39 PDT
(In reply to comment #6)
> (From update of attachment 233356 [details])
> r=me

Thanks :)