Граф коммитов

13577 Коммитов

Автор SHA1 Сообщение Дата
Phil Ringnalda 393b414467 Merge m-i to m-c, a=merge
MozReview-Commit-ID: 48WAQwKUCpw
2016-11-02 19:28:38 -07:00
Henrik Skupin 3f766ce36c Bug 1314891 - create_window_instance() should not fail with UnknownWindowError but create a BaseWindow. r=maja_zf
MozReview-Commit-ID: 8UMSB34OkUD

--HG--
extra : rebase_source : ab4a1d777e9d4f7eadbc06ea003cc7401f9b5cd0
2016-11-03 10:12:10 +01:00
Kevin Wern 19f18efeac Bug 687787: support focusin/focusout based on webkit/blink r=smaug
Blink and webkit launch focusin after focus and focusout after blur. Despite
this contradiction with the spec, it is best to mirror this new way, as there
is little guidance or existing code to clarify implementation amiguities that
can arise from the spec.

If focus/blur is fired on a window or document, or the event triggers a change
of focus, do not fire the corresponding focusin/focusout. Otherwise, always
fire the corresponding event.

Additionally, add a mochitest and a w3c-platform-test.

MozReview-Commit-ID: AgQ8JBxKIqK
2016-10-06 21:39:53 -04:00
Wes Kocher 41d2aeeed2 Backed out changeset 6c32452df00e (bug 1238305) for cpp test failures a=backout 2016-11-02 12:18:58 -07:00
Sebastian Hengst 5c11198962 Backed out changeset 2bbfcf5356f7 (bug 1309527) for timing out in idbobjectstore-rename-store.html on Windows x64 opt. r=backout 2016-11-02 19:15:52 +01:00
Kim Moir c488cc0a40 Bug 1296396 - remove configs that reference fx-team in tc and buildbot u=aselagea r=kmoir 2016-11-02 10:53:19 -04:00
Bevis Tseng 4496af6962 Bug 1309527 - Fix the race condition to prevent the access of metadata in both PBackground thread and the Connection thread. r=janv
--HG--
extra : rebase_source : 4be928b9ed804ac033edfbf5b95490f178a49366
2016-10-26 19:14:12 +08:00
Bevis Tseng 3602bae888 Bug 1306181 - Remove IDBEnvironment in favor of partial interface in WindowOrWorkerGlobalScope. r=bkelly
--HG--
extra : rebase_source : de7d7964b225602000453eee7689db4fc1d71fb5
2016-10-24 10:41:13 +08:00
Gabor Krizsanits fee5f1f348 Bug 1312022 - Revert reusing processes between bt tests. r=mrbkap 2016-11-02 11:13:56 +01:00
Gabor Krizsanits 64e1070774 Bug 1312022 - Keep alive content processes on bc and dt. r=mrbkap 2016-11-02 11:13:43 +01:00
Nicholas Nethercote 108b8f0823 Bug 1314497 (part 1) - Convert intl/lwbrk/tests/TestLineBreak.cpp to a gtest. r=emk.
This commit does the following.

- Converts the test to a gtest, including renaming the directory.

- Factors out the duplicated checking code into a separate Check() function.

- Avoids printing any output unless a failure occurs. (The gtest harness prints
  out minimal output, like the name of the current test.)

- Removes SampleWordBreakUsage(), which prints some output but doesn't actually
  test anything, and so isn't useful.

--HG--
rename : intl/lwbrk/tests/TestLineBreak.cpp => intl/lwbrk/gtest/TestLineBreak.cpp
rename : intl/lwbrk/tests/moz.build => intl/lwbrk/gtest/moz.build
extra : rebase_source : e673299e237a1a8a3b0a33cfc0a0024ab7dee271
2016-11-03 13:46:12 +11:00
Nicholas Nethercote 2af130581e Bug 1314556 - Convert TestAudioEventTimeline.cpp to a gtest. r=padenot.
This required moving template function ValidateEvent into the .h file to avoid
linking problems in xul-gtest.

