Gervase Markham
82ff7027aa
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Marco Bonardo
36453750dd
Bug 710895 - Part 2: Remove the old IE migrator
...
Original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-17 15:35:46 +02:00
Marco Bonardo
62b72e88c0
Bug 710895 - Part 1: Add a class to enumerate IE History entries
...
Original patch by Felipe Gomes<felipc@gmail.com> r=mak
r=Mano
2012-04-04 15:35:29 +02:00
Makoto Kato
07cbd39062
Bug 539133 - Remove broken Opera 6 migrator. r=gavin
2011-12-16 10:59:51 +09:00
Matthew Noorenberghe
e6ae30640c
Bug 706020 - Remove outdated Seamonkey Profile Migrator (Part 2) r=gavin
...
--HG--
extra : rebase_source : cd9d736b304a866b29fc709dda369841bf6a3435
2011-11-21 14:45:55 -08:00
Makoto Kato
38b464ee6e
Bug 656205 - Remove unused browser migration code. r=mak77
2011-05-18 13:40:55 +09: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
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
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
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
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
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
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
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
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
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
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
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
brettw%gmail.com
989c75c181
Forgotten update for Bug 316077
2005-11-17 21:41:13 +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
gerv%gerv.net
3051ba969b
Bug 236613: change to MPL/LGPL/GPL tri-license.
2005-02-01 17:36:54 +00:00
ben%bengoodger.com
5171657dc2
Landing the Aviary Branch (browser section only).
2004-11-30 08:23:02 +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
ce905b03db
(215094) more mac migration stuff
2004-03-03 21:26:48 +00:00
ben%bengoodger.com
77300dad75
215094 Turn on profile migration
2004-03-03 07:52:59 +00:00
ben%bengoodger.com
1e506efcb5
Migration Branch landing, currently turned off!
2004-02-15 01:49:37 +00:00
hewitt%netscape.com
4690faa702
moving the phoenix history from browser to toolkit
2002-09-28 21:46:52 +00:00
hewitt%netscape.com
3f18a12d9e
165955 - forking global history for satchel
2002-09-27 23:42:56 +00:00