Commit Graph

159 Commits

Author SHA1 Message Date
Benjamin Smedberg
a7e67d32ad Bug 568691 part B - mechanical changes to in-tree binary modules needed to get them building and registering correctly. After this patch, xpcshell appears to work. 2010-06-10 14:11:40 -04:00
Phil Ringnalda
c34e9394d6 Bug 518607 - Move the Troubleshooting Information page into toolkit so other apps like Thunderbird and SeaMonkey can use it, r=gavin 2010-02-20 19:36:46 -08:00
Marco Bonardo
1593a62e17 Bug 546942 - Move places import-export-service to toolkit. r=sdwilsh
--HG--
rename : browser/components/places/public/nsIPlacesImportExportService.idl => toolkit/components/places/public/nsIPlacesImportExportService.idl
rename : browser/components/places/src/nsPlacesImportExportService.cpp => toolkit/components/places/src/nsPlacesImportExportService.cpp
rename : browser/components/places/src/nsPlacesImportExportService.h => toolkit/components/places/src/nsPlacesImportExportService.h
2010-03-24 02:17:49 +01:00
Ted Mielczarek
bd0987e061 bug 538606 - make IE profile migration not use #import. r=gavin 2010-01-08 13:06:21 -05:00
Ryan Flint
dfaafdf0d0 Bug 507073 - Don't build nsBrowserDirectoryProvider as a separate library. r=vlad
--HG--
rename : browser/components/dirprovider/nsBrowserDirectoryProvider.cpp => browser/components/dirprovider/DirectoryProvider.cpp
2009-11-07 02:19:44 -05:00
Curtis Bartley
68fa3b7cf6 Bug 367596 - Create about:support page with troubleshooting information. r=johnath,mconnor 2009-09-25 18:40:51 +02:00
Phil Ringnalda
6fce97e58d Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Benjamin Smedberg
36bc86429d Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
2009-08-27 08:53:13 -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
Chris Seawood
57678f1f3f Bug 505736 - Use IMPORT_LIB_SUFFIX when linking thebes. r=cls patch=jacek@codeweavers.com 2009-08-20 17:48:12 -07:00
Ryan Flint
3f8f40882a Bug 499123 - Coalesce browser about: pages. r=dietrich/gavin
--HG--
rename : docshell/base/nsAboutRedirector.cpp => browser/components/about/AboutRedirector.cpp
rename : docshell/base/nsAboutRedirector.h => browser/components/about/AboutRedirector.h
2009-08-20 02:24:10 -04:00
Joe Drew
2aa59235f2 Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
2009-07-20 18:50:15 -07:00
Vladimir Vukicevic
c5cc1fe250 b=490813; linker error in browser/components/build with --as-needed; r=bsmedberg 2009-05-06 13:02:05 -07:00
Ehsan Akhgari
71379763ff Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor 2009-02-22 18:21:52 +03:30
Boris Zbarsky
a79385332a Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage 2009-02-19 09:14:36 -05:00
Ehsan Akhgari
b73a635113 Bug 475141 - Create a C++ wrapper for the private browsing service for Firefox 3.1; r+sr=mconnor 2009-02-19 09:22:08 +03:30
Vladimir Vukicevic
2a7a44217c b=477727; fix shell service and disable migration browser component for Windows CE; r=gavin 2009-02-11 18:24:53 -08:00
ted.mielczarek@gmail.com
5bc866acda bug 422360 - don't statically link browser components when jemalloc is enabled. r=bsmedberg 2008-03-13 11:34:13 -07:00
rflint@ryanflint.com
6e3b547a51 Bug 400324 - Remove old safebrowsing 'speach bubble' UI code. r=tony, a=damons 2008-02-25 22:48:55 -08:00
jag@tty.nl
05cdb6aefe Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan 2008-02-18 00:50:04 -08:00
benjamin@smedbergs.us
50667d0c23 Bug 394329 - Ship the JS import library in the SDK, and stop linking it from browsercomps which doesn't use it, r=luser a=NPDB 2007-09-05 08:56:56 -07:00
benjamin@smedbergs.us
4b6ed1dfac Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser 2007-08-03 07:46:17 -07:00
mozilla.mano@sent.com
8854db12e8 Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin. 2007-07-17 14:08:24 -07:00
mozilla.mano@sent.com
a5ea51c116 Bustage fix #1 2007-05-18 21:47:38 -07:00
sayrer@gmail.com
05e84aa82d force a rebuild to fix bustage 2007-05-18 21:38:14 -07:00
thunder@mozilla.com
1f20fd1155 Bug 373501: Add import/export of microsummaries to places. r=mano 2007-05-15 16:23:51 -07:00
dietrich@mozilla.com
65504bd2fc Bug 376008 bookmarks html import/export needs to move to /browser (r=mano) 2007-05-03 01:56:41 -07:00
benjamin@smedbergs.us
3048b90adc Bug 376041 - Link browser components against the CRT statically (on Windows), to solve CRT embedding issues, r=luser 2007-04-23 12:25:39 -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
benjamin%smedbergs.us
217948472d Re-land bug 345517 now that the logging issues are hopefully fixed, r=darin/mento/mano 2006-11-13 17:53:01 +00:00
pavlov%pavlov.net
0b5a3c2706 backing out 345517 due to leak test bustage 2006-11-10 04:42:03 +00:00
benjamin%smedbergs.us
c8bc8c9265 Bug 345517, try #2, make the browser component use frozen linkage, so that ff+xr builds. This does *not* --enable-libxul by default for Firefox (yet). That will wait until after 1.9a1. Older patch r=darin+mento, revisions r=mano 2006-11-09 15:02:29 +00:00
sspitzer%mozilla.org
519037fe9d fix for bug #356487
make MOZ_PLACES (if enabled) only build the places based history UI, use MOZ_PLACES_BOOKMARKS to turn off the places based bookmarks UI.

