Commit graph

110 commits

Author SHA1 Message Date
Mark Banner
f99ae4c2a9 Bug 1421376 - Change various instances of manually calling getService to use Services.jsm in browser/. r=mossop
MozReview-Commit-ID: FW3X2fkOwK2

--HG--
extra : rebase_source : f71e053e18017d675d4ea4d758e2552adcf5adc6
2017-11-28 19:21:33 +00:00
Dan Banner
7caa92d5d8 Bug 1408777 - Automatically fix instances of missing semicolons in the tree. r=Standard8
MozReview-Commit-ID: Jm8BRgt6mIv
2017-10-15 20:50:39 +01:00
gasolin
18dfa02948 Bug 1369287 - shipping compact new tab page view by default;r=Gijs
MozReview-Commit-ID: FTEicOcGqtv

--HG--
extra : rebase_source : f85c78fedea1c1425d35a01713c60311e9d3f3d2
2017-06-27 11:13:15 -07:00
k88hudson
9722cb4fed Bug 1369875 - Turn off activity-stream.enabled for new tab related tests r=Mardak
MozReview-Commit-ID: Gx3itUrHICL

--HG--
extra : rebase_source : 24e0c4e9d083aca104ba15dcc2654ad3a4f764b6
2017-06-02 16:33:18 -04:00
Florian Quèze
5e3539e504 Bug 1353542 - massive script-generated patch converting Task.async and Task.spawn calls, and generators clearly identifiable as tasks, rs=Mossop. 2017-05-12 14:42:39 +02:00
Frederik Braun
cd1cbcef0f Bug 1359350: Add no-eval rule to eslint config (and whitelist failures in tests) r=standard8
MozReview-Commit-ID: 4nYlX4sSdbF

--HG--
extra : rebase_source : cf610e7d8bf2b8dbd5a0d40c5b835bc6620c3bba
2017-05-08 14:50:50 +02:00
Ehsan Akhgari
64526e4433 Bug 1360788 - Part 2: Remove some dead code that is left over from bug 1077652 2017-05-02 19:03:57 -04:00
Florian Quèze
9c4d40bb54 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
0e0865f4fc 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
b33bfba51a Bug 1329017 - Enable the no-useless-return rule for eslint and use eslint --fix to autofix the errors. r=standard8
MozReview-Commit-ID: 2MhpvzUDgtK

--HG--
extra : rebase_source : 1df2b81badfe556928f6424c8990e4b3fde7056f
2017-01-06 12:09:28 -05:00
Jared Wein
ecab54a7c9 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
2016-12-29 18:34:54 -05:00
Wes Kocher
0dfb7c2b5c 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
7255df4e9a 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
2016-12-29 15:20:47 -05:00
Andrea Marchesini
2f974ccbce Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot 2016-11-18 09:33:33 +01:00
Sebastian Hengst
7110a88674 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
cf2ad8072f Bug 1318273 - Improve the use of SpecialPowers.pushPrefEnv() - part 1, r=qdot 2016-11-17 19:36:01 +01:00
Jared Wein
3718f00db1 Bug 1316870 - Enable no-shadow eslint rule for browser/. r=mossop 2016-11-15 22:58:30 -05:00
Dave Townsend
8de07a19a0 Bug 1316882: Turn on space-before-function-paren eslint rule (browser). r=jaws
MozReview-Commit-ID: 2ZvTiZDHchz

--HG--
extra : rebase_source : db6482481b7338df491afd6f6fd376eccec84d7e
2016-11-11 08:10:51 -08:00
Dave Townsend
0a2c8f9b78 Bug 1316882: Turn on space-infix-ops eslint rule. r=jaws
MozReview-Commit-ID: HBpjT2uHJaZ

--HG--
extra : rebase_source : 78fe71a1d673a1c698520a9c82c6f35959614f8f
2016-11-10 14:48:04 -08:00
Mark Banner
09ab00a94f Bug 1313998 - Turn on no-unused-vars for local variable scopes in browser/base/content. r=mossop
MozReview-Commit-ID: IyFGBotfd11

