diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 08:52:50 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-28 08:52:50 +0000 |
commit | a665dd2efd9a98424bf461f492d58e81ab6127ed (patch) | |
tree | 16aca9cf230348b2c61d703001fdf522926d6ce7 /third_party/sqlite/README.chromium | |
parent | 83d7b4e943c80e388d2886636bb5fe1f8477ccb0 (diff) | |
download | chromium_src-a665dd2efd9a98424bf461f492d58e81ab6127ed.zip chromium_src-a665dd2efd9a98424bf461f492d58e81ab6127ed.tar.gz chromium_src-a665dd2efd9a98424bf461f492d58e81ab6127ed.tar.bz2 |
Remove our local modifications to sqlite's os_unix.c now that
http://trac.webkit.org/changeset/68310 has landed.
They are no longer necessary, and are not used.
This brings our sqlite copy a little closer to the upstream version
and is a part of an effort to allow compiling with the system-provided sqlite.
BUG=50769, 22208
TEST=none
Review URL: http://codereview.chromium.org/3390032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/sqlite/README.chromium')
-rw-r--r-- | third_party/sqlite/README.chromium | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/third_party/sqlite/README.chromium b/third_party/sqlite/README.chromium index 45d0a8d..2ac7415 100644 --- a/third_party/sqlite/README.chromium +++ b/third_party/sqlite/README.chromium @@ -155,18 +155,3 @@ Changes from Chrome: - Added a new function chromium_sqlite3_initialize_win_sqlite3_file() at the end of os_win.c. It allows the Windows-specific Chromium VFS to reuse most of the win32 SQLite VFS. - - Added a new function - chromium_sqlite3_initialize_unix_sqlite3_file() and made - fillInUnixFile() non-static in os_unix.c. It allows the - Linux-specific Chromium VFS to reuse most of the unix SQLite VFS. - - Exposed three functions that deal with unused file descriptors in - os_unix.c, to allow Chromium's Posix VFS implementation in - WebKit/WebCore/platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp - to correctly implement the "unused file descriptors" logic in the - xDlOpen() method. The new functions are - chromium_sqlite3_get_reusable_file_handle(), - chromium_sqlite3_update_reusable_file_handle() and - chromium_sqlite3_destroy_reusable_file_handle(). Also, added the - chromium_sqlite3_fill_in_unix_sqlite3_file() function that calls - fillInUnixFile(), which will be made static again as soon as a - WebKit patch using the new function lands. |