Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: third_party/sqlite/README.chromium

Issue 3245008: Move us closer to passing the license check script. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/mongoose/README.chromium ('k') | third_party/webdriver/README.chromium » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: SQLite 1 Name: SQLite
2 License File: src/LICENSE
2 URL: http://sqlite.org/ 3 URL: http://sqlite.org/
3 4
4 Instructions for importing a new release of SQLite from sqlite.org. 5 Instructions for importing a new release of SQLite from sqlite.org.
5 6
6 Note: our current base version is 3.6.18. 7 Note: our current base version is 3.6.18.
7 8
8 First, you need to be on Linux. 9 First, you need to be on Linux.
9 10
10 # Determine the versions of the release you want and the release we currently 11 # Determine the versions of the release you want and the release we currently
11 # have. (See the VERSION file to determine which release we currently have.) 12 # have. (See the VERSION file to determine which release we currently have.)
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 os_unix.c, to allow Chromium's Posix VFS implementation in 163 os_unix.c, to allow Chromium's Posix VFS implementation in
163 WebKit/WebCore/platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp 164 WebKit/WebCore/platform/sql/chromium/SQLiteFileSystemChromiumPosix.cpp
164 to correctly implement the "unused file descriptors" logic in the 165 to correctly implement the "unused file descriptors" logic in the
165 xDlOpen() method. The new functions are 166 xDlOpen() method. The new functions are
166 chromium_sqlite3_get_reusable_file_handle(), 167 chromium_sqlite3_get_reusable_file_handle(),
167 chromium_sqlite3_update_reusable_file_handle() and 168 chromium_sqlite3_update_reusable_file_handle() and
168 chromium_sqlite3_destroy_reusable_file_handle(). Also, added the 169 chromium_sqlite3_destroy_reusable_file_handle(). Also, added the
169 chromium_sqlite3_fill_in_unix_sqlite3_file() function that calls 170 chromium_sqlite3_fill_in_unix_sqlite3_file() function that calls
170 fillInUnixFile(), which will be made static again as soon as a 171 fillInUnixFile(), which will be made static again as soon as a
171 WebKit patch using the new function lands. 172 WebKit patch using the new function lands.
OLDNEW
« no previous file with comments | « third_party/mongoose/README.chromium ('k') | third_party/webdriver/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698