--HG--
rename : dom/media/webaudio/compiledtest/TestAudioEventTimeline.cpp => dom/media/webaudio/gtest/TestAudioEventTimeline.cpp
rename : dom/media/webaudio/compiledtest/moz.build => dom/media/webaudio/gtest/moz.build
extra : rebase_source : 1a8917fc0e75e9c264bc88aec5565d9fff085c12
2016-11-03 13:39:26 +11:00
Phil Ringnalda 1261559426 Backed out changeset 2e8791563f4d (bug 1309527) for Win8 timeouts in idbobjectstore-rename-store.html 2016-11-02 19:22:18 -07:00
Wes Kocher df5dbf81cc Merge central to inbound a=merge 2016-11-02 17:31:08 -07:00
Bevis Tseng 790be48aa6 Bug 1309527 - Fix the race condition to prevent the access of metadata in both PBackground thread and the Connection thread. r=janv 2016-11-02 23:12:31 +01:00
Nebelhom 4a46a22f6a Bug 1303863 - Remove restore_pref and restore_all_prefs methods from Firefox Puppeteer. r=whimboo
MozReview-Commit-ID: 7GdwCK98Rsb

--HG--
extra : rebase_source : d3adf4e2fe30548a6edccedf15322df508f18956
2016-09-07 23:37:47 +02:00
Henrik Skupin 02c163e8b6 Bug 1304656 - Firefox UI update tests have to use the restart buttons. r=rail
MozReview-Commit-ID: 2cb6MHKowgq

--HG--
extra : rebase_source : 9b4c18ece73d983b09cb9ed8a04df4d4fe58de6a
2016-10-28 12:04:36 +02:00
Andrew Halberstadt f8ae7b1f97 Bug 1020516 - Add timestamp messages when dumping buffered messages in mochitest, r=ted
When dumping buffered messages in mochitest, this adds a new log line for every second's
worth of messages. Alternatively we could print the timestamp in brackets at the end of
each buffered message, but I found that in practice there tends to be many log messages
generated each second. This looks better for that case, but will look much worse if logs
are generated more than a second apart. I would be ok with either method.

MozReview-Commit-ID: Jkd9hOlmiGZ

--HG--
extra : rebase_source : 6c7a10235c2c7ca4a483ea7f1f37e18690974ce0
2016-11-02 13:42:58 -04:00
Andrew Halberstadt 5fad0ff7dc Bug 1020516 - Only buffer mochitest log messages that happen between a TEST-START/TEST-END, r=ted
I believe the current behaviour of buffering messages outside of a test is wrong. For example:

1. INFO logged -> gets buffered
2. TEST-START logged -> doesn't get buffered
3. Test fails and buffer dumped -> INFO looks like it happened after the TEST-START

I think this is very confusing as developers trying to debug a test will think that INFO message
is happening somewhere inside their test when in reality it isn't.

MozReview-Commit-ID: Jkd9hOlmiGZ

--HG--
extra : rebase_source : f016cb069abcb71587a1d9df143e4796ffa69b3b
2016-11-02 13:42:58 -04:00
Andrew Halberstadt 3dc38de703 Bug 1020516 - Pass options.quiet into mochitest MessageLogger via constructor, r=ted
For some reason we have a 'buffering' parameter in the MessageLogger constructor, but
then rather than using this, the mochitest harness modifies state after instantiation.
Using the constructor is easier to understand, and simplifies some of the logic in the
next couple of patches.

MozReview-Commit-ID: Jkd9hOlmiGZ

--HG--
extra : rebase_source : eb2b5b7d647d69229cca5495f6f950c5fcf80809
2016-11-02 13:42:57 -04:00
Henrik Skupin 2b0c1a59c5 Bug 1309318 - Make the httpd server available to TestCase class to allow custom handlers. r=maja_zf
MozReview-Commit-ID: HpazIlQG1Yq

