Ray Lin
35d419ea30
Bug 1350191 - Change keypress event propagation to capture to correctly preventDefault if control is focused. r=jaws
...
We could not avoid controls being focused after De-XUL, in order
to preventDefault before event propagate to focused control, we should
change the way of keypress event propagation in media controls.
MozReview-Commit-ID: 4KNPU4XlSDJ
2017-03-25 11:48:30 +08:00
Mark Banner
ec9074e132
Bug 1347712 - Change the testing configurations into ESLint configurations within eslint-plugin-mozilla - automatically update .eslintrc.js test config files for new config locations. r=jaws
...
MozReview-Commit-ID: LH0CQOPfoe6
2017-03-20 12:36:37 +01:00
Jim Porter
8c24212591
Bug 1346671 - Enable the no-useless-concat eslint rule in toolkit/ r=jaws
...
MozReview-Commit-ID: 1a422BiLEhK
2017-03-13 17:34:24 -05:00
Masatoshi Kimura
7f7e7b1b45
Bug 1342144 - Fix ESLint errors in toolkit/. r=Yoric
...
MozReview-Commit-ID: 9sp2uMryv8U
2017-02-24 22:02:11 +09: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
Mark Banner
703aa9e231
Bug 1341029 - Turn on the ESLint no-undef rule for all of toolkit/. r=jaws
...
MozReview-Commit-ID: Ed9FfkskDos
2017-02-20 11:45:58 +00:00
Ray Lin
dcafc4645d
Bug 1333008 - Don't toggle play or pause when button is focused. r=jaws
...
MozReview-Commit-ID: 2tyQUOOMQgH
2017-02-16 14:19:32 +08:00
Ray Lin
59f01f6b0b
Bug 1328060 - re-adjust controls when get metadata of video duration. r=jaws
...
MozReview-Commit-ID: AKY5Umg08P6
2017-02-06 10:22:37 +08:00
Ray Lin
a39584b084
Bug 1332994 - highlight current enabled CC item when video first loaded. r=jaws
...
MozReview-Commit-ID: HEpp5Ztp5cB
2017-01-23 15:46:42 +08:00
Florian Quèze
c32c931bc9
Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws.
2017-01-30 08:10:22 +01:00
Wes Kocher
5c5bcbe39e
Merge inbound to central, a=merge
...
MozReview-Commit-ID: HvoljuLV6Gj
2017-01-27 16:37:18 -08:00
Gijs Kruitbosch
50b99231ab
Bug 1333164 - fix invalid references to mochitest stylesheet, r=erahm
...
MozReview-Commit-ID: 1Xxt72jYdm7
2017-01-24 14:24:04 +00:00
Florian Quèze
c8cf49999e
Bug 1334156 - script-generated patch to replace .ownerDocument.defaultView with .ownerGlobal, r=jaws.
2017-01-27 10:51:03 +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
601c1e5636
Bug 1331661 - Manually fix the remaining 'quotes' errors for eslint. r=Gijs
...
MozReview-Commit-ID: 7iXjQtp9ftV
2017-01-17 10:38:58 -06:00
Jared Wein
0ec522d5b6
Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
...
MozReview-Commit-ID: 6tv0Z06CO4a
2017-01-17 09:48:17 -06:00
Florian Quèze
63de711857
Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
2017-01-17 11:50:25 +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
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
Ray Lin
39589380d8
Bug 1323640 - declare domUtils in getAnonElementWithinVideoByAttribute function. r=jaws
...
MozReview-Commit-ID: E5YsKb0N1w3
2016-12-15 14:47:18 +08:00
Ray Lin
c502169868
Bug 1321416 - remove border to get rid of scrollbar in top level synthetic video document. r=jaws
...
MozReview-Commit-ID: IckmhyasDmN
2016-12-14 17:57:49 +08:00
Ray Lin
550d2cd39d
Bug 1319301 - Part 2. add a regression test for controlsSpacer. r=jaws
...
MozReview-Commit-ID: 2yhiaZgReRQ
2016-11-23 18:10:51 +08:00
Mark Banner
dc46a8fba3
Bug 1322343 - Enable no-unused-vars in the local scope in toolkit/.eslintrc.js. r=mossop
...
MozReview-Commit-ID: CiIsUjQzp4D
2016-11-09 22:06:32 +00:00
Ray Lin
df948d48dd
Bug 1311700 - Part 2. move shared function to head.js. r=jaws
...
MozReview-Commit-ID: 5Ym2ZAARitL
2016-11-24 14:04:25 +08:00
Ray Lin
ad19b52277
Bug 1311700 - Part 1. add a test to confirm the correctness of video control in different sizes. r=jaws
...
MozReview-Commit-ID: CuCvDYkj3XK
2016-11-09 10:19:02 +08:00
Ray Lin
0532668afa
Bug 1302320 - add noaudio icon test for video control. r=jaws
...
MozReview-Commit-ID: KfrsEJ3mgB6
2016-09-22 15:30:48 +08:00
Iris Hsiao
058d808170
Backed out changeset 84fee6da47a6 (bug 1302320) for test_videocontrols_video_noaudio.html assertion failure
2016-11-23 17:07:49 +08:00
Ray Lin
aeaebc8be9
Bug 1302320 - add noaudio icon test for video control. r=jaws
...
MozReview-Commit-ID: KfrsEJ3mgB6
2016-09-22 15:30:48 +08:00
Ray Lin
d974bf5841
Bug 1317909 - Add a test to confirm status overlay show in error state. r=jaws
...
MozReview-Commit-ID: 85vatvLSSEf
2016-11-16 14:40:39 +08:00
Phil Ringnalda
d3fe2919ff
Merge m-c to autoland
2016-11-17 20:11:25 -08:00
Neil Deakin
86d770c8a3
Bug 1313131, don't wrap when using cursor navigation in menus onr dropdowns on Mac, or dropdowns on Windows, r=ksteuber
2016-11-17 09:56:43 -05:00
Carsten "Tomcat" Book
f184be4ebd
Backed out changeset 4ed7a34ea7ab (bug 1313131)
2016-11-17 15:42:45 +01:00
Neil Deakin
9da3647006
Bug 1313131, don't wrap when using cursor navigation in menus onr dropdowns on Mac, or dropdowns on Windows, r=ksteuber
2016-11-17 09:28:27 -05:00
Ray Lin
b8e96f36a0
Bug 1271765 - Part 3. Update tests for video control visual refresh. r=jaws
...
MozReview-Commit-ID: 24GoxgtN0Bo
2016-11-09 16:47:29 +08:00
Dave Townsend
e7b1b3284f
Bug 1316882: Turn on space-before-function-paren eslint rule (toolkit). r=jaws
...
MozReview-Commit-ID: FGFwg6TYkvm
2016-11-11 15:22:34 -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
Sebastian Hengst
6cf65ed900
Bug 1310297 - Remove test annotations using b2g, mulet or gonk: toolkit. r=RyanVM
...
MozReview-Commit-ID: I5LuDjnM7By
2016-11-05 11:29:22 +01:00
Jared Wein
eb09d153fa
Bug 1314474 - Enable no-shadow rule for eslint for browser/ mochitests. r=mossop
...
MozReview-Commit-ID: 3EQOeDSnmVz
2016-11-04 17:11:52 -04:00
Wes Kocher
5f6cf497a3
Backed out changeset 2a1b034ed3fb (bug 1314474) for xpcshell failures a=backout
2016-11-04 13:57:56 -07:00
Jared Wein
c0329c1f9a
Bug 1314474 - Enable no-shadow rule for eslint for browser/ mochitests. r=mossop
...
MozReview-Commit-ID: 3QTChaVgCRP
2016-11-03 18:29:08 -04:00
Jared Wein
0c024fa9ca
Bug 1312486 - Enable no-extra-boolean-cast, no-new-object, no-shadow-restricted-names, and spaced-comment rules for eslint. r=standard8
...
MozReview-Commit-ID: 7Gx90a5y8t6
2016-10-24 13:14:19 -04:00
Ray Lin
76586cf426
Bug 1312324 - Add test to confirm fullscreen availability when video in an iframe. r=jaws
...
MozReview-Commit-ID: KTGCViUshrd
2016-10-24 12:12:51 +08:00
Mark Banner
233309fbe2
Bug 1251003 - Change .eslintrc files to .eslintrc.js to avoid obsolete config file format. r=mossop
...
MozReview-Commit-ID: JrbFxQ5rj6I
2016-10-18 08:38:10 +01:00
Kirk Steuber
2c1ac87580
Bug 1206133 - Add popuppositioning state and popuppositioned event to improve arrow panel position handling. r=enndeakin
...
MozReview-Commit-ID: Dh1npORCQ6J
2016-08-16 15:33:05 -07:00
Ray Lin
662fb50984
Bug 1303245 - Add closed caption button test for video control. r=jaws
...
MozReview-Commit-ID: 75iknlxgMb1
2016-09-20 17:59:05 +08:00
Jared Wein
8860cdf2c1
Bug 1294547 - Enable the comma-spacing rule for eslint. r=felipe
...
MozReview-Commit-ID: RCSDEvvk2I
2016-08-16 15:44:15 -04:00
Jared Wein
e8b20b6db5
Bug 1292035 - Enable the space-before-blocks rule for eslint. This patch was generated using 'eslint --fix'. r=markh
...
MozReview-Commit-ID: 2XVoU05YvES
2016-08-04 03:20:25 -04:00