Changeset 70319 in webkit


Ignore:
Timestamp:
Oct 22, 2010 11:22:30 AM (14 years ago)
Author:
Patrick Gansterer
Message:

2010-10-22 Patrick Gansterer <Patrick Gansterer>

Reviewed by Adam Roben.

[WIN] Add Windows specific files for platform/network/win
https://bugs.webkit.org/show_bug.cgi?id=27376

  • platform/network/win/AuthenticationChallenge.h: Added. (WebCore::AuthenticationChallenge::AuthenticationChallenge):
  • platform/network/win/ResourceError.h: Added. (WebCore::ResourceError::ResourceError):
  • platform/network/win/ResourceRequest.h: Added. (WebCore::ResourceRequest::ResourceRequest): (WebCore::ResourceRequest::doUpdatePlatformRequest): (WebCore::ResourceRequest::doUpdateResourceRequest): (WebCore::ResourceRequest::doPlatformCopyData): (WebCore::ResourceRequest::doPlatformAdopt):
  • platform/network/win/ResourceResponse.h: Added. (WebCore::ResourceResponse::ResourceResponse): (WebCore::ResourceResponse::doPlatformCopyData): (WebCore::ResourceResponse::doPlatformAdopt):
Location:
trunk/WebCore
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r70318 r70319  
     12010-10-22  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        [WIN] Add Windows specific files for platform/network/win
     6        https://bugs.webkit.org/show_bug.cgi?id=27376
     7
     8        * platform/network/win/AuthenticationChallenge.h: Added.
     9        (WebCore::AuthenticationChallenge::AuthenticationChallenge):
     10        * platform/network/win/ResourceError.h: Added.
     11        (WebCore::ResourceError::ResourceError):
     12        * platform/network/win/ResourceRequest.h: Added.
     13        (WebCore::ResourceRequest::ResourceRequest):
     14        (WebCore::ResourceRequest::doUpdatePlatformRequest):
     15        (WebCore::ResourceRequest::doUpdateResourceRequest):
     16        (WebCore::ResourceRequest::doPlatformCopyData):
     17        (WebCore::ResourceRequest::doPlatformAdopt):
     18        * platform/network/win/ResourceResponse.h: Added.
     19        (WebCore::ResourceResponse::ResourceResponse):
     20        (WebCore::ResourceResponse::doPlatformCopyData):
     21        (WebCore::ResourceResponse::doPlatformAdopt):
     22
    1232010-10-22  Adam Barth  <abarth@webkit.org>
    224
Note: See TracChangeset for help on using the changeset viewer.