Commit Graph

9902 Commits

Author SHA1 Message Date
Wes Kocher
f18443c856 Backed out changeset 6ad8793921f4 (bug 1238648) for a bad rebase/merge, breaking media tests 2016-01-28 17:53:30 -08:00
Wes Kocher
969695a086 Merge m-c to inbound, a=merge 2016-01-28 17:50:18 -08:00
Wes Kocher
7830681c8e Merge fx-team to central, a=merge 2016-01-28 17:47:33 -08:00
Brian Birtles
543b1eec36 Bug 1096773 part 4 - Add tests for Animatable.animate(); r=bz 2016-01-29 12:37:52 +11:00
Sebastian Hengst
3cc5c8ba63 Backed out changeset c8013b27a0fa (bug 1239899) for failing W(2). r=backout 2016-01-29 00:32:51 +01:00
Syd Polk
bfc21d4b25 Bug 1238648 - Use external-media-tests in tree instead of github for tests. r=maja_zf, r=whimboo 2016-01-28 15:51:57 -06:00
Joel Maher
9fe43fddfd Bug 1243030 - disable v8_7 for talos. r=wlach 2016-01-26 13:39:35 -08:00
Henrik Skupin
36a3194406 Bug 1242890 - Fix UpdateTestcase for unknown 'download()' method. r=maja_zf 2016-01-28 05:30:00 +01:00
Chris Pearce
9e5503f577 Bug 1239899 - Pause media elements removed from document via calling pause(). r=roc
The spec requires us to await a stable state and pause when a media element is removed from a document.

