Changeset 81993 in webkit


Ignore:
Timestamp:
Mar 25, 2011, 2:59:10 PM (14 years ago)
Author:
bfulgham@webkit.org
Message:

Unreviewed build correction.

Add stubs for WK2 cookie handling with cURL.

  • WebProcess/Cookies/curl: Added.
  • WebProcess/Cookies/curl/WebCookieManagerCurl.cpp: Added.

(WebKit::WebCookieManager::platformSetHTTPCookieAcceptPolicy):
(WebKit::WebCookieManager::platformGetHTTPCookieAcceptPolicy):

  • win/WebKit2.vcproj:
Location:
trunk/Source/WebKit2
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r81989 r81993  
     12011-03-25  Brent Fulgham  <bfulgham@webkit.org>
     2
     3        Unreviewed build correction.
     4
     5        Add stubs for WK2 cookie handling with cURL.
     6
     7        * WebProcess/Cookies/curl: Added.
     8        * WebProcess/Cookies/curl/WebCookieManagerCurl.cpp: Added.
     9        (WebKit::WebCookieManager::platformSetHTTPCookieAcceptPolicy):
     10        (WebKit::WebCookieManager::platformGetHTTPCookieAcceptPolicy):
     11        * win/WebKit2.vcproj:
     12
    1132011-03-25  Steve Falkenburg  <sfalken@apple.com>
    214
  • trunk/Source/WebKit2/win/WebKit2.vcproj

    r81980 r81993  
    15521552                                                RelativePath="..\WebProcess\Cookies\cf\WebCookieManagerCFNet.cpp"
    15531553                                                >
     1554                                                <FileConfiguration
     1555                                                        Name="Debug_Cairo_CFLite|Win32"
     1556                                                        ExcludedFromBuild="true"
     1557                                                        >
     1558                                                        <Tool
     1559                                                                Name="VCCLCompilerTool"
     1560                                                        />
     1561                                                </FileConfiguration>
     1562                                                <FileConfiguration
     1563                                                        Name="Release_Cairo_CFLite|Win32"
     1564                                                        ExcludedFromBuild="true"
     1565                                                        >
     1566                                                        <Tool
     1567                                                                Name="VCCLCompilerTool"
     1568                                                        />
     1569                                                </FileConfiguration>
     1570                                        </File>
     1571                                </Filter>
     1572                                <Filter
     1573                                        Name="curl"
     1574                                        >
     1575                                        <File
     1576                                                RelativePath="..\WebProcess\Cookies\curl\WebCookieManagerCurl.cpp"
     1577                                                >
     1578                                                <FileConfiguration
     1579                                                        Name="Debug|Win32"
     1580                                                        ExcludedFromBuild="true"
     1581                                                        >
     1582                                                        <Tool
     1583                                                                Name="VCCLCompilerTool"
     1584                                                        />
     1585                                                </FileConfiguration>
     1586                                                <FileConfiguration
     1587                                                        Name="Release|Win32"
     1588                                                        ExcludedFromBuild="true"
     1589                                                        >
     1590                                                        <Tool
     1591                                                                Name="VCCLCompilerTool"
     1592                                                        />
     1593                                                </FileConfiguration>
     1594                                                <FileConfiguration
     1595                                                        Name="Debug_All|Win32"
     1596                                                        ExcludedFromBuild="true"
     1597                                                        >
     1598                                                        <Tool
     1599                                                                Name="VCCLCompilerTool"
     1600                                                        />
     1601                                                </FileConfiguration>
     1602                                                <FileConfiguration
     1603                                                        Name="Release_LTCG|Win32"
     1604                                                        ExcludedFromBuild="true"
     1605                                                        >
     1606                                                        <Tool
     1607                                                                Name="VCCLCompilerTool"
     1608                                                        />
     1609                                                </FileConfiguration>
    15541610                                        </File>
    15551611                                </Filter>
Note: See TracChangeset for help on using the changeset viewer.