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

653 Коммитов

Автор SHA1 Сообщение Дата
Shawn Wilsher 9b387c80c1 Bug 525539 - Upgrade to SQLite 3.6.16.1
This fixes one common crash bug in SQLite 3.6.16 tracked by bug 523405.
2009-10-30 13:24:21 -07:00
Shawn Wilsher cae988cf47 Backout of bug 519270 - Upgrade to SQLite 3.6.18 due to some instability.
--HG--
extra : rebase_source : 2c0dbb9016d4eb56b1eb4df2a2c77ddd9bae8ad0
2009-10-22 13:31:17 -07:00
Marco Bonardo 30dab76e20 Backout Bug 462381 due to Mac build bustage 2009-10-13 16:53:27 +02:00
Mitchell Field 7df5fc2f99 Bug 462381 - sprinkle magic PARALLEL_DIRS fairy dust about the build system; Build more stuff in parallel (v3)
r=(benjamin, cbiesinger, smontagu, ted.mielczarek)
2009-10-13 15:22:56 +02:00
Dietrich Ayala 6386c8d29d Bug 419893 - sort out PGO-triggered bugs (r=ted)
--HG--
extra : rebase_source : 028cd891e11df11abf768107f64b1d6bca541dca
2009-10-08 11:01:13 -07:00
Robert O'Callahan 082f716edb Backed out changeset 59a6c227df86 2009-10-02 15:23:36 +10:00
Shawn Wilsher 967ffdcab4 Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth

--HG--
extra : rebase_source : 3f2f703274df0405bc395191dec8f522e5aa4e40
2009-07-22 15:18:33 -07:00
Shawn Wilsher ff3c3b86fc Bug 519270 - Upgrade to SQLite 3.6.18
This changeset contains the changes to SQLite code.
2009-10-01 10:17:03 -07:00
Shawn Wilsher 87d5dd1cbd Bug 519270 - Upgrade to SQLite 3.6.18
This changeset contains the changes to mozilla code for the upgrade.
2009-10-01 10:17:02 -07:00
Benjamin Smedberg ba372f3a4c Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
Hashem Masoud b71a1a1cfa Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin 2009-08-14 16:09:00 +02:00
Shawn Wilsher 135075d5fd Bug 508104 - Upgrade to SQLite 3.6.16
This contains the changes to SQLite code for the upgrade.

--HG--
extra : rebase_source : be2ba260664dc80824dc6e2cd87f9e28beea9635
2009-08-03 16:04:33 -07:00
Shawn Wilsher 20198282b0 Bug 508104 - Upgrade to SQLite 3.6.16.
This contains the changes to mozilla code.
r=asuth

