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

15008 Коммитов

Автор SHA1 Сообщение Дата
Maja Frydrychowicz 15062967d8 Bug 1337133 - Set up fixtures for mouse actions in wdspec tests; r=ato+446296
MozReview-Commit-ID: zzIQgSgEPb

--HG--
extra : rebase_source : 66f85d7042832b77c78d8bf64bfd06fe8522fe8f
2017-02-27 08:26:32 -05:00
Maja Frydrychowicz 40b28e28cc Bug 1337133 - Add pointer actions endpoints to wdclient; r=ato+446296
MozReview-Commit-ID: 51xmE7l4H1c

--HG--
extra : rebase_source : 01ecdb737f8c2e6106dcca8a76fb443b2139eeef
2017-02-22 16:25:11 -05:00
Maja Frydrychowicz 540e4ab89a Bug 1337133 - Split test kinds, common fixtures, utilities in wdspec tests; r=ato+446296
MozReview-Commit-ID: H2vSkhlfwE9

--HG--
rename : testing/web-platform/meta/webdriver/actions.py.ini => testing/web-platform/meta/webdriver/actions/sequence.py.ini
rename : testing/web-platform/tests/webdriver/actions.py => testing/web-platform/tests/webdriver/actions/key.py
rename : testing/web-platform/tests/webdriver/support/__init__.py => testing/web-platform/tests/webdriver/actions/support/__init__.py
rename : testing/web-platform/tests/webdriver/support/keys.py => testing/web-platform/tests/webdriver/actions/support/keys.py
rename : testing/web-platform/tests/test_keys_wdspec.html => testing/web-platform/tests/webdriver/actions/support/test_actions_wdspec.html
extra : rebase_source : e9ba84b45079e1ea731bc7b15c594450af14fa4e
2017-02-27 09:52:23 -05:00
Maja Frydrychowicz ecc7405607 Bug 1337133 - Add MoveTargetOutOfBoundsError as a new Webdriver error type; r=ato+446296
To be used in dispatch of pointerMove action.

MozReview-Commit-ID: I9wPAKaoA47

--HG--
extra : rebase_source : 995b6de0fea25c3850720f10bd585510c78bf71f
2017-02-17 14:52:58 -05:00
Maja Frydrychowicz c5836d25cf Bug 1337133 - Replace element with origin for pointerMove actions; r=ato+446296
Sync processing of pointerMove with WebDriver spec.

MozReview-Commit-ID: DaHNipOffov

--HG--
extra : rebase_source : aa50717145b9e34a94a1a61c530522477062810c
2017-02-14 15:58:47 -05:00
Maja Frydrychowicz d7f6b20374 Bug 1337133 - Remove primary pointer attribute; r=ato+446296
Sync pointer parameters implementation with Webdriver spec.

MozReview-Commit-ID: 4DMoUxo648N

--HG--
extra : rebase_source : 37e4fb850f25b8fbdb7b48cde41abf9eb3beeab2
2017-02-06 14:40:13 -05:00
Maja Frydrychowicz a0e09e3402 Bug 1337133 - Add number check to assert.js; r=ato+446296
MozReview-Commit-ID: 9BVna5jO49b

--HG--
extra : rebase_source : d3f0342adaaa872496bc6eb16ce40fb990311aab
2017-02-20 10:38:05 -05:00
Wander Lairson Costa 15db056695 Bug 1330310: Switch macosx tests to buildbot-bridge. r=catlee,dustin
We use buildbot-bridge to schedule macosx tests in buildbot, and disable
scheduling on buildbot. Also, schedule a subset of unittests in
taskcluster-worker Tier 3 machines.

MozReview-Commit-ID: Dbn6U4V2NLp

--HG--
extra : rebase_source : 4f2e5edb4da73975d6634e6313f76a1a9c7651a8
2017-02-27 09:52:22 -03:00
James Graham 69d309a07c Bug 1342062 - Ignore .rej files in web-platform-tests, r=Ms2ger
This ensures that they are not added to the manifest.

MozReview-Commit-ID: 5blMXYYNV8U

--HG--
extra : rebase_source : 0b7de677a6bdcc0434b96ca62b4986b8082b1ba1
2017-02-23 14:53:38 +00:00
Masatoshi Kimura 7be7b11a1c Bug 1342144 - Remove version parameter from the type attribute of script elements. r=jmaher
This patch is generated by the following sed script:
find . ! -wholename '*/.hg*' -type f \( -iname '*.html' -o -iname '*.xhtml' -o -iname '*.xul' -o -iname '*.js' \) -exec sed -i -e 's/\(\(text\|application\)\/javascript\);version=1.[0-9]/\1/g' {} \;

