Aryeh Gregor
87a5bde3a6
Bug 1310865 - Don't process cloned <input> until all attributes are copied; r=hsivonen
...
Otherwise, when a value="" attribute with a newline in it is copied, we
will strip any newlines even if type="hidden" is set, because type=""
hasn't yet been copied. Other bugs are likely too. This problem was
already solved for the parser, so we can just use that solution for
cloning too.
MozReview-Commit-ID: KqxCnxmxFXp
--HG--
extra : rebase_source : 9a666adad3dbbbaa5e3706747dcf70801b9ef4e8
2016-10-27 17:17:04 +03:00
Ehsan Akhgari
1978fee9f2
Bug 1310385 - Remove support for UndoManager; r=smaug
...
There hasn't been any traction on this feature, and we keep
paying the maintenance and code size and memory usage penalty
of having this implementation.
We can revive this from VCS history in the future if we decide
to start working on it again. In the mean time, it's better
to remove it.
2016-10-17 10:06:11 -04:00
Jan Beich
cb9811b6b4
Bug 1295883 - Chase Linux scroll wheel behavior on Tier3 desktop Unix. r=smaug
...
MozReview-Commit-ID: 7osYJCwDQev
--HG--
extra : transplant_source : %F8%0CL%3D%C2d%92%B8%8AYd%C5%137h%ED%81Nt%3E
2016-08-17 04:55:36 +00:00
Ralph Giles
ac2fb54670
Bug 1300805 - Remove media.webvtt.enabled pref. r=kinetik,smaug
...
This API has been deployed to release for some time. There isi
no longer value to being able to quickly disable it.
MozReview-Commit-ID: Jj6CyWzP93g
--HG--
extra : rebase_source : 2dc0547229b53865a4f7cfcf7ca417eb3dec0356
2016-09-15 14:10:17 -07:00
Stone Shih
16a8810124
Bug 1295719 - input[type=range,number] does not fire 'change' event for some key combinations. r=smaug
...
--HG--
extra : rebase_source : 89f46401a53dcab3dd3845477acfc7aaf9fdd3cc
2016-08-19 09:19:35 +08:00
Dragana Damjanovic
983fd9fa51
Bug 1292522 - Add test for bug 1292522 - the same domain host with different port numbers must be treated as the same domain. r=smaug
...
--HG--
extra : rebase_source : 2b526d4ed826a5c5f6deb63387c47466831cbbe7
2016-08-16 09:44:00 -04:00
Thomas Wisniewski
30ab766837
Bug 613019 - Track whether the last input/textarea change was done interactively, and enable the commented-out maxLength tracking code. r=mrbkap
...
--HG--
extra : rebase_source : 59c0986d6184f09f79fcda848de9d822949aa47b
2016-08-06 11:59:08 -04:00
Olli Pettay
2c576a46e2
Bug 1287321 - Don't fire input event on type=range when value hasn't changed. r=baku
...
--HG--
extra : rebase_source : 561195bb4aeb4883a368464b0b6e8d3d53f3873f
2016-07-20 21:06:57 +03:00
Carsten "Tomcat" Book
a0992595d6
merge mozilla-inbound to mozilla-central a=merge
2016-07-17 10:08:08 +02:00
Stone Shih
9a816de486
Bug 1261674 - Handle wheel event when mouse cursor is hovered on a focused range input as increasing/decreasing it's value. r=smaug
...
--HG--
extra : rebase_source : 1e801d569b3c3b49f3c7f1fe409b929fa27de17e
2016-07-05 17:48:19 +08:00
Alexandre Lissy
6798f02654
Bug 1286530 - Clean AvailableIn, CheckAnyPermissions and CheckAllPermissions from WebIDL r=bz,fabrice
...
MozReview-Commit-ID: 6EQfBM09xUE
--HG--
rename : dom/contacts/tests/test_contacts_cache.xul => dom/contacts/tests/test_contacts_a_cache.xul
rename : dom/contacts/tests/test_contacts_shutdown.xul => dom/contacts/tests/test_contacts_a_shutdown.xul
rename : dom/contacts/tests/test_contacts_upgrade.xul => dom/contacts/tests/test_contacts_a_upgrade.xul
rename : dom/mobilemessage/tests/mochitest/mochitest.ini => dom/mobilemessage/tests/mochitest/chrome.ini
extra : rebase_source : 5f708f2a927fafff66626367ef07080785ba9f55
2016-04-21 15:48:59 +02:00
Thomas Wisniewski
5bc757cfaa
Bug 1264157 - Do not match disabled/readonly inputs with :in-range and :out-of-range. r=bz
...
--HG--
rename : dom/html/test/test_bug535043.html => dom/html/test/test_bug1264157.html
2016-07-10 14:37:00 -04:00
Stone Shih
f3651866bf
Bug 1261673: Handle wheel event when mouse cursor is hovered on a focused number input as increasing/decreasing it's value. r=smaug
2016-05-06 18:39:10 +08:00
Stone Shih
0b7ae24e93
Bug 1260704 - Instead of handling mouse up event, we handle mouse click event to trigger links. r=smaug
...
--HG--
extra : rebase_source : c6d0b5d066ad9fae37c6c2d4b1d72d404966009f
2016-05-16 15:45:43 +08:00
Paul Roberts
6707fd2982
Bug 671389 - Export document sandbox flags to chrome JS. r=smaug
...
--HG--
extra : rebase_source : 91463b43748b72283644d25b56242c244cc2a6bf
2016-06-19 12:34:08 -07:00
Mike Conley
0c3578df60
Bug 1276738 - Tag a bunch of tests that exercise opening windows with openwindow. r=me
...
There are a series of tests strewn about the tree that seem to exercise window
opening in one form or another, so I thought I'd put them under a tag.
MozReview-Commit-ID: 74JwLUTzaMU
--HG--
extra : rebase_source : 87439bacd9643ab63d015f58f44af2f8a74675a0
extra : source : 9d903a6a12aa7182252ec3e220c89b569c14e11b
2016-04-29 14:29:03 -04:00
Carsten "Tomcat" Book
a91653581d
Backed out changeset 9d903a6a12aa (bug 1276738) for test failures in test_blank_named_window.html on a CLOSED TREE
...
--HG--
extra : rebase_source : cd1218144d092a62764b014cffb6b0a92b5f9141
2016-06-02 08:13:16 +02:00
Mike Conley
0d5fa55d26
Bug 1276738 - Tag a bunch of tests that exercise opening windows with openwindow. r=me
...
There are a series of tests strewn about the tree that seem to exercise window
opening in one form or another, so I thought I'd put them under a tag.
MozReview-Commit-ID: 74JwLUTzaMU
--HG--
extra : rebase_source : 0c92084914ffe44a781f034b2416e17905656607
2016-04-29 14:29:03 -04:00
Mats Palmgren
df2b4d3bdd
Bug 1272012 - Tweak or disable a few tests for <select size=1> Up/Down key behavior on OSX.
2016-05-25 21:52:36 +02:00
Xidorn Quan
adac331402
Bug 1268798 part 4 - Mark Document.fullscreenElement and fullscreenEnabled with LenientSetter. r=smaug
...
MozReview-Commit-ID: B2F2sCLm0G8
--HG--
extra : source : be1844a64bb5207f84692a9a2ed73c2dacb45aa9
2016-05-12 10:28:56 +10:00
Xidorn Quan
960af35678
Bug 1205938 part 2 - Enable fullscreen-api-race test on e10s and OS X. r=smaug
...
MozReview-Commit-ID: 6CGfvSuyhVc
--HG--
extra : rebase_source : 67da86633797c341b8e30d66101296ff9a9cca0b
2015-09-18 11:10:04 +08:00
Xidorn Quan
6d755304f4
Bug 1268749 part 6 - Add test for behavior when unprefixed api is disabled. r=smaug
...
MozReview-Commit-ID: EUaoiTsVJK9
--HG--
extra : rebase_source : 5dce9bd6bc53fdefd1668908fe433e6f9b592e95
2016-05-02 15:36:53 +10:00
Thomas Nguyen
3f10b1a2de
Bug 1260664 - W3C Reflect referrerPolicy as a limited enumerated attribute. r=franziskuskiefer . r=smaug
...
MozReview-Commit-ID: Dppj4iuZnFp
2016-04-18 18:35:47 +08:00
Ryan VanderMeulen
e22a2d1d81
No bug - Re-enable various tests on Windows debug e10s that no longer fail.
...
--HG--
extra : histedit_source : 37d53b3f1958a608e96d34799e3ff123e901aed1
2016-04-15 13:26:01 -04:00
William Chen
303bd1fd42
Bug 1259590
- Remove B2G ACL code. r=khuey
2016-04-07 09:50:01 -07:00
Ehsan Akhgari
d7c2644b0c
Bug 1257923 - Enable test_bug369370.html on e10s now that bug 1229220 is fixed
2016-03-18 16:01:16 -04:00
Geoff Brown
29977660c0
Bug 1251013 - Update android_version annotations in test manifests - mochitest; r=jmaher
2016-03-17 10:00:48 -06:00
Ehsan Akhgari
511ccff106
Bug 1257327 - Port test_allowMedia.html to mochitest-plain so that it can be turned on in e10s mode; r=mrbkap
2016-03-16 18:50:53 -04:00
Xidorn Quan
b8db274b17
Bug 1255659 part 2 - Add 'fullscreen' tag to tests which ever put window into fullscreen. r=smaug
...
MozReview-Commit-ID: EBynEGbpYQU
--HG--
extra : rebase_source : 1f777ff519e602403486d24e739b252a2dfc8428
2016-03-11 10:45:00 +08:00
Andrea Marchesini
ba13490d02
Bug 1250401 - HTMLOptionElement::GetSelect should not return an element if we have nested OptGroup elements, r=bz
2016-03-03 09:03:44 +01:00
Andrew McCreight
1e31685405
Bug 1250388 - Enable some tests in dom/html/test/ that work with e10s. rs=bz
2016-02-23 07:33:26 -08:00
Xidorn Quan
e7d75e819c
Bug 743198 part 10 - Add test for prefixed Fullscreen API. rs=smaug
...
--HG--
extra : source : cc5b65b5e13c4a0ed7a177ab1a1ee594f4f50245
2016-02-17 08:47:11 +08:00
Xidorn Quan
3921fbeec5
Bug 1064843 part 12 - Add test for ::backdrop of fullscreen. r=dholbert
...
--HG--
extra : source : 51cc1af3ff479d88055b79d97a89af9c99e49424
2016-01-28 10:11:00 +11:00
Blake Kaplan
d102155357
Bug 1241557 - Make cookie tests pass in e10s. r=mccr8
2016-01-21 16:14:27 -08:00
Wes Kocher
2df1312cc1
Backed out 2 changesets (bug 1241557) for build failures CLOSED TREE
...
Backed out changeset aeb7f61db88b (bug 1241557)
Backed out changeset 8ed3a7be233e (bug 1241557)
--HG--
extra : commitid : BdotoXSX0ID
2016-01-21 15:41:18 -08:00
Blake Kaplan
db4df95d70
Bug 1241557 - Make cookie tests pass in e10s. r=mccr8
...
--HG--
extra : transplant_source : %98%27%3E%7D%9C%C6NA%C1%D0w%F1%F7%AA%5Bm%E21q%8D
2016-01-21 15:15:41 -08:00
Xidorn Quan
219e3e84de
Bug 1191597 part 7 - Enable fullscreen-api test on e10s. r=smaug
...
--HG--
extra : source : aeab92829aab0777941e68dbab2dd336a52ead00
2016-01-11 09:38:53 +11:00
Xidorn Quan
8219338ba4
Bug 1191597 part 3 - Convert fullscreen-api-keys to a browser chrome test. r=smaug
...
--HG--
extra : source : e7639263857cc7d6c434ddd690a3653abbf3b189
2016-01-11 09:38:53 +11:00
Xidorn Quan
ad53fe3a56
Bug 1191597 part 2 - Convert fullscreen-esc-context-menu to a browser chrome test. r=smaug
...
--HG--
extra : source : 7eb596b873e6029b6f3d6a749a0206e74ae8f395
2016-01-11 09:38:53 +11:00
Mats Palmgren
09cc6b1140
Bug 1230665 - Make anonymous flex/grid items non-tabbable and non-focusable. r=roc
2016-01-05 21:27:13 +01:00
Jonathan Griffin
59f626fe96
Bug 1232780 - Disable mochitests which fail on e10s so we can get that suite running, a=test-only
2016-01-05 12:02:47 -08:00
Andrea Marchesini
dbf3dec4da
Bug 1235521 - test for bug 1233598, r=smaug
2015-12-29 15:46:07 +00:00
Dão Gottwald
3989963e64
Bug 1234520 - Disable test_bug344861.html, test_bug369370.html, test_bug741266.html on Windows
2015-12-22 13:08:39 +01:00
Garrett Robinson
f97631d0c3
Bug 1194893 - Pref for default file upload directory. r=smaug
...
--HG--
extra : rebase_source : dafc24f3ed145ab406f77a82e2ec8162d695f134
2015-12-16 11:58:40 -08:00
Mats Palmgren
99ddfe3021
Bug 1203668 part 1 - Setting the value of a <select> to a non-matching option should deselect all options and set selectedIndex to -1. r=bz
2015-09-12 12:34:37 +02:00
Xidorn Quan
ba639e3e07
Bug 1213710 part 3 - Remove enableTestPlugin.js files and make the tests reference plugin-utils.js directly. r=bsmedberg
...
--HG--
extra : source : 985fc6ba41c30914969940c30dd5a07c3f19f157
2015-11-17 09:54:12 +11:00
Michael Layzell
a6ede50962
Bug 1166138 - Make img srcset react to resize/viewport changes, r=jdm
2015-11-12 09:39:23 -05:00
Gregor Wagner
96837db759
Bug 1222478 - Enable more mulet tests. r=gerard-majax
2015-11-06 20:01:45 +01:00
Andrew McCreight
5981b92f78
Bug 1219842 - Enable a bunch of mochitest-plain tests under e10s. r=mrbkap
2015-10-31 06:26:44 -07:00
Xidorn Quan
eba013fd82
Bug 1187801 part 4 - Add test for iframe fullscreen flag. r=smaug
...
--HG--
extra : source : 3abe23b442edf1db41892ce620ca02fb09f2ac0b
2015-10-08 17:47:39 +11:00