Граф коммитов

97 Коммитов

Автор SHA1 Сообщение Дата
sspitzer%mozilla.org 500dd4c4d1 fix for bug #385067: upgrade to latest version of sqlite (3.4.0)
patch=sdwilsh, rs=sspitzer

fix for bug #387609:  Add check for lastError in test_storage_progresshandler.js

patch=sdwish, r=sspitzer
2007-08-02 15:24:51 +00:00
flamingice%sourmilk.net 980f996aef Bug 386179, Stop using sqlite3ApiExit, r=sdwilsh 2007-07-25 02:18:54 +00:00
sdwilsh%shawnwilsher.com f1fbebebfa Bug 388059 - Add a getColumnIndex method to mozIStorageStatement. r=sspitzer 2007-07-19 16:30:17 +00:00
sdwilsh%shawnwilsher.com d76ef55f37 Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin 2007-07-18 16:20:13 +00:00
sdwilsh%shawnwilsher.com 6a1360ddbb Backout of Bug 306907 2007-07-16 21:32:03 +00:00
sdwilsh%shawnwilsher.com 6853438bb1 Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin 2007-07-16 21:23:30 +00:00
sdwilsh%shawnwilsher.com a829849d4f Bug 388048 - mozIStorageStatement::getParameterIndexes is useless. r=sspitzer 2007-07-15 18:03:20 +00:00
sdwilsh%shawnwilsher.com 3147e0c494 Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer 2007-07-11 22:20:40 +00:00
sdwilsh%shawnwilsher.com db42d23135 Backout of Bug 384526 (causes orange) 2007-07-10 17:23:36 +00:00
sdwilsh%shawnwilsher.com 8310ecbd2c Bug 384526 - Use sqlite3_prepare_v2 instead of sqlite3_prepare. r=sspitzer 2007-07-10 16:58:17 +00:00
jwalden%mit.edu ef68fcf595 Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros. 2007-07-08 07:08:56 +00:00
sdwilsh%shawnwilsher.com 8c99a92336 Bug 333848 - add full-featured user-defined functions and progress handlers to storage. Patch by Lev Serebryakov <blacklion@gmail.com>. r=sdwilsh 2007-07-07 21:14:52 +00:00
sdwilsh%shawnwilsher.com 85c89ae399 Orange fix. rs=gavin.sharp 2007-07-03 22:49:42 +00:00
sdwilsh%shawnwilsher.com 04ec037d75 Fix orange. r=gavin.sharp 2007-07-03 22:33:46 +00:00
sdwilsh%shawnwilsher.com 1b193910de Bug 386394 - Add a BackupDB method to mozIStorageConnection. r=mano 2007-07-03 20:54:37 +00:00
sdwilsh%shawnwilsher.com 2ab9f5784f Bug 365166 - crash [@ strlen] calling mozIStorageStatement::getColumnName of a statement created with "PRAGMA user_version" or "PRAGMA schema_version". Patch by Nickolay Ponomarev <asqueella@gmail.com>. r=sdwilsh 2007-07-02 22:36:41 +00:00
sdwilsh%shawnwilsher.com fc83822292 Bug 386179 - Stop using private sqlite functions. r=sspitzer 2007-07-02 17:25:37 +00:00
philringnalda%gmail.com c65379a243 Bug 386366 - Add convenience method for getting the database schema version, patch by Shawn Wilsher <sdwilsh@mozilla.com>, r=sspitzer 2007-06-30 03:32:09 +00:00
sdwilsh%shawnwilsher.com 5aeb98b789 Bug 385396 - Go back to vanilla sqlite files. r=mconnor 2007-06-22 21:34:15 +00:00
sdwilsh%shawnwilsher.com 0da5203d0f Bug 385431 - mozStorageAsyncIO.cpp:559: warning: unused variable 'message'. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh 2007-06-22 20:24:43 +00:00
sdwilsh%shawnwilsher.com 681dd890b2 Bug 385262 - NOTREACHED called before logging. Patch by Ryan Jones <sciguyryan@gmail.com>. r=sdwilsh 2007-06-21 23:52:18 +00:00
sdwilsh%shawnwilsher.com a02e0363a3 Bug 341137 - Upgrade to latest version of sqlite (take 2). r=vladimir 2007-06-21 03:17:27 +00:00
sdwilsh%shawnwilsher.com 90e35c5345 Backout of Bug 341137 2007-06-19 23:47:39 +00:00
sdwilsh%shawnwilsher.com 13ecb97542 Bug 341137 - Upgrade to latest version of sqlite. r=vladimir 2007-06-19 19:54:02 +00:00
sdwilsh%shawnwilsher.com a95eb5684f Bug 363024 - Calling createInstance() on mozIStorageService crashes. r=sspitzer 2007-06-19 02:22:02 +00:00
sdwilsh%shawnwilsher.com e1e1617bd1 Bug 384454 - Remove sqlite3_bind_parameter_indexes. r=sspitzer 2007-06-18 23:42:24 +00:00
dwitte%stanford.edu d5fb46c1b9 check for non-null connection in mozStorageTransaction helper. b=384224, r=sspitzer 2007-06-14 04:58:52 +00:00
sdwilsh%shawnwilsher.com 4848707dc1 Bug 383543 - mozStorageService cleanup. r=sspitzer 2007-06-12 23:31:59 +00:00
sdwilsh%shawnwilsher.com 1541d9de3b Bug 383534 - mozStorageConnection ignores return values (and other cleanup). r=sspitzer 2007-06-12 23:19:34 +00:00
sdwilsh%shawnwilsher.com 323342915c Bug 381549 - mozStorageStatement ignores return values from SQLite. r=sspitzer 2007-06-12 22:01:05 +00:00
sdwilsh%shawnwilsher.com 9da277f68a Bug 383619 - Get xpcshell tests for mozStorage (windows orange fix). r=rcampbell 2007-06-12 16:28:30 +00:00
sdwilsh%shawnwilsher.com f98bae532e Disabling tests from Bug Bug 383619 because windows doesn't like them :( 2007-06-12 04:33:25 +00:00
sdwilsh%shawnwilsher.com 5d931932dc Bug 383619 - Get xpcshell tests for mozStorage. r=vladimir 2007-06-12 03:59:35 +00:00
igor%mir2.org bf36fc9934 Bug 377751: Switching JSClass.mark in XPConnect to the tracing semantics. r=jst, sr=brendan 2007-05-02 20:20:22 +00:00
igor%mir2.org 1d398d03c5 Bug 377751: removal of the commit. 2007-05-01 21:54:29 +00:00
igor%mir2.org a7df17c084 Bug 377751: JSClass instances in xpconnect use the tracing API. r=brendan, sr=jst 2007-05-01 21:06:07 +00:00
vladimir%pobox.com e7eb07b652 b=334174, corrupted db files are not handled correctly, r=brettw 2006-07-26 18:54:12 +00:00
brettw%gmail.com fc4ae51077 Bug 334675 r=darin a=mconnor Notify users on async IO errors 2006-07-25 17:04:48 +00:00
timeless%mozdev.org ba62695c84 Bug 337917 Make consumers stop using cids from other modules
r=brettw@gmail.com sr=neil
2006-06-03 23:41:19 +00:00
brettw%gmail.com 8d1d7933a0 Bug 333306 r+a=vladimir Crash with pragma statements that return values 2006-05-22 19:18:00 +00:00
brettw%gmail.com b04e82d5d6 Bug 336230 r+a=vlad Bug in ASYNC_SYNC 2006-05-19 16:25:40 +00:00
darin%meer.net 7d3e7d7acd landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb 2006-05-10 17:30:15 +00:00
brettw%gmail.com 874364b9ab Bug 336314 r=darin Make storage threadsafe 2006-05-03 23:29:12 +00:00
brettw%gmail.com 074cf35e12 Bug 335836 r=vladimir Add warnings to comments on usage of storage service 2006-05-02 17:35:48 +00:00
gavin%gavinsharp.com 28716527d7 Bug 334186: AsyncOpenExclusive returns freed value, patch by Ryan Flint <rflint@dslr.net>, r=brettw 2006-04-21 16:53:48 +00:00
benjamin%smedbergs.us 185c761605 Freeze nsIArray (requires separating nsIMutableArray into another .idl file); also removes NS_NewArray and moves do_QueryElementAt into the glue, r=darin 2006-04-12 15:43:32 +00:00
brettw%gmail.com 80a0effc12 Bug 331158 r=vladimir Add preload capability to storage service for sqlite pager cache. 2006-04-11 17:06:55 +00:00
bent.mozilla%gmail.com a995ae4a1d Bug 328790 - Removing an extra NS_ADDREF that somehow crept into the other checkin. r=brettw, a=darin. 2006-04-07 18:09:12 +00:00
bent.mozilla%gmail.com 0dafa96536 Bug 328790 - "main thread never joins with async-io thread". r=brettw. 2006-04-06 17:22:30 +00:00
benjamin%smedbergs.us de92d373af Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-04-06 14:45:37 +00:00