--HG--
extra : rebase_source : e22c23d5c79f28e7f85b4cc97e4ddd76f17c83af
2016-11-01 13:06:39 +01:00
Joel Maher 6d00994164 Bug 1220362 - retry on dlopen.c errors. r=gbrown
MozReview-Commit-ID: BL08acEIH99

--HG--
extra : rebase_source : 564bfa99e864f2feb877cf070451984bf00e3acc
2016-11-02 15:59:10 -04:00
Henrik Skupin ded9e69625 Bug 1314550 - Better failure message for update tests in case of watershed releases. r=rail
MozReview-Commit-ID: Ja8ebnKznc3

--HG--
extra : rebase_source : 88ee000aae02c42409becd0ebd05c0559a7b8093
2016-11-02 11:37:40 +01:00
Carsten "Tomcat" Book f74ac0b2c5 Backed out changeset 22dcdb840e8a (bug 1302656)
--HG--
extra : rebase_source : 87336bf986c4547119630728378e697ed6fa1399
2016-11-02 14:57:33 +01:00
Rob Thijssen c2a6d8e4a3 Bug 1314463 - remove proxxy and pypi.pvt config for tc win tests; r=jmaher
MozReview-Commit-ID: Al4McqCJIIy

--HG--
extra : rebase_source : f28b61a9981765b7ebf9329bca1f65d78ee44de5
2016-11-01 23:29:54 +00:00
Jean-Yves Avenard 321e872bc2 Bug 1302656: P2. Update expected results. r=gerald
MozReview-Commit-ID: 4ebvj66fQng

--HG--
extra : rebase_source : a2e42637d63483d0557fcff7fd3973b500197d18
2016-11-02 17:43:20 +11:00
Boris Chiou 448fa1ae73 Bug 1286150 - Part 6: Test. r=hiro
MozReview-Commit-ID: 60HmJf3G2CR

--HG--
extra : rebase_source : 923c95f8d5f75afe758925a49b16cf78bc843028
2016-10-27 15:46:35 +08:00
Bryce Van Dyk 5e6a0ac8b6 Bug 1298715 - Add taskcluster specific scripts and config for external media tests. r=grenade
This changeset adds a taskcluster specific mozharness script and posix config
for the external media tests. It also removes some of the no longer needed
config from the windows task cluster config for these tests.

MozReview-Commit-ID: 1E5fkFV5DeV

--HG--
extra : rebase_source : 268b09da0601b32e61a24195f703de0578de1317
2016-11-01 00:16:00 +13:00
Phil Ringnalda 16522e6c40 Backed out changeset 27695ca9f8cd (bug 1310864) for failures in test_navigator_resolve_identity.html, test_bug707564.html, and test_dom_xrays.html 2016-10-31 19:39:06 -07:00
Phil Ringnalda 8f3fc80e6a Merge m-c to autoland 2016-10-31 18:46:45 -07:00
Michelangelo De Simone 8b355547fc Bug 1310864 - Remove DOM/(contacts, mobileconnection, icc) and related code. r=jst
MozReview-Commit-ID: 2tWZc6hMtk5

--HG--
extra : rebase_source : 609688dd1fa430827c18e1cd0095c07fb17fce67
2016-10-28 17:53:58 -07:00
Michelangelo De Simone 6314d37360 Bug 1310020 - Remove DOM/bluetooth and related code. r=jst
MozReview-Commit-ID: IEhwzzBgb3x

--HG--
extra : rebase_source : 664e30c1d3babc71b2ef77c00e393fa767f4c159
2016-10-28 14:25:23 -07:00
Kris Maglione 3a59c31923 Backed out changeset 425c0602ccb4 (bug 1313716) for breaking mach mochitest. r=backout
MozReview-Commit-ID: pTW1acQYLV
2016-10-30 19:17:13 -07:00
Chris Manchester 4aaad1ce55 Bug 1313716 - Don't provide a blank subsuite as a default in the manifestparser. r=ahal
This causes consumers managing defaults themselves to fail to find a default
subsuite for tests, because the manifestparser will have provided a blank
default value by the time they incorporate defaults into a test definition.
This patch removes the provided defaults and updates a number of places assuming
the 'subsuite' field is always present.

