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

12812 Коммитов

Автор SHA1 Сообщение Дата
Henrik Skupin 3db57da9d3 Bug 1296597 - Allow Marionette to quit a running application instance. r=automatedtester
MozReview-Commit-ID: 4RJmGQ1IqHw

--HG--
extra : rebase_source : 12f197c0956a187c45374f9fd85017dc4c8a4d54
2016-08-22 13:20:08 +02:00
Boris Chiou 1c88b1558a Bug 1245751 - Part 15: Add tests for a, script, mpath, and animate elements. r=dholbert,heycam
Extend the original test for <a> element in dom/svg/ and add some mochitests in
svg/linking/scripted/.

MozReview-Commit-ID: G7lszyUVMiU

--HG--
extra : rebase_source : a8c51664d938a41cd625636af0633a0a97a7e6e3
2016-08-08 17:43:34 +08:00
Boris Chiou e26cee6809 Bug 1245751 - Part 14: Add reftests. r=dholbert,heycam
MANIFEST.json is revised automatically by --manifest-update.

MozReview-Commit-ID: PZgNtDlaFk

--HG--
extra : rebase_source : 7ff5b3ab76905a6e1a153a7f19e939a5df70a9db
2016-08-08 14:39:54 +08:00
Shih-Chiang Chien b6f9410bbf Bug 1264110 - turn on Presentation logging on treeherder. r=me.
MozReview-Commit-ID: 4BWd5h4KuRl

--HG--
extra : rebase_source : 1182d6e32845d86f9d1089371e65f05e05bccb9d
2016-08-30 19:25:19 +08:00
Wes Kocher 81db6ce036 Merge m-c to autoland, a=merge 2016-08-30 18:15:33 -07:00
Wes Kocher 87aec7a45f Merge inbound to central, a=merge 2016-08-30 17:35:02 -07:00
Ryan VanderMeulen 8fd566e402 Merge m-c to autoland. a=merge 2016-08-30 09:57:26 -04:00
Ryan VanderMeulen 71d43e7c12 Merge inbound to m-c. a=merge 2016-08-30 09:52:55 -04:00
Henrik Skupin 42a9f616b7 Bug 1295492 - Add support for --binary argument to Marionette mach command. r=maja_zf
MozReview-Commit-ID: 6tru2Ms135j

--HG--
extra : rebase_source : 5286b8e1d5c8d4f9c54fcbdea14fd423dcd9c556
2016-08-30 10:53:07 +02:00
Phil Ringnalda b063c8b962 Merge m-c to autoland 2016-08-29 21:33:00 -07:00
Phil Ringnalda 064025c802 Backed out changeset b64d6f5b63db (bug 918751) for OS X permaorange in XMLHttpRequest/send-non-same-origin.sub.htm 2016-08-29 21:27:32 -07:00
Wes Kocher ed461fdf11 Merge inbound to m-c a=merge 2016-08-29 17:40:50 -07:00
Ryan VanderMeulen e7d85d7c46 Merge m-c to autoland. a=merge 2016-08-29 12:52:13 -04:00
Ryan VanderMeulen 590377a51f Merge autoland to m-c. a=merge 2016-08-29 12:22:29 -04:00
Henrik Skupin 0dd403224a Bug 1298772 - Bustage fix for firefox-ui-update tests for billboard removal. r=me, a=testonly
MozReview-Commit-ID: 1XQBuCpFFkx
2016-08-29 12:13:39 +02:00
Wes Kocher f09e8fef1a Merge inbound to central, a=merge 2016-08-26 16:20:50 -07:00
Mihai Tabara 3bef492837 Bug 1288434 - Add task to mark release as shipped. r=rail a=release DONTBUILD
MozReview-Commit-ID: 9NBQK4BcDUe

--HG--
extra : rebase_source : c6b3e2a6be9d0b8dc81b72b19c4f167b29b09b1a
2016-08-26 12:47:18 +03:00
Gregory Szorc e1f9b3132b Bug 1298455 - Tag and use decision image 0.1.5; r=dustin
MozReview-Commit-ID: Fmc4l70onV2

--HG--
extra : rebase_source : 08a34e48faa44a25a52273a35b835c71ef178c15
2016-08-26 11:10:30 -07:00
Phil Ringnalda 5e5ec2b54f Merge m-c to m-i 2016-08-29 21:32:16 -07:00
Mihai Tabara 004a87bb5e Bug 1288434 - fix buildbot props in mark release as shipped. r=rail a=release DONTBUILD
MozReview-Commit-ID: ICEezfZDuO6

--HG--
extra : rebase_source : b0673f875485ff3618de3120b7e1c71f59f25d08
2016-08-30 19:58:07 +03:00
Boris Zbarsky f97bc8ed0f Bug 1298977. Fix setting location.hash for documents with about:something URIs to actually work. r=bkelly 2016-08-30 12:55:40 -04:00
Anjana Vakil 6aa106320d Bug 1291796 - Minor fixes to harness unit tests; r=maja_zf
In test_marionette_runner.py, fix pytest warning raised when
importing TestManifest class directly in global namespace.