MozReview-Commit-ID: AzhtdwJwVNg

--HG--
extra : rebase_source : e8f90249454c0779d926f87777f457352961748d
2017-02-23 06:10:07 +09:00
Mats Palmgren 1e09a27d83 Bug 1341137 part 4 - Update web-platform-tests expected data. 2017-02-25 11:33:34 +01:00
Wes Kocher e84fc624ff Merge inbound to central, a=merge
MozReview-Commit-ID: DpCZgRV1csS
2017-02-24 16:46:12 -08:00
Geoff Brown f276d8071e Bug 1339594 - Improve Talos error handling for hung browser; r=jmaher
Previously, some talos hangs were resulting in psutil.NoSuchProcess
errors, because the hung browser was killed twice. With this change,
exceptions encountered on killing the process are handled, so that
hangs result in minidump generation and crash reporting. The
NoSuchProcess failures will be replaced with PROCESS-CRASH failures.
2017-02-24 09:53:09 -07:00
Benjamin Bouvier 628773b8ab Bug 1332691: Disable wasm WPT nop/resizing test cases; r=bustage
See also bug 1342385 for resolution.

MozReview-Commit-ID: J4wwG1Wo3Qt

--HG--
extra : rebase_source : 1d511b648987973b9b95f0e99e388d13ed1f8758
2017-02-24 13:25:44 +01:00
Carsten "Tomcat" Book 9faa1e9741 Merge mozilla-central to mozilla-inbound 2017-02-24 11:53:01 +01:00
Carsten "Tomcat" Book 7256146318 merge mozilla-inbound to mozilla-central a=merge 2017-02-24 11:46:38 +01:00
Benjamin Bouvier 2818852ece Bug 1332691: Skip conversions.wast.js.html for unexpected successes on x86; r=bustage 2017-02-24 11:37:16 +01:00
Benjamin Bouvier 6bb969b59d Bug 1332691: Handle known failures in wasm WPT and JS test cases; r=luke
MozReview-Commit-ID: EQNCTOXNy75

--HG--
extra : rebase_source : 265435b105f36e59ac7b34f11cca884c08b940d4
2017-02-17 18:18:35 +01:00
Benjamin Bouvier f0a4a4e852 Bug 1332691: Generate wasm Web Platform test cases; r=luke
MozReview-Commit-ID: AiR4cZkUock

--HG--
extra : rebase_source : 80df8b031577ad8d0d2e2d9d2e82c14220649c4e
2017-02-17 18:09:10 +01:00
Benjamin Bouvier 60623bd72c Bug 1332691: Add the metadata directory for the wasm WPT directory; r=jgraham
MozReview-Commit-ID: 9h4t9ZDPN7C

--HG--
extra : rebase_source : 38845449f3496e7a4f01f43a7156b81aa053f30e
2017-02-17 18:08:41 +01:00
Kevin Jones 4c4d2e43e2 Bug 1287330 - Insert tabs' linkedBrowser lazily into the document. r=dao 2017-02-23 17:19:28 +01:00
Ben Kelly 1c05664e65 Bug 1340654 P3 Test referrer-policy in service workers. r=baku 2017-02-23 10:54:43 -05:00
Ben Kelly d84237257b Bug 1340654 P2 Test that nested referrer policy from an importScripts() has no effect. r=baku 2017-02-23 10:54:43 -05:00
Ben Kelly 5a378c4750 Bug 1340652 P4 Test fetch referer header in worker and redirected worker scripts. r=baku 2017-02-23 10:54:42 -05:00
Ben Kelly cb2ab572f1 Bug 1340652 P3 Test XHR referer header from redirected worker script. r=baku 2017-02-23 10:54:42 -05:00
Carsten "Tomcat" Book e6b82618f4 merge mozilla-inbound to mozilla-central a=merge 2017-02-23 14:59:37 +01:00
Makoto Kato 06128d8281 Bug 833889 - Part 2. Update test result of web platform tests. r=masayuki
Update web platfrom tests's result since some tests contain this situation.

MozReview-Commit-ID: vm33zObiOW

