diff options
author | Ben Murdoch <benm@google.com> | 2011-05-24 11:24:40 +0100 |
---|---|---|
committer | Ben Murdoch <benm@google.com> | 2011-06-02 09:53:15 +0100 |
commit | 81bc750723a18f21cd17d1b173cd2a4dda9cea6e (patch) | |
tree | 7a9e5ed86ff429fd347a25153107221543909b19 /WebKitLibraries/ChangeLog | |
parent | 94088a6d336c1dd80a1e734af51e96abcbb689a7 (diff) | |
download | external_webkit-81bc750723a18f21cd17d1b173cd2a4dda9cea6e.zip external_webkit-81bc750723a18f21cd17d1b173cd2a4dda9cea6e.tar.gz external_webkit-81bc750723a18f21cd17d1b173cd2a4dda9cea6e.tar.bz2 |
Merge WebKit at r80534: Intial merge by Git
Change-Id: Ia7a83357124c9e1cdb1debf55d9661ec0bd09a61
Diffstat (limited to 'WebKitLibraries/ChangeLog')
-rw-r--r-- | WebKitLibraries/ChangeLog | 174 |
1 files changed, 174 insertions, 0 deletions
diff --git a/WebKitLibraries/ChangeLog b/WebKitLibraries/ChangeLog index c6dbfaf..9a9517b 100644 --- a/WebKitLibraries/ChangeLog +++ b/WebKitLibraries/ChangeLog @@ -1,3 +1,177 @@ +2011-03-07 Steve Falkenburg <sfalken@apple.com> + + Bump version. + + * win/tools/scripts/VERSION: + +2011-03-06 Jessie Berlin <jberlin@apple.com> + + Reviewed by Sam Weinig. + + WebKit2: Use CFNetwork Sessions API. + https://bugs.webkit.org/show_bug.cgi?id=55435. + + When Private Browsing is enabled, use cookies from a in-memory Cookie Storage based on the + Private Browsing Storage Session. + + Update WebKitSystemInterface headers and libraries with the new functions. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + +2011-03-04 Jessie Berlin <jberlin@apple.com> + + Reviewed by Maciej Stachowiak. + + WebKit2: Use CFNetwork Sessions API. + https://bugs.webkit.org/show_bug.cgi?id=55435. + + When Private Browsing is enabled, get the cached url response from the cache associated with + the Private Browsing Storage Session. + + Update WebKitSystemInterface headers and libraries with the new functions. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + +2011-03-03 Jessie Berlin <jberlin@apple.com> + + Reviewed by Adam Roben. + + WebKit2: Use CFNetwork Sessions API. + https://bugs.webkit.org/show_bug.cgi?id=55435 + + Set the Private Browsing Storage Session on requests when Private Browsing is enabled. + + Update WebKitSystemInterface headers and libraries with the new functions. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + +2011-03-02 Jessie Berlin <jberlin@apple.com> + + Update WebKitSystemInterface libraries. Library changes reviewed by Darin Adler. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + +2011-03-02 Jessie Berlin <jberlin@apple.com> + + Windows build fix. Unreviewed. + + * win/lib/WebKitSystemInterface.lib: + +2011-03-02 Jessie Berlin <jberlin@apple.com> + + Rubber-stamped by Adam Roben. + + WebKit2: Use CFNetwork Sessions API. + https://bugs.webkit.org/show_bug.cgi?id=55435 + + Add the ability to create a Private Browsing Storage Session. + + Update WebKitSystemInterface headers and libraries with the new functions. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + +2011-03-02 Daniel Cheng <dcheng@chromium.org> + + Reviewed by David Levin. + + Add feature define for data transfer items + https://bugs.webkit.org/show_bug.cgi?id=55510 + + * win/tools/vsprops/FeatureDefines.vsprops: + * win/tools/vsprops/FeatureDefinesCairo.vsprops: + +2011-03-02 Adam Roben <aroben@apple.com> + + Try to force a clean build on the Windows bots + + Some of the bots are running into bogus linker errors due to MSVC's "minimal rebuild" + feature not rebuilding files it should. See <http://queues.webkit.org/results/8076907> for + an example. + + * win/tools/vsprops/common.vsprops: Touched to force a rebuild. + +2011-03-01 Sheriff Bot <webkit.review.bot@gmail.com> + + Unreviewed, rolling out r80079. + http://trac.webkit.org/changeset/80079 + https://bugs.webkit.org/show_bug.cgi?id=55547 + + "Broke the Win debug build?" (Requested by dcheng on #webkit). + + * win/tools/vsprops/FeatureDefines.vsprops: + * win/tools/vsprops/FeatureDefinesCairo.vsprops: + +2011-03-01 Daniel Cheng <dcheng@chromium.org> + + Reviewed by David Levin. + + Add feature define for data transfer items + https://bugs.webkit.org/show_bug.cgi?id=55510 + + * win/tools/vsprops/FeatureDefines.vsprops: + * win/tools/vsprops/FeatureDefinesCairo.vsprops: + +2011-03-01 Sam Weinig <sam@webkit.org> + + Reviewed by Anders Carlsson. + + WebKit2 needs to be made localizable + <rdar://problem/8728860> + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + +2011-02-25 Brian Weinstein <bweinstein@apple.com> + + Fix linking of Chromium Mac build. + + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + +2011-02-21 Brian Weinstein <bweinstein@apple.com> + + Reviewed by Adam Roben. + + WebResourceCacheManager should be responsible for managing the CFURLCache as well + as the WebCore memory cache. + https://bugs.webkit.org/show_bug.cgi?id=54886 + Part of <rdar://problem/8971738> + + Update WebKitSystemInterface headers and libraries with new functions. + + * WebKitSystemInterface.h: + * libWebKitSystemInterfaceLeopard.a: + * libWebKitSystemInterfaceSnowLeopard.a: + * win/include/WebKitSystemInterface/WebKitSystemInterface.h: + * win/lib/WebKitSystemInterface.lib: + +2011-02-21 Brian Weinstein <bweinstein@apple.com> + + Rubber-stamped by Dan Bernstein. + + Update WebKitSystemInterface.h on Mac. The header that was in the tree didn't + match the current WebKitSystemInterface.h. + + * WebKitSystemInterface.h: + 2011-02-08 Patrick Gansterer <paroga@webkit.org> Reviewed by Adam Roben. |