In test_marionette_arguments.py, improve readability by
shortening/changing some names and removing unnecessary
comments (not needed as code is self-explanatory).

MozReview-Commit-ID: GDzxlEqb7MB

--HG--
extra : rebase_source : 78927cae7f8ec011d2b398e3a1ce71174d7b028c
2016-08-26 15:52:29 +02:00
Anjana Vakil 6e249bab1e Bug 1291796 - Split Marionette harness tests by class; r=maja_zf
Split the Marionette harness unit tests, all of which were
previously located in the single module test_marionette_runner.py,
into modules that each test a specific class or group of
similar classes. This will make it easier to add and locate
new tests in the future, based on the class they are testing.

The new module structure within tests/harness_unit/ is:

* test_marionette_harness.py - tests for MarionetteHarness and
  the command-line interface

* test_marionette_arguments.py - tests for MarionetteArguments
  (future: BaseMarionetteArguments and RemoteMarionetteArguments)

* test_marionette_runner.py - tests for MarionetteTestRunner
  and BaseMarionetteTestRunner (future: MarionetteTextTestRunner)

* test_marionette_test_result.py - tests for MarionetteTestResult
  (future: MarionetteTest)

* conftest.py - pytest fixtures used in multiple modules
  (fixtures specific to a single module are defined in that module)

MozReview-Commit-ID: CGh6Aa07lfV

--HG--
extra : rebase_source : faa7d27135aa6e4c6c44fa60aab6f2b5d6339961
2016-08-26 15:47:09 +02:00
Henrik Skupin 0f39ba4b58 Bug 1296614 - Firefox-ui-functional tests should be also run for ASAN builds r=dustin
MozReview-Commit-ID: A4EILsuV5qH

--HG--
extra : rebase_source : afb96cbe712c2912f5f07801cc6c1c5bcda1f58b
2016-08-22 13:47:17 +02:00
Henrik Skupin b4e537e8eb Bug 1296614 - Fix test_safe_browsing_initial_download.py for ASAN builds. r=francois
MozReview-Commit-ID: HzOLnXmeEWF

--HG--
extra : rebase_source : 840e17ce4a2740c61693a5479d7c23b3fc153383
2016-08-24 00:15:03 +02:00
CuriousLearner 7428b5fd55 Bug 1271330 - Avoid homepage overrides in the default profile; r=davehunt,whimboo
MozReview-Commit-ID: 6vQ5C2x7pEB

--HG--
extra : rebase_source : 13a9cbc8cef2a1ca85a8f709452985dbddf92f7c
2016-08-26 23:03:46 +05:30
Ryan VanderMeulen e1fdfb3b73 Merge inbound to m-c. a=merge 2016-08-26 09:37:03 -04:00
Henrik Skupin f638861410 Bug 1298771 - Attach last-update.log to update results for Firefox UI update tests r=maja_zf
MozReview-Commit-ID: DtNwBbPuHPy

--HG--
extra : rebase_source : 4d9a232932d0bf2d327bc828407e362c72c6d2b7
2016-08-29 17:55:42 +02:00
Henrik Skupin 2222cce311 Bug 1284457 - Reduce default socket timeout for Marionette to 60s r=ato
MozReview-Commit-ID: DXASYzQD4sA

--HG--
extra : rebase_source : a9fcc3cc93a9bc3b502e4dd5e211e5be89354d34
2016-08-15 16:55:02 +02:00
André Bargull 96b7707bfe Bug 1121938 - Implement TypedArray.prototype.toString and .toLocaleString. r=waldo 2016-08-11 09:31:22 -07:00
Ryan VanderMeulen 4a76c08262 Merge m-c to autoland. a=merge 2016-08-26 09:38:49 -04:00
Andreas Tolfsen 0f34b42611 Bug 1280947 - Dispatch DOM change event on appending file to input; r=automatedtester
MozReview-Commit-ID: 6SC01AEkuTs

--HG--
extra : rebase_source : ee4ed323e024bf6fdcf9a28ab7f44763c7475c8c
2016-08-25 14:18:04 +01:00
Andreas Tolfsen e213d0d9c5 Bug 1280947 - Correct argument to event.sendEvent; r=automatedtester
Events were not registered when constructed with an object
rather than a string literal.

MozReview-Commit-ID: KhXcDPu70Vm

--HG--
extra : rebase_source : 7ea228e47c89c2775ab5c2c1fab63b5f8fe4db14
2016-08-25 14:16:10 +01:00
Andreas Tolfsen aa96362477 Bug 1280947 - Remove dead File object construction code; r=automatedtester
MozReview-Commit-ID: 2e2tikS8evx

