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

9184 Коммитов

Автор SHA1 Сообщение Дата
Michael Ratcliffe 765d14495b Bug 1217851 - Fix mozplugin's import-headjs-globals on Windows. r=pbro
--HG--
extra : transplant_source : %03%94%CF%F9%DF6%BB%7Ce%13%000%EB%2B%21%15%ADO%08%C1
2015-10-26 13:16:03 +00:00
Michael Ratcliffe d6f393f177 Bug 1205814 - Missed a brief description in rst docs r=pbrosset
--HG--
extra : transplant_source : s%BE%95r%3E%97%CD%A5%28P%F5%3BS%92%D6kV%E9P%ED
2015-10-26 14:47:54 +00:00
Michael Ratcliffe 97c2615aec Bug 1205814 - mozilla eslint plug: allow top level var only r=pbrosset
--HG--
extra : transplant_source : %F2%20%B4%BB%C6%E6%1C%9A%89c%FC%8E%3Bv%0C%E6%95%F9H8
2015-10-26 14:39:47 +00:00
Wes Kocher 167aaf2232 Merge m-c to fx-team, a=merge
--HG--
extra : commitid : JnFqljHzGAU
2015-10-26 14:39:31 -07:00
Wes Kocher 5b1bb98662 Backed out 3 changesets (bug 1217501) for m(4) leaks CLOSED TREE a=merge
Backed out changeset f00f079f712b (bug 1217501)
Backed out changeset 86ac4feb0e38 (bug 1217501)
Backed out changeset 0c7e876a69e5 (bug 1217501)

--HG--
extra : commitid : HUAufLjKQfo
extra : source : c6cc9d6108651a36914189dd326856e8f2692b42
2015-10-26 11:52:23 -07:00
Ehsan Akhgari db7f4333ee Bug 1189685 - Part 2: Make synced-state.https.html pass; r=bkelly 2015-10-26 12:37:50 -04:00
Ehsan Akhgari 1d99fb8281 Bug 1181054 - Part 4: Make fetch-event.https.html pass; r=bkelly 2015-10-26 12:21:05 -04:00
Ben Kelly daae12696c Bug 1217501 P3 Check Accept header visibility in service worker fetch event. r=ehsan 2015-10-26 08:25:16 -07:00
Alexandre Poirot 0fe6353498 Bug 1213011 - Use stable file name for simulator xpi in TC. r=garndt 2015-10-26 10:45:47 -07:00
Gijs Kruitbosch ea934a6d68 Bug 332195 - part 5: fix test for e10s, r=mconley
--HG--
extra : commitid : 5Cb58g4sU6s
extra : rebase_source : e22ceac2b58b2ad62587c7db0e7e8bc90565da72
2015-10-26 14:16:46 +01:00
Sebastian Hengst 88eb8517c5 Backed out 3 changesets (bug 1217418, bug 1217767) for Linux x64 debug W-e10s(3) permafail. r=nigelb,backout
Backed out changeset af7f10137637 (bug 1217767)
Backed out changeset f65121860ffe (bug 1217418)
Backed out changeset c050501bde82 (bug 1217767)

--HG--
rename : testing/web-platform/tests/webstorage/storage_supported_property_names.html => testing/web-platform/tests/dom/collections/storage-supported-property-names.html
2015-10-24 15:51:43 +02:00
Robert O'Callahan 0e2b65352f Revert incorrectly committed changes ab657569f554 and a396f4262479
--HG--
extra : commitid : IHQ60dccnSZ
extra : amend_source : 9302339fd951446a37909b31a1ccb56aff470325
2015-10-24 22:38:22 +13:00
Robert O'Callahan b09242d6c1 Bug 264412. Implement HTMLElement.innerText. r=smaug,mats
--HG--
extra : commitid : LLiSI8usEMT
extra : rebase_source : 928b4fd451c28b57a43a873f05b7bf030ba13083
2015-10-21 10:23:17 +13:00
Rail Aliiev b1276f6839 Bug 1178286 - switch release automation source builder to taskcluster. r=jlund DONTBUILD 2015-10-23 17:52:40 -04:00
Mike Shal 926ed575ad Bug 1217431 - Don't get 'latest' URLs for android updates; r=jlund 2015-10-23 13:15:34 -04:00
Andrew Halberstadt 1848e92d30 Bug 1171033 - Add taskcluster linux64 test configs (but not scheduled anywhere yet), r=dustin
This adds test configs for desktop linux64 unittests, including: mochitest-plain,
mochitest-browser-chrome, mochitest-devtools-chrome, reftest and xpcshell. It
also does a minor refactor of the b2g configs to remove some b2g-specific logic
from the base 'test.yml' config.

This does *not* schedule these tests anywhere just yet.

