Serge Gautherie
|
2c4da25b9e
|
Bug 482911. (AAv1) Remove DEFAULT_BOOKMARKS leftover. r=mak77.
|
2012-03-28 10:54:00 +02:00 |
|
Henri Sivonen
|
ee70c964a0
|
Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
|
2012-03-23 09:15:36 +02:00 |
|
Henri Sivonen
|
eeb0bdb42f
|
Back out changeset d2693e86769d (bug 482911) due to crashes on Mac xpcshell tests. r=orange.
|
2012-03-23 11:25:08 +02:00 |
|
Henri Sivonen
|
2ca517185c
|
Bug 482911 - Reimplement Netscape bookmark import using the HTML5 parser. r=mak, sr=gavin.
|
2012-03-23 09:15:36 +02:00 |
|
Asaf Romano
|
e9802a3421
|
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 |
|
Marco Bonardo
|
564d6333a8
|
Bug 735312 - followup, add missing namespace
|
2012-03-14 20:41:07 +01:00 |
|
Marco Bonardo
|
f97dc499e4
|
Bug 735312 - Properly handle importing default bookmarks from omni.ja.
r=felipe
|
2012-03-14 18:57:00 +01:00 |
|
Marco Bonardo
|
36d0469291
|
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
|
6a3833c375
|
Bug 717070 - Profile reset - Part 2 - migrator portion. r=mano
|
2012-02-23 19:34:18 -08:00 |
|
Matthew Noorenberghe
|
8810da0fd8
|
Bug 717070 - Profile reset - Part 1 - Backend to initiate profile reset. r=mano
|
2012-02-23 19:34:18 -08:00 |
|
Matthew Noorenberghe
|
98ec42883a
|
Bug 721242 - Delay Firefox migrator doStartup() call until after passwords are migrated. r=mak
|
2012-01-25 15:41:00 -08:00 |
|
Matthew Noorenberghe
|
09bf400d03
|
Bug 721265 - Firefox migrator: form history support r=mak
|
2012-01-28 13:16:18 -08:00 |
|
Makoto Kato
|
233c3b8257
|
Bug 720962 - don't build nsBrowserProfileMigratorUtils.cpp on Linux. r=mano
|
2012-01-26 09:54:26 +09:00 |
|
Asaf Romano
|
54bb4f8199
|
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
|
4ce61dd765
|
Bug 273874 - Firefox migrator for new profiles r=mak
|
2011-11-29 02:30:40 -08:00 |
|
Matthew Noorenberghe
|
c775b193c0
|
Bug 706733 - Use constants defined on nsIBrowserProfileMigrator rather than redefining them r=mak
|
2011-12-02 01:14:33 -08:00 |
|
Tim Taubert
|
b018aef0bc
|
Bug 710975 - Bad index checking in nsIEProfileMigrator::TestForIE7(). r=gavin
|
2012-01-08 03:07:48 -08:00 |
|
Ed Morley
|
535f10c2d9
|
Bug 709265 - Remove unused AnnotatePersonalToolbarFolder from nsBrowserProfileMigratorUtils; r=gavin
|
2011-12-16 09:13:29 +00:00 |
|
Makoto Kato
|
8ec66757ee
|
Bug 539133 - Remove broken Opera 6 migrator. r=gavin
|
2011-12-16 10:59:51 +09:00 |
|
Marco Castelluccio
|
4e0bee9913
|
Bug 679352 - Remove libreg - Part 1: Clean nsProfileMigrator; r=bsmedberg
|
2011-12-10 22:41:14 +00:00 |
|
Matthew Noorenberghe
|
55eff924de
|
Bug 674168 - support chrome multiple profile migration r=mak
|
2011-11-21 14:45:54 -08:00 |
|
Matthew Noorenberghe
|
3c8598d7d2
|
Bug 705100 - Remove usage of nsISupportsArray in browser/components/migration r=mak
|
2011-11-29 02:26:19 -08:00 |
|
Matthew Noorenberghe
|
58a48f74e9
|
Bug 706033 - Chrome migrator should notify of Migration:ItemError when there are errors (and fix javadocs) r=mak
|
2011-11-29 02:09:19 -08:00 |
|
Felipe Gomes
|
873939f22b
|
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
|
79c5a4b137
|
Bug 505192 - Importing bookmarks from Google Chrome. r=mak77
|
2011-11-29 18:06:14 +09:00 |
|
Gregory Szorc
|
ee16899cec
|
Bug 698248 - Remove unused FORCE_USE_PIC variable; r=khuey
|
2011-11-01 15:45:23 -07:00 |
|
Ehsan Akhgari
|
55aab163db
|
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
|
bcb4cae300
|
Bug 695304 - Fix bookmark importing from IE, r=mak
|
2011-10-19 18:10:07 -07:00 |
|
Ehsan Akhgari
|
478ad1a412
|
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
|
7d613942b0
|
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
|
2011-10-10 22:50:08 -07:00 |
|
Jeff Walden
|
c5e5f873d1
|
Back out everything since 5435ee09cf7b. Tinderbox compilers hate me. r=epic-fail
|
2011-10-12 12:21:53 -07:00 |
|
Jeff Walden
|
946f2ae0e3
|
Bug 639469 - Implement mozilla::ArrayLength and mozilla::ArrayEnd, and replace uses of NS_ARRAY_LENGTH whenever possible. r=cjones
|
2011-10-10 22:50:08 -07:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Ed Morley
|
d8ec1f6792
|
Backout changeset 81a7f5489ebc (bug 679352), since burning comm-central; a=callek
|
2011-09-25 16:27:30 +01:00 |
|
Marco Castelluccio
|
259a053805
|
Bug 679352 - Remove libreg (Part 1: Clean nsProfileMigrator). r=bsmedberg
|
2011-09-24 16:25:20 +02:00 |
|
Marco Castelluccio
|
6257abe1f6
|
Bug 679016 - Remove Netscape Profile Migrator; r=khuey
|
2011-08-18 16:19:12 +02:00 |
|
Brian Smith
|
68ed2ba81f
|
Bug 593077: Remove SSL 2.0 Support and Fortezza Cipher Suites, r=kaie
|
2011-08-15 22:38:56 -07:00 |
|
Matheus Kerschbaum
|
878aefe66c
|
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
|
8d598fd0bb
|
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
|
26b7c93961
|
Bug 670235 - Remove nsIDOMWindowInternal; r=sicking
|
2011-07-15 12:31:34 +02:00 |
|
Ludovic Hirlimann
|
405fa75de0
|
bug 658218 Remove the use of Internet config API in Safari migrator r=joshmoz
|
2011-05-20 00:31:02 +02:00 |
|
Makoto Kato
|
b10f57ab45
|
Bug 656205 - Remove unused browser migration code. r=mak77
|
2011-05-18 13:40:55 +09:00 |
|
|
|
4f4aa2b09e
|
Bug 572652 - Remove the Accept-Charset header from HTTP requests. r=bz
|
2011-05-08 10:33:18 +02:00 |
|
Dão Gottwald
|
d42faf8cd9
|
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
|
907029389d
|
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
|
fe2af30b6c
|
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
|
ca35a72c21
|
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 |
|
|
|
1970f84eb2
|
Bug 571770 deprecated conversion from string constant to 'char *' in nsDogbertProfileMigrator::GetHomepage(void*, nsIPrefBranch*)
r=dietrich
|
2010-07-07 13:37:19 +03:00 |
|
Joe Drew
|
2530aac060
|
Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz
|
2010-04-16 17:05:47 -04:00 |
|
Dietrich Ayala
|
6ded4c48c7
|
Bug 548614 - use define instead of literal string for windows favorites dir (r=gavin)
|
2010-02-25 11:34:42 -08:00 |
|