Commit Graph

11371 Commits

Author SHA1 Message Date
J. Ryan Stinnett
1b0b375ad7 Bug 1270596 - Upgrade to ESLint 2.9.0. r=ahal
MozReview-Commit-ID: IylFUWf1HVG
2016-05-06 10:41:04 -05:00
Jan Henning
2bd21731f2 Bug 1268177 - Disable background tab zombifications during tests. r=margaret
During tests that open additional tabs, the main test tab controlling the test is at risk of being zombified if a memory pressure event arrives, which breaks the test and leads to the test timing out. Therefore, we now disable background tab zombifications during tests.

This means that there's a slightly increased risk of being OOM killed instead, however
- the tabs opened by the tests themselves are normally relatively short-lived anyway
- we're no worse off than if the tab containing the test harness code had been zombified.

MozReview-Commit-ID: 1Ntvn4yjWlZ

--HG--
extra : transplant_source : %E78%93%3B%0F%5DnX%BC%E6G%10%B2%B5%1B%3A%9F%CE%F9%DD
2016-04-29 21:19:43 +02:00
Edgar Chen
ba0d0471ef Bug 1264467 - Force a reload only when crossOrigin's state is really changed. r=jdm
MozReview-Commit-ID: F0wvy4TkPiQ
2016-04-14 18:53:44 -04:00
Jocelyn Liu
9adeb967f0 Bug 1270387 - Disable Node.rootNode in release builds due to web compatibility issues. r=smaug
MozReview-Commit-ID: Gc2XGuFAYlD

--HG--
extra : rebase_source : 903fd104b36839b2fac27e0e67364abb95cec9ce
2016-05-05 14:21:22 +08:00
Ben Tian
88d03021fb Bug 1263116 - Stop throwing for DOMTokenList's.contains() when using empty string or ASCII whitespace, r=baku 2016-05-05 18:07:22 +08:00
Gregory Szorc
fc62edc337 Bug 1270265 - Print action message when mozharness step finishes; r=jlund
This will enable log parsers to find step boundaries easier.

MozReview-Commit-ID: G4OaViDd9Fv

--HG--
extra : rebase_source : a7e94e4ec088c4fed7eb2b7a1662e308296e8bb2
2016-05-04 13:24:49 -07:00
Kim Moir
01c64d0bc5 Bug 1186522 - force per checkin and release desktop firefox builds to require signed add-ons on beta 47 r=rail DONTBUILD 2016-05-05 15:05:15 -04:00
Aryeh Gregor
9aba692542 Bug 1270499 - Setting reflected unsigned long to out-of-range value should set to default; r=bz
This changes to match the spec, which also aligns the behavior of get
and set (get already maps out-of-range values to the default value).
There is currently no interoperable behavior here, but this aligns us
with IE -- tested in 11, hopefully true for Edge too.

On the way, I also fixed the fact that video's height and width were
being treated as signed.
2016-05-05 21:29:54 +03:00
Aryeh Gregor
ccf82a74c7 Bug 881000 - Reflect img.lowsrc as a URL, not string; r=bz 2016-05-05 21:29:54 +03:00
Aryeh Gregor
4f9767021b Bug 1270459 - Limit td/th.scope to known values; r=bz 2016-05-05 21:29:54 +03:00
Aryeh Gregor
7ab958ba96 Bug 1270518 - Make object.code reflect as string, not URL; r=bz 2016-05-05 21:29:54 +03:00
Sebastian Hengst
c7999b7c3e Backed out changeset b776e4d0ca2b (bug 1270508) for referencing deleted test. r=backout 2016-05-05 19:50:19 +02:00
Sebastian Hengst
5669e66c58 Backed out changeset 92c3a465c6db (bug 1270508) 2016-05-05 19:49:32 +02:00
Aryeh Gregor
86ae6362c9 Bug 1269415 - Allow negative <pre width> values; r=jst
This aligns with the spec and all other UAs, although it's less logical.
2016-05-05 20:20:42 +03:00
Mihai Tabara
2896a22e79 Bug 1214487 - Implement uptake monitoring on slaves/workers r=rail a=release DONTBUILD
--HG--
extra : source : 6a39e8d7aa6962e2ea00e42f7214d3b1c3c442f5
extra : intermediate-source : 9f6c2dca91e7218fce53ba197dd2dbed2e9f7613
extra : histedit_source : 464b2760fe93f0dbde0d5327becf069d6d622d60%2C3236bd4ee7221b57f135d9a973ef80452f055110
2016-05-05 13:11:06 -04:00
James Graham
e440b12173 Bug 1270508 - Update web-platform-tests expected data to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: 3SZYeNaUf2R
2016-05-05 17:31:56 +01:00
James Graham
5325f1a661 Bug 1270508 - Update web-platform-tests to revision 26663baa852c0b42b91e7e72d3aa940e43371571, a=testonly
MozReview-Commit-ID: JLzeheMYLlz
2016-05-05 17:31:56 +01:00
Nathan Froyd
bb3fb2eca6 Bug 1269349 - make robocop honor --timeout; r=gbrown
Our testsuites normally disable timeouts when --debugger or similar
options are specified.  Robocop doesn't do this, because apparently the
best way to debug Robocop tests is to |mach robocop [TEST-NAMES...]|,
wait for the browser window to show, and then connect a debugger.  This
setup seems suboptimal.

