X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog;h=3b8a09ed72d1a0f04b77de51c7c7864ece2fcd2c;hp=1b59db2df6b3132ccfae4a62b86391e95e4370fb;hb=7ab04cac2ad5b427dc14c453150b02a1e23ac71c;hpb=6685fdfc2202f8343c1c7d90668e1441a9fbc3e0;ds=sidebyside diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog index 1b59db2df6b3..3b8a09ed72d1 100644 --- a/WebCore/ChangeLog +++ b/WebCore/ChangeLog @@ -1,3 +1,20 @@ +2007-11-12 Justin Haygood + + Reviewed by Brady. + + http://bugs.webkit.org/show_bug.cgi?id=15955 + Reimplement threading functions in IconDatabase and SQLiteDatabase in terms of the threading abstractions + + * loader/icon/IconDatabase.cpp: + (WebCore::IconDatabase::open): + (WebCore::IconDatabase::close): + * loader/icon/IconDatabase.h: + * platform/sql/SQLiteDatabase.cpp: + (WebCore::SQLiteDatabase::SQLiteDatabase): + (WebCore::SQLiteDatabase::open): + (WebCore::SQLiteDatabase::close): + * platform/sql/SQLiteDatabase.h: + 2007-11-12 Adam Roben Windows build fix