MozReview-Commit-ID: 1jPy52VmEPr
2016-10-31 10:04:42 -07:00
Jordan Lund 685d640338 Bug 1308010 - add adjust-sdk and adjust-sdk-beta tokens to builds via secret service, r=dustin
MozReview-Commit-ID: IKCc2fzQ8Bn

--HG--
extra : rebase_source : 484dc41992c1396e04137274107aff70ae942f46
2016-10-05 14:25:48 -07:00
Phil Ringnalda 5c16f7080d Merge m-c to m-i 2016-10-30 11:04:05 -07:00
Aryeh Gregor 2445ed1848 Bug 1312742 - Match spec/other browsers for ping reflection; r=bkelly
The spec used to say that getting the .ping property on
HTMLAnchorElement or HTMLAreaElement should return a DOMTokenList of
parsed URLs, but it now says to return a plain string.  All other UAs
that implement ping match the new spec, and it's hopefully unlikely that
any sites depend on our old behavior.

Discussion: https://github.com/whatwg/html/issues/1780

MozReview-Commit-ID: LpmH8ANNT9g
2016-10-30 16:04:52 +02:00
Ryan VanderMeulen a41f7d1058 Merge autoland to m-c. a=merge 2016-10-29 09:12:45 -04:00
Ryan VanderMeulen efaf239a96 Bug 1311515 - Add an xperf whitelist entry for aushelper@mozilla.org.xpi on a CLOSED TREE.
--HG--
extra : rebase_source : b277f667cb34253f6c76e08b4c1b56761e0eba5e
2016-10-29 09:04:53 -04:00
Mark Banner 709dd68567 Bug 1313626 - Clean up more issues found by eslint no-undef rule. r=mossop
MozReview-Commit-ID: HGiOmpyN5zV

--HG--
extra : rebase_source : f09a308b4c34b3cd3c28e170440bd1012176ef08
2016-10-28 11:40:32 +01:00
Mark Banner f7fca8642f Bug 1240165 - Expand the eslint rule 'mark-test-function-used' to cover xpcshell tests as well as gecko tests and apply to the whole tree. r=miker
MozReview-Commit-ID: FlbJ8yzWXlw

--HG--
extra : rebase_source : 3f9a2997b36ef8f019e38e4af61a0c44e0e7283c
2016-10-26 09:46:40 +01:00
Chris Peterson eeb420cf25 Bug 1313580 - Part 3: Remove web content access to Battery API. r=baku
--HG--
rename : dom/battery/test/mochitest.ini => dom/battery/test/chrome.ini
2016-10-28 18:45:36 -07:00
Chris Peterson 145fdb225f Bug 1313580 - Part 1: Remove unused B2G tests for Battery API. r=baku 2016-10-28 18:41:43 -07:00
Bevis Tseng dba4a0f611 Bug 1312330 - Add 'Exposed' attribute to pass the test criteria of the idlharness.js in WPT. r=bkelly 2016-10-24 15:57:54 +08:00
Eugen Sawin 190e9ca088 Bug 1307886 - [3.2] Extract xz-compressed libs for xpcshell and unit tests. r=glandium 2016-10-28 12:59:23 +02:00
Eugen Sawin 5999591289 Bug 1307886 - [1.2] Remove szip support. r=glandium 2016-10-28 12:59:23 +02:00
Randell Jesup b9d507869a Bug 1311397: bustage fix with space rs=tomcat
on a CLOSED TREE
2016-10-28 03:49:33 -04:00
Randell Jesup 35232de3ba Bug 1311397: fix DataChannel logging for mochitests/etc r=erahm 2016-10-28 03:25:10 -04:00
Chris Pearce 9072d25527 Bug 1313284 - Mark passing WPT as expected pass on a CLOSED TREE. r=bustage
MozReview-Commit-ID: 1aqD9f2GGZF
2016-10-28 10:50:04 +13:00
Michael Layzell 76969f2737 Bug 1310345 - Change FindChildWithName and related methods to take nsAString& instead of char16_t*, r=bz
MozReview-Commit-ID: 4aQwYX9ObcN
2016-10-27 15:53:35 -04:00
Michael Layzell f9eea2d135 Bug 1303196 - Part 2: Connect the DocGroup and TabGroup objects to nsGlobalWindow and nsDocument, ensuring that Opener is set early enough that it is correct, r=smaug
MozReview-Commit-ID: 3rZfLw3dXkF
2016-10-27 15:53:35 -04:00
Chris Pearce 1cc97558c8 Bug 1313284 - Update some EME WPT to match upstream so that they now pass. r=gerald
We now pass almost all the upstream EME WPT, but out local copy is out
of date, so we're failing some. So rather than mark them as expected fail,
update the out copy so that the tests pass as expected.