--HG--
extra : rebase_source : fbd053d5f4d8507b13d3a2bdab3e9b6fdba1b751
extra : histedit_source : 9203ec1ffde72daf44cf15813979fae83910ff4c
2017-02-22 14:52:25 +09:00
Rail Aliiev 205186b105 Bug 1338232 - Fix typo r=nthomas a=release DONTBUILD
MozReview-Commit-ID: CxaqBwG4zEw

--HG--
extra : rebase_source : f7b0a031324daafeb9fbf3d850966fd7152b56a3
2017-02-23 21:50:10 -05:00
Wes Kocher b7294d3167 Merge inbound to central, a=merge
MozReview-Commit-ID: 2R3yE5OIznC
2017-02-22 15:01:04 -08:00
Joel Maher d372a2bf32 Bug 1341356 - remove dom/system/tests/marionette/* as it is b2g only. r=ahal
MozReview-Commit-ID: HqVTjaxW7E3
2017-02-22 11:36:03 -05:00
Ben Kelly 66d7152b85 Bug 1341079 P2 Update referrer-policy wpt expectations due to srcdoc failures. r=jgraham 2017-02-22 08:48:15 -05:00
Ben Kelly be08e20615 Bug 1341079 P1 Enable many referrer-policy tests. r=jgraham 2017-02-22 08:48:11 -05:00
Jessica Jong 94e413bc23 Bug 1335356 - Part 2: Rename nsContentUtils::NameChanged to QNameChanged and use null prefix. r=smaug 2017-02-20 22:44:00 -05:00
Jessica Jong 3c26f56f0b Bug 1335356 - Part 1: Insert caption and thead in the right order. r=smaug 2017-02-20 22:43:00 -05:00
Johan Lorenzo d1cbd41a41 Bug 1337825 - Jamun: Change android-api-15-{l10n,nightly} to l10n bumped file r=aki
Also adds missing files

MozReview-Commit-ID: C0G6bE6wmK4
2017-02-16 18:51:25 +01:00
Thomas Nguyen 44da8e9d43 Bug 1288633 - Add SafeBrowsing report false positive URL test.r=francois
MozReview-Commit-ID: JEMLug9M85Q

--HG--
extra : rebase_source : ec3d3c63b8508fd05274c7150b1115a62bfc8369
2017-02-21 11:25:04 +08:00
Kartikaya Gupta cc5638514c Bug 1341476 - Make the dump-dmd-after-test mochitest option work again. r=jmaher
MozReview-Commit-ID: 85oqrrzyYUR

--HG--
extra : rebase_source : d594e77dfa4ee7c0cb3b9dae891da69bf14b4555
2017-02-23 19:36:08 -05:00
David Keeler 1cb166d7e9 bug 1341734 - remove the disableSHA1rollout addon r=jcj
MozReview-Commit-ID: 5PUT6csFK5H

--HG--
extra : rebase_source : 8e7995d65421b0f2f1ff22ba83d4504a0fe97b4c
2017-02-22 13:37:12 -08:00
Wes Kocher 72ecfb5fd6 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 7gVISUXnm2Q
2017-02-22 15:07:12 -08:00
Rail Aliiev 8380e3f848 Bug 1337366 - SHA1 repacks configs for ESR52 r=jlund a=release DONTBUILD
MozReview-Commit-ID: LM1wuXGLtn3

--HG--
rename : testing/mozharness/configs/partner_repacks/staging_release_mozilla-release_desktop.py => testing/mozharness/configs/partner_repacks/staging_release_mozilla-esr52_desktop.py
extra : rebase_source : e470c6e7d0f52577e95afd730337b13b710e93d4
2017-02-21 12:00:44 -05:00
Maja Frydrychowicz 69ab8f6856 Bug 1341415 - Require action sequences to have an id; r=ato+446296
MozReview-Commit-ID: DjjhIdDJ8HI

--HG--
extra : rebase_source : e0474768ccc272392c97a58db541d27ad76ede1f
2017-02-21 15:08:09 -05:00
Greg Mierzwinski ba5aaf53e6 Bug 1301984 - Add code coverage to mochitest-plain tests. r=jmaher
This patch allows the use of the flag '--jscov-dir-prefix' for mochitest plain tests to enable code coverage collection with the JS Debugger. It also enables the mochitest-plain tests for the linux64-jsdcov build platform.

MozReview-Commit-ID: 6RqMEZ1I0D7

--HG--
extra : rebase_source : 351754541801f69f7c54807f6bdd3a3d1baf9222
2017-02-20 22:55:59 -05:00
Carsten "Tomcat" Book 73835fd06d Merge mozilla-central to autoland 2017-02-24 11:54:01 +01:00
Mark Banner a656cedb11 Bug 1341029 - Turn on the ESLint no-undef rule for all of toolkit/. r=jaws
MozReview-Commit-ID: Ed9FfkskDos

--HG--
extra : rebase_source : 6ae47dc76b3ebe77b66725a899d32e728af5d35e
2017-02-20 11:45:58 +00:00
Rail Aliiev c751cf25b5 Bug 1342143 - Fix config syntax, r=kmoir a=release DONTBUILD
MozReview-Commit-ID: iodN7vZFEX

--HG--
extra : rebase_source : e6d64eedf7d662cb476497367370ff7557a3bb66
2017-02-23 15:16:09 -05:00
Carsten "Tomcat" Book 7c58fab6e7 Merge mozilla-central to mozilla-inbound 2017-02-20 14:08:26 +01:00
Carsten "Tomcat" Book 9857d2af8e merge mozilla-inbound to mozilla-central a=merge 2017-02-20 14:05:25 +01:00
Carsten "Tomcat" Book 382271de53 merge autoland to mozilla-central a=merge 2017-02-20 14:03:26 +01:00
Ms2ger 9cb3d35694 Bug 1308969 - Disable EventListener-invoke-legacy.html 2017-02-20 11:54:48 +00:00
James Graham 190a5fa6c7 Bug 1308969 - Fix cross-origin browser name test, r=Ms2ger
MozReview-Commit-ID: 49stqMka8j5
2017-02-20 11:54:43 +00:00
James Graham 9ebabb921e Bug 1336639 - Disable unstable IndexedDB tests on Windows, a=testonly
MozReview-Commit-ID: 5UDmtEVUU0n
2017-02-20 11:54:40 +00:00
James Graham a60bed2964 Bug 1340474 - Fix instability in data url test caused by random behaviour of whitespace in URL, a=testonly
MozReview-Commit-ID: CCrle089kW1
2017-02-20 11:54:35 +00:00
James Graham b4406fe420 Bug 1340133 - Mark manual Infraware form tests as manual, r=jmaher
MozReview-Commit-ID: JUNZ0S1I7W9

--HG--
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex-manual.html
2017-02-20 11:54:28 +00:00
James Graham 2a512cdbae Bug 1340474 - Add long timeouts to some IndexedDB tests, a=testonly
MozReview-Commit-ID: L9l68yZ55eT
2017-02-20 11:54:21 +00:00
James Graham e4e527f1d3 Bug 1340474 - Remove jQuery link from window handler test, a=testonly
MozReview-Commit-ID: 83pVBC55wIM
2017-02-20 11:54:19 +00:00
James Graham a0320bc3cb Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-20 11:54:14 +00:00
James Graham 824f4e083b Bug 1340474 - Update web-platform-tests to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: 1GaV7z8d0Xc

--HG--
rename : testing/web-platform/tests/preload/link_header_preload_delay_onload.html.headers => testing/web-platform/tests/preload/link-header-preload-delay-onload.html.headers
rename : testing/web-platform/tests/preload/link_header_preload.html.headers => testing/web-platform/tests/preload/link-header-preload.html.headers
2017-02-20 11:52:05 +00:00
Iris Hsiao 668989dd2e Backed out changeset 425b92cd2370 (bug 1340474)
--HG--
rename : testing/web-platform/tests/preload/link-header-preload.html.headers => testing/web-platform/tests/preload/link_header_preload.html.headers
rename : testing/web-platform/tests/preload/link-header-preload-delay-onload.html.headers => testing/web-platform/tests/preload/link_header_preload_delay_onload.html.headers
2017-02-20 15:25:53 +08:00
Iris Hsiao ec8d19ff7e Backed out changeset 5ae7735c28ae (bug 1340474) 2017-02-20 15:25:46 +08:00
Iris Hsiao 5e35813ee6 Backed out changeset 2c37642c6f4c (bug 1340474) 2017-02-20 15:25:42 +08:00
Iris Hsiao acc96e2499 Backed out changeset ca41058f451a (bug 1340474) 2017-02-20 15:25:37 +08:00
Iris Hsiao 954728e15d Backed out changeset e71b73c5012f (bug 1340133)
--HG--
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex-manual.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex.html
2017-02-20 15:25:33 +08:00
Iris Hsiao 849ded88bc Backed out changeset aaef66127d84 (bug 1340474) 2017-02-20 15:25:28 +08:00
Iris Hsiao 7d9144ee4b Backed out changeset cf2dd9d5da7e (bug 1336639) 2017-02-20 15:25:23 +08:00
Iris Hsiao ab104595c7 Backed out changeset 67538b51b43a (bug 1308969) 2017-02-20 15:25:20 +08:00
Iris Hsiao 05db973419 Backed out changeset 72bc1a760ddd (bug 1308969) for Win7 opt and pgo W(1) perma failures in idbdatabase_deleteObjectStore.htm. a=backout 2017-02-20 15:25:11 +08:00
Wes Kocher 8c4ce17711 Merge inbound to m-c a=merge
MozReview-Commit-ID: DCUf7VEDrTt
2017-02-17 13:38:51 -08:00
Iris Hsiao 15a77169b7 Merge mozilla-central to mozilla-inbound 2017-02-20 15:30:29 +08:00
Xidorn Quan 3e72a08b95 Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam,jaws
MozReview-Commit-ID: 59cmaCoFJMR

--HG--
extra : rebase_source : 3b927d3c056b66e98f457de1726cf9d459eb8708
2017-02-16 10:26:13 +11:00
Ms2ger 950258a31c Bug 1308969 - Disable EventListener-invoke-legacy.html 2017-02-17 13:28:01 +01:00
James Graham bcccf30f81 Bug 1308969 - Fix cross-origin browser name test, r=Ms2ger
MozReview-Commit-ID: 49stqMka8j5
2017-02-17 08:06:34 +00:00
James Graham b70d80de48 Bug 1336639 - Disable unstable IndexedDB tests on Windows, a=testonly
MozReview-Commit-ID: 5UDmtEVUU0n
2017-02-16 15:50:01 +00:00
James Graham aa95cf0d93 Bug 1340474 - Fix instability in data url test caused by random behaviour of whitespace in URL, a=testonly
MozReview-Commit-ID: CCrle089kW1
2017-02-16 15:43:45 +00:00
James Graham f26259d6c0 Bug 1340133 - Mark manual Infraware form tests as manual, r=jmaher
MozReview-Commit-ID: JUNZ0S1I7W9

--HG--
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_autocomplete-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_list-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasdate-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/input_valueasnumber-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_length-manual.html
rename : testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex.html => testing/web-platform/tests/old-tests/submission/Infraware/Forms/contents/Forms/Not_Use/select_selectedindex-manual.html
2017-02-16 14:15:01 +00:00
James Graham 7fa491bcb8 Bug 1340474 - Add long timeouts to some IndexedDB tests, a=testonly
MozReview-Commit-ID: L9l68yZ55eT
2017-02-16 13:32:25 +00:00
James Graham 9c0548f74a Bug 1340474 - Remove jQuery link from window handler test, a=testonly
MozReview-Commit-ID: 83pVBC55wIM
2017-02-16 13:10:25 +00:00
James Graham c02f707189 Bug 1340474 - Update web-platform-tests expected data to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: F1kB3H4bj01
2017-02-16 11:18:04 +00:00
James Graham 129682804e Bug 1340474 - Update web-platform-tests to revision eba2c70d536caaeef540966bc8ac7822417ab867, a=testonly
MozReview-Commit-ID: 1GaV7z8d0Xc

--HG--
rename : testing/web-platform/tests/preload/link_header_preload_delay_onload.html.headers => testing/web-platform/tests/preload/link-header-preload-delay-onload.html.headers
rename : testing/web-platform/tests/preload/link_header_preload.html.headers => testing/web-platform/tests/preload/link-header-preload.html.headers
2017-02-15 22:30:36 +00:00
Carsten "Tomcat" Book afe4d4b240 merge mozilla-inbound to mozilla-central a=merge 2017-02-17 13:24:55 +01:00
anjul tyagi cce11640ab Bug 1336022 - Fix test_window_handles_after_opening_new_tab by waiting for the page loaded in the new tab. r=whimboo
MozReview-Commit-ID: ExmUG2vApbl

--HG--
extra : rebase_source : 23bac522fd87e22f5aa82f4dd53091842b4519a7
2017-02-10 17:00:17 +05:30
Rail Aliiev 387b1f2e1e Bug 1337366 - Gecko-specific changes to support mozilla-esr52; r=jlund a=release DONTBUILD
MozReview-Commit-ID: 96uxlGaFBjo

--HG--
extra : rebase_source : e5008a2119fdec3e31898edcd516288082632d2d
2017-02-17 15:36:21 -05:00
Xidorn Quan 27565009da Bug 1337674 followup 3 - Fix assertion check.
MozReview-Commit-ID: EckSAiEeou5

--HG--
extra : source : a5aa66df811c33af2d0996ce213790ff0a5350cf
2017-02-18 12:17:24 +11:00
Wes Kocher adaec16e2b Merge m-c to inbound, a=merge
MozReview-Commit-ID: HtopB4vot9e
2017-02-16 17:23:00 -08:00
Sam Giles 8c1f7ef5cc Bug 1329528 - Reap zombie processes on Mac OS if killing the process group initially fails with EPERM; r=ahal
MozReview-Commit-ID: IKqXKIN0mXx

--HG--
extra : rebase_source : 40e012f3cbeca139e15ce23e33f4c131f1e4d6cd
2017-02-16 06:18:17 +00:00
Xidorn Quan 6ce3f471d0 Backed out changeset 107fdc32d411 (bug 1339394) for potential failures on merge 2017-02-17 10:23:26 +11:00
Xidorn Quan 8beb97c7da Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam,jaws
MozReview-Commit-ID: 59cmaCoFJMR

--HG--
extra : source : d4ae926f5c056e734f4ecc035fab25f5ea7b6ac1
2017-02-17 10:12:34 +11:00
Geoff Brown cf5c7a3dc7 Bug 1340175 - Remove WRITE_CONTACTS permission from Android mozrunner; r=sebastian 2017-02-16 15:31:22 -07:00
Kirk Steuber 015927bdd0 Bug 1205642 - Reenable wpt deletion tests as they are no longer failing
MozReview-Commit-ID: 90u5tIQQIzA
2017-02-15 13:47:21 -08:00
Wes Kocher 3e3d368d3b Backed out changeset 4ea36a9c2dfd (bug 1339394) for browser_selectpopup.js failures a=backout
MozReview-Commit-ID: JEy6J1AFgpj
2017-02-15 18:59:15 -08:00
Wes Kocher 3797956aa6 Merge m-c to inbound a=merge
MozReview-Commit-ID: BemR756HJnR
2017-02-15 16:33:03 -08:00
Wes Kocher 017c515285 Merge inbound to m-c a=merge
MozReview-Commit-ID: IKI0zVtF1n9
2017-02-15 16:18:13 -08:00
Ben Kelly fbacd6e6fb Bug 1339885 Uncomment test cases from WPT test and move to separate case that can be marked expected fail. r=bz 2017-02-15 15:12:37 -05:00
Ben Kelly e93e177774 Bug 1339844 P2 Add Client.type to WPT tests. r=asuth 2017-02-15 15:12:37 -05:00
Wes Kocher 902c3acb7b Backed out 2 changesets (bug 919391) for failing test_resource_timing.html tests a=backout
Backed out changeset c3a4bae5fc8d (bug 919391)
Backed out changeset e776663ecbb4 (bug 919391)

MozReview-Commit-ID: GwUBLZbKe6r
2017-02-15 12:07:18 -08:00
Valentin Gosu 5a9707b667 Bug 919391 - (fix) Use os.path.join instead a=testonly
MozReview-Commit-ID: 4YMGhQtzf3c
2017-02-15 20:03:41 +01:00
Valentin Gosu bf7ceabd0e Bug 919391 - Fix gzip_xml.py not finding resource_timing_test0.xml r=jgraham
MozReview-Commit-ID: 97JUyEvzG1V
2017-02-15 19:58:49 +01:00
Kim Moir 89b11b3083 Bug 1333155 - convert buildbot addon devel Linux64 builds to taskcluster r=mtabara 2017-02-15 13:39:26 -05:00
Xidorn Quan 27c6b9b2bf Bug 1339394 - Don't serialize transparent color to transparent keyword when not necessary. r=heycam
MozReview-Commit-ID: 59cmaCoFJMR

--HG--
extra : source : 134b15d99876fbd9b9f7022de20e3d215dc2c753
extra : amend_source : 94ba498834fae87577905fa473479a3d155e607d
2017-02-16 10:27:19 +11:00
Ben Kelly f6fabc76a9 Bug 1322111 P3 Update WPT test expectations. r=ckerschb 2017-02-15 09:55:58 -05:00
Carsten "Tomcat" Book 4bb208b812 Backed out changeset 4a964c3f1759 (bug 1339394) for suspicion of causing failures on OS X browser_selectpopup.js tests 2017-02-15 14:43:57 +01:00