Commit Graph

59 Commits

Author SHA1 Message Date
Tooru Fujisawa
ea796feb69 Bug 1108382 - Part 6: Do not use non-standard flag argument of String.prototype.replace in dom/. r=peterv 2015-03-01 09:51:33 +09:00
Nikhil Marathe
3388f6d5a9 Bug 1085283 - Patch 1 Implement FormData manipulation methods. r=baku 2015-01-28 17:04:28 -08:00
Ryan VanderMeulen
0bec52748a Backed out 2 changesets (bug 1127150, bug 1085283) for w-p-t failures.
Backed out changeset cc77a5165615 (bug 1127150)
Backed out changeset ef51eb31fa09 (bug 1085283)
2015-02-21 15:47:04 -05:00
Nikhil Marathe
3979592cfd Bug 1127150 - Fix FormData File filename. r=baku 2015-02-21 11:54:44 -08:00
Nikhil Marathe
f77619b803 Bug 1085283 - Patch 1 Implement FormData manipulation methods. r=baku 2015-01-28 17:04:28 -08:00
Anish
d6962a9b5b Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher,mwargers 2015-02-19 11:53:01 -05:00
Carsten "Tomcat" Book
24df8222d0 Backed out changeset 6885e993936a (bug 1056851) for crashtest failures 2015-02-19 15:02:05 +01:00
Anish
e982da177f Bug 1056851 - Change existing callers of SpecialPowers.setBoolPref/setIntPref/setCharPref to SpecialPowers.pushPrefEnv. r=jmaher 2015-02-19 07:26:41 -05:00
Masayuki Nakano
701b519444 Bug 1119609 part.14 Reimplement/redesign EventUtils.synthesizeKey() with nsITextInputProcessor r=smaug 2015-02-19 15:50:20 +09:00
Josh Matthews
98629491b6 Bug 1017875 and 1018389 - Update WPT expectations. 2015-02-17 10:21:16 -05:00
Tom Schuster
b09ea7fa82 Bug 1124935 - Remove LookupProperty from JS_GetPropertyDescriptor. r=efaust,bz 2015-02-06 15:43:20 +01:00
Ryan VanderMeulen
d495ea5eb4 Backed out 4 changesets (bug 671389) for frequent B2G debug test_tcpsocket_client_and_server_basics.html crashes.
Backed out changeset b782435e5640 (bug 671389)
Backed out changeset 0f8d62109bfe (bug 671389)
Backed out changeset 8d6021f66c49 (bug 671389)
Backed out changeset cd3e227df9dc (bug 671389)
2015-02-05 16:48:18 -05:00
Deian Stefan
45121f45bf Bug 671389 - Part 2: Export document sandbox flags to chrome JS r=smaug 2015-02-03 23:45:00 +01:00
Boris Zbarsky
fc7b3114d6 Bug 608261. Set img.complete to false while the image has a pending request. r=sicking 2015-02-04 21:05:17 -05:00
Bill McCloskey
3bfde08bc7 Bug 1126245 - Add test (r=bent) 2015-02-03 09:20:50 -08:00
Boris Zbarsky
89f3c0e7cf Bug 1128153. When a number input contains a non-number (possibly empty) value, the validation message should be about the value not being a number, not about there being no value. r=jwatt 2015-02-02 15:42:40 -05:00
Ryan VanderMeulen
61c9b07b90 Backed out changeset 714ddf32db74 (bug 1128153) for mochitest failures. 2015-02-02 16:56:47 -05:00
Boris Zbarsky
f5f4ecb4fd Bug 1128153. When a number input contains a non-number (possibly empty) value, the validation message should be about the value not being a number, not about there being no value. r=jwatt 2015-02-02 15:42:40 -05:00
Jonathan Watt
9f43b12ba3 Bug 1064430, part 3 - Update <input type=email> validity tests to check both typeMismatch and badInput. r=smaug 2015-01-28 23:01:41 +00:00
Jonathan Watt
7ff1bbe023 Bug 1064430, pat 2 - Don't set the 'badInput' state on <input type=email> for punycode encoding failures. r=bz 2015-01-28 23:01:37 +00:00
Ehsan Akhgari
e13114bb2b Bug 1108547 - Part 3: Automated tests; r=jdm 2015-01-27 23:17:38 -05:00
Tooru Fujisawa
da76cd2dcf Bug 1069416 - Part 7: Remove JS_HAS_SYMBOLS from dom. r=smaug 2015-01-28 13:06:38 +09:00
Jed Davis
4127cc3899 Bug 1068838 - Fix file input element tests to open files in the parent process. r=sicking
The dom/base tests changed here use SpecialPowers.loadChromeScript to
construct a DOM File in the parent and send it to the child, using the
existing remote-blob infrastructure.  The dom/html tests don't need a
real file, so they now construct in-memory files.