MozReview-Commit-ID: 7YnD6Dlc0HC

--HG--
extra : source : 7862f7d272567d284cea8665d12258c758c9f439
2016-10-27 19:08:12 +13:00
Chris Pearce d70e3cee5e Bug 1313284 - Disable EME WPT for features we don't support, or can't support in the test harness. r=gerald
MozReview-Commit-ID: 51T4hBjezyr

--HG--
extra : source : 2f734e16ec1cb497d0251bdd6d8bf53bf62f9e91
2016-10-27 16:53:07 +13:00
Carsten "Tomcat" Book 061b119bf8 Merge mozilla-central to mozilla-inbound 2016-10-27 16:46:06 +02:00
Carsten "Tomcat" Book 7d0f3d5865 merge mozilla-inbound to mozilla-central a=merge 2016-10-27 16:45:00 +02:00
Phil Ringnalda 76f5d03bb6 Merge m-c to m-i
MozReview-Commit-ID: LUDPZ08eWBo
2016-10-26 18:58:54 -07:00
Phil Ringnalda 4012e61cc3 Merge m-i to m-c, a=merge
MozReview-Commit-ID: CysKZsvYf69
2016-10-26 18:40:50 -07:00
Geoff Brown 94ff9c7d97 Bug 1313187 - Increase default timeout on ASAN browser mochitests to 90 seconds; r=jmaher 2016-10-26 16:33:10 -06:00
Masatoshi Kimura ae858f7ad4 Bug 1312384 - Update Web Platform Tests to reflect a change to the Encoding Standard. r=annevk
MozReview-Commit-ID: GHqngaZaGI4

--HG--
extra : rebase_source : 4ad112312427dcd0d19d2c7aeaf9c0cededbea5a
2016-10-25 23:31:34 +09:00
Geoff Brown 094fe98143 Bug 1309436 - Add test name to java-exception failure messages; r=ted 2016-10-26 11:31:41 -06:00
Aryeh Gregor 3b1cc7049b Bug 1298818 - Port test_bug411103.html to wpt; r=jst
This allows other UAs to use it, removes duplicated checks, and
increases the chance of us noticing if the spec changes.  Some of the
expected values in our mochitest were contrary to the spec.

I checked the new expected failures against the spec and the other UAs.
I filed a spec bug for one group because it was contrary to all UAs
(although IMO the spec makes more sense and the UAs are buggy), and the
others are fixed in the next patch.

MozReview-Commit-ID: 1j11XgfuErB
2016-10-26 16:49:36 +03:00
Maja Frydrychowicz d0fb9fce98 Bug 1305534 - Add debug artifact builds on try; r=chmanchester
MozReview-Commit-ID: Gg46RzHarO1

--HG--
extra : rebase_source : 07324cf202740539e6e27bce00ffee05b7b4a30f
2016-10-18 11:18:58 -04:00
Chris Manchester 2de89e603a Bug 1313716 - Don't provide a blank subsuite as a default in the manifestparser. r=ahal
This causes consumers managing defaults themselves to fail to find a default
subsuite for tests, because the manifestparser will have provided a blank
default value by the time they incorporate defaults into a test definition.
This patch removes the provided defaults and updates a number of places assuming
the 'subsuite' field is always present.