--HG--
extra : rebase_source : aa43e5aea9e7fd7223fc59e941ecdc067abdb48f
2016-10-31 10:33:38 +00:00
Ryan VanderMeulen
3611a7607d Merge inbound to m-c. a=merge 2016-08-31 22:33:17 -04:00
Jared Wein
a182a61bce 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
76862dadad 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
df7e3c059a 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
345b36f4e4 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
d58b41a1a6 Bug 1240014, enable test browser_newtab_background_captures in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
165695d59d Bug 1240014, enable test browser_newtab_drag_drop_ext in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
3d4e18815d Bug 1240014, enable test browser_newtab_bug1194895 in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
90f57803b8 Bug 1240014, enable test browser_newtab_drop_preview in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
e6f4093cd8 Bug 1240014, enable test browser_newtab_enhanced in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
e9d638e1bd Bug 1240014, enable test browser_newtab_perwindow_private_browsing in e10s, r=adw 2016-01-26 08:16:11 -05:00
Neil Deakin
b75070bafd Bug 1240014, enable test browser_newtab_unpin in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
00e2c61d95 Bug 1240014, enable test browser_newtab_block in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
26073341ef Bug 1240014, enable test browser_newtab_disable in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
3f0c8e4a8c Bug 1240014, enable test browser_newtab_bug765628 in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
45153b0444 Bug 1240014, enable test browser_newtab_bug723121 in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
f15407f6dd Bug 1240014, enable test browser_newtab_1188015 in e10s, r=adw 2016-01-26 08:16:10 -05:00
Neil Deakin
7cb5b5d400 Bug 1240014, enable test browser_newtab_bug998387 in e10s, r=adw 2016-01-26 08:16:09 -05:00
Wes Kocher
296abd21ee Merge m-c to inbound a=merge
--HG--
extra : rebase_source : 38a51b2c491658bc19cfac0d227b04ef6e5f6718
2015-09-30 14:10:21 -07:00
Tooru Fujisawa
5290c82729 Bug 1207490 - Part 3: Remove use of expression closure from browser/base/content/test/newtab/. r=Gijs
--HG--
extra : commitid : 1kiJHjW0EcU
extra : rebase_source : b94e1f379906e03053d3d7430f700aeaa614d40b
2015-09-23 17:56:40 +09:00
David Rajchenbach-Teller
798295da7d Bug 1089695 - Async sanitize.js (newtab tests);r=ttaubert
--HG--
extra : transplant_source : %23%03%86%AB%C8lk-3%7C%20%40%90E%EFl%09%FE%E85
2015-07-27 19:19:26 +02:00
Shu-yu Guo
64db2267cf 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
f906e7e08f Merge fx-team to m-c. a=merge
CLOSED TREE
2015-08-27 11:56:51 -04:00
Yoshi Huang
e6070e9062 Bug 1165272 - Part 2: replace getNoAppCodebasePrincipal. r=bholley 2015-08-18 15:01:42 +08:00
Maxim Zhilyaev
35f85df452 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
edfe287f26 Backed out 3 changesets (bug 1165272) for b2g sanity blocker. 2015-08-25 11:16:21 -07:00
Yoshi Huang
de47f4b89f Bug 1165272 - Part 2: Replace getNoAppCodebasePrincipal. r=bholley 2015-08-24 01:18:00 -04:00
Maxim Zhilyaev
5dce3adde9 Bug 1195699 - Port tests fixes from 1180387 uplift [r=emtwo] 2015-08-19 04:29:26 -07:00
Nihanth Subramanya
b2fa1cbd22 Bug 1171344 - Update in-content search UI tests. r=adw
--HG--
rename : browser/base/content/test/general/browser_searchSuggestionUI.js => browser/base/content/test/general/browser_contentSearchUI.js
rename : browser/base/content/test/general/searchSuggestionUI.html => browser/base/content/test/general/contentSearchUI.html
rename : browser/base/content/test/general/searchSuggestionUI.js => browser/base/content/test/general/contentSearchUI.js
extra : amend_source : 9c4e36512a0deec03af39a1f0aaee3a1312aa7a5
2015-06-29 13:52:22 -07:00
Ryan VanderMeulen
d7e5192373 Backed out changesets 7f2ddcfe4537 and e88770aa2160 (bug 1171344) for intermittent OSX browser_tabopen_reflows.js failures.
--HG--
rename : browser/base/content/contentSearchUI.css => browser/base/content/searchSuggestionUI.css
rename : browser/base/content/contentSearchUI.js => browser/base/content/searchSuggestionUI.js
rename : browser/base/content/test/general/browser_contentSearchUI.js => browser/base/content/test/general/browser_searchSuggestionUI.js
rename : browser/base/content/test/general/contentSearchUI.html => browser/base/content/test/general/searchSuggestionUI.html
rename : browser/base/content/test/general/contentSearchUI.js => browser/base/content/test/general/searchSuggestionUI.js
2015-07-16 21:42:22 -04:00