also addresses bugs:

bug #330923:  "View -> Sidebar menu" is empty if you build with places
bug #355738:  implement history sidebar on top of places backend
bug #356175:  hook up the history menu to the places backend
bug #356453:  add back "Clear Private Data" menu item
bug #356630:  add back "History | Show in Sidebar" menu item
bug #356631:  remove "search in history" and "view all history" menu items
bug #357301:  add back history and bookmark sidebar toolbar button items, remove places toolbar button
bug #358831:  history sidebar, right mouse button click should not expand / collapse item

r=dietrich, r=gavin
2006-11-04 04:48:06 +00:00
mozilla.mano%sent.com
f407e29925 Bug 355112 - Get rid of feeds-disabled code in browser. r=gavin. 2006-10-09 23:57:40 +00:00
dougt%meer.net
b0a376c402 Bug 353353. Remove unused nsIObserver impl from toolkit/xre/nsNativeAppSupportWin.cpp. r=rob_strong 2006-09-22 14:40:55 +00:00
gavin%gavinsharp.com
d51ce46276 Bug 284660: Firefox bookmarks don't provide a charset to layout code, r=mconnor, sr=bzbarsky 2006-09-21 17:20:43 +00:00
benjamin%smedbergs.us
af03fc0477 Backout bug 345517 due to various issues. 2006-08-10 14:06:47 +00:00
benjamin%smedbergs.us
ffd802f9ed Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento 2006-08-09 13:39:19 +00:00
benjamin%smedbergs.us
d69b941372 Bug 321219 - separate places backend into toolkit, r=beng 2006-07-18 19:41:12 +00:00
beng%bengoodger.com
a5a0d89b76 336903 - feed view should not run with chrome privileges. Browser pieces: move privileged code from subscribe.js into FeedWriter javascript component, make an about:feeds redirector module in browser so that we don't need to touch the one in necko. r=mento 2006-06-27 19:53:48 +00:00
brettw%gmail.com
d376cc3bac Attempt to fix tree bustange from landing of safe browsing. 2006-05-19 23:59:09 +00:00
darin%meer.net
f598aa62e6 landing performance improvements for safe browsing (bugs: 338189, 338191, 338327, 338369, 338366, 338193, 338371, 338562) patches by tony+brettw, r=bryner+darin 2006-05-19 20:29:24 +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
beng%bengoodger.com
2ba9c439ed 336852 - show some basic content in the feed handling page, also fix some bustage due to identicaly named libraries with toolkit/components/feeds. 2006-05-06 04:58:38 +00:00
benjamin%smedbergs.us
2daffd0f4f Bug 335421 - Make FF+XR work on windows, r=mento 2006-04-27 13:37:15 +00:00
beng%bengoodger.com
4c3bdeb751 333751 - land initial content converter patch for feed parsing, turned off. r=bsmedberg for configure bits, r=brettw for everything else... use --enable-feeds in .mozconfig to turn this on. 2006-04-27 00:24:12 +00:00
benjamin%smedbergs.us
0d580341f2 Bug 333874 - cannot build ffox against xulrunner due to xpcom_obsolete dependency, patch by Pawl Chmielowski <prefiks@aviary.pl>, r=me 2006-04-19 18:02:39 +00:00
benjamin%smedbergs.us
409c85bd04 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 15:19:31 +00:00
mark%moxienet.com
159ccd8008 331827 Provisional build patch to make gtk2/darwin builds functional out of the box. There may be additional changes needed for static builds. r=bsmedberg 2006-03-28 20:06:17 +00:00
benjamin%smedbergs.us
2bdd3b1c75 Bug 214889 - add mozreg_s to the static link list and don't link it into xpcom obsolete when in a static build, r=cls 2006-03-27 20:16:50 +00:00
brettw%gmail.com
22deb9822e Bug 329546 r=ben@mozilla.org, annie.sullivan Separate out view from history
result.
2006-03-23 00:31:48 +00:00
brettw%gmail.com
4f5a9f0b93 Fixing build bustage 2006-02-17 01:10:25 +00:00
benjamin%smedbergs.us
1a5272733a Bug 327331 - nsNavHistory::Init is fragile and leaky in error conditions, r=brettw 2006-02-15 21:45:40 +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
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
8aee0debc3 Don't build the old bookmarks implementation if MOZ_PLACES is enabled. We still export the interface headers for now since not everything is converted over. Bug 320482, r=brettw. 2005-12-16 05:17:33 +00:00
brettw%gmail.com
a36360cfa0 Bug 320422 r=annie.sullivan: Rename nav-history/nsINavHistory to nav-history-service/nsINavHistoryService 2005-12-16 00:40:48 +00:00
annie.sullivan%gmail.com
b2ff11200f Added nsIBookmarksContainer interface which allows custom bookmarks types.
Implemented nsILivemarksService as a nsIBookmarksContainer.
bug=317837 r=beng sr=bryner
2005-12-15 20:56:18 +00:00
brettw%gmail.com
6cb415a868 Bug 317839, r=bryner Added places favicon service (defaulted to off along with places) 2005-12-13 01:27:14 +00:00
bryner%brianryner.com
6f8c691831 Fix Places build on gcc4 by removing extra semicolons. Bug 318974, patch by jlurz24@gmail.com, r=me. 2005-12-03 23:35:47 +00:00
brettw%gmail.com
989c75c181 Forgotten update for Bug 316077 2005-11-17 21:41:13 +00:00
brettw%gmail.com
d9bb356977 Bug 316077, r=annie.sullivan, sr=darin
Protocol handler allowing access to binary annotations.
Also: forgotten registration part of bug 306640 for the annotation service.
2005-11-17 18:36:40 +00:00
bryner%brianryner.com
d0295dcf29 History-based bookmarks implementation for Places. Bug 314553, r=brettw. 2005-11-16 22:53:47 +00:00
brettw%gmail.com
e1bcd0f4cd 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
mozilla.mano%sent.com
0e60b9654a Bug 274374 - Landing Mac Shell Servie (default browser, set desktup backgorund and mail integration support). patches from ben and me. r=jhpedemonte/josh/mconnor, a=shaver. 2005-06-23 02:25:06 +00:00
bsmedberg%covad.net
7283bd6f34 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 16:59:25 +00:00
bryner%brianryner.com
67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
gerv%gerv.net
3051ba969b Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 17:36:54 +00:00
bryner%brianryner.com
29013e61e8 Build Mac files for Cocoa toolkit. 2005-01-18 20:55:59 +00:00
ben%bengoodger.com
5171657dc2 Landing the Aviary Branch (browser section only). 2004-11-30 08:23:02 +00:00
bryner%brianryner.com
163e105f1f Bug 245653 - don't try to use dogbert migrator on BeOS. Patch by thesuckiestemail@yahoo.se, r=sergei_d@fi.tartu.ee. 2004-09-14 20:43:45 +00:00
p_ch%verizon.net
edeb53d6c0 Bug 258110: getShellService() doesn't return null on OS X / Default browser box is shown on OS X.
Do not load the Shell Service on Mac + typo correction. r=bryner
2004-09-05 22:00:05 +00:00
bryner%brianryner.com
56b2b34f2b Implement nsIShellService for GNOME (bug 242254). r=biesi, sr=shaver. Note: set as wallpaper for images that use transparency will be broken until bug 250531 is fixed. This also makes toolkit/ always be pulled in preparation for migrating more code to the new GNOME XPCOM interfaces. 2004-07-15 22:51:19 +00:00
bsmedberg%covad.net
d9ba66a275 Bug 239929 - Porting semi-single-profile from the aviary1.0 branch to the trunk. This is using the argv-restart method right now (a child process). This will be changing to an xpcom-restart process soon. Code by me, Ben Goodger, Darin, Scott M., M. Kaply, and others. xpfe/appshell code r=danm sr=brendan (bug 244106). 2004-06-17 21:23:51 +00:00
mkaply%us.ibm.com
b3fafd37f4 #242011
r=mkaply
Code from pedemonte - build break -don't build opera migration stuff on OS/2
2004-04-29 17:32:26 +00:00
cls%seawood.org
d8e468c5b9 Disable the IE Profile Migrator when building with mingw gcc.
Bug #236901 r=bryner sr=ben
2004-03-17 19:06:56 +00:00
ben%bengoodger.com
97ead78545 fixed again... and remove unnecessary extra link thingy for migration (windows-only) 2004-03-08 10:28:57 +00:00
ben%bengoodger.com
3faf68a9e7 bustage! 2004-03-08 10:27:18 +00:00
ben%bengoodger.com
94ff451885 236744 - replace winhooks with a XP shell service to better allow for system integration on various platforms 2004-03-08 09:56:16 +00:00
ben%bengoodger.com
7bf11d6698 (215094) - here comes profile automigration. Also, change name of Phoenix profile folder to "Firefox". Ensure migration UI is opened modally from automigration system to prevent additional profiles being created by profile startup. 2004-03-05 00:42:05 +00:00
ben%bengoodger.com
5389cd34a1 damnit! 2004-03-04 08:47:31 +00:00
ben%bengoodger.com
ce905b03db (215094) more mac migration stuff 2004-03-03 21:26:48 +00:00
ben%bengoodger.com
5344fbb0c1 oops, forgot to add a line to REQUIRES when I changed toolkit profile's module name 2004-03-03 21:16:45 +00:00
ben%bengoodger.com
abd53e9dea (215094) break imola now, so I can fix the safari profile migrator. 2004-03-03 21:02:16 +00:00
ben%bengoodger.com
be7017006d fix gabrielle. substitute single \ for \\ 2004-03-03 21:00:30 +00:00
ben%bengoodger.com
2e940217f7 turn back on IE profile migrator to break gabrielle 2004-03-03 20:48:43 +00:00
ben%bengoodger.com
009ceaf8d4 oops 2004-03-03 10:06:47 +00:00
ben%bengoodger.com
115e9c90b3 uhh... turn off ie migrator too then. 2004-03-03 09:13:11 +00:00
ben%bengoodger.com
55160b9c14 turn off safari migrator until I'm at a mac and can figure this out 2004-03-03 08:47:21 +00:00
ben%bengoodger.com
77300dad75 215094 Turn on profile migration 2004-03-03 07:52:59 +00:00
cls%seawood.org
294ab743fd Link order matters. Fixing mingw bustage.
Thanks to Nick Thomas <nrthomas@ihug.co.nz> for the original patch.
Bug #234940 r=cls
2004-02-21 04:51:44 +00:00
blakeross%telocity.com
576c6dac3f Fix 182928: Add new set as wallpaper dialog (which acts as a confirmation dialog but also one-ups IE). Tiling preview is waiting on implementation of background-size. Also forks nsWindowsHooks in preparation for fixing fx to not totally take over every file association known to man. 2004-02-15 23:51:10 +00:00
ben%bengoodger.com
1e506efcb5 Migration Branch landing, currently turned off! 2004-02-15 01:49:37 +00:00
ben%bengoodger.com
755fe67158 215467, Part I. New Download Manager. 2003-11-27 00:54:33 +00:00
bryner%brianryner.com
06fe994577 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-07 21:37:51 +00:00
bryner%netscape.com
a7724445db Hopefully the final fix for phoenix bustage. Phoenix bookmarks are now
have MODULE=bookmarks, headers in dist/include/bookmarks.  Make sure
makefiles are generated and directories are traversed in the right order.
Miscellaneous cleanup.  Affects phoenix build only.
2003-04-15 04:21:24 +00:00
bryner%netscape.com
dd6096894e Fixing phoenix bustage. Patch by dbaron, r=me. Only affects phoenix build. 2003-04-14 23:28:49 +00:00
hyatt%mozilla.org
3e480df8bc FOrking bookmarks for Phoenix. 2003-04-13 00:42:00 +00:00
bryner%netscape.com
9aaac779d1 Add MODULE_NAME so that these modules get registered in static builds. 2002-11-24 05:59:39 +00:00
bryner%netscape.com
7dede440e8 Fixing OS/2 phoenix bustage (bug 177977). Patch from mkaply. 2002-11-05 22:00:46 +00:00