Changeset 81993 in webkit
- Timestamp:
- Mar 25, 2011, 2:59:10 PM (14 years ago)
- Location:
- trunk/Source/WebKit2
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebKit2/ChangeLog
r81989 r81993 1 2011-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 1 13 2011-03-25 Steve Falkenburg <sfalken@apple.com> 2 14 -
trunk/Source/WebKit2/win/WebKit2.vcproj
r81980 r81993 1552 1552 RelativePath="..\WebProcess\Cookies\cf\WebCookieManagerCFNet.cpp" 1553 1553 > 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> 1554 1610 </File> 1555 1611 </Filter>
Note:
See TracChangeset
for help on using the changeset viewer.