Bug 138053

Summary: REGRESSION(r174877): WebProcess sends an empty Cookies HTTP header
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: PlatformAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed fix cdumez: review+

Description Alexey Proskuryakov 2014-10-24 12:42:03 PDT
We now get an empty string instead of a null one, so we add a Cookies header field.

This breaks several tests on Yosemite:

http/tests/navigation/image-load-in-unload-handler.html
http/tests/navigation/ping-cross-origin.html
http/tests/navigation/ping-same-origin.html
Comment 1 Alexey Proskuryakov 2014-10-24 12:44:59 PDT
Created attachment 240427 [details]
proposed fix
Comment 2 Chris Dumez 2014-10-24 13:11:31 PDT
Comment on attachment 240427 [details]
proposed fix

r=me, thanks for fixing.
Comment 3 Alexey Proskuryakov 2014-10-24 13:23:42 PDT
Committed <http://trac.webkit.org/r175175>.