- 26 Jul, 2018 1 commit
-
-
Narcis Beleuzu authored
Backed out changeset a809b45ff49b (bug 1478308) Backed out changeset c68131530742 (bug 1478308) Backed out changeset 0e4ba7a6dc1a (bug 1478308) Backed out changeset 32a27f317a77 (bug 1478308)
-
- 25 Jul, 2018 1 commit
-
-
Mark Banner authored
MozReview-Commit-ID: BYTDdLU2HoM --HG-- extra : rebase_source : 67dc15c0cdff0234d3274f1a8978d1f2a5b3f411
-
- 25 Apr, 2018 1 commit
-
-
Kris Maglione authored
These issues were previously ignored due to the nature of our global import rules. They need to be fixed before that rule can be updated. MozReview-Commit-ID: DCChktTc5TW --HG-- extra : rebase_source : cffb1c9762191c579d1397c8169e6e7635d229da extra : histedit_source : dea59ddd2daaae52069c5faceae9149a4f08dd73
-
- 23 Feb, 2018 1 commit
-
-
Florian Quèze authored
-
- 06 Feb, 2018 1 commit
-
-
Andrew McCreight authored
This patch was autogenerated by my decomponents.py It covers almost every file with the extension js, jsm, html, py, xhtml, or xul. It removes blank lines after removed lines, when the removed lines are preceded by either blank lines or the start of a new block. The "start of a new block" is defined fairly hackily: either the line starts with //, ends with */, ends with {, <![CDATA[, """ or '''. The first two cover comments, the third one covers JS, the fourth covers JS embedded in XUL, and the final two cover JS embedded in Python. This also applies if the removed line was the first line of the file. It covers the pattern matching cases like "var {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;". It'll remove the entire thing if they are all either Ci, Cr, Cc or Cu, or it will remove the appropriate ones and leave the residue behind. If there's only one behind, then it will turn it into a normal, non-pattern matching variable definition. (For instance, "const { classes: Cc, Constructor: CC, interfaces: Ci, utils: Cu } = Components" becomes "const CC = Components.Constructor".) MozReview-Commit-ID: DeSHcClQ7cG --HG-- extra : rebase_source : d9c41878036c1ef7766ef5e91a7005025bc1d72b
-
- 29 Jan, 2018 1 commit
-
-
Kris Maglione authored
This was done using the following script: https://bitbucket.org/kmaglione/m-c-rewrites/src/37e3803c7a23385bab5ea077ba8692bcfe1608fc/processors/chromeutils-import.jsm MozReview-Commit-ID: 1Nc3XDu0wGl --HG-- extra : source : 12fc4dee861c812fd2bd032c63ef17af61800c70 extra : intermediate-source : 34c999fa006bffe8705cf50c54708aa21a962e62 extra : histedit_source : b2be2c5e5d226e6c347312456a6ae339c1e634b0
-
- 30 Jan, 2018 1 commit
-
-
Cosmin Sabou authored
Backed out 3 changesets (bug 1431533) for Android mochitest failures on testEventDispatcher on a CLOSED TREE Backed out changeset a1eca62826a1 (bug 1431533) Backed out changeset 34c999fa006b (bug 1431533) Backed out changeset e2674287e57f (bug 1431533)
-
- 29 Jan, 2018 1 commit
-
-
Kris Maglione authored
This was done using the following script: https://bitbucket.org/kmaglione/m-c-rewrites/src/37e3803c7a23385bab5ea077ba8692bcfe1608fc/processors/chromeutils-import.jsm MozReview-Commit-ID: 1Nc3XDu0wGl --HG-- extra : source : 12fc4dee861c812fd2bd032c63ef17af61800c70
-
- 30 Jan, 2018 1 commit
-
-
Brindusan Cristian authored
Backed out changeset 6e56f4c8843e (bug 1431533) Backed out changeset 12fc4dee861c (bug 1431533)
-
- 29 Jan, 2018 1 commit
-
-
Kris Maglione authored
This was done using the following script: https://bitbucket.org/kmaglione/m-c-rewrites/src/37e3803c7a23385bab5ea077ba8692bcfe1608fc/processors/chromeutils-import.jsm MozReview-Commit-ID: 1Nc3XDu0wGl --HG-- extra : rebase_source : c004a023389f1f6bf3d2f3efe93c13d423b23ccd
-
- 25 Jan, 2018 1 commit
-
-
Kris Maglione authored
MozReview-Commit-ID: 5ubE9EMQpZ9 --HG-- extra : histedit_source : df68d7595925c07d9d6e8bacc2c46e69556f479a%2C72b768b9825e20ede6603ead75f871c50dc041f7
-
- 24 Jan, 2018 1 commit
-
-
Kris Maglione authored
MozReview-Commit-ID: 8V1ZT53ReiP --HG-- extra : rebase_source : 12b5f8c3e125111db7382eb3d7d20a99fb2c35b3 extra : absorb_source : e99fa7f6eee02e7e6cadeb898c7fcf6dac9c902a extra : histedit_source : d0dfc31fadc2b81d341c9d0cd1efec02923c003b
-
- 15 Oct, 2017 1 commit
-
-
Dan Banner authored
MozReview-Commit-ID: Jm8BRgt6mIv
-
- 23 Apr, 2017 1 commit
-
-
Kris Maglione authored
MozReview-Commit-ID: 95u2FozBiqk --HG-- extra : rebase_source : 940bcb1eb94b3ccc3481e3a8bcbaf8d0b8bad0a2
-
- 29 Dec, 2016 3 commits
-
-
Jared Wein authored
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN MozReview-Commit-ID: 7E7LPorrEje --HG-- extra : rebase_source : 0572a35415a766a3f31d266760ecd07f0dcc3f72
-
Wes Kocher authored
Backed out changeset 562ddc32cc21 (bug 1325464) Backed out changeset cd10db6087dd (bug 1325464) Backed out changeset 4079437c4648 (bug 1325464)
-
Jared Wein authored
Bug 1325464 - Enable object-shorthand rule and run 'mach eslint --fix' with the rule enabled. r=MattN MozReview-Commit-ID: 8WoGr8i6oCR --HG-- extra : rebase_source : da7172285d43b820421557ed3b05887e091ff939
-
- 03 Nov, 2016 1 commit
-
-
Mark Banner authored
MozReview-Commit-ID: LdoXLniNeT7 --HG-- extra : rebase_source : d2418b8cfab0a399d0dfb5a96ea50c62fac63e70
-
- 16 Jul, 2016 1 commit
-
-
Pushpankar authored
--HG-- extra : rebase_source : 72d50e73baf595840a2aade57ae782e4c40d4c27
-
- 26 Oct, 2015 1 commit
-
-
Gijs Kruitbosch authored
--HG-- extra : commitid : DfE3UMe5yQX extra : rebase_source : e743a0f45b5f31de18f07a00afebd798e5768f90
-
- 13 Oct, 2015 1 commit
-
-
Gijs Kruitbosch authored
--HG-- extra : commitid : 7jvP5BNMLUp extra : rebase_source : 59b5789802d1a46f46d6bd3c04d35633c8cc7132
-
- 12 Oct, 2015 1 commit
-
-
Gijs Kruitbosch authored
Bug 332195 - part 1: don't focus tabs by default, add pref to be able to revert late if we see too many issues, r=mconley --HG-- extra : commitid : 3AWrzsHuXjk extra : rebase_source : 88539fc1a05394e11684039ea9533f5a6ffd3352
-
- 04 Nov, 2015 1 commit
-
-
Bill McCloskey authored
-
- 02 Oct, 2015 1 commit
-
-
Bill McCloskey authored
-
- 07 Oct, 2015 1 commit
-
-
Bill McCloskey authored
-
- 15 Sep, 2015 1 commit
-
-
Shu-yu Guo authored
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
-
- 04 Apr, 2014 1 commit
-
-
Blake Kaplan authored
Bug 899648 - Initial patch to make tab-modal prompts work. Original patch from Tom Schuster <evilpies@gmail.com>. r=dolske
-