Martin Boros
f4d1a6ed6a
Bug 1374972 - Remove half-baked title capitalization from "Restore all Windows and Tabs". r=dao
...
MozReview-Commit-ID: 6y4PY0FZn3c
2017-06-27 20:33:32 +02:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Dão Gottwald
74ff03f0b6
Bug 1347928 - Remove legacy information-*.png icons. r=jaws
...
MozReview-Commit-ID: 47FAxEjg4KG
2017-03-16 15:11:05 +01:00
Florian Quèze
49d8db6821
Bug 1345294 - script generated patch (+ some hand cleanup) to replace {get,set}ComplexValue for nsISupportsString by {get,set}StringPref, r=Mossop.
2017-03-16 19:26:01 +01:00
Florian Quèze
b15de4893d
Bug 1345253 - Use element.firstChild.remove() instead of element.removeChild(element.firstChild), r=jaws.
2017-03-08 10:17:52 +01:00
Masatoshi Kimura
4f2e64ad3d
Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
...
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;
MozReview-Commit-ID: AzhtdwJwVNg
2017-02-23 06:10:07 +09:00
Jared Wein
242ab87626
Bug 1326511 - Enable brace-style and no-multi-spaces eslint rules for toolkit. r=MattN
...
MozReview-Commit-ID: FuVu8skcqOe
2016-12-30 21:47:25 -05:00
Jared Wein
e3149c378f
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 7E7LPorrEje
2016-12-29 18:34:54 -05:00
Wes Kocher
2d7553dcfd
Backed out 3 changesets (bug 1325464) for xpcshell failures a=backout
...
Backed out changeset 562ddc32cc21 (bug 1325464)
Backed out changeset cd10db6087dd (bug 1325464)
Backed out changeset 4079437c4648 (bug 1325464)
2016-12-29 14:05:44 -08:00
Jared Wein
34e228f767
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN
...
MozReview-Commit-ID: 8WoGr8i6oCR
2016-12-29 15:20:47 -05:00
Dave Townsend
4e295aa48d
Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
...
MozReview-Commit-ID: 2ZvTiZDHchz
2016-11-11 08:10:51 -08:00
Gijs Kruitbosch
bbf79f28ea
Bug 1311043 - make eslint much more strict in browser/components/migration/, and fix issues, r=mikedeboer
...
MozReview-Commit-ID: RXO68w3Kv3
2016-10-18 16:03:06 +01:00
Gijs Kruitbosch
4b8d3a7152
Bug 1310596 - do not allow errors in reporting migrator data recency to break the rest of the migration, r=mikedeboer
...
MozReview-Commit-ID: eWr0abwU7p
2016-10-18 11:54:22 +01:00
Justin Dolske
97ecccda9c
Bug 1298208 - followup fix for correct JS type. CLOSED TREE
2016-08-26 15:20:48 -07:00
Justin Dolske
790a3531c8
Bug 1298208 - FX_MIGRATION_HOMEPAGE_IMPORTED probe is (incorrectly) always true. r=mattn
...
MozReview-Commit-ID: 6wZUeRTKExw
2016-08-26 13:06:14 -07:00
Wes Kocher
52daa43880
Backed out changeset 8f30fd1bbbe1 (bug 1298208) for build bustage a=backout
2016-08-25 16:37:44 -07:00
Justin Dolske
b80d30a1fe
Bug 1298208 - FX_MIGRATION_HOMEPAGE_IMPORTED probe is (incorrectly) always true. r=MattN
...
MozReview-Commit-ID: 6wZUeRTKExw
2016-08-25 15:50:41 -07:00
Jinank Jain
7e5a9f8bcc
Bug 1276701 - Remove Windows code from Safari migrator. r=Gijs
...
MozReview-Commit-ID: CuV2xSmXnq
2016-08-23 14:49:39 -07:00
Jared Wein
4518d81cb5
Bug 1292042 - Enable the keyword-spacing rule for eslint. Most of this patch was autogenerated by 'eslint --fix'. Files with .xml extension needed to be changed by hand due to limitations of custom plugin. r=markh
...
MozReview-Commit-ID: EMjJ3yWt9Wt
2016-08-04 03:28:58 -04:00
Gijs Kruitbosch
be83ddb0f6
Bug 1289229 - disable automigration undo if people create/change bookmarks/logins, r=mak
...
MozReview-Commit-ID: DAoNV9H71Yv
2016-07-26 12:48:37 +01:00
Gijs Kruitbosch
63852c5b10
Bug 1276694 - store recency of browser data in telemetry when importing to see how good a predictor default browser is, r=dolske,bsmedberg
...
MozReview-Commit-ID: 16uPNGGDE68
2016-05-30 17:10:54 +01:00
Gijs Kruitbosch
667a1f5782
Bug 1275114 - add telemetry to determine how to make browser choices when automatically migrating on first profile startup, r=bsmedberg,Dolske
...
MozReview-Commit-ID: zVmKTBzAS9
2016-05-24 11:44:49 +01:00
Gijs Kruitbosch
8171833389
Bug 1265368 - enable resetting non-default profiles, r=MattN
...
MozReview-Commit-ID: KpW9JgghFkn
2016-05-05 21:38:49 +01:00
Dave Townsend
17d8a23b3f
Bug 1257246: Update browser for eslint 2. r=felipe
...
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.
MozReview-Commit-ID: DEskVIjiKDM
2016-04-05 11:33:33 -07:00
Florian Quèze
632756058f
Bug 1245139 - the welcomeback2.tabtitle string is never used, rs=Gijs over IRC.
2016-02-15 19:55:36 +01:00
Gijs Kruitbosch
b761ddf66c
Bug 1246591 - remove preprocessing and fix any other issues, r=MattN
2016-02-08 12:54:38 +00:00
Gijs Kruitbosch
b582ea005a
Bug 1246591 - fix whitespace issues, r=MattN
2016-02-08 12:03:10 +00:00
Gijs Kruitbosch
eada4126d8
Bug 1219707 - fix argument passing to migration.js, r=jaws
2015-10-29 12:16:15 +00:00
Gijs Kruitbosch
55079ed3a7
Bug 731025 - Add telemetry for migrator usage and errors, r=MattN,p=bsmedberg
2015-10-07 13:34:46 +01:00
Carsten "Tomcat" Book
036e6d2fa3
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
12369728f5
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902 )
2015-10-07 12:13:45 +02:00
Shu-yu Guo
474f49adb7
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
Gijs Kruitbosch
b8a3720667
Bug 1192032 - add edge bookmarks/favorites migrator, r=MattN
2015-08-11 16:53:10 +01:00
Bernardo P. Rittmeyer
31ae466fd3
Bug 706005 - Chrome migrator notifies user to close browser. r=MattN
2015-08-07 23:36:32 -07:00
Matthew Noorenberghe
26e57c126f
Bug 706973 - Support migration from Chromium/Canary. r=Mano
2015-08-06 00:02:22 -07:00
Tim Nguyen
5270104652
Bug 1172357 - Use new tree-container class for about:welcomeback tree. r=jaws
2015-07-17 14:35:51 -07:00
Hector Zhao
f3cb670681
Bug 1164752 - Include 360 secure browser in migration. r=mak
2015-05-13 18:00:55 +08:00
Carsten "Tomcat" Book
5b8186b277
merge mozilla-inbound to mozilla-central a=merge
2015-02-16 15:59:56 +01:00
Tim Nguyen
cc879e0490
Bug 1128882 - Fix welcomeback restore button not working. r=jaws
2015-02-13 11:50:00 +01:00
Neil Rashbrook
ae3687114e
Bug 1100118 Allow migration from Firefox to Firefox Developer Edition r=MattN
2015-02-14 21:29:49 +00:00
Tim Nguyen
d55b0835cd
Bug 1087618 - Part 4: Update html structure of about:tabcrashed, sessionrestore and welcomeback. r=jaws
2015-01-21 05:44:00 -05:00
Mark Hammond
0259377f6a
Bug 1080934 - add radio buttons to about:welcomeback. r=Unfocused
2014-10-24 10:56:33 +11:00
Mark Hammond
de3cb2df63
Backed out changeset 0b08eb8e264b (Bug 1080934) for bc failures.
2014-10-23 16:20:13 +11:00
Mark Hammond
cb72edd598
Bug 1080934 - add radio buttons to about:welcomeback. r=Unfocused
2014-10-23 15:00:23 +11:00
Mark Hammond
4f82da56ce
Bug 1063702 - Update all Reset Firefox strings and relevant UI to new UX requirements. r=MattN
2014-10-11 12:37:16 +11:00
Matthew Noorenberghe
cf2fe6720a
Bug 705927 - Support friendly names for profile selection during migration. r=Mano
2014-06-04 00:56:18 -07:00
Gijs Kruitbosch
b9db413b89
Bug 833943, part 2: implement about:welcomeback, r=gavin
...
* * *
Bug 833943 - Part 5: add about:welcomeback to gInitialPages
2013-06-28 17:44:29 -04:00
Phil Ringnalda
8eb19eddf7
No bug, remove trailing whitespace to trigger builds on a CLOSED TREE
2013-03-04 21:44:53 -08:00