--HG--
extra : rebase_source : b7e5fc8824f207a37c1ea2c71a9a250ab5a7e513
2009-08-03 16:01:56 -07:00
Michael Kohler b7a3a2a751 Bug 106386 - Correct misspellings in source code (old); Patch 1; r=timeless 2009-07-27 10:46:59 +02:00
Curtis Bartley 0ac9a4e2a5 Bug 498938 - Add Levenshtein Edit Distance function to Sqlite so we can use it in queries. r=sdwilsh sr=vlad 2009-07-24 11:39:34 -04:00
Shawn Wilsher 5cefb953b9 Backout of bug 494828 and bug 505550 due to orange. 2009-07-23 10:34:54 -07:00
Shawn Wilsher d98ce2854a Bug 494828 - Stop using our own mutexes and use SQLite's where possible.
Part 2: Use the helper object in a few places where we had our own mutexes.
r=asuth
2009-07-22 15:18:33 -07:00
Shawn Wilsher e20d659f7c Bug 494826 - Compile SQLite with SQLITE_DEBUG defined
Compile SQLite in debug mode in our debug builds.  We don't hit any assertions
in tests currently, and if we ever do, we've just found a bug in SQLite.
r=ted
2009-07-22 14:43:24 -07:00
Arpad Borsos 118ee75268 Back out bug 474369, suspected of causing dhtml and tp3 regression 2009-06-12 23:20:55 +02:00
Arpad Borsos 990fceee6e Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
--HG--
extra : rebase_source : 2f40cba97555521222512c7cd793c2a2adcca333
2009-05-07 17:15:26 +02:00
Shawn Wilsher 22dde76b7b Bug 493560 - Upgrade to SQLite 3.6.14.2
This change contains the changes to SQLite's code.
2009-06-11 14:21:07 -07:00
Shawn Wilsher cf1e10d39d Bug 493560 - Upgrade to SQLite 3.6.14.2
This change contains the changes to mozilla code for the SQLite upgrade.
r=asuth
2009-06-11 14:21:03 -07:00
Shawn Wilsher fda0936e59 Bug 481261 - Expose when queries are being inefficient in debug builds.
This adds a warning in debug builds about queries that do not use an index to
sort, which tend to be much much slower.
r=asuth
2009-03-12 14:30:15 -04:00
Shawn Wilsher 874f81ff8d Bug 478297 - Upgrade to SQLite 3.6.10
This changeset contains the changes to SQLite code.
2009-02-15 11:34:32 -08:00
Shawn Wilsher cc3b4f8c91 Bug 478297 - Upgrade to SQLite 3.6.10
This changeset only contains the changes to mozilla's code.
r=asuth
2009-02-15 11:33:09 -08:00
Daniel Holbert 270e90f917 Bug 458167 - Fix bad usage of "it's" in comments: patch for db folder. r=jcramer 2009-01-23 01:03:20 -08:00
Daniel Holbert 4301671b45 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Shawn Wilsher bdd4cc2a97 Bug 471685 - Upgrade to SQLite 3.6.7
This contains the changes to SQLite files.
2009-01-08 11:51:25 -05:00
Shawn Wilsher 75a2726894 Bug 471685 - Upgrade to SQLite 3.6.7
This contains the changes to Mozilla code for the upgrade.
r=asuth
2009-01-08 11:51:21 -05:00
Shawn Wilsher d8f8a2dec4 Backed out changeset c569a8f91c0e (bug 471685) with a CLOSED TREE 2009-01-09 13:16:05 -08:00
Shawn Wilsher 9497d3d2a0 Bug 471685 - Upgrade to SQLite 3.6.7
This contains the changes to Mozilla code for the upgrade.
r=asuth
2009-01-08 11:51:21 -05:00
Andrew Sutherland 1d13694166 Bustage fix windows for commit 7d7a0c514970 for bug 445525, resolving missing windows lib export defs. 2008-12-13 22:56:16 -08:00
Shawn Wilsher 50794c8ae6 Bug 448114 - Notify about non-finalized statements in debug builds
r=asuth
2008-12-08 17:14:14 -05:00
Brad Lassey e6b8fbc72f Bug 464088 - Option to build NSS without dbm, non-nss changes r=ted 2008-12-03 08:42:03 -05:00
Shawn Wilsher bd2c28b142 Bug 464803 - Upgrade to SQLite 3.6.6.2
This changeset contains the changes to our codebase.
r=asuth
2008-12-02 06:36:01 -05:00
Shawn Wilsher 9cbf7b990b Bug 464803 - Upgrade to SQLite 3.6.6.2
This changeset contains the changes to the SQLite files.
2008-12-02 06:36:00 -05:00
Phil Ringnalda 538c9fb42a Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg 2008-11-03 19:46:28 -08:00
Shawn Wilsher 1611973b8c Backed out changeset 25a7e822742a to fix windows bustage 2008-10-28 20:09:43 -04:00
Ted Mielczarek ad910f4456 move sqlite-version.h rules below rules.mk so 'make -C db/sqlite3/src' does the right thing. rs=sdwilsh 2008-10-28 17:42:27 -04:00
Shawn Wilsher 39009cfbf7 Bug 417037 - mozStorage chokes on databases over AFP
This patch adds the SQLITE_ENABLE_LOCKING_STYLE=1 on the macintosh platform
only.  This will enable Apple-contributed code in SQLite that does file locking that works on AFP (Apple File Protocol), as well as some additional network
filesystems that the platform supports.
r=bsmedberg
2008-10-24 18:45:14 -04:00
Shawn Wilsher 96d519e918 Bug 449443 - Upgrade to SQLite 3.6.4
This changeset is the actual upgrade to SQLite.
2008-10-16 15:59:33 -04:00
Shawn Wilsher 03ecc66294 Bug 449443 - Upgrade to SQLite 3.6.4
This changeset contains the changes needed to Mozilla code.
r=Mano
2008-10-16 15:59:31 -04:00
Arpad Borsos c72ef7d248 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Joshua Cranmer 1667ee53f2 Bug 443296 -- morkRowCellCursor::NextCell skips first cell. r/sr=bienvenu 2008-08-06 17:05:32 -04:00
Dave Townsend 540a206265 Backout of bug 445042, upgrade to SQLite 3.6.0, due to performance regressions 2008-08-05 17:12:39 +01:00
Shawn Wilsher 9f4d177ce3 Bug 445042 - Upgrade to SQLite 3.6.0
This is only the changes to the distributed SQLite files.
2008-08-04 15:41:23 -04:00
Shawn Wilsher 18c6ad3076 Bug 445042 - Upgrade to SQLite 3.6.0
This contains the needed changes to our own code (readme file, configure.in, and
def file changes).
r=myk
2008-08-04 15:40:53 -04:00
Shawn Wilsher 5cf0edfc65 merge to mozilla-central 2008-07-08 10:10:53 -04:00
Shawn Wilsher 6df2613d42 Backed out changeset e741c9c886f7 for bug 442949 (Ts regression) 2008-07-08 10:10:11 -04:00
Shawn Wilsher a092823bb2 merge to mozilla-central 2008-07-08 10:08:57 -04:00
Shawn Wilsher 87ddd3725c Backed out changeset 1d72dd9072ab for Bug 442949 (Ts regression) 2008-07-08 10:08:22 -04:00
Shawn Wilsher 16c9a5a3b0 merge to mozilla-central 2008-07-08 10:03:06 -04:00
Shawn Wilsher 891710c687 Backed out changeset c9b5882bf6f6 per bug 442949.
This changeset is only being backed out because it depends on the sqlite upgrade.
2008-07-08 10:01:48 -04:00
Benjamin Smedberg 4a7e00102f Bug 442769 - Annotate nsMorkReader as a stack-only class, r=dietrich 2008-07-01 16:38:02 -04:00
Shawn Wilsher d000fcbd77 Bug 417037 - mozStorage chokes on databases over AFP
This patch adds the SQLITE_ENABLE_LOCKING_STYLE=1 on the macintosh platform
only.  This will enable Apple-contributed code in SQLite that does file locking that works on AFP (Apple File Protocol), as well as some additional network
filesystems that the platform supports.
r=bsmedberg
2008-06-18 11:06:23 -04:00
Shawn Wilsher bdccec46e9 Bug 435414 - Upgrade to sqlite 3.5.9
This modifies our files to check for a minimum of version 3.5.9 when using the
system SQLite, and updates README.MOZILLA to indicate which version we are at.
r=mconnor
2008-06-17 11:44:02 -04:00
Shawn Wilsher d76909e984 Bug 435414 - Upgrade to sqlite 3.5.9
This is just the change to the SQLite files moving us from version 3.5.4.2 to
version 3.5.9.
2008-06-17 11:43:40 -04:00
Shawn Wilsher 64255a8385 Windows bustage fix. 2008-06-17 12:01:12 -04:00
Shawn Wilsher 2e347251f9 Windows bustage fix for Bug 434247.
The symbol was not added to the def file, which caused the burning.
rs=bsmedberg
2008-06-04 12:35:04 -04:00
dholbert@cs.stanford.edu 515d34180f Back out bug 429336 to see if it fixes orange. 2008-04-17 14:03:20 -07:00
sdwilsh@shawnwilsher.com e15c48613b Bustage fix 2008-04-17 10:05:08 -07:00
sdwilsh@shawnwilsher.com 34968f281e Bug 429336 - Upgrade to sqlite 3.5.8. a=beltzner 2008-04-17 09:34:17 -07:00
sdwilsh@shawnwilsher.com a92b4d7088 Bug 429336 - Upgrade to sqlite 3.5.8. r=shaver, a=beltzner 2008-04-17 09:33:30 -07:00
mozilla@weilbacher.org 6f0611869f Bug 415947: Upgrade to SQLite 3.5.4.2 to pick up OS/2 code changes, r=sdwilsh, a1.9=beltzner 2008-04-15 12:29:45 -07:00
gavin@gavinsharp.com cc780cd60d Back out bug 415947 due to topcrash bug 424163, a=beltzner 2008-03-20 12:17:09 -07:00
mozilla@weilbacher.org 902e89bce5 Bug 415947: upgrade SQLite to 3.5.7, r=sdwilsh, a1.9=beltzner 2008-03-19 15:40:10 -07:00
blassey@mozilla.com 6cc9d5a4ed backing out: switching narrow char system calls to wide char in windows b=418703 2008-03-11 15:46:26 -07:00
blassey@mozilla.com ff89c4a3fb switching narrow char system calls to wide char in windows b=418703 r=bsmedberg r=dougt also looked at by stuart and roc a=beltzner and a=damon 2008-03-11 14:49:53 -07:00
blassey@mozilla.com 81d841c1fc backing out b=418703, caused test 40118 to fail on WINNT 5.2 qm-win2k3-01 dep unit test tinderbox 2008-03-05 14:56:43 -08:00
blassey@mozilla.com dfd26f92ec switching windows narrow char system calls to wide char b=418703 r=bsmedberg a=beltzner 2008-03-05 13:39:29 -08:00
sayrer@gmail.com 205fa1087a Bug 419905. turn off pgo in places, mozstorage, sqlite. r=ted.mielczarek, a=beltzner 2008-02-27 12:25:45 -08:00
reed@reedloden.com 36fb40a626 Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner] 2008-02-22 03:25:59 -08:00
bugzilla@standard8.plus.com bf4ac68359 Bug 418006 Fix null-param crash in morkRowCellCursor::NextCell p=Joshua Cranmer <Pidgeot18@gmail.com>,r/sr=bienvenu NPOTFFB 2008-02-17 10:59:49 -08:00
reed@reedloden.com a2aaecca91 Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep] 2008-02-13 03:33:38 -08:00
myk@mozilla.org 1f26f9ec43 bug 413589: enable fts3 (full text index) sqlite module; r=sdwilsh, a=damons 2008-01-29 15:34:19 -08:00
mozilla@weilbacher.org b7fc03e391 Bug 411780: update SQLite to 3.5.4.1 to get stability fixes and OS/2 updates, p=sdwilsh, a=mtschrep 2008-01-22 05:54:06 -08:00
dwitte@stanford.edu 064ce57187 relanding Bug 406087 - upgrade to the latest sqlite (currently 3.5.4). 2008-01-11 01:12:24 -08:00
dwitte@stanford.edu 8c3cd4403e backing out in an attempt to fix orange. 2008-01-10 23:30:05 -08:00
sdwilsh@shawnwilsher.com 896cd9e2c5 Bug 406087 - upgrade to the latest sqlite (currently 3.5.4 2008-01-10 21:12:33 -08:00
reed@reedloden.com 8c798336c5 Bug 408603 - "Windows sqlite3.dll should have proper version information" [p=ryanvm@gmail.com (Ryan VanderMeulen) r=ted a1.9=beltzner] 2008-01-10 01:03:28 -08:00
sdwilsh@shawnwilsher.com c741cddc02 Bug 408914 - Disable sqlite async IO. r=vlad 2008-01-09 19:21:56 -08:00
reed@reedloden.com d342defa35 Bug 385066 - "Remove preloading from mozStorage" [p=comrade693+bmo@gmail.com (Shawn Wilsher [sdwilsh]) r=gavin a=blocking1.9+] 2007-12-17 21:34:50 -08:00
sayrer@gmail.com 5d3bf25455 temporarily change sqlite optimization to test perf / codesize impact 2007-12-14 15:05:33 -08:00
reed@reedloden.com b3e31dfb47 Bug 400839 - "Link sqlite as C, not C++" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=vlad a1.9=damons] 2007-11-30 23:17:37 -08:00
reed@reedloden.com e54406bd0e Bug 263381 - Correct typo in db/sqlite3/src/Makefile.in [p=martynas@openbsd.org (Martynas Venckus) r=sdwilsh a1.9=schrep] 2007-11-21 13:03:50 -08:00
dtownsend@oxymoronical.com e161458cda Fix typo, no bug 2007-09-17 01:12:00 -07:00
reed@reedloden.com 1301431a8e Bug 392708 - "Can't build with Orcas B2 (Sqlite error)" [p=aliumalik@gmail.com (Ali Malik) r+a1.9=bsmedberg] 2007-09-15 18:47:04 -07:00
dmose@mozilla.org 71a60fb79a Backing out SQLite upgrade from 3.4.1 to version 3.4.2; patch by sdwilsh, r=sspitzer, a=bsmedberg 2007-09-14 14:07:51 -07:00
dmose@mozilla.org 0edc0f6a2e Upgrade SQLite from version 3.4.1 to version 3.4.2; patch by sdwilsh, r=sspitzer, a=bsmedberg 2007-09-14 13:46:32 -07:00
ginn.chen@sun.com a22fee91a2 Bug 390113 mozilla should not be compiled with -fast on Solaris r=benjamin 2007-08-02 23:32:33 -07:00
mozilla@weilbacher.org a8f95e07e6 [OS/2] Bug 390292: Exports needed for SQLite to fix OS/2 build break, r=bsmedberg 2007-08-02 14:15:33 -07:00
sspitzer@mozilla.org 5b0712718f 3.4.1, not 3.4.0 2007-08-02 10:04:59 -07:00
sspitzer@mozilla.org 332939b510 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 08:24:50 -07:00
scott@scott-macgregor.org 3124089291 Bug #388532 --> nsMoarkFactoryFactory leaks the global mork mdb factory. Change it to a service, and use a com ptr to keep track of the mdb factory.
sr=bienvenu
r=standard8
r=sspitzer for toolkit changes
2007-07-25 15:20:55 -07:00
flamingice@sourmilk.net d27e310053 Bug 386179, Stop using sqlite3ApiExit, r=sdwilsh 2007-07-24 19:18:54 -07:00
sdwilsh@shawnwilsher.com 37a18305d8 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 09:20:12 -07:00
sdwilsh@shawnwilsher.com 289d7b6399 Backout of Bug 306907 2007-07-16 14:32:03 -07:00
sdwilsh@shawnwilsher.com f7d59f8730 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 14:23:29 -07:00
jwalden@mit.edu 6d7584839a 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 00:08:04 -07:00
sdwilsh@shawnwilsher.com 85aaf21905 Bug 386179 - Stop using private sqlite functions. r=sspitzer 2007-07-02 10:25:36 -07:00
sdwilsh@shawnwilsher.com ca0105f2bb Bug 385591 - Update db/sqlite3/README.MOZILLA for SQLite 3.3.17. r=sspitzer 2007-06-27 09:55:36 -07:00
mozilla@weilbacher.org c744049f97 [OS/2] Bug 385518: fix build break after update to SQLite 3.3.17, r=mkaply 2007-06-23 10:08:48 -07:00
sdwilsh@shawnwilsher.com 96595fe1ec Bug 385396 - Go back to vanilla sqlite files. r=mconnor 2007-06-22 14:34:14 -07:00
sdwilsh@shawnwilsher.com ffb6af9509 Bug 341137 - Upgrade to latest version of sqlite (I forgot to cvs rm these files) 2007-06-21 11:19:13 -07:00
sdwilsh@shawnwilsher.com f216036065 Bug 341137 - Upgrade to latest version of sqlite (take 2). r=vladimir 2007-06-20 20:17:26 -07:00
sdwilsh@shawnwilsher.com f9cbdb055e Backout of Bug 341137 2007-06-19 16:47:38 -07:00
sdwilsh@shawnwilsher.com 1028df0814 Bug 341137 - Upgrade to latest version of sqlite. r=vladimir 2007-06-19 12:54:01 -07:00
sdwilsh@shawnwilsher.com d96db35e43 Bug 384454 - Remove sqlite3_bind_parameter_indexes. r=sspitzer 2007-06-18 16:42:23 -07:00
kherron@fmailbox.com d04e5ca122 Bug 381329 - Build fails with GCC-4.3 due to extra semi-colons and '-pedantic' flag. Patch by Art Haas <ahaas@airmail.net>. r+sr=roc. 2007-06-16 12:53:59 -07:00
dbaron@dbaron.org e7bb1b1c38 Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg 2007-03-27 08:34:59 -07:00
hg@mozilla.com 05e5d33a57 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00
bienvenu%nventure.com e694e1cb5c handle case where mork is writing out an incremental change, and it's a remove row, and the row isn't in any table, but has dirty cells, 371672, sr=mscott 2007-02-28 17:04:22 +00:00
mozilla%weilbacher.org 0064c37575 OS/2 version of SQLite 3.3 is upstream and working fine, so I can remove
the note about OS/2 from README.MOZILLA.
2007-02-19 22:49:15 +00:00
mozilla%weilbacher.org c811ea4801 [OS/2] Bug 351246: Load Mozilla into Highmem on OS/2. Part 5, changes to SQLite. r=abwillis1, sr=vlad 2006-12-22 20:12:03 +00:00
vladimir%pobox.com e2279273a1 b=32989, start page is not displayed on win9x if non-ascii chars in profile path (sqlite win9x utf8/CP safety), r=brettw 2006-07-24 21:42:43 +00:00
dveditz%cruzio.com 506140bd0c Bug 284219: add EnsureStringLength() helper function to nsReadableUtils.h to
simplify OOM checks when growing an nsAString. r/sr=darin
2006-06-22 19:07:30 +00:00
sergei_d%fi.tartu.ee a5b9b5ae82 [BeOS] Build broken in sqlite, Bug 330340, p=doug@sheltonfamily.org, r=sergei_d, sr= mailto:brettw@gmail.com. 2006-06-04 18:41:52 +00:00
timeless%mozdev.org 4af059b87e Bug 337917 Make consumers stop using cids from other modules
r=bienvenu sr=neil
2006-06-03 23:40:27 +00:00
mkaply%us.ibm.com 995adc3d04 #333835
r=mkaply (OS/2 only)
Patch from Daniel Kruse - Fix tempfile problem on OS/2
Bring back clobbered OS/2 change
Update README to remind people not to overwrite the OS/2 change.
We are still trying to get the OS/2 SQLite changes accepted upstream
2006-05-23 14:13:09 +00:00
brettw%gmail.com 515680ca1a Bug 338155 r=vlad Upgrade to sqlite 3.3.5 2006-05-22 17:48:14 +00:00
cbiesinger%web.de 51a89a8b1e bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.