MozReview-Commit-ID: 1jPy52VmEPr

--HG--
extra : rebase_source : be7a2504af6853abb1bc532a058738f33d8dcbee
2016-10-28 11:07:21 -07:00
Maja Frydrychowicz 6da8812934 Bug 1303234 - Implement extracting action chain from a request; r=ato,jgraham
MozReview-Commit-ID: JxNoGZog1om

--HG--
rename : testing/marionette/action.js => testing/marionette/legacyaction.js
extra : rebase_source : 91e9b1915e18362765804e3767dfb834394a35af
2016-10-26 13:04:48 -04:00
Rob Thijssen a2202b129a Bug 1313539 - use hg cache on ephemeral drive; r=pmoore
MozReview-Commit-ID: 3ibLy0Bx6t5

--HG--
extra : rebase_source : 441a4d05d67fa520137b6ad50c86a8cd09ef543e
2016-10-28 10:13:58 +01:00
Andrew Halberstadt a70058b1a1 Bug 1313265 - Ensure unstructured logs containing TEST-UNEXPECTED-FAIL fail the job desktop_unittest.py, r=jgraham
I haven't seen a case of this happening in the wild, but I believe it is possible for a test to dump "TEST-UNEXPECTED-FAIL"
directly to the log and mozharness using the StructuredOutputParser would not pick it up. This patch is just me being extra
careful to flag potential errors like that. I'm not sure they even exist.

This patch also purposefully uses substr to avoid requiring said string to show up at the beginning, which should avoid
certain prefix issues we've run into in the past.

MozReview-Commit-ID: 99n9YizlEDH

--HG--
extra : rebase_source : 2063f2fc4ca109a4ac24ccdbc0672e4e1b4c0fb6
2016-10-27 15:11:26 -04:00
Andrew Halberstadt 292670662f Bug 1313265 - Log messages containing 'TEST-UNEXPECTED-FAIL' at the error level in mochitest, r=jgraham
We were previously logging these at the info level as a really hacky way to make sure that the mozharness
output parser was able to detect them. Since bug 1261194 switched mochitests to use the StructuredOutputParser,
we now need to log them at the error level or they won't get picked up anymore.

MozReview-Commit-ID: 99n9YizlEDH

--HG--
extra : rebase_source : a3495ac3c3d770f1eabadca42fd4c2f789e83617
2016-10-27 15:03:38 -04:00
Sebastian Hengst 73a03b9c60 Backed out changeset 9f7616d57abc (bug 1118337) for failing resource-selection-invoke-insert-source.html. r=backout 2016-10-28 14:11:22 +02:00
Sebastian Hengst 725832b7f1 Backed out changeset aada0714c236 (bug 1196560) for failing resource-selection-invoke-set-src.html. r=backout 2016-10-28 14:14:14 +02:00
Cody Tran 433f7aa01c Bug 1301214 - Changed action of code coverage options to store_true and enabled code coverage for mochitest-devtools-chrome. r=gmierz2+560562,jmaher
MozReview-Commit-ID: lJMQGfhfDA

--HG--
extra : rebase_source : cc673324efd1a742df8041be411051609ca4276c
2016-10-24 21:36:17 -04:00
ctai 90f77c63de Bug 1196560 - Enable resource-selection-invoke-set-src.html. r=jwwang
This test case can be pass.

MozReview-Commit-ID: EFpFT5o7RbX

--HG--
extra : rebase_source : a5a0b16e592703ae0198bba9e930d4542bdbb639
2016-10-26 15:22:22 +08:00
ctai bf99201974 Bug 1118337 - Enable resource-selection-invoke-insert-source.html. r=jwwang
This test case can be pass.

MozReview-Commit-ID: F2liaFmKdj8