The setup being what it is, though, implies that runrobocop.py has no
knowledge of a debugger being connected, and therefore no idea that the
test really shouldn't time out.  Which then leads to the test going away
at that crucial moment when you are this > < close to figuring out the
bug.  Let's make runrobocop.py understand that --timeout means something
useful for such a context.
2016-05-05 11:25:54 -04:00
Stone Shih
d9f82778f9 Bug 482388 - Use default url encoding to create channel when creating child workers or importing scripts in a worker. r=khuey
--HG--
extra : rebase_source : 78b0ddd725205028c6dc4c193cbbce0e0a628d77
2016-04-28 15:44:08 +08:00
Bevis Tseng
e0e7ead1f0 Bug 1118028 - Allow objectStores and indexes to be renamed. r=khuey
--HG--
extra : rebase_source : 4f2d1da2ddafbe786c3908eb46723b4d2f0c48cc
2016-03-30 11:04:56 +08:00
Xidorn Quan
ebe6f7b562 Bug 1205938 part 1 - Add waitForCondition() function to SimpleTest. r=jmaher
This function is roughly copied from browser/base/content/test/general/head.js.
It has been widely used in browser chrome mochitests, and should be fine to
have it available to all mochitests via SimpleTest.

MozReview-Commit-ID: DhIfgJiUhXK

--HG--
extra : rebase_source : 95ab1cd6c1ab5f6c0d8f0171865722ca76b41c6e
2015-09-18 11:06:47 +08:00
Nick Thomas
81b5667a9b Bug 1269079 - move query_who() to BuildbotMixin to deduplicate code, r=catlee 2016-05-05 17:22:47 +12:00
Boris Zbarsky
f9fae4ce87 Bug 1257849 part 5. Implement DOMTokenList.prototype.supports(). r=bkelly 2016-05-04 23:41:25 -04:00
Boris Zbarsky
6205a2679f Bug 1260515. Start allowing sync XHR with credentials in window scopes again, since no one except for us bothered to implement the spec. r=smaug 2016-05-04 20:41:32 -04:00
Boris Zbarsky
b7c851c9c2 Bug 1270219. Fix the meta-csp mixed-content web platform tests to actually output the <meta> tag with the content policy, so they're testing something useful. r=jgraham 2016-05-04 20:41:32 -04:00
Boris Zbarsky
666508a960 Bug 1270181. Disable the form-tag mixed-content tests entirely, because the modal dialogs they put up don't actually make the tests time out reliably. r=jgraham 2016-05-04 13:59:42 -04:00
Wes Kocher
e570132b9f Backed out changeset 751ca24ae2c2 (bug 1249522) for android m(16) bustage 2016-05-04 10:51:21 -07:00
Aki Sasaki
41b1ddd512 bug 1244746 - mozharness pip freeze ignore_errors=True. r=jlund
MozReview-Commit-ID: LD98219O104

--HG--
extra : rebase_source : 62f8ee098f5aebf33d70813d060984b6d8912caa
2016-05-03 18:23:56 -07:00
Jordan Lund
0769ad1c3e Bug 1269911 - beta and release CI builds should clobber per-checkin, r=rail
* forces per checkin clobber only on 'release' platforms

MozReview-Commit-ID: E7ZxdiYH47d

--HG--
extra : rebase_source : 1dc896d61f7392b4fb253f08de7b743c86f0eebc
extra : amend_source : 677fda6773448183580701718114642b405668bf
2016-05-03 15:44:18 -07:00
Neil Deakin
10d25a9f48 Bug 1249522, when a file is present, only specify file type, r=smaug 2016-05-04 10:07:10 -04:00
Kalpesh Krishna
9f4cf9b501 Bug 1232005 - TaskCluster's Gecko decision task generate a file with all the possible jobs that could be scheduled. r=garndt
MozReview-Commit-ID: HJQj3e6dG7P

--HG--
extra : amend_source : e14ede5bc54514dc4f01565883342506371bc245
2016-05-04 09:19:47 -04:00
Edgar Chen
073c399681 Bug 1193349 - Part 4: Add more web-platform-tests for relevant-mutations; r=jdm
MozReview-Commit-ID: FCeDkPE3smy

--HG--
extra : rebase_source : d753f9313dae3f366e81303df39c58473b3a3870
2016-04-27 15:18:29 +08:00
Edgar Chen
f3d5c68917 Bug 1193349 - Part 3: Update web-platform-test expectation; r=jdm
MozReview-Commit-ID: AMNnT9aAkUC

--HG--
extra : rebase_source : 05795f303ce1e69756b2b39ba7bc7a20a5e99c91
2016-04-13 11:57:18 -04:00
Michael Kohler
0793a8cbff Bug 1217031 - createPattern should not throw NS_ERROR_NOT_AVAILABLE if image usability check returns bad r=bz
MozReview-Commit-ID: 101uAYhcx3u

