Commit Graph

5816 Commits

Author SHA1 Message Date
Chris Peterson
c582a636ed Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps 2014-12-10 22:56:31 -08:00
Dave Hunt
5ec0d69ee9 Bug 1112545 - Bump marionette_client version to 0.8.6. r=mdas 2014-12-17 03:24:00 -05:00
Andreas Tolfsen
6853ef5fc5 Bug 1111268 - Fix redefinition of caps in setSessionCapabilities. r=dburns
The variable caps is redefined in the second for loop because it's defined
in the function scope using the var declaration statement instead of
let for the current scope.

This patch also addresses the duplication of the code to copy the current
set of capabilities.

--HG--
extra : rebase_source : 9b3f9c8e05abaa0fa7ce6662be188cf22e13dd12
2014-12-13 22:22:47 +00:00
Andreas Tolfsen
1f88a0d5a3 Bug 1111264 - Simplify check for disabled in isElementEnabled. r=dburns
--HG--
extra : rebase_source : fe2bc8371b8ee5ce04f8778f3f10f9034ba55b23
2014-12-13 20:44:42 +00:00
Andreas Tolfsen
9f45a715d0 Bug 1111260 - Fix references to nsITimer.TYPE_ONE_SHOT. r=dburns
--HG--
extra : rebase_source : 0584712fbfac73cd943679852578f67ccf479145
2014-12-13 20:15:46 +00:00
Andreas Tolfsen
2b79bd15b8 Bug 1111246 - Add error message in Marionette client on malformed packet. r=dburns
--HG--
extra : rebase_source : ea764e49a6508ed33b6401f21b3bb9d182ab268e
2014-12-13 19:57:09 +00:00
Chris Manchester
b10789e0d2 Bug 1077870 - Log consistent test names (file paths relative to the srcdir) in mochitest. r=ahal
--HG--
extra : rebase_source : f82fe24e59ec60ded414ec44cec6f4aff95f2f5f
2014-12-15 12:05:55 -05:00
Armen Zambrano Gasparnian
a4de59c55e Bug 1070041 - Move more Mozharness job definition parameters into the tree. r=ahal
* We are unifying the in-tree mozharness configs to follow the same
structure
* We are moving run_filename into the tree
* We are also staring the move to manage the testdir value which
is already in use for Android test jobs

--HG--
extra : rebase_source : 6d667cd50e54fe16edc5ddff5f29039c5ae82523
2014-12-16 11:23:17 -05:00
Ben Turner
5976259500 Bug 701634 - Support IndexedDB in Workers, r=khuey+baku. 2014-12-16 22:26:15 -08:00
Carsten "Tomcat" Book
1ebf0d0b3e merge b2g-inbound to mozilla-central a=merge 2014-12-17 12:57:09 +01:00
Fabrice Desré
d9365a9da5 Bug 923897 - Extensibility support for b2g r=ferjm,bholley 2014-12-16 15:32:28 -08:00
Mike Hommey
28aabdf057 Bug 948278 - Avoid piggy-backing into the build system for the reftest addon. r=ted
This makes the reftest addon use the httpd server as a js module instead of
a XPCOM component.
2014-12-16 15:07:01 +09:00
Anthony Jones
2c6665bbba Bug 1098126 - Disable intermittent web platform tests for MSE; r=cajbir 2014-12-16 18:10:45 +13:00
Ehsan Akhgari
e7ec0a42cd Bug 1110536 - Only attempt to run the SpecialPowers.exactGC callback if it's passed in; r=ted
--HG--
extra : rebase_source : 61183723f1567cbd8967aa7c7266256d6adf6f99
2014-12-15 12:56:47 -05:00
Gabor Krizsanits
0781df2733 Bug 1081037 - LinkConstructorAndPrototype in RegisterElement. r=wchen 2014-12-15 11:28:54 +01:00
Carsten "Tomcat" Book
372a673fa8 Backed out changeset 05ca5d4570e8 (bug 1098126) 2014-12-15 09:03:02 +01:00
Anthony Jones
5bb2db5742 Bug 1098126 - Disable intermittent web platform tests for MSE; r=cajbir 2014-12-15 17:43:59 +13:00
Bob Clary
40e5bcfa85 Bug 1110817 - [mozdevice] - adb_android.is_device_ready - UnboundLocalError: local variable 'data' referenced before assignment, r=wlach. 2014-12-14 18:18:39 -08:00
Bob Clary
965306a84f Bug 1110940 - mochitest - support configurable tests.json manifest file name, r=jmaher. 2014-12-14 18:18:39 -08:00
Bob Clary
9b44eec0dc Bug 1099475 - devicemanagerADB.py - Do not quote uri in launchProcess since it is passed in an argument array in _checkCmd, r=wlach 2014-12-14 18:18:38 -08:00
Masatoshi Kimura
edc44f65e6 Bug 1092835 - Workaround for old ssltunnel from hostutils. r=jmaher 2014-12-13 20:09:00 +09:00
Wes Kocher
e83bf23b26 Merge m-c to inbound a=merge 2014-12-12 17:39:12 -08:00
Wes Kocher
fb749897f2 Merge b2g-inbound to m-c a=merge 2014-12-12 16:43:37 -08:00
Ehsan Akhgari
309b4049b4 Bug 649012 - Fail mochitest-plains which use flaky timeouts (setTimeout(x) for x > 0); r=ted
We are white-listing the existing set of tests that use setTimeout
like this.  Hopefully these tests will be investigated and fixed
in the future, so that we can narrow down the white-list.