--HG--
extra : rebase_source : 3eabb117753b828e2e0b774ff07beea0f9a07e07
2016-10-26 14:59:10 +08:00
Shih-Chiang Chien b25fe68ce0 Bug 1291971 - Part 7, enable mixed-content and sandboxing test cases. r=smaug.
MozReview-Commit-ID: 52jBHDgWiZo

--HG--
extra : rebase_source : cce21a157c964f41f31c7c3f3bf69e3046fb6a1d
2016-10-04 08:47:58 +02:00
Shih-Chiang Chien 2e3eadd9df Bug 1291971 - Part 6, enable receiver idlharness test. r=smaug.
MozReview-Commit-ID: BDZ8daA2gpj

--HG--
extra : rebase_source : 70595ad9e8e56856c464fa12c2c2eeadc9e48063
2016-10-20 11:27:55 +08:00
Shih-Chiang Chien 6307881f75 Bug 1291971 - Part 5, enable controller getAvailability test. r=smaug.
MozReview-Commit-ID: 2xiMSKaMcDP

--HG--
extra : rebase_source : 2b47a273aa9a4276aa24ae6ee10cb003b04417ba
2016-09-29 23:34:47 +08:00
Shih-Chiang Chien f0a72d6d59 Bug 1291971 - Part 4, enable controller startNewPresentation_error test. r=smaug.
MozReview-Commit-ID: 51dfCphD0XJ

--HG--
extra : rebase_source : 41fdcef117c34fe45588ee8f4f71f99ed2987748
2016-10-04 09:00:10 +02:00
Shih-Chiang Chien 19b68183c7 Bug 1291971 - Part 3, enable controller PresentationRequest_error test. r=smaug.
MozReview-Commit-ID: EvuU3Q1ui5t

--HG--
extra : rebase_source : 65ed6e5c653530e2b4f8bb43628f3c60e7e997c4
2016-10-28 14:26:12 +08:00
Shih-Chiang Chien 3803d72b23 Bug 1291971 - Part 2, enable controller PresentationRequest_success test. r=smaug.
MozReview-Commit-ID: CENJleUg3Qy

--HG--
extra : rebase_source : b7c35259a04d1ba19a9e095349f7877c2d2aeeb8
2016-09-29 11:43:35 +08:00
Shih-Chiang Chien e51e9349e9 Bug 1291971 - Part 1, enable controller idlharness test. r=smaug.
MozReview-Commit-ID: bDuOdLpPDh

--HG--
rename : dom/webidl/PresentationConnectionClosedEvent.webidl => dom/webidl/PresentationConnectionCloseEvent.webidl
extra : rebase_source : eca8bec6b6200247fbc9c743c13822f02373cc3d
2016-10-04 00:22:34 +02:00
Shih-Chiang Chien b089580c49 Bug 1291971 - Part 0, remove deprecated test case for presentation API and correct manifest. r=jgraham
MozReview-Commit-ID: LaFbOvPz0dr

--HG--
extra : rebase_source : b1d9c28147c773cd6a4ba28cedb1518f8b627845
2016-10-28 11:03:05 +08:00
Jean-Yves Avenard 5fbf7730c1 Bug 1313583: Update WPT expected tests. r=jya
MozReview-Commit-ID: 9NPDYXr4iIN

--HG--
extra : rebase_source : 4b8031b3795c03ecf7d0d847cce25d653d902da1
2016-10-28 17:48:18 +11:00
Carsten "Tomcat" Book bf6750d830 Backed out changeset fd9f78132e0e (bug 1313583) on request from jya 2016-10-28 08:58:57 +02:00
Jean-Yves Avenard c4e33cc3c0 Bug 1313583: Update WPT expected tests. r=jya
MozReview-Commit-ID: 9NPDYXr4iIN

--HG--
extra : rebase_source : 888275543eb91a0af86a497100e646f04dc3fdd1
2016-10-28 17:48:18 +11:00
Chris Pearce 6ed77e136a Bug 1312886: P8. Update EME multikey-sequential WPT from upstream so they pass. r=jya
MozReview-Commit-ID: 2XRTqkJbwBs

