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

Unified Diff: third_party/sqlite/README.chromium

Issue 174387: Fix issue 15261: Crash in history::TextDatabase::GetTextMatches... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/sqlite/ext/fts1/fts1.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/sqlite/README.chromium
===================================================================
--- third_party/sqlite/README.chromium (revision 25131)
+++ third_party/sqlite/README.chromium (working copy)
@@ -68,7 +68,7 @@
--------------------------------------------
-As of July 20, 2009, these are our changes from sqlite_vendor:
+As of Sep 2, 2009, these are our changes from sqlite_vendor:
- fts2.c disables fts2_tokenizer().
- sqlite3Poison() in src/btree.c.
@@ -82,6 +82,10 @@
- Compile warning fixed in func.c (check if this is still needed)
- Fixed a typo bug in fts2_icu.c: "strlen(nInput)" (filed upstream as
http://www.sqlite.org/cvstrac/tktview?tn=3543)
+ - Avoid using tolower() in fts code which causes problem in some locales, see:
+ safe-tolower.patch
+ http://crbug.com/15261
+ http://www.sqlite.org/src/tktview/991789d9f3136a0460dc83a33e815c1aa9757c26
Changes from Chrome:
- I marked all changes I made with "evanm", so you can find them with
« no previous file with comments | « no previous file | third_party/sqlite/ext/fts1/fts1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698