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
91f7a2ef3a
Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws.
2017-01-25 07:01:52 +01:00
Jared Wein
0c2dd4fa35
Bug 1329017 - Enable the no-useless-return rule for eslint and use eslint --fix to autofix the errors. r=standard8
...
MozReview-Commit-ID: 2MhpvzUDgtK
2017-01-06 12:09:28 -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
Andrea Marchesini
a0f9b83d87
Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot
2016-11-18 09:33:33 +01:00
Sebastian Hengst
85e0c09e58
Backed out changeset d43b778d95c6 (bug 1318273) for failing mochitest fetch/test_formdataparsing.html. r=backout on a CLOSED TREE
2016-11-17 20:58:38 +01:00
Andrea Marchesini
8b521463f7
Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot
2016-11-17 19:36:01 +01:00
Jared Wein
ef8b1e86ca
Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop
2016-11-15 22:58:30 -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
Dave Townsend
12596ced47
Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
...
MozReview-Commit-ID: HBpjT2uHJaZ
2016-11-10 14:48:04 -08:00
Mark Banner
6b3a6a4cda
Bug 1313998 - Turn on no-unused-vars for local variable scopes in browser/base/content. r=mossop
...
MozReview-Commit-ID: IyFGBotfd11
2016-10-31 10:33:38 +00:00
Ryan VanderMeulen
ca7c6ea4ee
Merge inbound to m-c. a=merge
2016-08-31 22:33:17 -04:00
Jared Wein
696e56f749
Bug 1298559 - Enable eslint for /browser/base/content/test/ r=mattn
...
MozReview-Commit-ID: BZlkPTcLJMB
2016-08-31 12:53:24 -04:00
Aryeh Gregor
fd7d844ea6
Bug 1299453 - Stop using createEvent("DragEvents"/"KeyEvents") internally; r=smaug
...
They are non-standard aliases for "DragEvent" and "KeyboardEvent" that
are not supported by any other UA, and we would like to drop support.
So first let's stop using them ourselves, so we can use telemetry to see
if any sites are using them.
MozReview-Commit-ID: ICC33ORa2st
2016-08-31 20:38:50 +03:00
Mike de Boer
a5c8a12fbb
Bug 1241930: Part 2 - convert all assertion methods used inside content tasks to the Assert.* family in browser tests. r=mconley
2016-03-04 14:32:24 +01:00
Neil Deakin
b2aec17456
Bug 1240014, remove unused code in test/newtab/head.js and enable tests in e10s, r=adw
2016-01-26 08:16:11 -05:00
Neil Deakin
90f598c3f2
Bug 1240014, enable test browser_newtab_background_captures in e10s, r=adw
2016-01-26 08:16:11 -05:00
Neil Deakin
74ac7e21c0
Bug 1240014, enable test browser_newtab_drag_drop_ext in e10s, r=adw
2016-01-26 08:16:11 -05:00
Neil Deakin
f663f22ad4
Bug 1240014, enable test browser_newtab_bug1194895 in e10s, r=adw
2016-01-26 08:16:11 -05:00
Neil Deakin
dc6feaac5e
Bug 1240014, enable test browser_newtab_drop_preview in e10s, r=adw
2016-01-26 08:16:11 -05:00
Neil Deakin
014ea2a397
Bug 1240014, enable test browser_newtab_enhanced in e10s, r=adw
2016-01-26 08:16:11 -05:00
Neil Deakin
933d95beee
Bug 1240014, enable test browser_newtab_perwindow_private_browsing in e10s, r=adw
2016-01-26 08:16:11 -05:00
Neil Deakin
d9e1ffdf7c
Bug 1240014, enable test browser_newtab_unpin in e10s, r=adw
2016-01-26 08:16:10 -05:00
Neil Deakin
2323dd3cd1
Bug 1240014, enable test browser_newtab_block in e10s, r=adw
2016-01-26 08:16:10 -05:00
Neil Deakin
975e7e31b3
Bug 1240014, enable test browser_newtab_disable in e10s, r=adw
2016-01-26 08:16:10 -05:00
Neil Deakin
62f9aefe4b
Bug 1240014, enable test browser_newtab_bug765628 in e10s, r=adw
2016-01-26 08:16:10 -05:00
Neil Deakin
a77ee6a15e
Bug 1240014, enable test browser_newtab_bug723121 in e10s, r=adw
2016-01-26 08:16:10 -05:00
Neil Deakin
01140c32ea
Bug 1240014, enable test browser_newtab_1188015 in e10s, r=adw
2016-01-26 08:16:10 -05:00
Neil Deakin
0045e537c9
Bug 1240014, enable test browser_newtab_bug998387 in e10s, r=adw
2016-01-26 08:16:09 -05:00
Wes Kocher
04308082d0
Merge m-c to inbound a=merge
2015-09-30 14:10:21 -07:00
Tooru Fujisawa
9d4a190b1a
Bug 1207490 - Part 3: Remove use of expression closure from browser/base/content/test/newtab/. r=Gijs
2015-09-23 17:56:40 +09:00
David Rajchenbach-Teller
92d08d3e02
Bug 1089695 - Async sanitize.js (newtab tests);r=ttaubert
2015-07-27 19:19:26 +02:00
Shu-yu Guo
37989840cd
Bug 1202902 - Mass replace toplevel 'let' with 'var' in preparation for global lexical scope. (rs=jorendorff)
2015-09-15 11:19:45 -07:00
Ryan VanderMeulen
5193dd9648
Merge fx-team to m-c. a=merge
...
CLOSED TREE
2015-08-27 11:56:51 -04:00
Yoshi Huang
d2b4917583
Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley
2015-08-18 15:01:42 +08:00
Maxim Zhilyaev
58cbbb91c9
Bug 1194895 - New tab page has unnecessary (or marginally-necessary) vertical scrollbar at various sizes. [r=emtwo]
2015-08-26 14:56:19 -07:00
Bobby Holley
d12b79b75a
Backed out 3 changesets (bug 1165272) for b2g sanity blocker.
2015-08-25 11:16:21 -07:00
Yoshi Huang
431a4ee3e8
Bug 1165272 - Part 2: Replace getNoAppCodebasePrincipal. r=bholley
2015-08-24 01:18:00 -04:00
Maxim Zhilyaev
47e4369a15
Bug 1195699 - Port tests fixes from 1180387 uplift [r=emtwo]
2015-08-19 04:29:26 -07:00
Nihanth Subramanya
15f00e4940
Bug 1171344 - Update in-content search UI tests. r=adw
2015-06-29 13:52:22 -07:00
Ryan VanderMeulen
08581626f9
Backed out changesets 7f2ddcfe4537 and e88770aa2160 (bug 1171344) for intermittent OSX browser_tabopen_reflows.js failures.
2015-07-16 21:42:22 -04:00
Nihanth Subramanya
55b8edc1be
Bug 1171344 - Update in-content search UI tests. r=adw
2015-06-29 13:52:22 -07:00
Ursula
6b620f1f97
Bug 1168589 - Convert newtab-customize-panel into an HTML element. r=mconley, feedback=emtwo.
2015-06-15 15:36:43 -04:00
Kartikaya Gupta
4e7aa120b3
Bug 1146349 - Update browser-chrome mochitests to deal with async native event synthesization. r=Gijs
2015-04-14 11:36:36 -04:00
Kartikaya Gupta
6aab4a0930
Bug 1150452 - Make startAndCompleteDragOperation more robust across all platforms. r=Gijs
2015-04-10 08:13:00 -04:00
Marina Samuel
b703242588
Bug 1136203 - Remove thumbnail/title replacing functionality for history tiles. r=adw
2015-03-27 17:57:11 -04:00
Chris Peterson
bcec56d259
Bug 1129321 - Remove nonstandard let blocks from browser. r=ttaubert
2015-01-24 23:39:14 -08:00
Tim Taubert
a639c44959
Bug 1113178 - Fix all remaining tests using removeAllPages() r=mak
2015-01-17 19:35:59 +01:00