--HG--
extra : rebase_source : 7f2d834524f06292da6ea0ee56feff6eae9aaf8e
2016-10-28 16:29:24 +13:00
James Cheng 3bf8f58291 Bug 1309466 - Add Test for the init value by constructor. r=froydnj
MozReview-Commit-ID: 9BguTY6dlRD

--HG--
extra : rebase_source : 8aef83263e8a406f6a4bb54f7cac6368cb75d904
2016-10-19 18:12:11 +08:00
Andreas Farre cb4bba507f Bug 1198381 - Add tests for requestIdleCallback, r=smaug
MozReview-Commit-ID: HRdU1SJEg9K

--HG--
extra : rebase_source : 8fba6ee01df0db7211d7db24f6d4380b1ccde785
2016-08-30 16:02:08 +02:00
Henrik Skupin 9e17d950d7 Bug 1141483 - After a restart Marionette doesn't restore the previous context. r=automatedtester
MozReview-Commit-ID: KCI7UZn0NeZ

--HG--
extra : rebase_source : 1d743d69c1ab1e4ce3c2f90e474b5e27f9043814
2016-10-24 17:38:30 +02:00
Henrik Skupin 3b68400cf3 Bug 1280878 - Update safebrowing_notification test for changed Google URL. r=francois
MozReview-Commit-ID: 7jkbKM9FLXg

--HG--
extra : rebase_source : 4243b2dfedce63a26fa51e129cbb5e2c21499354
2016-10-26 13:30:20 +02:00
Carsten "Tomcat" Book 9031c83f32 Merge mozilla-central to autoland 2016-10-26 17:14:27 +02:00
Phil Ringnalda 0a5faee022 Merge m-c to autoland 2016-10-25 22:08:13 -07:00
Phil Ringnalda 8cf1367dd8 Merge m-i to m-c, a=merge
MozReview-Commit-ID: FnnOWQ3xKPi
2016-10-25 22:03:31 -07:00
Aryeh Gregor 3ef60e5be3 Bug 1299838 - Add bug numbers to some wpt failures; r=test-only
Now syntax-checked *correctly*!

MozReview-Commit-ID: GAFOXF7x30E
2016-10-25 18:27:21 +03:00
Geoff Brown 08bbef87dc Bug 1311412 - Try restarting emulator without -gpu if first attempt fails; r=jmaher 2016-10-25 08:53:34 -06:00
Geoff Brown 3bab85a102 Bug 1311528 - Do not report java-exception on "FATAL EXCEPTION"; r=jmaher 2016-10-25 08:53:31 -06:00
Paul Yang fd370e9e94 Bug 1261194 - Use StructuredOutputParser for parsing mochitest test results, r=ahal
MozReview-Commit-ID: DnfrAZKn2ib

--HG--
extra : rebase_source : c7bb1e7ff26892a0f09004dfab0db2e68405ee2d
extra : amend_source : e72e1b4647ad27c17d049713c6659c1f75e45f0d
2016-10-24 11:33:01 -04:00
Carsten "Tomcat" Book 26626464f0 Backed out changeset 377601350abc (bug 1198381) 2016-10-25 12:32:52 +02:00
Carsten "Tomcat" Book 49defcd6fc Backed out changeset 005f4ce1bf67 (bug 1304004) because of developers request from whimboo 2016-10-25 11:47:14 +02:00
Carsten "Tomcat" Book 59a29b8b1c merge mozilla-inbound to mozilla-central a=merge 2016-10-25 10:31:03 +02:00
Bob Clary 7d8ea8a26f Bug 1306703 - Autophone - mozdevice - combine stdout, stderr, r=droeh,gbrown 2016-10-24 11:09:57 -07:00
Bob Clary 6c9a138775 Bug 1306703 - Autophone - mozdevice - minimal Android 7 support in adb*.py, r=droeh 2016-10-24 11:09:57 -07:00