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

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

Issue 10821103: Make 'License' field in third-party metadata required (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 4 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/skia/README.chromium ('k') | third_party/swig/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 URL: http://sqlite.org/ 2 URL: http://sqlite.org/
3 Version: 3.7.6.3 3 Version: 3.7.6.3
4 Included In Release: Yes 4 Included In Release: Yes
5 Security Critical: Yes 5 Security Critical: Yes
6 License: Public domain
6 7
7 Instructions for importing a new release of SQLite from sqlite.org. 8 Instructions for importing a new release of SQLite from sqlite.org.
8 9
9 Note: our current base version is 3.7.6.3. 10 Note: our current base version is 3.7.6.3.
10 11
11 First, you need to be on Linux. 12 First, you need to be on Linux.
12 13
13 # Determine the versions of the release you want and the release we currently 14 # Determine the versions of the release you want and the release we currently
14 # have. (See the VERSION file to determine which release we currently have.) 15 # have. (See the VERSION file to determine which release we currently have.)
15 # You may wish to consult http://www.sqlite.org/changes.html to find out what 16 # You may wish to consult http://www.sqlite.org/changes.html to find out what
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 determine if the database for which the journal is being created has been 187 determine if the database for which the journal is being created has been
187 excluded from being backed up using Apple's Time Machine and if so then also 188 excluded from being backed up using Apple's Time Machine and if so then also
188 exclude the journal. These changes were made in pager.c with includes of 189 exclude the journal. These changes were made in pager.c with includes of
189 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol 190 Apple interfaces being made in sqliteInt.h. In order to eliminate a symbol
190 conflict with an Apple library after amalgamation it was also necessary to 191 conflict with an Apple library after amalgamation it was also necessary to
191 rename fts3_porter.c's 'cType' to 'vOrCType'. 192 rename fts3_porter.c's 'cType' to 'vOrCType'.
192 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized. 193 - fts3_85522.patch allows fts3 to work if PRAGMA is not authorized.
193 - src/recover.c file implements a virtual table which can read 194 - src/recover.c file implements a virtual table which can read
194 through corruption. 195 through corruption.
195 - Enable the macro 'SQLITE_TEMP_STORE=3' for Android. 196 - Enable the macro 'SQLITE_TEMP_STORE=3' for Android.
OLDNEW
« no previous file with comments | « third_party/skia/README.chromium ('k') | third_party/swig/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698