Bas Schouten
|
f0e8d2cc0b
|
Backed out changeset 7c0438df6767
|
2010-08-27 22:52:02 +00:00 |
|
Benjamin Smedberg
|
4d1e606675
|
Bug 562313 - Statically link binary browser components into firefox.exe, r=ted
|
2010-08-27 22:09:23 +00:00 |
|
Marco Bonardo
|
da303449e1
|
Bug 563723 - Add an about:home page that mimics current start page. r=gavin,mano,dietrich a=blocking
|
2010-08-26 12:19:37 +02:00 |
|
Paul O’Shannessy
|
4c836ac9c0
|
Bug 571897 (Sync UI) - Part 4: about:sync-tabs [r=dolske]
|
2010-08-02 16:37:56 -07:00 |
|
Benjamin Smedberg
|
f13550a209
|
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
|
7206f0b6d8
|
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
|
2483b43786
|
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
|
3060eb6aa6
|
bug 538606 - make IE profile migration not use #import. r=gavin
|
2010-01-08 13:06:21 -05:00 |
|
Ryan Flint
|
1f2cb76806
|
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
|
ac1be2130e
|
Bug 367596 - Create about:support page with troubleshooting information. r=johnath,mconnor
|
2009-09-25 18:40:51 +02:00 |
|
Phil Ringnalda
|
e62c83fdc6
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
|
Benjamin Smedberg
|
0df64c6bc4
|
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
|
2e9438fd2f
|
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
|
9fae068e97
|
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
|
bc9630f877
|
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
|
6c441f55f7
|
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
|
abce5af2c7
|
b=490813; linker error in browser/components/build with --as-needed; r=bsmedberg
|
2009-05-06 13:02:05 -07:00 |
|
Ehsan Akhgari
|
65a92bc6a8
|
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
|
efc7569cec
|
Backed out changeset dcb3aa2fd0ab to see whether this fixes unit test bustage
|
2009-02-19 09:14:36 -05:00 |
|
Ehsan Akhgari
|
7ac7fefe4f
|
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
|
c0037439d6
|
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
|
3de0f4d850
|
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
|
55b90dc809
|
Bug 400324 - Remove old safebrowsing 'speach bubble' UI code. r=tony, a=damons
|
2008-02-25 22:48:55 -08:00 |
|
jag@tty.nl
|
057bc17743
|
Bug 73353: Clean up our MODULE/REQUIRES story. rs=dbaron, a=brendan
|
2008-02-18 00:50:04 -08:00 |
|
benjamin@smedbergs.us
|
7df112dc1c
|
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
|
28d40dae74
|
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
|
0419606b62
|
Bug 386392 - Drop pre places/places-bookmarks support from browser/. r=gavin.
|
2007-07-17 14:08:24 -07:00 |
|
mozilla.mano@sent.com
|
7902913383
|
Bustage fix #1
|
2007-05-18 21:47:38 -07:00 |
|
sayrer@gmail.com
|
7b34c14ea9
|
force a rebuild to fix bustage
|
2007-05-18 21:38:14 -07:00 |
|
thunder@mozilla.com
|
4f91d1194f
|
Bug 373501: Add import/export of microsummaries to places. r=mano
|
2007-05-15 16:23:51 -07:00 |
|
dietrich@mozilla.com
|
1cd5754cc2
|
Bug 376008 bookmarks html import/export needs to move to /browser (r=mano)
|
2007-05-03 01:56:41 -07:00 |
|
benjamin@smedbergs.us
|
2942bef4f2
|
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
|
465265d0d4
|
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 |
|