r=bsmedberg
2006-05-06 17:53:51 +00:00
brettw%gmail.com 34c03fdee2 Bug 336314 r=darin Make storage threadsafe 2006-05-03 23:29:12 +00:00
benjamin%smedbergs.us 2daffd0f4f Bug 335421 - Make FF+XR work on windows, r=mento 2006-04-27 13:37:15 +00:00
brettw%gmail.com 061e521441 Update readme and add patch file to repository for bug 331158. 2006-04-11 17:35:25 +00:00
brettw%gmail.com caa2a242e6 Bug 331158 r=vlad Add preload capability to sqlite pager cache. 2006-04-11 17:05:08 +00:00
brettw%gmail.com 68da6f7048 Bug 328598 r=bryner Expire history as you browse for faster shutdown times. Now
that we don't write a bunch of stuff at shutdown, we can re-enable 0 fill for
security.
2006-04-10 22:30:54 +00:00
cbiesinger%web.de 2102482290 330340 fix BeOS build: don't define THREADSAFE - it's not needed
r=tqh,brettw patch by Doug Shelton <doug@sheltonfamily.org>
2006-04-02 12:59:24 +00:00
mkaply%us.ibm.com 45c9e57899 #283316
r=mkaply, sr=mkaply (OS/2 only)
Patch from Peter Weilbacher - more OS/2 only SQLite fixes
2006-03-20 16:07:36 +00:00
mkaply%us.ibm.com 4cf804d8be OS/2 crashes on startup 2006-03-16 17:21:52 +00:00
brettw%gmail.com 1776867707 Bug 328598 r=vladimir Rollback 0-fill deleted DB entries and vacuum on
explicit clear to improve shutdown times.
2006-03-10 21:02:32 +00:00
mkaply%us.ibm.com a24627120a OS/2 build bustage in SQLITE due to move to 3.3.4 - #283316 - patch from Daniel Kruse 2006-03-09 20:04:34 +00:00
bryner%brianryner.com 8b5a111fe6 trying to fix windows tinderbox bustage, r=marria 2006-03-02 05:11:47 +00:00
cbiesinger%web.de 1e36d5c86e trying to fix balsa bustage 2006-03-01 15:26:26 +00:00
bryner%brianryner.com 6e1d034a18 Speedups for nsMorkReader and history import (bug 327330). r=brettw 2006-03-01 02:51:43 +00:00
brettw%gmail.com 7856fb1283 Bug 328140, r=vladimir 0-fill deleted data so deleted history is not exposed
in the file.
2006-02-23 01:05:23 +00:00
brettw%gmail.com 1fccd9aa39 Bug 328213, r=vladimir Upgrade to sqlite 3.3.4. 2006-02-22 20:47:51 +00:00
cbiesinger%web.de 6f0869c658 Bug 318918 work around gcc 2.9x bug with #line. patch by Doug Shelton
<doug@sheltonfamily.org> r=bsmedberg
2006-02-21 18:30:04 +00:00
brettw%gmail.com 14e4c23d40 *** empty log message *** 2006-02-16 03:02:32 +00:00
benjamin%smedbergs.us c028f45f24 Bug 327188 - enable places by default, r=bryner 2006-02-15 18:46:10 +00:00
benjamin%smedbergs.us 57839c8110 Bug 78087 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 15:57:04 +00:00
vladimir%pobox.com 01521f1637 b=326458, Upgrade tree sqlite to 3.3.3 2006-02-08 21:10:11 +00:00
bryner%brianryner.com daed416e86 Add a mozstorage-based FormHistory implementation, with an importer that uses the MorkReader class. Stop building Mork if building Places. Bug 324170, r=brettw, bsmedberg. 2006-01-26 19:17:04 +00:00
bryner%brianryner.com 645e227d83 Addressing sr comments from darin. Bug 322369. 2006-01-18 01:21:36 +00:00
bryner%brianryner.com 5afcfd2410 Use the Mork reader class to import old history files, removing the dependency on Mork itself. Bug 322369, r=brettw. 2006-01-18 01:01:41 +00:00
bryner%brianryner.com f5bf52d888 Add a lightweight reader for Mork files. Bug 322369, r=brettw. 2006-01-18 01:00:22 +00:00
vladimir%pobox.com 257cda073f Upgrade to SQLite 3.2.7, r=darin 2005-12-13 19:49:36 +00:00
timeless%mozdev.org 17f5f5429f Bug 106386 Correct misspellings in source code
patch by supernova_00@yahoo.com r=timeless
2005-11-21 06:25:15 +00:00
bsmedberg%covad.net 78f6d0683d Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
mkaply%us.ibm.com f074770db7 Fix doublespacing 2005-10-20 19:43:42 +00:00
mkaply%us.ibm.com 08638ebfd6 #283316
r=vlad
Patch from abwillis - OS/2 SQLite changes
2005-10-20 18:55:10 +00:00
vladimir%pobox.com cfe37ee79e Update to SQLite 3.2.2 2005-08-20 01:23:48 +00:00
mkaply%us.ibm.com 48b94e9fec #283316
r/sr/a=mkaply - OS/2 only
From Andy Willis/Andrew MacIntyre - OS/2 SQLite support
2005-08-02 17:34:56 +00:00
vladimir%pobox.com 003486ce09 add missing file to sqlite3, r=shaver 2005-06-10 01:27:31 +00:00
bryner%brianryner.com 8ecd4478fd Don't force mork to create an XPCOM wrapper when querying link-visited state (bug 297144). r=mconnor, sr=bzbarsky, a=chofmann 2005-06-09 20:51:18 +00:00
vladimir%pobox.com 4767c80ed2 fix for homegrown transfer_bindings 2005-05-12 20:11:41 +00:00
dougt%meer.net be6760da53 Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa
2005-04-29 13:33:49 +00:00
vladimir%pobox.com e5e2da189e b=291991, fix sqlite_schema stuff in mozStorageStatement, again r=shaver 2005-04-26 22:44:53 +00:00
vladimir%pobox.com 6003884975 add parameter_indexes api 2005-04-13 23:25:41 +00:00
bsmedberg%covad.net 0e11f91ca9 Followup to bug 288626 to fix MSVC.net2003 static builds, a=asa 2005-04-07 13:15:29 +00:00
vladimir%pobox.com 4a64da4bfc Update to sqlite 3.2.1, r=me 2005-03-30 21:49:20 +00:00
vladimir%pobox.com fc3913989f Revert config.h change, copied over too many files from 3.2.0, r=me 2005-03-24 23:00:32 +00:00
vladimir%pobox.com 1c31e087b7 Update to SQLite 3.2.0 2005-03-22 23:10:06 +00:00
bsmedberg%covad.net 914a5612a1 libxul step 4 - most of tier 50 (not PSM, and I may have forgotten a few things in toolkit/mozapps also) r=darin 2005-03-18 21:24:05 +00:00
smfr%smfr.org 223d011c98 Bug 283074: make sure MORK_ASSERTION fires on Mac by paying attention to XP_MACOSX, not XP_MAC. r/sr=bienvenu. 2005-02-27 21:59:54 +00:00
timeless%mozdev.org 1f6bfed465 Bug 173634 flawfinder warnings in xp_str.h: kill xp_str.h, xp_path.h and clean out old/dead defines/code
r=mkaply sr=alecf
Removing dead code guarded by: BUG_21013 MORK_USE_XP_STDLIB notdef OLDWAY UNREADY_CODE
Removing  *Apple*Decode* files which aren't being built
2005-01-17 10:16:02 +00:00
gerv%gerv.net 81ac4dc799 iBug 236613: change to MPL/LGPL/GPL tri-license. 2004-12-27 18:45:32 +00:00
bienvenu%nventure.com 8d708bbcb6 fix 272602 compress commit on clean db was not writing out .msf file, sr=mscott 2004-12-02 18:08:16 +00:00
bienvenu%nventure.com 9d24f7c070 fix 269861 make mork not write any data or touch timestamp if the db is not dirty, sr=mscott 2004-11-15 19:56:01 +00:00
vladimir%pobox.com 98b1cd3b91 Update to SQLite 3.0.8 2004-10-13 19:30:19 +00:00
vladimir%pobox.com 9df7282768 b=263211, sqlite3 and storage landing - step 1; r=darin,sr=shaver 2004-10-08 22:03:06 +00:00
gerv%gerv.net c01bb2d438 Bug 236613: change to MPL/LGPL/GPL tri-license, and other license-related fixups. 2004-07-16 19:09:02 +00:00
neil%parkwaycc.co.uk 150df4c86c Actually use rv b=228780 r=me rs=brendan moa=bienvenu 2004-06-22 16:06:12 +00:00
m_kato%ga2.so-net.ne.jp 32988b0b33 bug 226238. WinXP 64bit Port for mozilla/db. r/sr=bienvenu 2004-04-29 04:26:21 +00:00
gerv%gerv.net 658652212e Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-25 15:37:13 +00:00
gerv%gerv.net 9d2ee4928c Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-17 21:52:36 +00:00
blakeross%telocity.com 95ad2d560a Fix 177360: URL Bar history drop down displays entries in reverse chronological order. r=bienvenu sr=ben 2004-02-21 02:49:06 +00:00
blakeross%telocity.com ce4d638b86 Fix 177360: URL Bar history drop down displays entries in reverse chronological order. r=bienvenu sr=ben 2004-02-21 02:49:05 +00:00
bsmedberg%covad.net d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net 274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
bienvenu%nventure.com 2e858e759a fix 221797 flush mork db file buffers on win98, r=me, sr=mscott, a=asa, initial patch by Christian Franke 2003-12-11 00:40:40 +00:00
bryner%brianryner.com 2fcdb4e2d5 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 21:50:21 +00:00
bzbarsky%mit.edu 6560910dc0 constification of static strings in mork. Bug Bug 209226, patch by
ataylor@its.to (Andrew Taylor), r/sr=alecf, sr=bzbarsky.
2003-06-18 02:49:00 +00:00
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
cls%seawood.org d1079607df XP code changes required for mingw landing.
Add NS_STDCALL macros for functions that require stdcall declarations.
Add NS_STDCALL_FUNCPROTO macro for stdcall function prototype typedefs.
Bug #134113 r=dougt sr=dbaron
2003-03-07 06:07:56 +00:00
dbaron%dbaron.org 098bd15103 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 19:35:36 +00:00
hewitt%netscape.com 7890e7d43d 174403 - morkTable::RowToPos doesn't quite work, r=blake, sr=bienvenu 2002-11-21 04:59:37 +00:00
bienvenu%netscape.com 6c84c33d79 allow mork to open db's with more than 64K rows, with help from leon.zhang@sun.com r=cavin, sr=alecf, 105497 2002-09-24 14:11:01 +00:00
seawood%netscape.com 67aff13c77 Adding placeholders to silence cvs warnings 2002-09-20 09:14:42 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
seawood%netscape.com 03ace271f0 Add CPP_THROW_NEW macro to the build system. This macro should be used when defining a local |operator new| function. It will be set to an empty throw function by default on all platforms except mac CW builds. This will allow us to not crash on systems that expect |operator new| to throw an exception by default and will suppress compiler warnings about how |operator new| should throw an exception instead of returning NULL.
Bug 149032 r=timeless sr=scc
2002-07-02 20:25:30 +00:00
dbaron%fas.harvard.edu 6d2263f19b Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
alecf%netscape.com bcf192e308 fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes) 2002-06-06 20:28:14 +00:00
bienvenu%netscape.com 5320c431fa fix occurance of potential (not actual) unitialized variable use in mork atom rs=sspitzer 2002-05-20 20:24:41 +00:00
bienvenu%netscape.com 6fc61c78da backing out last checkin 2002-05-16 00:53:09 +00:00
bienvenu%netscape.com 5bcd59e89b fix mork warnings on linux, r=bienvenu, sr=sspitzer, patch by godsham@ntsource.com 2002-05-16 00:51:31 +00:00
bienvenu%netscape.com 771d56182f fix crash importing long mailing list r=naving, sr=sspitzer 62084 2002-05-08 03:16:22 +00:00
bienvenu%netscape.com 5b313d9238 fix compiler warnings patch by godsham@ntsource.com r=bzbarsky sr=bienvenu 129208 2002-04-20 16:45:09 +00:00
mkaply%us.ibm.com 51cb03a9e2 At least I only broke us - forgot include 2002-03-26 13:04:48 +00:00
mkaply%us.ibm.com f3613c423d #132474
Mistake in original checkin - fix from pedemont - was causing MAJOR OS/2 runtime bustage
2002-03-26 03:08:13 +00:00
mkaply%us.ibm.com 3578644699 #132474
r=bienvenu, sr=sspitzer, a=asa
Use sopen/fdopen instead of fopen for mork on OS/2 - we don't support opening the same file twice
2002-03-22 21:18:11 +00:00
dougt%netscape.com 40642fc34c 130405. Makes the xpcom glue library usable. Updates XPCOM Samples. Adds requires lines to a few implict string/category consumers sr=alecf, sr=brendan@mozilla.org a=asa@mozilla.org 2002-03-21 23:43:21 +00:00
bienvenu%netscape.com a9810353bc backout most recent mork changes to fix build bustage 2002-02-17 03:11:14 +00:00
bienvenu%netscape.com 6267e49b2f fix more mork build warnings rs=sspitzer 2002-02-17 02:30:05 +00:00
bienvenu%netscape.com 493ef9c7fe fix build warnings rs=sspitzer 2002-02-16 22:46:31 +00:00
sfraser%netscape.com d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
bienvenu%netscape.com 01ad058936 fix crash parsing mork files rs=sspitzer 114900 2002-01-10 01:42:26 +00:00
bienvenu%netscape.com 945dc729af implement nsMorkRowCellCursor::NextCell r/sr =sspitzer 114117 2002-01-07 15:10:16 +00:00
seawood%netscape.com 128ac41103 nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
timeless%mac.com 61a97fd94a Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
seawood%netscape.com 45bfbf0658 Landing the rest of the win32 gmake changes:
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup

Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
seawood%netscape.com 51fa852613 Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
Thanks to Javier Pedemonte (pedemont@us.ibm.com) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
ccarlen%netscape.com f810f656cc Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser 2001-12-11 05:10:45 +00:00
ccarlen%netscape.com afffbda535 Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser. 2001-12-10 21:02:40 +00:00
bienvenu%netscape.com baccff3105 fix crash loading corrupt history.dat file, cut down on mork memory growth when history does link coloring, r=naving, sr=alecf, sspitzer 113287 113354 2001-12-04 21:04:56 +00:00
bryner%netscape.com e5534233ce Removing unused MORK_OBSOLETE and MORK_ALONE code. r=bienvenu, sr=alecf. 2001-12-03 23:35:23 +00:00
alecf%netscape.com 77f0413b32 fix for assertion that would be caused by my next checkin, checking in for bienvenu, r=alecf, sr=sspitzer bug 111333 2001-11-27 05:16:35 +00:00
bzbarsky%mit.edu edfb3b268f Use <> for system headers, not "". This should help prevent Sun WSU2
compiler bustage.  Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +00:00
bienvenu%netscape.com 1f8bc6ba3b fix tinderbox bustage on solaris, patch from roland mainz, r=bzbarsky, sr=bienvenu 111574 2001-11-23 19:17:05 +00:00
bienvenu%netscape.com 4e75c9ecf2 fix hpux bustage, only define delet eoperator when debugging mem useage 2001-11-22 02:56:49 +00:00
bienvenu%netscape.com 16cd6c485d fix aix bustage 2001-11-22 00:37:07 +00:00
bienvenu%netscape.com 8cd2bc6ecb fix hpux build bustage, use delete directly as per compiler error msg 2001-11-22 00:15:16 +00:00
sspitzer%netscape.com 01eb07ddd1 build changes for #110820 2001-11-21 21:53:26 +00:00
bienvenu%netscape.com 552c8a55b8 xpcomize mork and remove orkin layer from mork, r=naving, sr=sspitzer 110850 2001-11-21 21:52:12 +00:00
seawood%netscape.com 7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
dbaron%fas.harvard.edu 02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
bienvenu%netscape.com b1c5a18204 fix a bunch of mork memory leaks r=naving, sr=sspitzer 99111 21114 and others 2001-10-06 01:16:24 +00:00
gerv%gerv.net 601d62f065 License changes, take 2. Bug 98089. mozilla/db/, mozilla/dbm/. 2001-09-25 01:25:13 +00:00
gerv%gerv.net 1856815ff1 Oops. 2001-09-20 00:02:59 +00:00
scc%mozilla.org bc444f528a bug #98089: ripped new license 2001-09-19 22:39:41 +00:00
scc%mozilla.org 154cac2b07 bug #98089: ripped new license 2001-09-19 20:40:05 +00:00
scc%mozilla.org 102170b2a0 bug #98089: ripped new license 2001-09-19 20:09:47 +00:00
jaggernaut%netscape.com d1a7bfa843 One module per line for REQUIRES. r=/sr=alecf 2001-09-18 22:01:13 +00:00
jaggernaut%netscape.com dc40187223 Bug 73353: splitting the modules on the REQUIRES lines in Makefile.in across multiple lines to more clearly show the changes made. sr=alecf 2001-09-18 13:41:47 +00:00
alecf%netscape.com 8bf5905937 add REQUIRES support to jpeg, sun-java, db, etc.. b=98371 r=cls 2001-09-10 20:48:38 +00:00
cls%seawood.org a3c1dd1b09 Use NS_PTR_TO_INT32 macros to do 64-bit safe pointer conversions.
Bug #20860 r=Roland.Mainz@informatik.med.uni-giessen.de sr=brendan@mozilla.org
2001-08-14 07:59:59 +00:00
waterson%netscape.com b74d6e1c8b Land STATIC_BUILD_20010612_BRANCH, which supports building mozilla with components statically linked into the executable, as well as 'meta modules' that combine components into uber-DLLs. 2001-06-20 20:21:49 +00:00
cls%seawood.org 5584f0e249 Missed one.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:28:54 +00:00
cls%seawood.org bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
bienvenu%netscape.com 61a0025361 fix 62658 handle non-zero yarn form fields for future history work, r=alecf, sr=sspitzer 2001-05-09 13:34:08 +00:00
kandrot%netscape.com afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
cls%seawood.org 00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
shaver%mozilla.org a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
dprice%netscape.com 8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
rickg%netscape.com 169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
disttsc%bart.nl f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
dprice%netscape.com edb387e49c 71057 sr=waterson new order files. NOT PART OF THE REGULAR BUILD 2001-03-13 10:47:37 +00:00
dprice%netscape.com 199c935b04 # 65845 sr=waterson, new order files will greatly reduce the number of link warnings. 2001-02-27 04:38:19 +00:00
naving%netscape.com d7a7e73d27 59501 r=naving sr=bienvenu. Thanks to spayne@dccnet.com for providing the patch.
Replacing error codes with XPCOM error codes
2001-02-22 23:43:46 +00:00