X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=4fdf36c927aabc235b7f91efd7f2289c3895ef61;hp=6459c89277bd6cdfa661f9d8b0fca0a6cbce113d;hb=cceb9ccbd0f5e926e84a18de923121523dbb2a19;hpb=38e67496e4a857fcd90dd6f6a8fae63c9bc21f70 diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 6459c89277bd..4fdf36c927aa 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,25 @@ +2009-07-15 Adam Langley + + No review: reverting previous change. + + Revert r45959: + + 2009-07-15 Dumitru Daniliuc + Reviewed by Dimitri Glazkov. + + Adding the Win SQLite VFS implementation for Chromium. + + https://bugs.webkit.org/show_bug.cgi?id=26940 + + + The Chromium side of this patch was landed in 20839, but broke the build. It + was reverted in r20840. Thus, I'm reverting this side of the patch too. + + * WebCore.gypi: + * platform/chromium/ChromiumBridge.h: + * platform/sql/chromium/SQLiteFileSystemChromium.cpp: Removed. + * platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp: Removed. + 2009-07-15 David Levin Layout test fix, reverting previous change.