--HG--
extra : commitid : HdWat17LZNb
extra : rebase_source : 456b0261fc06131e22d8d5a37adf12f090abe5bd
2015-10-15 15:35:45 -04:00
Andrew Halberstadt 139c78dcfa Backout 11ba4c03d205 for gecko decision bustage
--HG--
extra : commitid : 9EAoXaksr4K
2015-10-23 11:20:48 -04:00
Dustin J. Mitchell 3f0b0fbbf7 Bug 1213314: expand try alias support and implement aliases; r=ahal
This adds a lot of functionality to the `flags.aliases` field in the try
comment parser, and implements all of the aliases currently supported by
Buildbot's try_parser.py.

The situation changes slightly because of the way chunks are handled; it's no
longer possible to specify chunks using an alias with no leading `-`.  This
change should not cause undue hardship.

--HG--
extra : commitid : IQWTKQ7YxCB
extra : rebase_source : 5b8bdf7182117da75686fd58d18e778899a85194
2015-10-22 17:46:39 -04:00
Andrew Halberstadt f686f5b310 Bug 1171033 - Add taskcluster linux64 test configs (but not scheduled anywhere yet), r=dustin
This adds test configs for desktop linux64 unittests, including: mochitest-plain,
mochitest-browser-chrome, mochitest-devtools-chrome, reftest and xpcshell. It
also does a minor refactor of the b2g configs to remove some b2g-specific logic
from the base 'test.yml' config.

This does *not* schedule these tests anywhere just yet.

--HG--
extra : commitid : 3wjUmgfi1se
extra : rebase_source : 1369d5b3fcfb5e6e351c8384187772dae52f341f
extra : amend_source : 47f9574b013bfb892713a52d9377655eb9040608
2015-10-15 15:35:45 -04:00
John Dai 5dd342f3b7 Bug 1204800 - Add tooltool dependencies to phone builds. r=wcosta 2015-10-23 04:47:00 -04:00
James Graham 20e8824b95 Bug 1217767 - Update web-platform-tests expected data to revision 9a49a8ea7405280364a8aa27d47bfb19af119bb4, a=testonly 2015-10-23 11:02:51 +01:00
James Graham 11e3a86e6b Bug 1217418 - Make wpt update script more robust in the face of patches that won't apply, r=Ms2ger
This can happen if landing the update took a long time such that there is
a local patch against a file that was changed upstream in the period between
starting the update and landing it.
2015-10-23 11:02:49 +01:00
James Graham 08dd8cd49a Bug 1217767 - Update web-platform-tests to revision 9a49a8ea7405280364a8aa27d47bfb19af119bb4, a=testonly
--HG--
rename : testing/web-platform/tests/dom/collections/storage-supported-property-names.html => testing/web-platform/tests/webstorage/storage_supported_property_names.html
2015-10-23 11:02:30 +01:00
Julien Pagès 368f4d5884 Bug 1190371 - [mozrunner] bump release to 6.11. r=me
--HG--
extra : commitid : Hxezbh1Op1O
extra : rebase_source : a3b936a49ee2bb908346ae34a6be8e239e9354bd
extra : amend_source : 154f045b19c06bdd0059c6e86915ead83f04c4b3
2015-10-23 06:32:19 +02:00
James Graham d3a85dd933 Bug 1216950 - Add --list to |mach try| to display saved try strings, r=chmanchester 2015-10-23 00:57:39 +01:00
Wes Kocher 2fc1737838 Merge m-c to inbound, a=merge 2015-10-22 16:56:10 -07:00
Wes Kocher 5ba2dcfe5c Merge b2ginbound to central, a=merge 2015-10-22 16:50:22 -07:00
Wander Lairson Costa de42aec50d Bug 1144808 part 2: Harden phone-builder image. r=garndt
We don't run free commands from tasks, we now allow only scripts shipped
in the phone-builder image.

We also added support to an allowed whitelist of github and bitbucket
users to run tasks from their respective private repositories.

--HG--
extra : commitid : 6NA1M4JKjCQ
2015-10-22 11:40:22 -02:00
Wander Lairson Costa 23ce66b9ac Bug 1144808 part 1: Add nexus devices to try build. r=garndt
--HG--
extra : commitid : 8wXPSH3e8Dm
2015-10-22 11:40:22 -02:00
Andreas Tolfsen 446f2ed4ec Bug 1216967: Bump Marionette Python packages
Prepare release of new Python packages for Marionette, with the following
versions:

  marionette-client 1.1.0
  marionette-driver 1.1.0
  marionette-transport 1.0.0

r=dburns

