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

75 Коммитов

Автор SHA1 Сообщение Дата
kairo%kairo.at f2cf6a7723 bug 344243 - move suiterunner help over to toolkit help viewer (and build toolkit typeaheadfind), r=bsmedberg on configure.in change, r=Neil for the rest, sr=Neil 2006-11-01 17:07:23 +00:00
sayrer%gmail.com 1db738f22f Bug 353434. Remove C++ feed parsing for livemarks on trunk (places). r=dietrich 2006-10-19 02:24:30 +00:00
timeless%mozdev.org 3d9c1a4665 Bug 330331 Building with option --disable-xul failed
patch by romaxa@gmail.com r=timeless r=biesi sr=bz
Removing last traces of RDF dependency from HTMLDocument (bug 101995)

Only build toolkit download ifdef MOZ_RDF
Only build windowdatesource and the charset menu ifdef MOZ_RDF

Enable nsExternalHelperAppService to build w/o RDF.
Enable nsDirectoryViewer to build, this is enables geckos to work around bug 347782
Don't build nsHTTPIndex at all.
2006-08-14 22:36:15 +00:00
benjamin%smedbergs.us d396366183 Bug 321219 - separate places backend into toolkit, r=beng 2006-07-18 19:41:12 +00:00
gavin%gavinsharp.com 54edf1276d Bug 310071: Use system calls to add files to the recent documents folder, r=mconnor, r=bsmedberg 2006-07-02 20:47:53 +00:00
tony%ponderer.org 169d8c8d19 bug 340603: getting table updates consumes large amounts of memory
patch: interface for streaming updates
r+a=darin
2006-06-15 19:10:04 +00:00
tony%ponderer.org cc935e4fea backing change out of closed tree 2006-06-14 00:41:24 +00:00
tony%ponderer.org 3c1bde8afb bug 340603: getting table updates consumes large amounts of memory;
interface for streaming updates
r+a=darin
2006-06-13 23:39:29 +00:00
tony%ponderer.org fdbf806e65 rolling back toolkit/component/build files from bug 340603 to fix the build 2006-06-08 01:43:48 +00:00
tony%ponderer.org b47f587a8d Bug 340603: safebrowsing getting table updates consumes large amounts of
memory, patch "interface for streaming updates"
r+a=darin
2006-06-08 01:08:44 +00:00
sayrer%gmail.com c462b63170 b=325080. add atom 0.3 and better html handling to feed processor. r+a=ben 2006-05-06 04:13:20 +00:00
brettw%gmail.com fc5d2a7583 Bug 336203 (for tony@ponderer.org) r=darin Add new safe browsing C++ service 2006-05-05 21:42:47 +00:00
bugzilla%standard8.demon.co.uk 2fc7600808 Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 5 - First stab at sorting out inclusion of modules in xpfe and toolkit. r=benjamin,sr=Neil 2006-04-14 07:04:53 +00:00
scott%scott-macgregor.org 862278308e 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 2006-03-02 19:45:56 +00:00
benjamin%smedbergs.us a286980e35 Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-02-14 16:12:53 +00:00
scott%scott-macgregor.org f01dbaa3e0 Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
sr=bsmedberg
2006-01-31 22:03:34 +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
bsmedberg%covad.net c85be04cc3 Bug 322965 (relanding) - Allow building xulrunner with --disable-xul, this fixes dynamic builds which didn't have the correct linker flags and combines passwordmgr/satchel in one XPCOM module since they have symbol dependencies 2006-01-25 20:23:24 +00:00
pavlov%pavlov.net fbc6cb3e44 backing out bsmedberg's checkins for bug 322965 due to build bustage. 2006-01-25 04:54:07 +00:00
bsmedberg%covad.net 9b69041028 Bug 322965 - Allow building XULRunner with --disable-xul, r=dougt (This also contains some bits of 299988, build gtkmozembed into libxul) 2006-01-24 19:27:00 +00:00
bryner%brianryner.com 8dccb6bdb7 Don't try to link in history_s.lib when MOZ_PLACES is enabled, since it's not built. 2005-11-18 07:48:54 +00:00
brettw%gmail.com 36a99f6872 bug 315570
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.
2005-11-09 19:19:33 +00:00
brettw%gmail.com dd2c05469d Adds "places" directory consisting of new moz-storage-based history
implementation.  Use --enable-places to use this code instead of the Mork
history implementation. This code is currently in active development, so some
things are broken, notably all the UI which uses RDF.