--HG--
extra : rebase_source : 1975f947176b61bb232348458ef7a0f485a0f479
2016-05-03 17:41:02 -07:00
Jeff Walden
3017794ba8 Bug 888969 - Permit a cyclic [[Prototype]] chain to be created through a Location object. r=bz, r=efaust
--HG--
extra : rebase_source : dca3ecec791ecca5a2512a789c756bb4af1ca895
2016-04-29 19:59:40 -07:00
Jeff Walden
28f542b75a Make web-platform-tests updates unrelated to bug 888969, separate from that bug's desired w-p-t changes. r=bz
--HG--
extra : rebase_source : c8960e121aca448dc4e196dcae702f8705951cb8
2016-04-29 17:55:31 -07:00
Wes Kocher
aa3a4bea25 Backed out 3 changesets (bug 1260272, bug 1255128) for breaking android cpp tests CLOSED TREE
Backed out changeset ed7ae11297d3 (bug 1255128)
Backed out changeset 9dacf02bb0ef (bug 1260272)
Backed out changeset 4e095aa245ac (bug 1260272)

--HG--
extra : amend_source : 8478f37bfc55f7a65f210c3c527e590cc6f5ef7f
2016-05-03 15:36:28 -07:00
Maja Frydrychowicz
11447d31fd Bug 1269560 - Use internal pypi mirror for Marionette harness tests; r=jlund
MozReview-Commit-ID: F3YoZkAyXAP

--HG--
extra : rebase_source : 752982b8ac4fef1eaf723abf5e9e523e8e6c4007
2016-05-02 21:43:38 -04:00
Maja Frydrychowicz
75c84f25b1 Bug 1269560 - Add a pip.conf to desktop-build; r=dustin
MozReview-Commit-ID: 132q8GyycYo

--HG--
extra : rebase_source : 0e55196bcc73c5880eb5d6354bd42e9ac6f1fcc0
2016-05-02 21:40:22 -04:00
Jason Orendorff
1bf0fe8f0a Bug 1255128 - Standard argument coercion in new ArrayBuffer(length). r=nbp. Thanks to snowmantw for tests.
MozReview-Commit-ID: 3RqF2rjJLfs

--HG--
extra : rebase_source : cde268a69f1441ef4e6ee566b38f4b767bf44a5f
2016-03-21 14:05:39 -05:00
Chris Cooper
74b0a7eec9 Bug 1265425 - Split partner repacks into smaller chunks r=rail a=release DONTBUILD 2016-05-03 12:42:29 -04:00
Armen Zambrano Gasparnian
ed791cffae Bug 1268210 - Use --rebuild to retrigger TaskCluster tasks N times r=gbrown
MozReview-Commit-ID: K11t4cY2LaT

--HG--
extra : rebase_source : 376c13789c59588966d21d8ef8e887afd4304440
2016-05-02 11:51:22 -04:00
Kim Brown
3d3fc8c2d4 Bug 905650 - Added ability to get the hash of a screenshot; r=ato
MozReview-Commit-ID: 3NL7nkqpG6I

--HG--
extra : rebase_source : 1126849b99aaa622c402d350bc6d67ac192e4b7a
2016-04-17 21:37:14 -04:00
Thomas Nguyen
a99d644f7f Bug 1261003 - update web platform meta. r=franziskus, r=ehsan
MozReview-Commit-ID: CLEGFz7lfek
2016-04-29 17:10:51 +08:00
Thomas Nguyen
b69436726c Bug 1261003 - W3C referrerpolicy content attribute doesn't work in FF. r=josh, r=franziskuskiefer
MozReview-Commit-ID: KKq7ZRJziBu
2016-04-25 11:47:06 +08:00
Jonathan Watt
96a190dc59 Bug 1162772, part 6 - Add Web Platform Tests for Secure Contexts. r=bz
MozReview-Commit-ID: JU2bzytnkkI
2016-04-29 23:02:12 +01:00
Boris Zbarsky
634c2d0574 Bug 1268953. The load events we fire on iframe/frame/object (in the document case) should not be cancelable. r=smaug 2016-05-02 15:09:36 -04:00
Maja Frydrychowicz
49a1312230 Bug 1257922 - Marionette runs on ASAN fail due to fatal NS_ERROR_NOT_IMPLEMENTED JavascriptException; r=automatedtester
MozReview-Commit-ID: KcxZLYz5prb

--HG--
extra : rebase_source : 71171bd1d28c3ab9f0b1ff253d129e65ade70e7d
2016-04-29 17:17:36 -04:00
Aryeh Gregor
49d7e81abf Bug 1264270 - Parser should output attributes in source order, not reversed; r=hsivonen,bgrins 2016-05-01 15:15:26 +03:00
Boris Zbarsky
599de42450 Bug 1268983. Annotate why the mixed-content form-tag web platform tests are failing. r=jgraham 2016-05-01 02:42:25 -04:00