--HG--
extra : commitid : DelEI4Q7Gnu
extra : rebase_source : 7cf900d42fbd60e44e6855c93807a7ba1409fb16
2015-10-21 14:21:27 +01:00
Andrew McCreight 2c3c9e03aa Bug 1215679 - Ignore ODR violations in ASan CPP unit tests. r=jmaher 2015-10-22 09:33:43 -07:00
Andrew McCreight 3979b8629b Bug 1216721 - Only get the symbolizer path for ASan for ASan builds. r=chmanchester 2015-10-22 09:33:43 -07:00
Andrew McCreight 3cdcfb3eae Bug 1215148 - Object-count based leak checking for Mochitest. r=jgriffin 2015-10-22 09:21:52 -07:00
Andrew Halberstadt fd2e48f64e Bug 1139911 - Set proper buildbot status on make-check errors and test failures, r=chmanchester
--HG--
extra : commitid : 9YOotZzAFZY
extra : rebase_source : a91bd2e863bd1ef29a8f72892ad65a559c2725c7
2015-10-20 10:33:02 -04:00
Ehsan Akhgari 609ada6c8e Bug 1217089 - Remove fetch-request-html-imports.https.html; r=bkelly
HTML Imports are dead.
2015-10-22 17:31:54 -04:00
Ehsan Akhgari 8baddb2b53 Bug 1216833 - Make referer.https.html pass; r=bkelly 2015-10-22 17:31:18 -04:00
Dustin J. Mitchell 7482946324 Bug 1217396: put worker in the video group for access to /dev/video0; r=ted.mielczarek
--HG--
extra : commitid : 4Ev6Nt3B1Rj
extra : rebase_source : b518cda099add6a162826e10c881e1aaf91f25f6
extra : amend_source : 33e3111377846baed13920f471e15243164e8559
2015-10-22 11:55:32 -04:00
Edgar Chen b7041c4fe1 Bug 1216507 - Use the correct busybox binary for x86 emulator. r=ahal
--HG--
extra : commitid : Ey1NBOsP7ux
extra : rebase_source : 6c0aecfedfc19b1af960a0333a2cd192edfd3273
extra : amend_source : 3e0973c5bc3cbf975c16e180ad06f5405a7ab1ef
2015-10-10 12:00:18 +08:00
Phil Ringnalda a0863c908c Back out changeset 5029ca635908 (bug 1194848) because it depends on a backed out bug
CLOSED TREE
2015-10-21 21:42:46 -07:00
Phil Ringnalda 6401c0185c Back out 2 changesets (bug 1173811) for test_synthesized_response.js timeouts
CLOSED TREE

Backed out changeset 56bc1314e660 (bug 1173811)
Backed out changeset 0ad51d302ba9 (bug 1173811)
2015-10-21 20:21:05 -07:00
David Rajchenbach-Teller 595ac9eae2 Bug 1098357 - Make Session Restore talos test e10s-friendly. r=mconley
--HG--
extra : transplant_source : v0S%0C%7Cq%A96i%7B%05%D1%FF%91Q%B3IN%5D%93
2015-10-16 11:07:49 +02:00
Dustin J. Mitchell fbd43ff82a Bug 1216670: use correct parent image for desktop-test; r=ahal
--HG--
extra : commitid : IvsxnqSYjM1
extra : rebase_source : 07b555952074052a834f817c4bdce78b6db8cc3b
2015-10-20 15:30:39 -04:00
Ehsan Akhgari 4a2fa3495c Bug 1216858 - Enable as much of the WPT service worker CSP tests as we can; r=bkelly 2015-10-22 09:47:15 -04:00
Dustin J. Mitchell fd5fc65ac0 Bug 1214809: use 'sudo' instead of 'su' to drop root privs; r=ted
--HG--
extra : commitid : AcpLVAV7DV3
extra : rebase_source : 831bd4a4948231b0f23dccbd48220850674c1ea9
2015-10-20 18:12:09 -04:00
Josh Matthews d3726427db Bug 1173811 - Part 1: Propagate the response URL to intercepted channels when necessary (non-e10s). r=mayhemer,bkelly 2015-10-22 09:23:39 -04:00
Josh Matthews 591281df75 Bug 1173811 - Part 1: Propagate the response URL to intercepted channels when necessary (non-e10s). r=mayhemer,bkelly 2015-10-21 00:05:40 -04:00
Ehsan Akhgari 0e71734c14 Bug 1194848 - Make it possible to run fetch-canvas-tainting.https.html; r=jdm 2015-09-10 15:18:00 -04:00
Cameron McCormack bce3927621 Bug 1216872 - Make 100% Keyframe returned by getFrames() have easing:linear. r=birtles 2015-10-22 19:22:38 +11:00
Cameron McCormack 50e5a35995 Bug 1208951 - Part 11: Tests. r=birtles 2015-10-22 19:22:38 +11:00
Julien Pagès e1322faaea Bug 1190371 - [mozrunner] make mozcrash an optional dependency of mozrunner. r=ted
--HG--
extra : rebase_source : 0616b5742b2393a7cd2f139c369ead8d856df807
2015-09-22 07:14:00 +02:00