Commit graph

62 commits

Author SHA1 Message Date
Gijs Kruitbosch
04b6f41448 Bug 1219707 - fix argument passing to migration.js, r=jaws
--HG--
extra : commitid : 8GHFDaUhXA2
2015-10-29 12:16:15 +00:00
Gijs Kruitbosch
b4048dc695 Bug 731025 - Add telemetry for migrator usage and errors, r=MattN,p=bsmedberg
--HG--
extra : commitid : 1TzjbWkzOq7
extra : rebase_source : fad923bd73689a49315e0e737553f0fd146a8d57
2015-10-07 13:34:46 +01:00
Carsten "Tomcat" Book
08997000eb Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Carsten "Tomcat" Book
e7ef778c9d Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
Backed out changeset cfc1820361f5 (bug 1202902)

--HG--
extra : rebase_source : 5d3db72337754bc7ab0ed0c30b2896100411ff92
2015-10-07 12:13:45 +02:00
Shu-yu Guo
d06b6030f6 Bug 1202902 - Scripted fix the world. 2015-10-06 14:00:31 -07:00
Bernardo P. Rittmeyer
e2a7d78267 Bug 706005 - Chrome migrator notifies user to close browser. r=MattN
--HG--
extra : commitid : 5oD1YL5zeLw
extra : rebase_source : 24a99b34f8bfa458b2db0f79ffd1335a40e7dd15
2015-08-07 23:36:32 -07:00
Matthew Noorenberghe
18dca7a7aa Bug 706973 - Support migration from Chromium/Canary. r=Mano
--HG--
extra : commitid : 3KP329DkUM0
2015-08-06 00:02:22 -07:00
Hector Zhao
3dd846b978 Bug 1164752 - Include 360 secure browser in migration. r=mak
--HG--
extra : transplant_source : %2B%B6%90%B7l%BC%8B%B9m%08%7F%03%90%CC7jH%16Vw
2015-05-13 18:00:55 +08:00
Neil Rashbrook
6778078a1e Bug 1100118 Allow migration from Firefox to Firefox Developer Edition r=MattN 2015-02-14 21:29:49 +00:00
Matthew Noorenberghe
91ec3a6aac Bug 705927 - Support friendly names for profile selection during migration. r=Mano 2014-06-04 00:56:18 -07:00
Phil Ringnalda
a15a3b2551 No bug, remove trailing whitespace to trigger builds on a CLOSED TREE 2013-03-04 21:44:53 -08:00
Asaf Romano
0ee336e6d4 Bug 748569 - Fix few migration regressions (reset profile feature is broken - bug 748047, bookmarks.html not imported during migration - bug 738263, default-browser detection during migration is completely broken and few more minor issues). r=mak 2012-05-28 12:43:59 +03:00
Asaf Romano
b25142c58e Bug 745508 - Remove unused "From an HTML File" mode from the migration wizard. r=mak. a=desktop-only 2012-04-23 15:31:16 -04:00
Marco Bonardo
aea2d304a2 Bug 739968 - MigrationUtils.jsm import should use app modules resource url.
r=fryn a=desktop-only
2012-04-19 22:17:02 +02:00
Asaf Romano
99faa1aa82 Bug 737381 - The Firefox Migrator should use the new migration system. r=mak 2012-04-14 12:50:44 +03:00
Asaf Romano
bdcf891941 Bug 718608 - Migration code shrink and cleanup: unified code for notifications and error handling, prepare for deCOM. r=mak. sr=gavin on the interface change. browser/components/build part was done by mak (r=bsmedberg. 2012-03-21 21:20:47 +02:00
Matthew Noorenberghe
fddcc117e9 Bug 717070 - Profile reset - Part 2 - migrator portion. r=mano 2012-02-23 19:34:18 -08:00
Matthew Noorenberghe
638846efd5 Bug 273874 - Firefox migrator for new profiles r=mak
--HG--
rename : browser/components/migration/src/ChromeProfileMigrator.js => browser/components/migration/src/FirefoxProfileMigrator.js
extra : rebase_source : d5dfea053ede5abb3a535296085bdfe93ece8511
2011-11-29 02:30:40 -08:00
Makoto Kato
07cbd39062 Bug 539133 - Remove broken Opera 6 migrator. r=gavin 2011-12-16 10:59:51 +09:00
Matthew Noorenberghe
10d663d63e Bug 705100 - Remove usage of nsISupportsArray in browser/components/migration r=mak
--HG--
extra : rebase_source : a1d9e9d273c200c8b071deca04e4ef1184d2703f
2011-11-29 02:26:19 -08:00
Makoto Kato
7b69ef2949 Bug 505192 - Importing bookmarks from Google Chrome. r=mak77 2011-11-29 18:06:14 +09:00
Marco Castelluccio
4019d9c370 Bug 679016 - Remove Netscape Profile Migrator; r=khuey 2011-08-18 16:19:12 +02:00
Makoto Kato
38b464ee6e Bug 656205 - Remove unused browser migration code. r=mak77 2011-05-18 13:40:55 +09:00
Dão Gottwald
9291640652 Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2011-04-17 21:53:25 +02:00
Jim Mathies
42487f4fb4 Bug 575591 - Don't bail out of migration on individual migration failures, report to the console instead. r=gavin, a=betaN 2010-11-09 19:36:36 -06:00
Gijs Kruitbosch
c888c1980e Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Dão Gottwald
65b5d09e58 Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg 2009-04-10 10:24:24 +02:00
reed@reedloden.com
5550b62996 Bug 413275 - "JavaScript Error: "sourceProfiles is null when Migration Wizard is canceled" (Return FALSE to avoid advancing to next page when not necessary) [p=mredivo@flock.com (Marcus Redivo) r=gavin a=blocking-firefox3+] 2008-03-16 14:04:14 -07:00
sspitzer@mozilla.org
41cd39299c fix for bug #392003: first run migration / import from IE is slow, history import should use "run in batch" r=sayrer 2007-08-14 07:20:42 -07:00
jminta%gmail.com
c503502ae2 Bug 335512 - Import bookmarks from file is broken for Places, r=mano 2007-03-11 00:41:43 +00:00
benjamin%smedbergs.us
24acd794f7 Followup from bug 371309 for unofficial branding, r=gavin 2007-03-05 20:49:52 +00:00
benjamin%smedbergs.us
8a2f5c1f61 Bug 371309 - Migration wizard explicitly sets a homepage which is wrong when using a partner distribution, r=gavin 2007-03-05 19:22:22 +00:00
pkasting%google.com
7149b4acc9 Bug 347956: Import Bookmarks from File broken when no other browsers installed
Patch by Adam Guthrie (ispiked@gmail.com)
r=gavin
checkin OK=mconnor
2006-08-18 21:45:38 +00:00
masayuki%d-toybox.com
bce8d33648 Bug 343784 home page not migrated r=mconnor 2006-08-18 08:29:33 +00:00
gavin%gavinsharp.com
c322a60166 Bug 295683: File > Import dialog should not be blank if no migration source could be found, r=mconnor 2006-05-31 01:03:03 +00:00
masayuki%d-toybox.com
934242ec0d Bug 327303 Accept languages empties when IE profile migration is selected.(when with --enable-official-branding) / Bug 327306 The Proxy setting of IE is not migrated.(when with --enable-official-branding) r=mconnor 2006-02-20 09:22:05 +00:00
mconnor%steelgryphon.com
ec4a79e636 bug 313762 - Update start page URLs to new domains and make the strings properly localizable, r=bsmedberg 2005-10-25 18:22:36 +00:00
mconnor%steelgryphon.com
907438b7c8 bug 313529 - Support migrating home pages and multiple versions of Firefox Start, r=vlad 2005-10-25 07:54:58 +00:00
rob_strong%exchangecode.com
bc6947e093 Bug 264537 Firefox startup dumps random text to console. p=nrthomas r=rob_strong, sr=darin 2005-10-21 01:09:07 +00:00
mconnor%steelgryphon.com
e181bdcb97 bug 309093 - Next button state isn't updated after going back, r=mano 2005-09-24 16:00:09 +00:00
mconnor%steelgryphon.com
04a4dddb96 bug 307124 - pressing enter in the update wizard moves forward regardless of update state, r=mano 2005-09-19 00:28:51 +00:00
ben%bengoodger.com
86b85d7e51 bug 300412 - add "Bookmark all Tabs" menu option to bookmarks menu, improves discoverability of bookmark tab groups per usability testing. patch by Grace Shih <gsshih@gmail.com> r=ben@mozilla.org 2005-08-12 00:42:16 +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
a6703a8945 249302 - firefox offers to migrate a non-existent Phoenix Firebird Firefox profile, round 2: also, make sure the wizard's first page's onpageshow handler is not called before onload, guard against showing phoenix item in list in non-automigrate cases too. 2004-09-29 19:08:20 +00:00
ben%bengoodger.com
1e7d0eb036 249302 - firefox offers to migrate a non-existant phoenix firefox firebird profile... add "fromfile" to the exlcusion list 2004-09-29 07:45:07 +00:00
bsmedberg%covad.net
eaf99b1638 Potential fix for bug 255060 2004-08-13 16:56:17 +00:00
jruderman%hmc.edu
a429b6720a Bug 247606 - Review Firefox JS for dangerous eval() use. r=bryner. 2004-07-07 03:04:09 +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
ben%bengoodger.com
5e58715a59 246596 - crash in migration wizard trying to migrate non-existent Seamonkey profile 2004-06-13 21:34:30 +00:00