bug 266174
r=bryner
2005-11-08 02:25:22 +00:00
bsmedberg%covad.net 49df2055ed Bug 263042 - Build both autocomplete impls as separate components to make it easier to ship both of them with toolkit/xpfe r=Neil 2005-10-31 13:21:31 +00:00
allan%beaufour.dk 5a72a893c2 Build alerts service on non-Win32 platforms (gtk1/2). Bug 305375, r=bsmedberg, patch by Jens Bannmann 2005-09-16 11:52:56 +00:00
bsmedberg%covad.net 9d77cf8d0d Additional xulrunner-specific bustage fixup from bug 295482 2005-07-27 22:48:15 +00:00
bsmedberg%covad.net 08b73927ec Bustage fix for dougt, bug 295482 2005-07-27 21:46:39 +00:00
dougt%meer.net 8de93d4125 * 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
2005-07-27 20:42:44 +00:00
bsmedberg%covad.net 5788535370 Rename a few nsModule.cpp files so that libxul will link on platforms that use ar+ranlib r=darin
toolkit/components/build/nsModule.cpp -> nsToolkitCompsModule.cpp
2005-04-05 23:29:58 +00:00
scott%scott-macgregor.org 1b646d9f40 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
2005-04-05 22:27:49 +00:00
cbiesinger%web.de 4c1080dd59 Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin
2005-04-05 22:27:47 +00:00
gerv%gerv.net 20506e2dfc Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-04-05 22:27:44 +00:00
bsmedberg%covad.net 2fca1dced5 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 2005-04-05 22:27:43 +00:00
dbaron%dbaron.org 9e94a9633b Better fix for Thunderbird bustage. 2005-04-05 22:27:42 +00:00
ben%bengoodger.com 2cf014b2ea attempt at fixing tbird - make sure tbird includes nsToolkitCompsCID.h so it can build typeaheadfind. 2005-04-05 22:27:41 +00:00
ben%bengoodger.com 687582ce44 Landing the Aviary Branch (browser section only). 2005-04-05 22:27:39 +00:00
mvl%exedo.nl cf630b8661 Enable password manager for sunbird
bug 258524, r=bsmedberg, mostafah
2005-04-05 22:27:37 +00:00
bsmedberg%covad.net c2f2224da8 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 2005-04-05 22:27:35 +00:00
ben%bengoodger.com d202d81313 Rewrite the extension manager as a js component (170006 - not accessible yet) 2005-04-05 22:27:33 +00:00
ben%bengoodger.com f1f63525d9 extension manager stub 2005-04-05 22:27:31 +00:00
bsmedberg%covad.net f0f50aafab 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. 2005-04-05 22:27:29 +00:00
ben%bengoodger.com 2801ff5c9f 215467, Part I. New Download Manager. 2005-04-05 22:27:27 +00:00
bryner%brianryner.com ac471b615e Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2005-04-05 22:27:24 +00:00
bryner%brianryner.com 1039e26313 Enable new password manager for Firebird. 2005-04-05 22:27:23 +00:00
hewitt%netscape.com 949fb914fb moving the phoenix history from browser to toolkit 2005-04-05 22:27:20 +00:00
hewitt%netscape.com 8d7a9083e5 165955 - landing new autocomplete api and satchel for phoenix. not built yet. 2005-04-05 22:27:18 +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
scott%scott-macgregor.org e525d43d1b 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
2005-03-15 19:41:41 +00:00
cbiesinger%web.de ce1e5bcb15 Bug 281130 rename NS_DOWNLOAD_CONTRACTID to NS_TRANSFER_CONTRACTID to better
reflects its purpose
r=bz sr=darin
2005-02-07 14:35:46 +00:00
bryner%brianryner.com f5257db823 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00