Commit Graph

297 Commits

Author SHA1 Message Date
Marco Bonardo
e20386539d Bug 591884 - Make IE importer fallback to the default Links folder to support toolbar favorites in versions >= 7
r=felipe
2012-03-09 11:13:14 +01:00
Matthew Noorenberghe
fddcc117e9 Bug 717070 - Profile reset - Part 2 - migrator portion. r=mano 2012-02-23 19:34:18 -08:00
Matthew Noorenberghe
a89acec325 Bug 717070 - Profile reset - Part 1 - Backend to initiate profile reset. r=mano 2012-02-23 19:34:18 -08:00
Matthew Noorenberghe
a5db0e8424 Bug 721242 - Delay Firefox migrator doStartup() call until after passwords are migrated. r=mak 2012-01-25 15:41:00 -08:00
Matthew Noorenberghe
e3244ecb61 Bug 721265 - Firefox migrator: form history support r=mak
--HG--
extra : rebase_source : 3f7ae6f3934b4edc9aabd6228c23acf487e8b293
2012-01-28 13:16:18 -08:00
Makoto Kato
badc27c6a0 Bug 720962 - don't build nsBrowserProfileMigratorUtils.cpp on Linux. r=mano 2012-01-26 09:54:26 +09:00
Asaf Romano
f5415954e4 Bug 715099 - Convert nsProfileMigrator to JS so we can JS modules on migration. r=mak. 2012-01-16 09:27:34 +02: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
Matthew Noorenberghe
f69bec7a76 Bug 706733 - Use constants defined on nsIBrowserProfileMigrator rather than redefining them r=mak
--HG--
extra : rebase_source : f99634ff01e9933a1a2cc15348d5c8b6c675ba47
2011-12-02 01:14:33 -08:00
Tim Taubert
43777dd8a2 Bug 710975 - Bad index checking in nsIEProfileMigrator::TestForIE7(). r=gavin 2012-01-08 03:07:48 -08:00
Ed Morley
ac7c43033e Bug 709265 - Remove unused AnnotatePersonalToolbarFolder from nsBrowserProfileMigratorUtils; r=gavin 2011-12-16 09:13:29 +00:00
Makoto Kato
07cbd39062 Bug 539133 - Remove broken Opera 6 migrator. r=gavin 2011-12-16 10:59:51 +09:00
Marco Castelluccio
0976b93877 Bug 679352 - Remove libreg - Part 1: Clean nsProfileMigrator; r=bsmedberg 2011-12-10 22:41:14 +00:00
Matthew Noorenberghe
3bd7f8f1b2 Bug 674168 - support chrome multiple profile migration r=mak
--HG--
extra : rebase_source : fe0149f8df6328933c88128e83e28d3c06a5420c
2011-11-21 14:45:54 -08: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
Matthew Noorenberghe
b2b8daa136 Bug 706033 - Chrome migrator should notify of Migration:ItemError when there are errors (and fix javadocs) r=mak
--HG--
extra : rebase_source : 75813f426ed5ccc1e98f066021dc48c897e53b64
2011-11-29 02:09:19 -08:00
Felipe Gomes
91f3fcbf24 Bug 706339 - Chrome migrator always offers migration even if Chrome is not present. r=gavin 2011-11-29 18:48:11 -08:00
Makoto Kato
7b69ef2949 Bug 505192 - Importing bookmarks from Google Chrome. r=mak77 2011-11-29 18:06:14 +09:00
Gregory Szorc
1a1f7b30ae Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey 2011-11-01 15:45:23 -07:00
Ehsan Akhgari
97229bd685 Bug 694865 - VC11 cannot compile the IE profile migration code because pstore.h no longer ships with the SDK; r=bbondy 2011-10-24 17:04:16 -04:00
Michael Wu
45f6ec832d Bug 695304 - Fix bookmark importing from IE, r=mak 2011-10-19 18:10:07 -07:00
Ehsan Akhgari
92064e6d3f Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Jeff Walden
b5e57820bf Bug 693469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. (Exceptions: assigning to static initializers, use in static assertions, as template parameters, etc. These will go away when the relevant compilers have C++11 constexpr support.) r=cjones
--HG--
extra : rebase_source : b4bae9a0f85abf2feb828609b50e756916b99a6f
2011-10-10 22:50:08 -07:00
Jeff Walden
d0532c3e95 Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail 2011-10-12 12:21:53 -07:00
Jeff Walden
0f30b277bf Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
--HG--
extra : rebase_source : 860a8271bf7e51cde358f2a4185c410de1fc2960
2011-10-10 22:50:08 -07:00
Michael Wu
d2b70213ac Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Ed Morley
df7c1c867e Backout changeset 81a7f5489ebc (bug 679352), since burning comm-central; a=callek 2011-09-25 16:27:30 +01:00
Marco Castelluccio
df8ae70db2 Bug 679352 - Remove libreg (Part 1: Clean nsProfileMigrator). r=bsmedberg 2011-09-24 16:25:20 +02:00
Marco Castelluccio
4019d9c370 Bug 679016 - Remove Netscape Profile Migrator; r=khuey 2011-08-18 16:19:12 +02:00
Brian Smith
57b7230f5d Bug 593077: Remove SSL 2.0 Support and Fortezza Cipher Suites, r=kaie 2011-08-15 22:38:56 -07:00
Matheus Kerschbaum
df5d3eff0b Bug 669040 part 1: Remove build-system and toolkit dependency on mork and morkreader. r=mak 2011-08-06 17:24:52 +02:00
Michael Wu
b34f351453 Bug 671185 - Incorrect return of NS_ERROR_* codes in functions returning PRBool, r=mak,ehsan,taras,biesi,pike,khuey,dholbert,josh,bjacob,bsmith 2011-07-25 21:57:58 -07:00
Ms2ger
8c78d3f478 Bug 670235 - Remove nsIDOMWindowInternal; r=sicking 2011-07-15 12:31:34 +02:00
Ludovic Hirlimann
c5215aa5dc bug 658218 Remove the use of Internet config API in Safari migrator r=joshmoz 2011-05-20 00:31:02 +02:00
Makoto Kato
38b464ee6e Bug 656205 - Remove unused browser migration code. r=mak77 2011-05-18 13:40:55 +09:00
Ms2ger@gmail.com
e6d71c2141 Bug 572652 - Remove the Accept-Charset header from HTTP requests. r=bz 2011-05-08 10:33:18 +02: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
Mitchell Field
a6788f0842 Bug 627277 - Remove (broken) BeOS support. r=biesi,dwitte,gavin,joe,jorendorff,josh,khuey,mfinkle,neil,Pike,roc,shaver,smontagu,taras 2011-02-20 06:10:24 +11:00
Jim Mathies
a66f409a5e Bug 575591 - Don't prepend '.' to the address of cookies assigned to ip address hosts in the ie migrator. r=dwitte, a=betaN 2010-11-09 19:36:36 -06: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
timeless@mozdev.org
4ab7411513 Bug 571770 deprecated conversion from string constant to 'char *' in nsDogbertProfileMigrator::GetHomepage(void*, nsIPrefBranch*)
r=dietrich

--HG--
extra : rebase_source : 17325f559ce6f671a1bfca129228667ec5d6e4db
2010-07-07 13:37:19 +03:00
Joe Drew
308e5cd202 Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz 2010-04-16 17:05:47 -04:00
Dietrich Ayala
983508eebf Bug 548614 - use define instead of literal string for windows favorites dir (r=gavin) 2010-02-25 11:34:42 -08:00
Marco Bonardo
be7137c1c9 Bug 520165 - Part 9 (Migration): fix dependancies, r=dietrich 2010-01-15 17:40:24 +01:00
Ted Mielczarek
bd0987e061 bug 538606 - make IE profile migration not use #import. r=gavin 2010-01-08 13:06:21 -05:00
Josh Aas
072aa45f40 Fix crash in Safari pref migration code. b=529459 r=smichaud r=dietrich a=dtownsend 2009-11-23 20:56:25 -05:00
Saint Wesonga
6f6378cc6b Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01: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
Sid Stamm
0e1cce64fa Bug 519263 - Session and time-based expiration for permissions in permissions manager. r=dwitte,
sr=mrbkap. First patch! Yay!!
2009-10-16 14:01:04 -07:00
Phil Ringnalda
6fce97e58d Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00