Commit Graph

29 Commits

Author SHA1 Message Date
tony%ponderer.org
e01fcb93e0 bug 340603: getting table updates consumes large amounts of memory
patch for adding interface for streaming updates
r+a=darin


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@200011 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-15 18:12:14 +00:00
brettw%gmail.com
cc4932f26d Bug 335558 (also 339861) r+a=bryner Make module file use the same flags as the build scripts for compiling form history.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@199644 18797224-902f-48f8-a5cc-f745e15eee43
2006-06-09 22:28:09 +00:00
sayrer%gmail.com
b2370f7295 b=325080. add atom 0.3 and better html handling to feed processor. r+a=ben
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196100 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-06 05:40:13 +00:00
brettw%gmail.com
54fb08a103 Bug 336203 (for tony@ponderer.org) r+a=darin URL-classifier C++ database service (currently defaulted to off)
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@196045 18797224-902f-48f8-a5cc-f745e15eee43
2006-05-05 20:42:23 +00:00
scott%scott-macgregor.org
bcd0b22d1c Bug #325416 --> move typeahead find out of thunderbird ifdefs. Start building type ahead find for Thunderbird. Patch by Jeff Walden <jwalden+fxhelp@mit.edu>. r=bsmedberg, mscott a=bsmedberg for 1.8.1 branch
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@191602 18797224-902f-48f8-a5cc-f745e15eee43
2006-03-02 20:13:38 +00:00
scott%scott-macgregor.org
3a8cd5295c Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
sr=bsmedberg


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189857 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:30:10 +00:00
bryner%brianryner.com
0aac2b4cdc 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.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188263 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-26 20:54:22 +00:00
bryner%brianryner.com
082ac64a39 Remainder of the Places merge (bug 324370). This adds all of the places files to the branch, along with the build system changes. Places is still disabled by default.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188067 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-23 23:19:02 +00:00
bryner%brianryner.com
054f28280c [Places merge, bug 324274]
bug 315570
p=brettw
r=bryner
r=annie.sullivan

Add a reusable autocomplete result type that doesn't depend on Mork. Components
can easily provide autocomplete results using this interface and
implementation.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@188041 18797224-902f-48f8-a5cc-f745e15eee43
2006-01-23 06:04:04 +00:00
bzbarsky%mit.edu
46430949af Build alerts service on non-Win32 platforms (gtk1/2). Bug 305375, r=bsmedberg,
patch by Jens Bannmann <jens.b@web.de>, a=asa


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@180426 18797224-902f-48f8-a5cc-f745e15eee43
2005-09-16 19:51:37 +00:00
bsmedberg%covad.net
da12f9887c Bustage fix for dougt, bug 295482
git-svn-id: svn://10.0.0.236/trunk@176708 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 21:46:39 +00:00
dougt%meer.net
54f4b5b76f * This moves most of the configuration options of minimo into configure.in.
* This makes minimo use the same toolkit that ff uses.

* This makes toolkit build on WINCE.  (makefile love only)

* This moves all default configuration options above where we enable
applications in configure.in

Build only changes.

r=bsmedberg
a=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@176702 18797224-902f-48f8-a5cc-f745e15eee43
2005-07-27 20:42:44 +00:00
scott%scott-macgregor.org
ec1f9358f5 Bug #286282 --> Thunderbird should be building toolkit\components\alerts instead of xpfe\components\alerts.
Will work on converting the download manager next so we an remove the alerts service ifdef in xpfe\download-manager.

Also, port xpfe's API change to nsIAlertsService to use AString's to toolkit


git-svn-id: svn://10.0.0.236/trunk@171734 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:49 +00:00
cbiesinger%web.de
3675e8251f Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@171732 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:47 +00:00
gerv%gerv.net
b72789924b Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@171729 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:44 +00:00
bsmedberg%covad.net
aafeb59354 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor
git-svn-id: svn://10.0.0.236/trunk@171728 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:43 +00:00
dbaron%dbaron.org
9209e27cef Better fix for Thunderbird bustage.
git-svn-id: svn://10.0.0.236/trunk@171727 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:42 +00:00
ben%bengoodger.com
71ea08075b attempt at fixing tbird - make sure tbird includes nsToolkitCompsCID.h so it can build typeaheadfind.
git-svn-id: svn://10.0.0.236/trunk@171725 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:40 +00:00
ben%bengoodger.com
0819099679 Landing the Aviary Branch (browser section only).
git-svn-id: svn://10.0.0.236/trunk@171723 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:38 +00:00
mvl%exedo.nl
586911864b Enable password manager for sunbird
bug 258524, r=bsmedberg, mostafah


git-svn-id: svn://10.0.0.236/trunk@171721 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:36 +00:00
bsmedberg%covad.net
a3d73ad89e Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
git-svn-id: svn://10.0.0.236/trunk@171719 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:34 +00:00
ben%bengoodger.com
a26b3de9f6 Rewrite the extension manager as a js component (170006 - not accessible yet)
git-svn-id: svn://10.0.0.236/trunk@171717 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:32 +00:00
ben%bengoodger.com
6c26a5bac6 extension manager stub
git-svn-id: svn://10.0.0.236/trunk@171715 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:30 +00:00
bsmedberg%covad.net
a7946847ba Bug 224829 - docshell should not require non-gecko interface nsIBrowserHistory. This was fixed by introducing a new interface nsIGlobalHistory2 to replace the current nsIGlobalHistory. There are two-way adapters so that the frozen interface still works. r=biesi sr=bz a=mscott for toolkit/ changes.
git-svn-id: svn://10.0.0.236/trunk@171714 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:29 +00:00
ben%bengoodger.com
add26ccf0d 215467, Part I. New Download Manager.
git-svn-id: svn://10.0.0.236/trunk@171711 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:26 +00:00
bryner%brianryner.com
55fc9fd291 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
git-svn-id: svn://10.0.0.236/trunk@171709 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:24 +00:00
bryner%brianryner.com
de84b59a67 Enable new password manager for Firebird.
git-svn-id: svn://10.0.0.236/trunk@171708 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:23 +00:00
hewitt%netscape.com
0c290252e4 moving the phoenix history from browser to toolkit
git-svn-id: svn://10.0.0.236/trunk@171705 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:20 +00:00
hewitt%netscape.com
752e148980 165955 - landing new autocomplete api and satchel for phoenix. not built yet.
git-svn-id: svn://10.0.0.236/trunk@171703 18797224-902f-48f8-a5cc-f745e15eee43
2005-04-05 22:27:18 +00:00