[Chromium] Store HTTP version in WebURLResponse
authorfischman@chromium.org <fischman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 18 May 2012 02:36:45 +0000 (02:36 +0000)
committerfischman@chromium.org <fischman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 18 May 2012 02:36:45 +0000 (02:36 +0000)
commitfe09924b094f1326bbd52a33d01d3f25bf3d5ca9
tree4305f748e6d11621db2df363c348f0142db3a8f1
parent6849e763a50e7908ce9fe46ab8ece48cc7e15a8a
[Chromium] Store HTTP version in WebURLResponse
https://bugs.webkit.org/show_bug.cgi?id=86522

Reviewed by Adam Barth.

Source/Platform:

* chromium/public/WebURLResponse.h:
(WebURLResponse):

Source/WebCore:

No new tests; this isn't exposed to the web platform.

* platform/chromium/support/WebURLResponse.cpp:
(WebKit::WebURLResponse::httpVersion):
(WebKit):
(WebKit::WebURLResponse::setHTTPVersion):
* platform/network/chromium/ResourceResponse.h:
(ResourceResponse):
(WebCore::ResourceResponse::ResourceResponse):
(WebCore::ResourceResponse::httpVersion):
(WebCore::ResourceResponse::setHTTPVersion):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@117529 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/Platform/ChangeLog
Source/Platform/chromium/public/WebURLResponse.h
Source/WebCore/ChangeLog
Source/WebCore/platform/chromium/support/WebURLResponse.cpp
Source/WebCore/platform/network/chromium/ResourceResponse.h
Source/WebKit/chromium/src/AssertMatchingEnums.cpp