--HG--
extra : rebase_source : 8f016f47ceed470017dc72adbc8a4c0b7e84433b
2016-08-25 14:15:21 +01:00
Andreas Tolfsen 4f54ff4ab4 Bug 1280947 - Support tuples for script arguments; r=automatedtester
Tuples is are most commonly used in the Python standard library
to represent function argument iterables.

This patch changes the Marionette Python client to support both
tuples and lists.

MozReview-Commit-ID: 9c6SGeWEIBL

--HG--
extra : rebase_source : 4defc071dd15ab5117ad43c76840b04dbdf80933
2016-08-25 14:13:59 +01:00
Andreas Tolfsen 4052356fba Bug 1280947 - Improve names of JSON marshaling methods in Marionette client; r=automatedtester
MozReview-Commit-ID: BTEuBYMzu5w

--HG--
extra : rebase_source : 2583fcf1251eb88904afe09942804342d3b665ac
2016-08-25 14:12:40 +01:00
Emilio Cobos Álvarez aa44e3b9a9 Bug 1293563: Simplify DOMTokenlist.remove using a tokenizer. r=baku
MozReview-Commit-ID: 4TTprZaZg8l

--HG--
extra : rebase_source : f8953f829f430035d3ca6aa3ec2c8b8087c73476
2016-08-26 22:27:14 -07:00
Emilio Cobos Álvarez 3766ca3336 Bug 1293563: Fix some DOMTokenList.replace bugs. r=baku
MozReview-Commit-ID: C2tCbHmwsi6

--HG--
extra : rebase_source : f16588a29aa069c7fb2dba2cb23593713be680c9
2016-08-08 22:48:30 -07:00
Wes Kocher 1a1d25231f Merge m-c to autoland, a=merge 2016-08-26 16:33:20 -07:00
Andreas Tolfsen b14cde0605 Bug 1298454 - Use element.makeWebElement instead of manually creating web element; r=automatedtester
MozReview-Commit-ID: 83W3e6mWqYJ

--HG--
extra : rebase_source : ce3ca019ef62573827a790145fe8bb4660b14bc8
2016-08-26 19:02:33 +01:00
Mike Conley b3a5f56c15 Bug 1294456 - Regression test. r=automatedtester
The test is testing the case where Marionette attempts to send a
command to a window handle when the browser has opened and selected
a new tab. See the documentation in the test for more details.

MozReview-Commit-ID: McDqG5kCIj

--HG--
extra : rebase_source : bd085f5116333f7321ef9313147cdcd0dc80ae64
2016-08-25 15:48:44 -04:00
Mike Conley b5e760d22d Bug 1294456 - Stop Marionette from being confused about which tab it currently cares about in each window. r=automatedtester
MozReview-Commit-ID: CW0bWILbIuC

--HG--
extra : rebase_source : ca7a20f7a187dc57857297b59a1a6152cb7f5ad8
2016-08-25 15:06:56 -04:00
Thomas Wisniewski 756abf6cfa Bug 289714 - Do not write <parsererror> nodes for invalid XML documents in XMLHttpRequests made by web content. r=billm, r=bz
--HG--
extra : rebase_source : 4cc87bbeca140953a90b31e1fd5b32098d37a2de
2016-08-29 16:30:36 -04:00
Wes Kocher 08fbeaaf2e Merge m-c to autoland, a=merge 2016-08-29 17:57:01 -07:00
Matteo Ferretti c0ce371e10 Bug 1241867 - override the DPR without affecting the rendering; r=dbaron
- added overrideDPPX to nsIContentViewer
- made CSSStyleSheet and GlobalWindow using the overrideDPPX value
- added unit test with frame check

MozReview-Commit-ID: AOWpGs4vb9H

--HG--
extra : rebase_source : 45d9ae2c9b7aad835b5602e805ec7260c69c05b8
2016-08-25 13:15:19 +02:00
Thomas Wisniewski fac28ffa34 Bug 1298273 - Remove stray web platform test file orphaned in bug 918703. r=bz 2016-08-25 23:15:55 -04:00
Thomas Wisniewski 4e499d41bb Bug 918751 - Throw NetworkErrors instead of failures where appropriate for some XHR web platform tests. r=bz, r=annevk
--HG--
extra : rebase_source : e5e744656e6ae819e7f4f9f01491ce1d2d2a40b7
2016-08-23 11:49:50 -04:00
Ryan VanderMeulen 1c0c6ec5d4 Merge m-c to inbound. a=merge 2016-08-29 12:56:19 -04:00
Boris Zbarsky 29cf04bde6 Bug 986459. The error event in a worker (firing at the worker's global) should have the original exception value in its .error property. r=baku 2016-08-29 12:30:51 -04:00
Wes Kocher 309fb2cc5f Merge m-c to inbound, a=merge 2016-08-25 17:14:17 -07:00