As a convenient side-effect, these tests are now enabled for desktop
e10s (they were already being run out-of-process on B2G); most of them
failed before this change due to the code that's being moved/removed.
2015-01-26 16:23:00 -08:00
Ryan VanderMeulen
ca50295634 Backed out changesets 180e7905987e, 91101cbcc319, and 211567afcc5f (bug 1108547) for timeouts in the new test.
CLOSED TREE
2015-01-26 15:00:03 -05:00
Ehsan Akhgari
bd57c4bd1d Bug 1108547 - Part 3: Automated tests; r=jdm 2015-01-26 14:06:35 -05:00
Xidorn Quan
35020adbfb Bug 910532 part 3 - Mochitest for canceling context menu in fullscreen via Esc. r=smaug 2015-01-21 12:16:04 +11:00
Tooru Fujisawa
dd31e13207 Bug 229925 - Do not dispatch event to label target if interactive content is found between the event target and the label. r=smaug 2015-01-21 05:39:28 +09:00
Phil Ringnalda
51649256cf Bug 639705 - update test_fullscreen-api.html hacks to cover OS X 10.10 too 2015-01-14 22:30:04 -08:00
Valentin Gosu
31ba391d3f Bug 1093611 - Add/modify tests making sure Link,URL,nsLocation::GetHash don't unescape characters r=smaug 2014-11-12 05:59:24 +02:00
Tom Schuster
b7974c146f Bug 1110759 - Remove Iterator() from some tests. r=smaug 2015-01-08 19:58:45 +01:00
Vladimir Vukicevic
c612b8b893 Bug 1117579; fullscreen broken on freeciv (throws with bogus requestFullScreen options); r=bz 2015-01-05 14:49:04 -05:00
Arnaud Bienner
bd767d13bd Bug 826176 - Part 2 - Remove similar file picker filters from accept attribute. r=smaug 2014-12-19 00:30:11 +01:00
Arnaud Bienner
aebda54616 Bug 826176 - Part 1 - File extension support for accept attribute. r=smaug 2014-11-29 12:22:30 +01:00
Ehsan Akhgari
a2109d2478 Bug 1111628 - White-list the non-zero timeout usage in file_fullscreen-utils.js; r=cpearce 2014-12-21 00:13:56 -05:00
Gabor Krizsanits
4eb14409e9 Bug 1081037 - LinkConstructorAndPrototype in RegisterElement. r=wchen 2014-12-15 11:28:54 +01:00
Ehsan Akhgari
20474e5ba7 Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
We are white-listing the existing set of tests that use setTimeout
like this.  Hopefully these tests will be investigated and fixed
in the future, so that we can narrow down the white-list.

This check is only turned on for mochitest-plain for now.
2014-12-11 13:34:40 -05:00
Carsten "Tomcat" Book
1a5db91cb1 Backed out changeset 5d3fe12c63ed (bug 1081037) for Gu Test Failures 2014-12-11 15:26:20 +01:00
Gabor Krizsanits
d925800fd3 Bug 1106713 - fixing up CSP checks for imports. r=mrbkap 2014-12-11 13:18:10 +01:00
Gabor Krizsanits
4be9a2f0e4 Bug 1081037 - LinkConstructorAndPrototype in RegisterElement. r=wchen 2014-12-11 13:02:08 +01:00
Giovanni Sferro
16d2183992 Bug 1100535 - Do not assume that the radio required status changed when the attribute changes. r=smaug
--HG--
extra : rebase_source : 5f6b36ba8a05507638d5ab4513864a308fa939c7
2014-11-27 17:40:00 -08:00
Blake Kaplan
acc1904cd3 Bug 582297 - Make <keygen> work in e10s. r=billm/dkeeler 2014-11-26 14:28:28 -08:00
Carsten "Tomcat" Book
4a86dc7c1a Backed out changeset 17d1b075e274 (bug 1093611) 2014-11-26 15:08:36 +01:00
Giovanni Sferro
85e36b40b1 Bug 1028712 - Add tests to check that when <input type=number> is stepped it isn't put into range overflow/underflow, even when its value is empty and min/max is above/below zero respectively. r=jwatt 2014-11-26 09:54:35 +00:00
Valentin Gosu
c75b93692e Bug 1093611 - Add/modify tests making sure Link,URL,nsLocation::GetHash don't unescape characters r=smaug 2014-11-12 05:59:24 +02:00
Jan Keromnes
2cdc391823 Bug 993137 - Make color picker tests less fragile. r=mounir 2014-11-15 03:11:00 +01:00
Ryan VanderMeulen
ba64502713 Bug 942411 - Disable test_ignoreuserfocus.html on Linux e10s due to frequent failures. 2014-11-10 09:57:16 -05:00
Seth Fowler
9f42570a39 Bug 1087615 - Always use an uncached image in test_bug347174_write.html. r=mounir
--HG--
extra : rebase_source : c80a5d271c145892e3b55be26b4aa8952ce8eeb9
2014-11-06 17:33:56 -08:00
Gabor Krizsanits
e9c6cd00ab Bug 1093033 - Imports should update their CustomElements. r=wchen 2014-11-06 14:05:36 +01:00
Gabor Krizsanits
09fd8df64c Bug 1093028 - Imports should block DOMContentLoaded of the parent. r=mrbkap 2014-11-06 13:41:19 +01:00
Carsten "Tomcat" Book
5a15cfb723 Backed out changeset 1f590c2c40f0 (bug 1093028) for web-platform-2 test failures on a CLOSED TREE 2014-11-05 15:19:53 +01:00