Carsten "Tomcat" Book
4755deb0c5
merge mozilla-inbound to mozilla-central a=merge
2014-12-18 13:50:27 +01:00
Ankit Goyal
b1f18c720d
Bug 1109867 - Check for debugger before getting debugger info; r=gps
2014-12-17 22:30:50 -08:00
Andreas Tolfsen
c9ce6ce96f
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
c5649f3669
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
9450d2d73e
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
82badd06bc
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
19eef4830b
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
da2c0c3ea1
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
2be368dceb
Bug 701634 - Support IndexedDB in Workers, r=khuey+baku.
2014-12-16 22:26:15 -08:00
Carsten "Tomcat" Book
70b3e47b2d
merge b2g-inbound to mozilla-central a=merge
2014-12-17 12:57:09 +01:00
Chris Peterson
249ac81315
Bug 1110031 - Part 1: Mark more directories as FAIL_ON_WARNINGS. r=gps
2014-12-10 22:56:31 -08:00
Dave Hunt
87e6fa3cd6
Bug 1112545 - Bump marionette_client version to 0.8.6. r=mdas
2014-12-17 03:24:00 -05:00
Fabrice Desré
130be9050a
Bug 923897 - Extensibility support for b2g r=ferjm,bholley
2014-12-16 15:32:28 -08:00
Mike Hommey
541c80f735
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
9c86995c16
Bug 1098126
- Disable intermittent web platform tests for MSE; r=cajbir
2014-12-16 18:10:45 +13:00
Ehsan Akhgari
49a02867ff
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
3f40e8929c
Bug 1081037 - LinkConstructorAndPrototype in RegisterElement. r=wchen
2014-12-15 11:28:54 +01:00
Carsten "Tomcat" Book
bd7417daf4
Backed out changeset 05ca5d4570e8 (bug 1098126
)
2014-12-15 09:03:02 +01:00
Anthony Jones
20a73fcb35
Bug 1098126
- Disable intermittent web platform tests for MSE; r=cajbir
2014-12-15 17:43:59 +13:00
Bob Clary
afea3926fa
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
cf6709f516
Bug 1110940 - mochitest - support configurable tests.json manifest file name, r=jmaher.
2014-12-14 18:18:39 -08:00
Bob Clary
4fee9d910f
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
d0e813632e
Bug 1092835 - Workaround for old ssltunnel from hostutils. r=jmaher
2014-12-13 20:09:00 +09:00
Wes Kocher
2eb72eb486
Merge m-c to inbound a=merge
2014-12-12 17:39:12 -08:00
Wes Kocher
e4ad7391ee
Merge b2g-inbound to m-c a=merge
2014-12-12 16:43:37 -08:00
Ehsan Akhgari
09a262787c
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
a641e6246c
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
11a1ff5261
Bug 1055765 - Implement log buffering as a handler in mozlog.;r=jgraham
2014-12-12 12:08:31 -05:00
Chris Manchester
c3c9e22175
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
bb8ca43969
Bug 941749 - A test managing open windows and tabs with marionette.;r=automatedtester
2014-12-12 12:08:31 -05:00
Joel Maher
68f5a701c7
Bug 1110995 - update talos to the latest version to fix tresize. r=wlach
2014-12-12 15:47:52 -05:00
Morris Tseng
7bb01f8155
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
28f79d4ae5
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
b8abb8e65f
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
f2eb08851e
Bug 1101497 - Support connecting to a remote ADB host. r=mdas
2014-12-11 09:44:00 -05:00
Dave Hunt
678d7a5647
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
9284760710
Backed out changeset 9877aca65ef5 (bug 1038620) for causing Test Bustage on a CLOSED TREE
2014-12-12 14:57:39 +01:00
Nathan Froyd
2a6c9a1630
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
18b5e7b9ed
Merge mozilla-central to mozilla-inbound
2014-12-12 13:57:12 +01:00
Kershaw Chang
f5e5bbb0c5
Bug 1038620 - Add --nested-oop option to mach test commands - v5. r=ted.mielczarek
2014-12-12 01:30:00 +01:00
Tom Tromey
df9d265d0e
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
eaa4b057e6
Bug 1110189 - update talos to the latest bits to capture e10s talos. r=wlach
2014-12-12 04:50:16 -05:00
Tim Taubert
fa8dce40d6
Bug 1077652 - Remove old BrowserNewTabPreloader.jsm and references r=jaws
2014-11-19 16:21:07 +01:00
Tim Taubert
bc4dbcd8a1
Bug 1077652 - Introduce new preloading mechanism r=dao
2014-11-19 16:23:49 +01:00
Wes Kocher
6d3a321489
Merge inbound to m-c a=merge
2014-12-11 16:50:45 -08:00
Wes Kocher
ccea819af8
Merge b2g-inbound to m-c a=merge
2014-12-11 16:48:00 -08:00
Zac Campbell
1ecb1d9e8e
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
437abd21ee
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-12-10 16:01:20 -05:00
Bob Owen
d921ff4edf
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
99e6f635a9
Bug 1104271 - Provide a logger for Marionette test cases. r=mdas
2014-12-09 07:28:00 -05:00