This check is only turned on for mochitest-plain for now.
2014-12-11 13:34:40 -05:00
Chris Manchester
af8e1a3519 Bug 1099331 - Allow navigation resulting in about:blocked or about:error pages when explicitly requested without returning an error from the marionette server.;r=automatedtester
This allows navigation resulting in a blocked or error page without returning an error to the client. If an error page is reached, an error is returned in cases this was not specifically requested in the client: client.navigate("about:neterror") will navigate to this page and return to the client without an error, but client.navigate("does.not.exist.") will return to the client with an error as it has previously.
2014-12-12 12:08:32 -05:00
Chris Manchester
a719f2c32c Bug 1055765 - Implement log buffering as a handler in mozlog.;r=jgraham 2014-12-12 12:08:31 -05:00
Chris Manchester
5f14271ff2 Bug 941749 - Add support for returning both known tabs and chrome windows from the marionette server.;r=automatedtester
This splits the api for getWindowHandles and getChromeWindowHandles for those
managing windows and tabs separately in tests. getWindowHandles is
re-implemented to return tabs when appropriate, and getChromeWindowHandles is
added to correspond to individual os windows (the prior behavior of
getWindowHandles). current_window_handle now corresponds to a tab on desktop,
while chrome_window_handle is provided for the current OS window.
switch_to_window will accept either a chrome window handle or tab handle.
In the case of a tab, switching will select the tab. In the
case of a chrome window handle, the prior behavior is retained.
2014-12-12 12:08:31 -05:00
Chris Manchester
a5b546d2b2 Bug 941749 - A test managing open windows and tabs with marionette.;r=automatedtester 2014-12-12 12:08:31 -05:00
Joel Maher
550a478e1f Bug 1110995 - update talos to the latest version to fix tresize. r=wlach 2014-12-12 15:47:52 -05:00
Morris Tseng
0b66e315ac Bug 1092888 - Part 5: Add a parameter to toggle context menu when calling long_press. r=mdas 2014-11-16 18:52:00 -05:00
Andrew Halberstadt
b41bbf22a4 Bug 1111727 - Bump mozrunner to version 6.7, r=whimboo
--HG--
extra : rebase_source : 34854203ebbc8b2339de54f83d29e381f718208a
2014-12-16 09:31:06 -05:00
Andrew Halberstadt
8bc94cb704 Bug 1111727 - Make sure mozrunner's command line interface uses the proper profile class, r=whimboo
--HG--
extra : rebase_source : 46c97f32314078f71808bd5083df159060f6f4d7
2014-12-15 16:47:13 -05:00
Dave Hunt
c7de18fda5 Bug 1101497 - Support connecting to a remote ADB host. r=mdas 2014-12-11 09:44:00 -05:00
Dave Hunt
e1b1dcb792 Bug 1110763 - Raise an exception in the Marionette test runner if no tests are selected. r=jgriffin 2014-12-12 09:48:00 -05:00
Carsten "Tomcat" Book
cdaeb69ab3 Backed out changeset 9877aca65ef5 (bug 1038620) for causing Test Bustage on a CLOSED TREE 2014-12-12 14:57:39 +01:00
Nathan Froyd
1f7884b7ef Bug 1109831 - move testing/profiles/ files to moz.build's TEST_HARNESS_FILES; r=mshal 2014-12-10 13:58:51 -05:00
Carsten "Tomcat" Book
7b1cc0d860 Merge mozilla-central to mozilla-inbound 2014-12-12 13:57:12 +01:00
Kershaw Chang
8921fb6cc8 Bug 1038620 - Add --nested-oop option to mach test commands - v5. r=ted.mielczarek 2014-12-12 01:30:00 +01:00
Tom Tromey
3abdb903a6 Bug 1019382 - use GTEST_ATTRIBUTE_UNUSED_ to avoid gcc 4.8 compiler warning. r=ted 2014-12-09 08:34:00 +01:00
Joel Maher
bb7fa10b87 Bug 1110189 - update talos to the latest bits to capture e10s talos. r=wlach 2014-12-12 04:50:16 -05:00
Tim Taubert
c60b8e95b0 Bug 1077652 - Remove old BrowserNewTabPreloader.jsm and references r=jaws 2014-11-19 16:21:07 +01:00
Tim Taubert
375ca18672 Bug 1077652 - Introduce new preloading mechanism r=dao 2014-11-19 16:23:49 +01:00
Wes Kocher
340d6a8f92 Merge inbound to m-c a=merge 2014-12-11 16:50:45 -08:00
Wes Kocher
1faef47ced Merge b2g-inbound to m-c a=merge 2014-12-11 16:48:00 -08:00
Zac Campbell
be83fd22fc Bug 1092132 - Update mozharness config for Gip to include chunking and gecko-log. r=jgriffin 2014-11-25 14:25:23 +00:00
Ryan VanderMeulen
1235490c83 Merge inbound to m-c. a=merge
CLOSED TREE
2014-12-10 16:01:20 -05:00
Bob Owen
61edbfb626 Bug 1103946 Part 1: Change --content-sandbox mach / mochitest option to --strict-content-sandbox. r=jmaher
Also, change tests that are skipped using (contentSandbox != off) to (strictContentSandbox).
2014-12-10 09:34:03 +00:00
Dave Hunt
11e10d88f2 Bug 1104271 - Provide a logger for Marionette test cases. r=mdas 2014-12-09 07:28:00 -05:00
Karl Tomlinson
2c699e8a0c backout 78bde999fddd from bug 975782 for assertion failure in mochitest CLOSED TREE
--HG--
extra : amend_source : 3802b09260b751790211ed5fe8174bf162694e5a
2014-12-10 17:33:46 +13:00
Karl Tomlinson
e01c542179 bug 975782 stop delaying the load event when media fetch has stalled r=cpearce,f=kinetik
--HG--
extra : rebase_source : 7e47f1be1b68185377f20c0a8dc5f5f5b70b2938
2014-11-28 18:23:37 +13:00