Additionally, before this change we would pause in UnbindFromTree only if HTMLMediaElement::mPaused is false.
However if the media element is set to autoplay, and we unbind before autoplay has had a chance to activate,
we will still continue loading and activate autoplay later. Calling pause, as required by the spec, means
we'll cancel autoplaying.
2016-01-15 15:54:54 +13:00
Tom Schuster
a23bfc2301 Bug 989426 - Use new Proxy instead of Proxy.create in SpecialPowers. r=bholley 2016-01-28 19:38:50 +01:00
Ben Hearsum
4dbc38f228 bug 1243740: sync sdk packages to releases dir. r=rail npotb DONTBUILD 2016-01-28 10:15:01 -05:00
Andreas Tolfsen
6dc0887bc4 Bug 1140542 - Support capturing secondary chrome windows; r=automatedtester
A <window> object may not exist in popup windows that are spawned from
a <window>.  document.documentElement is equivalent to <window> in
the case of the primary window, but lets us support the ChromeWindow's
document when it isn't.
2016-01-27 16:43:33 +00:00
Andreas Tolfsen
4c1ace68fa Bug 1242459 - Replace dump() with logger in actions.js; r=automatedtester
Turns testing/marionette/actions.js into a JS module.
2016-01-27 19:33:48 +00:00
Henrik Skupin
649f64360b Bug 1243318 - [mozfile] extract_zip() should not set file permissions if there are no attributes available. r=ahal 2016-01-27 03:52:00 +01:00
Jerry Shih
32ea9e374d Bug 1238464 - turn on the display during testing. r=ahalberstadt 2016-01-27 18:58:00 +01:00
Astley Chen
c9011d0e1b Bug 1228918 - Fallback Mesa3D Gallium driver from llvmpipe to softpipe. Mesa 8.0.4 llvmpipe can introduce precision issues on reftest on B2G KK emu test. r=garndt 2016-01-27 20:41:37 +08:00
Astley Chen
b215c8db66 Bug 1228918 - Enable reftest on emu-{arm,x86}-kk, Treeherder Production. r=garndt 2015-11-30 16:50:48 +08:00
Chris Manchester
9b05f5b31c Bug 1243096 - Remove ini manifests containing only support-files and move their contents to TEST_HARNESS_FILES. r=gps 2016-01-27 17:46:34 -08:00
Xidorn Quan
09d5d48035 Bug 1064843 part 11 - Move checkWindowPureColor helper function from top-layer test to WindowSnapshot.js. r=roc 2016-01-28 10:11:00 +11:00
Zachary Carter
78976ed5bb Bug 1210586 - Create a Synced tabs sidebar r=markh 2016-01-27 14:40:30 -08:00
Henrik Skupin
c3ecab870c Bug 1241061 - [firefox-ui-tests] Only set file permissions during unzip if attributes are available. r=maja_zf DONTBUILD 2016-01-27 21:54:27 +01:00
George Wright
e4609ab8df Bug 1179732 - Make the tresize addon e10s compatible r=jmaher 2016-01-27 12:40:57 -05:00
Carsten "Tomcat" Book
765ca69841 Merge mozilla-central to fx-team 2016-01-28 12:37:17 +01:00
Alessio Placitelli
2d798a512b Bug 1236580 - Remove the IS_UNIFIED_TELEMETRY constant and the related preferences. r=gfritzsche 2016-01-27 01:03:00 +01:00
Carsten "Tomcat" Book
1b898382e6 merge mozilla-inbound to mozilla-central a=merge 2016-01-27 11:59:49 +01:00
Mike Conley
edf686e4c6 Bug 1233497 - Allow Marionette tests to use CPOWs. r=ato 2016-01-08 15:10:22 -05:00
Mike Conley
8e469256cb Bug 1233497 - Swap a busted CPOW with a working one in browser_waitForFocus. r=billm 2016-01-04 17:56:14 -05:00
Mike Conley
4a948c2b68 Bug 1233497 - SimpleTest.promiseFocus should not resolve to a window, as it might be a CPOW. r=Enn 2016-01-04 17:52:08 -05:00
Mike Conley
e1d9f31dad Bug 1233497 - Allow CPOW usage in BrowserTestUtils testing module. r=felipe 2016-01-04 17:21:23 -05:00
J. Ryan Stinnett
815fc1b917 Bug 1242584 - import-globals-from should carry over to tests. r=tromey 2016-01-26 17:08:33 -06:00
J. Ryan Stinnett
7ce1478176 Bug 1242584 - Remove dead code in import-headjs-globals. r=tromey 2016-01-26 17:08:33 -06:00
Wes Kocher
3770ce1f9b Backed out 2 changesets (bug 1037483) for many ESLint failures
Backed out changeset de364648e24c (bug 1037483)
Backed out changeset c697940b6f5c (bug 1037483)
2016-01-26 11:26:23 -08:00
Shane Caraveo
ffbb54e301 Bug 1037483 adopt microformats-shiv for microformats v2 support, r=tantek 2016-01-26 10:52:59 -08:00
Carsten "Tomcat" Book
e5db360177 merge mozilla-inbound to mozilla-central a=merge 2016-01-26 11:53:21 +01:00
Wes Kocher
7295cf8c8b Merge m-c to fx-team, a=merge 2016-01-25 14:07:49 -08:00
Matthew Noorenberghe
ac4a5dea9e Bug 1242103 - Add browser-chrome-screenshots test configs for Windows and Linux. r=armenzg 2016-01-25 13:57:34 -08:00
Rail Aliiev
abd16e277b Bug 1232329 - Tracking bug for Jan-25-2016 migration work r=Callek, DONTBUILD 2016-01-25 10:35:17 -05:00
Geoff Brown
7aab18efab Bug 1238611 - Use PIE version of gdbserver for JimDB (arm only); r=jmaher 2016-01-25 08:17:25 -07:00
Phil Ringnalda
8f160e5aaa Merge m-c to m-i 2016-01-23 18:18:48 -08:00
Phil Ringnalda
cc55d071e7 Merge b-i to m-c, a=merge 2016-01-23 18:16:19 -08:00
Phil Ringnalda
2095bc7229 Merge f-t to m-c, a=merge 2016-01-23 18:11:37 -08:00
Gregory Arndt
a96a4f601e Bug 1240477 - Add environment variable to change docker run length r=wcosta 2016-01-22 11:45:49 -06:00
Carsten "Tomcat" Book
83edcd3bed merge mozilla-inbound to mozilla-central a=merge 2016-01-22 12:05:24 +01:00
Wes Kocher
e39c044b7a Merge m-c to fx-team, a=merge 2016-01-21 17:37:58 -08:00
Hiroyuki Ikezoe
a67aa78aaa Bug 1241672 - Add synthesizeWheelAtPoint to avoid styling flush. r=smaug 2016-01-22 08:43:50 +09:00
Matthew Noorenberghe
9cca8a15f5 Bug 1241633 - Make screenshot.exe a GUI application to avoid a console window when run. r=ted 2016-01-21 13:33:37 -08:00
Wes Kocher
68b645494e Merge b2ginbound to central, a=merge 2016-01-21 17:10:26 -08:00
Wes Kocher
5de862ae68 Merge inbound to m-c a=merge 2016-01-21 16:24:42 -08:00
Tom Tromey
0f0f2a4d60 Bug 1231963 - handle top-level "this.mumble" assignments in eslint; r=mikeratcliffe 2016-01-21 07:44:11 -07:00
Armen Zambrano Gasparnian
a6331d995f Bug 1240770 - Change splitting for more TC Linux64 debug jobs. r=jmaher
* mochitest-plain & e10s
* mochitest-devtools & e10s
* reftests & e10s
* web-platform-tests & e10s
2016-01-21 09:43:13 -05:00