mozilla%weilbacher.org
23f94458b1
[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
175f419861
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
f3e1ecabf0
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
32b400b12b
[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
c139a43d25
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
e7fba5faea
#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
403aed7344
Bug 338155 r=vlad Upgrade to sqlite 3.3.5
2006-05-22 17:48:14 +00:00
cbiesinger%web.de
1fe4516c9f
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
874364b9ab
Bug 336314 r=darin Make storage threadsafe
2006-05-03 23:29:12 +00:00
benjamin%smedbergs.us
876f09528d
Bug 335421 - Make FF+XR work on windows, r=mento
2006-04-27 13:37:15 +00:00
brettw%gmail.com
c61574d768
Update readme and add patch file to repository for bug 331158.
2006-04-11 17:35:25 +00:00
brettw%gmail.com
17604382f8
Bug 331158 r=vlad Add preload capability to sqlite pager cache.
2006-04-11 17:05:08 +00:00
brettw%gmail.com
cc073c22f0
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
721753fffa
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
8a43badd31
#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
1444786ee7
OS/2 crashes on startup
2006-03-16 17:21:52 +00:00
brettw%gmail.com
abfbc4dc52
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
36abd0488c
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
ff04987920
trying to fix windows tinderbox bustage, r=marria
2006-03-02 05:11:47 +00:00
cbiesinger%web.de
9caa091abf
trying to fix balsa bustage
2006-03-01 15:26:26 +00:00
bryner%brianryner.com
aa420a36d8
Speedups for nsMorkReader and history import (bug 327330). r=brettw
2006-03-01 02:51:43 +00:00
brettw%gmail.com
17fd68bbc6
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
b06468ea47
Bug 328213, r=vladimir Upgrade to sqlite 3.3.4.
2006-02-22 20:47:51 +00:00
cbiesinger%web.de
e1bd7c777d
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
4fe052e02a
*** empty log message ***
2006-02-16 03:02:32 +00:00
benjamin%smedbergs.us
0a4a17a223
Bug 327188 - enable places by default, r=bryner
2006-02-15 18:46:10 +00:00
benjamin%smedbergs.us
51e6d212be
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
e7019c7b42
b=326458, Upgrade tree sqlite to 3.3.3
2006-02-08 21:10:11 +00:00
bryner%brianryner.com
0ff9d4e39d
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
d1332ab455
Addressing sr comments from darin. Bug 322369.
2006-01-18 01:21:36 +00:00
bryner%brianryner.com
3d0901e174
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
86d5ea9d59
Add a lightweight reader for Mork files. Bug 322369, r=brettw.
2006-01-18 01:00:22 +00:00
vladimir%pobox.com
7ec2aabd8f
Upgrade to SQLite 3.2.7, r=darin
2005-12-13 19:49:36 +00:00
timeless%mozdev.org
8e0a0fb22e
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
dff1dea638
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
463a0cdc79
Fix doublespacing
2005-10-20 19:43:42 +00:00
mkaply%us.ibm.com
da8c1261db
#283316
...
r=vlad
Patch from abwillis - OS/2 SQLite changes
2005-10-20 18:55:10 +00:00
vladimir%pobox.com
9e163a98f6
Update to SQLite 3.2.2
2005-08-20 01:23:48 +00:00
mkaply%us.ibm.com
3d36110950
#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
a2c032d796
add missing file to sqlite3, r=shaver
2005-06-10 01:27:31 +00:00
bryner%brianryner.com
4bb474ed24
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
c82a6a196e
fix for homegrown transfer_bindings
2005-05-12 20:11:41 +00:00
dougt%meer.net
373d7db1ba
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
da74a9c3af
b=291991, fix sqlite_schema stuff in mozStorageStatement, again r=shaver
2005-04-26 22:44:53 +00:00
vladimir%pobox.com
e608d4ffc9
add parameter_indexes api
2005-04-13 23:25:41 +00:00
bsmedberg%covad.net
66a9f8e901
Followup to bug 288626 to fix MSVC.net2003 static builds, a=asa
2005-04-07 13:15:29 +00:00
vladimir%pobox.com
9cdb31d07c
Update to sqlite 3.2.1, r=me
2005-03-30 21:49:20 +00:00
vladimir%pobox.com
1960db032b
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
7be0b0b8dc
Update to SQLite 3.2.0
2005-03-22 23:10:06 +00:00
bsmedberg%covad.net
d3d9589cf0
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