Felipe Gomes
6e89818d5f
Bug 875463 - Implement --run-until-failure option for mochitests. r=jmaher
2013-05-24 16:03:50 -03:00
Felipe Gomes
740cd9ba32
Bug 875463 - Part 0. Remove plain-loop.html and fix --repeat for single tests. r=jmaher
2013-05-24 16:03:49 -03:00
Andrew Halberstadt
ea5acb3257
Bug 872164 - Create in-tree mozharness config, r=jgriffin
2013-05-24 11:01:06 -04:00
Mike Shal
5169c0a913
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
...
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Gregory Szorc
c38b9cfe12
Bug 875382 - mach mochitest-* now emits proper exit code on test failure; r=Ms2ger
2013-05-23 10:13:54 -07:00
Mathieu Bultel
3aab9e8371
Bug 794687 - Add --timeout argument to Marionette, r=mdas
2013-05-23 00:22:22 +02:00
Arnaud Bienner
d155f8fd50
Bug 875274 - Implement the content part of <input type="color">. r=mounir
2013-05-23 14:02:23 +01:00
Adrian Tamas
cc576286a2
Bug 833832 - Robocop: Add test for Import from Android feature. r=jmaher
2013-03-18 11:15:17 +02:00
Ed Morley
6a91572c71
Merge mozilla-central and inbound
2013-05-22 11:28:59 +01:00
Dave Camp
435407e287
Bug 872091 - Rename files in the debugger server. r=past,r=jimb
...
--HG--
rename : toolkit/devtools/debugger/Makefile.in => toolkit/devtools/client/Makefile.in
rename : toolkit/devtools/debugger/dbg-client.jsm => toolkit/devtools/client/dbg-client.jsm
rename : toolkit/devtools/debugger/moz.build => toolkit/devtools/client/moz.build
rename : toolkit/devtools/debugger/Makefile.in => toolkit/devtools/server/Makefile.in
rename : toolkit/devtools/gcli/dbg-gcli-actors.js => toolkit/devtools/server/actors/gcli.js
rename : toolkit/devtools/debugger/server/dbg-profiler-actors.js => toolkit/devtools/server/actors/profiler.js
rename : toolkit/devtools/debugger/server/dbg-script-actors.js => toolkit/devtools/server/actors/script.js
rename : toolkit/devtools/styleeditor/dbg-styleeditor-actors.js => toolkit/devtools/server/actors/styleeditor.js
rename : toolkit/devtools/debugger/server/dbg-browser-actors.js => toolkit/devtools/server/actors/webbrowser.js
rename : toolkit/devtools/webconsole/dbg-webconsole-actors.js => toolkit/devtools/server/actors/webconsole.js
rename : toolkit/devtools/debugger/server/dbg-server.jsm => toolkit/devtools/server/dbg-server.jsm
rename : toolkit/devtools/debugger/server/dbg-server.js => toolkit/devtools/server/main.js
rename : toolkit/devtools/debugger/moz.build => toolkit/devtools/server/moz.build
rename : toolkit/devtools/debugger/nsIJSInspector.idl => toolkit/devtools/server/nsIJSInspector.idl
rename : toolkit/devtools/debugger/nsJSInspector.cpp => toolkit/devtools/server/nsJSInspector.cpp
rename : toolkit/devtools/debugger/nsJSInspector.h => toolkit/devtools/server/nsJSInspector.h
rename : toolkit/devtools/debugger/tests/mochitest/Makefile.in => toolkit/devtools/server/tests/mochitest/Makefile.in
rename : toolkit/devtools/debugger/tests/mochitest/moz.build => toolkit/devtools/server/tests/mochitest/moz.build
rename : toolkit/devtools/debugger/tests/mochitest/nonchrome_unsafeDereference.html => toolkit/devtools/server/tests/mochitest/nonchrome_unsafeDereference.html
rename : toolkit/devtools/debugger/tests/mochitest/test_unsafeDereference.html => toolkit/devtools/server/tests/mochitest/test_unsafeDereference.html
rename : toolkit/devtools/debugger/tests/moz.build => toolkit/devtools/server/tests/moz.build
rename : toolkit/devtools/debugger/tests/unit/head_dbg.js => toolkit/devtools/server/tests/unit/head_dbg.js
rename : toolkit/devtools/debugger/tests/unit/post_init_global_actors.js => toolkit/devtools/server/tests/unit/post_init_global_actors.js
rename : toolkit/devtools/debugger/tests/unit/post_init_tab_actors.js => toolkit/devtools/server/tests/unit/post_init_tab_actors.js
rename : toolkit/devtools/debugger/tests/unit/pre_init_global_actors.js => toolkit/devtools/server/tests/unit/pre_init_global_actors.js
rename : toolkit/devtools/debugger/tests/unit/pre_init_tab_actors.js => toolkit/devtools/server/tests/unit/pre_init_tab_actors.js
rename : toolkit/devtools/debugger/tests/unit/source-map-data/sourcemapped.coffee => toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.coffee
rename : toolkit/devtools/debugger/tests/unit/source-map-data/sourcemapped.map => toolkit/devtools/server/tests/unit/source-map-data/sourcemapped.map
rename : toolkit/devtools/debugger/tests/unit/sourcemapped.js => toolkit/devtools/server/tests/unit/sourcemapped.js
rename : toolkit/devtools/debugger/tests/unit/test_add_actors.js => toolkit/devtools/server/tests/unit/test_add_actors.js
rename : toolkit/devtools/debugger/tests/unit/test_attach.js => toolkit/devtools/server/tests/unit/test_attach.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-01.js => toolkit/devtools/server/tests/unit/test_breakpoint-01.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-02.js => toolkit/devtools/server/tests/unit/test_breakpoint-02.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-03.js => toolkit/devtools/server/tests/unit/test_breakpoint-03.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-04.js => toolkit/devtools/server/tests/unit/test_breakpoint-04.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-05.js => toolkit/devtools/server/tests/unit/test_breakpoint-05.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-06.js => toolkit/devtools/server/tests/unit/test_breakpoint-06.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-07.js => toolkit/devtools/server/tests/unit/test_breakpoint-07.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-08.js => toolkit/devtools/server/tests/unit/test_breakpoint-08.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-09.js => toolkit/devtools/server/tests/unit/test_breakpoint-09.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-10.js => toolkit/devtools/server/tests/unit/test_breakpoint-10.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-11.js => toolkit/devtools/server/tests/unit/test_breakpoint-11.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpoint-12.js => toolkit/devtools/server/tests/unit/test_breakpoint-12.js
rename : toolkit/devtools/debugger/tests/unit/test_breakpointstore.js => toolkit/devtools/server/tests/unit/test_breakpointstore.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgactor.js => toolkit/devtools/server/tests/unit/test_dbgactor.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgclient_debuggerstatement.js => toolkit/devtools/server/tests/unit/test_dbgclient_debuggerstatement.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgglobal.js => toolkit/devtools/server/tests/unit/test_dbgglobal.js
rename : toolkit/devtools/debugger/tests/unit/test_dbgsocket.js => toolkit/devtools/server/tests/unit/test_dbgsocket.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-01.js => toolkit/devtools/server/tests/unit/test_eval-01.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-02.js => toolkit/devtools/server/tests/unit/test_eval-02.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-03.js => toolkit/devtools/server/tests/unit/test_eval-03.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-04.js => toolkit/devtools/server/tests/unit/test_eval-04.js
rename : toolkit/devtools/debugger/tests/unit/test_eval-05.js => toolkit/devtools/server/tests/unit/test_eval-05.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-01.js => toolkit/devtools/server/tests/unit/test_frameactor-01.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-02.js => toolkit/devtools/server/tests/unit/test_frameactor-02.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-03.js => toolkit/devtools/server/tests/unit/test_frameactor-03.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-04.js => toolkit/devtools/server/tests/unit/test_frameactor-04.js
rename : toolkit/devtools/debugger/tests/unit/test_frameactor-05.js => toolkit/devtools/server/tests/unit/test_frameactor-05.js
rename : toolkit/devtools/debugger/tests/unit/test_framearguments-01.js => toolkit/devtools/server/tests/unit/test_framearguments-01.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-01.js => toolkit/devtools/server/tests/unit/test_framebindings-01.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-02.js => toolkit/devtools/server/tests/unit/test_framebindings-02.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-03.js => toolkit/devtools/server/tests/unit/test_framebindings-03.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-04.js => toolkit/devtools/server/tests/unit/test_framebindings-04.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-05.js => toolkit/devtools/server/tests/unit/test_framebindings-05.js
rename : toolkit/devtools/debugger/tests/unit/test_framebindings-06.js => toolkit/devtools/server/tests/unit/test_framebindings-06.js
rename : toolkit/devtools/debugger/tests/unit/test_frameclient-01.js => toolkit/devtools/server/tests/unit/test_frameclient-01.js
rename : toolkit/devtools/debugger/tests/unit/test_frameclient-02.js => toolkit/devtools/server/tests/unit/test_frameclient-02.js
rename : toolkit/devtools/debugger/tests/unit/test_functiongrips-01.js => toolkit/devtools/server/tests/unit/test_functiongrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_getyoungestframe.js => toolkit/devtools/server/tests/unit/test_getyoungestframe.js
rename : toolkit/devtools/debugger/tests/unit/test_interrupt.js => toolkit/devtools/server/tests/unit/test_interrupt.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-01.js => toolkit/devtools/server/tests/unit/test_listsources-01.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-02.js => toolkit/devtools/server/tests/unit/test_listsources-02.js
rename : toolkit/devtools/debugger/tests/unit/test_listsources-03.js => toolkit/devtools/server/tests/unit/test_listsources-03.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringactor.js => toolkit/devtools/server/tests/unit/test_longstringactor.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringgrips-01.js => toolkit/devtools/server/tests/unit/test_longstringgrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_longstringgrips-02.js => toolkit/devtools/server/tests/unit/test_longstringgrips-02.js
rename : toolkit/devtools/debugger/tests/unit/test_nativewrappers.js => toolkit/devtools/server/tests/unit/test_nativewrappers.js
rename : toolkit/devtools/debugger/tests/unit/test_new_source-01.js => toolkit/devtools/server/tests/unit/test_new_source-01.js
rename : toolkit/devtools/debugger/tests/unit/test_nsjsinspector.js => toolkit/devtools/server/tests/unit/test_nsjsinspector.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-01.js => toolkit/devtools/server/tests/unit/test_objectgrips-01.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-02.js => toolkit/devtools/server/tests/unit/test_objectgrips-02.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-03.js => toolkit/devtools/server/tests/unit/test_objectgrips-03.js
rename : toolkit/devtools/debugger/tests/unit/test_objectgrips-04.js => toolkit/devtools/server/tests/unit/test_objectgrips-04.js
rename : toolkit/devtools/debugger/tests/unit/test_pause_exceptions-01.js => toolkit/devtools/server/tests/unit/test_pause_exceptions-01.js
rename : toolkit/devtools/debugger/tests/unit/test_pause_exceptions-02.js => toolkit/devtools/server/tests/unit/test_pause_exceptions-02.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-01.js => toolkit/devtools/server/tests/unit/test_pauselifetime-01.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-02.js => toolkit/devtools/server/tests/unit/test_pauselifetime-02.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-03.js => toolkit/devtools/server/tests/unit/test_pauselifetime-03.js
rename : toolkit/devtools/debugger/tests/unit/test_pauselifetime-04.js => toolkit/devtools/server/tests/unit/test_pauselifetime-04.js
rename : toolkit/devtools/debugger/tests/unit/test_profiler_actor.js => toolkit/devtools/server/tests/unit/test_profiler_actor.js
rename : toolkit/devtools/debugger/tests/unit/test_source-01.js => toolkit/devtools/server/tests/unit/test_source-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-01.js => toolkit/devtools/server/tests/unit/test_sourcemaps-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-02.js => toolkit/devtools/server/tests/unit/test_sourcemaps-02.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-03.js => toolkit/devtools/server/tests/unit/test_sourcemaps-03.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-04.js => toolkit/devtools/server/tests/unit/test_sourcemaps-04.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-05.js => toolkit/devtools/server/tests/unit/test_sourcemaps-05.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-06.js => toolkit/devtools/server/tests/unit/test_sourcemaps-06.js
rename : toolkit/devtools/debugger/tests/unit/test_sourcemaps-07.js => toolkit/devtools/server/tests/unit/test_sourcemaps-07.js
rename : toolkit/devtools/debugger/tests/unit/test_sources_backwards_compat-01.js => toolkit/devtools/server/tests/unit/test_sources_backwards_compat-01.js
rename : toolkit/devtools/debugger/tests/unit/test_sources_backwards_compat-02.js => toolkit/devtools/server/tests/unit/test_sources_backwards_compat-02.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-01.js => toolkit/devtools/server/tests/unit/test_stepping-01.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-02.js => toolkit/devtools/server/tests/unit/test_stepping-02.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-03.js => toolkit/devtools/server/tests/unit/test_stepping-03.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-04.js => toolkit/devtools/server/tests/unit/test_stepping-04.js
rename : toolkit/devtools/debugger/tests/unit/test_stepping-05.js => toolkit/devtools/server/tests/unit/test_stepping-05.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-01.js => toolkit/devtools/server/tests/unit/test_threadlifetime-01.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-02.js => toolkit/devtools/server/tests/unit/test_threadlifetime-02.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-03.js => toolkit/devtools/server/tests/unit/test_threadlifetime-03.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-04.js => toolkit/devtools/server/tests/unit/test_threadlifetime-04.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-05.js => toolkit/devtools/server/tests/unit/test_threadlifetime-05.js
rename : toolkit/devtools/debugger/tests/unit/test_threadlifetime-06.js => toolkit/devtools/server/tests/unit/test_threadlifetime-06.js
rename : toolkit/devtools/debugger/tests/unit/test_unsafeDereference.js => toolkit/devtools/server/tests/unit/test_unsafeDereference.js
rename : toolkit/devtools/debugger/tests/unit/testactors.js => toolkit/devtools/server/tests/unit/testactors.js
rename : toolkit/devtools/debugger/tests/unit/testcompatactors.js => toolkit/devtools/server/tests/unit/testcompatactors.js
rename : toolkit/devtools/debugger/tests/unit/xpcshell.ini => toolkit/devtools/server/tests/unit/xpcshell.ini
rename : toolkit/devtools/debugger/dbg-transport.js => toolkit/devtools/server/transport.js
2013-05-21 16:39:13 -07:00
Joel Maher
4cb15b9ce5
Bug 873180 - deploy new talos.zip to capture tscroll, mozcrash, and android profile fixes. r=armenzg
2013-05-21 12:50:03 -04:00
Nick Alexander
a12713c1bf
Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
...
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-20 11:39:50 -07:00
Nick Alexander
82c83a41b1
Bug 863445 - Part 2: Specify Robocop APK on runtestsremote.py command line. r=jmaher
...
This deprecates --robocop in favour of --robocop-ini, and
--robocopPath in favour of --robocop-apk.
2013-05-20 11:39:50 -07:00
Nick Alexander
31015381d6
Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate fennec_ids.txt. r=jmaher
...
Building mobile/android/base will now generate
$(DEPTH)/mobile/android/base/fennec_ids.txt.
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-20 11:39:49 -07:00
Ryan VanderMeulen
631226ee90
Bug 855762 - Disable another test on Android due to high failure rate.
2013-05-20 14:10:23 -04:00
Jonathan Griffin
77c059715c
Bug 838607 - Re-enable test_click.py, a=test-only
2013-05-20 11:01:10 -07:00
Ryan VanderMeulen
9a8bc45d90
Bug 855762 - Disable test on Android due to high failure rate.
2013-05-20 09:17:17 -04:00
Martijn Wargers
1e95b05c7e
Bug 859401 - pushPermissions missing PROMPT_ACTION case. r=jmaher
2013-05-17 10:46:36 +02:00
Gregory Szorc
1b12175ba0
Bug 873629 - Remove 129 empty Makefile.in files; r=ted
2013-05-17 16:20:11 -07:00
Jonathan Griffin
15c4590853
Bug 869536 - Make Marionette use its own tab on Firefox, r=mdas
2013-05-17 11:43:52 -07:00
Ian Melven
8b39be405f
Bug 763879 - implement inline stylesheet blocking for CSP (r=dbaron)
2012-08-30 10:58:24 -07:00
Trevor Saunders
8633ae23bd
backout 4d9806fa8737 for busting talos on a CLOSED TREE
2013-05-16 18:26:40 -04:00
Geoff Brown
79a1c821af
Bug 872244 - Dump ANR stack traces after Android tests; r=jmaher
2013-05-16 14:32:52 -06:00
Joel Maher
348362f40d
Bug 873180 - deploy new talos.zip to capture tscroll, mozcrash, and android profile fixes. r=armenzg
2013-05-16 15:25:52 -04:00
Gregor Wagner
68562e5ffb
Bug 872852 - Turn on contacts mochitests on b2g. r=reuben
2013-05-15 18:43:04 -07:00
Jonathan Griffin
3d782334a9
Bug 872146 - Remove obsolete files. r=mdas
2013-05-14 11:35:12 -07:00
Nathan Froyd
d4efb1fc2d
Bug 872084 - run telemetry tests on android; r=jmaher
2013-05-14 10:21:57 -04:00
Ryan VanderMeulen
c834d91a7c
Merge m-c to birch.
2013-05-14 08:38:59 -04:00
Vicamo Yang
738374889c
Bug 871440: bypass offline for both B2G emulator ARM & x86. r=jgriffin
2013-05-14 10:26:32 +08:00
Reuben Morais
40a7cc78b2
Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner
...
--HG--
extra : rebase_source : 2b079aa6aca6a65516670cc5adcccf422b5e0261
2013-05-13 18:32:09 -07:00
Reuben Morais
3f33a916b6
Bug 862353 - Only enable mozContacts in B2G and mochitests. r=gwagner
...
--HG--
extra : rebase_source : 914bd36790ae01f83c3f84817b2021f0f7dbcf22
2013-05-13 18:32:03 -07:00
Ryan VanderMeulen
4038e4710f
Merge m-c to inbound.
2013-05-13 12:02:04 -04:00
Martijn Wargers
1ee53bc89d
Bug 793844 - crash test
2013-05-13 16:28:29 +02:00
Joey Armstrong
26736a0ee2
bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal
2013-05-13 16:24:07 -04:00
Fernando Jiménez
c1c6e3b369
Bug 861894 - Avoid apps to schedule new offline cache downloads while device free space is low. Tests. r=honzab
2013-05-10 16:16:56 +02:00
Ryan VanderMeulen
7fdae1381e
Merge m-c to inbound on a CLOSED TREE.
2013-05-11 09:49:12 -04:00
Ben Turner
b4472a30ea
Bug 861903 - Hook IndexedDB up to low disk space notifications. r=janv.
2013-05-10 14:22:01 -07:00
Boris Zbarsky
dcf5858ce5
Disable probably-broken test to reopen a CLOSED TREE. No bug, except the one filed to reenable, which is not the bug this changeset is fixing, so there.
2013-05-10 17:22:51 -04:00
Geoff Brown
6d6bf1be4b
Bug 865006 - (3) Enable more xpcshell tests on Android; r=jmaher DONTBUILD
2013-05-10 10:42:25 -06:00
Josh Matthews
4ea62ac6f1
Bug 870745 - Remove incorrect self argument from killAndGetStack. r=ted
2013-05-10 10:50:51 -04:00
Josh Matthews
976a997386
Bug 869638 - Remove xpcshell timeout timers. r=ted
2013-05-10 10:50:33 -04:00
David Burns
e2b9d631d8
Bug 869488: add mechanism for getting css rule attached to element from Marionette; r=mdas
2013-05-07 14:38:21 -07:00
Gavin Sharp
4d947b6985
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00
Brian O'Keefe
8d90859ddb
Bug 862986 - Part 2a: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-05-01 14:05:40 -04:00
Ed Morley
fdab04fb78
Merge mozilla-central and inbound
2013-05-13 12:55:17 +01:00
Ed Morley
c7205ce10a
Backed out changeset 2d5c2f191920 (bug 863445) for breaking Android Nightlies
...
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-13 12:31:39 +01:00
Ed Morley
b09cbb1e22
Backed out changeset 611c81436abe (bug 863445)
2013-05-13 12:31:13 +01:00
Ed Morley
89a552998f
Backed out changeset dac51812454a (bug 863445)
2013-05-13 12:31:10 +01:00
Ed Morley
eca0e1dc6d
Merge mozilla-central and inbound
2013-05-13 10:22:42 +01:00
Ed Morley
5256152aa1
Backed out changeset 496846474ed3 (bug 864774)
2013-05-13 10:05:49 +01:00
Nick Alexander
0cab26edde
Merge mozilla-central into services-central.
2013-05-12 16:19:27 -07:00
Nick Alexander
672acf8042
Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
...
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-11 16:53:49 -07:00
Nick Alexander
0edfd46374
Bug 863445 - Part 2: Specify Robocop APK on runtestsremote.py command line. r=jmaher
...
This deprecates --robocop in favour of --robocop-ini, and
--robocopPath in favour of --robocop-apk.
2013-05-11 16:53:48 -07:00
Nick Alexander
59c2e95f0d
Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
...
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-11 16:53:48 -07:00
Nick Alexander
ff732cfe09
Backed out e7739a472f09, 3fd142236a0f, and 382ec69cdfb1 (Bug 863445) for Android rc1 and rc2 failures on a CLOSED TREE. r=me
...
--HG--
rename : mobile/android/base/fennec-ids-generator.py => build/mobile/robocop/parse_ids.py
2013-05-10 21:38:52 -07:00
Nick Alexander
88436ea766
Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher
...
Also makes the developer-facing `make mochitest-robocop` run
robocop-debug-signed.apk, and deprecates `make
mochitest-robotium` (since we name this suite robocop on TBPL).
2013-05-10 18:39:00 -07:00
Nick Alexander
26a9b186c8
Bug 863445 - Part 2: Specify Robocop APK on runtestsremote.py command line. r=jmaher
...
This deprecates --robocop in favour of --robocop-ini, and
--robocopPath in favour of --robocop-apk.
2013-05-10 18:39:00 -07:00
Nick Alexander
a94e3667f9
Bug 863445 - Part 1: Make mobile/android/base/Makefile.in generate $(DIST)/fennec_ids.txt. r=jmaher
...
--HG--
rename : build/mobile/robocop/parse_ids.py => mobile/android/base/fennec-ids-generator.py
2013-05-10 18:39:00 -07:00
Ben Turner
00e73c94de
Bug 861903 - Enable test.
2013-05-12 21:10:58 -07:00
Mike Shal
954221d9c9
Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey
...
From 140b9201e3b5d2d8efe7af286d279c2411dbc197 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
Josh Matthews
41a6f98b20
Bug 597064 - Add timeout logic to xpcshell test runner. r=ted
2012-12-20 03:43:19 -05:00
Gregory Szorc
298c09657e
Bug 856392 - Categorize mach commands; r=jhammel
...
DONTBUILD (NPOTB)
2013-05-08 17:56:30 -07:00
aceman
760f49a500
Bug 533315 - Show the stack trace of 'e' in do_thow(e) if 'e' is already an exception object. r=ted
2013-05-07 22:37:49 -04:00
Ryan VanderMeulen
e507d01d4b
Merge inbound to m-c.
2013-05-07 22:10:19 -04:00
Ehsan Akhgari
4127803d46
Backed out changeset da02b1166a5c (bug 597064) because of mochitest failures on a CLOSED TREE
2013-05-07 18:33:49 -04:00
Colby Russell
cde5563aff
Bug 861495 - Transplant getOuterWindowWithId from nsIDOMWindowUtils to a window-related service: marionette-actors.js. r=jgriffin
2013-05-07 12:34:21 -04:00
Ryan VanderMeulen
765b164af0
Merge m-c to inbound.
2013-05-06 11:20:45 -04:00
Geoff Brown
1f865993c0
Bug 865006 - (2) Enable more xpcshell tests on Android; r=jmaher DONTBUILD
2013-05-06 09:14:01 -06:00
Alexandre Poirot
a99c4571dd
Bug 844227 - Add more functions to the webapps actor. r=fabrice
2013-05-06 09:51:53 -04:00
Martijn Wargers
2677f971cb
Bug 861689 - Fix focus issues in various B2G mochitests. r=jmaher
2013-05-03 18:29:55 +02:00
Ms2ger
2ae5253c76
Bug 866686 - Enable some tests on Android; r=mounir
2013-05-05 09:03:17 +02:00
Ms2ger
c84e206004
Merge m-c to inbound
2013-05-04 10:47:09 +02:00
Phil Ringnalda
1aef9755fb
Merge Birch and m-c
2013-05-03 19:38:56 -07:00
Ed Morley
5c4d749c4e
Merge mozilla-central and birch
2013-05-03 13:35:02 +01:00
Ed Morley
7887188677
Bug 865642 - Disable test_delayNode.html, test_delayNodeWithGain.html, test_gainNode.html, test_scriptProcessorNode.html and test_scriptProcessorNodeChannelCount.html on Android for too many intermittent timeouts
...
CLOSED TREE
2013-05-03 10:21:17 +01:00
Ed Morley
ffe54ff15d
Bug 868116 - Disable test_currentTime.html on Android for too many intermittent failures
2013-05-03 10:20:06 +01:00
Brian Smith
5170741299
Bug 867445: Remove Test Pilot, r=gavin
2013-04-30 17:30:44 -07:00
Geoff Brown
826b4f971b
Bug 865944 - Add getTopActivity to droid; r=jmaher
2013-05-03 11:38:01 -06:00
Geoff Brown
f0b04ba321
Bug 865944 - Use top activity instead of process to check launch success; r=jmaher
2013-05-03 11:37:59 -06:00
Geoff Brown
312277f50a
Bug 865944 - Do not wait for "am instrument" to start; r=jmaher
2013-05-03 11:37:57 -06:00
Geoff Brown
f5a4ce4925
Bug 865944 - Add droid.py to list of files used by remote reftests and mochitests; r=jmaher
2013-05-03 11:37:51 -06:00
Irving Reid
9acf052282
Bug 863311: Include test function name in test pending / test finished messages. r=ted.mielczarek
2013-05-03 12:08:30 -04:00
Ryan VanderMeulen
10cb8b1164
Merge m-c to inbound.
2013-05-02 21:50:25 -04:00
Ryan VanderMeulen
048824e68e
Backed out changeset 555f2b757639 (bug 566746, bug 697377) for intermittent Win7 mochitest b-c orange.
2013-05-02 21:20:08 -04:00
Jonathan Griffin
7830750617
Bug 867548 - Disable updates when launching emulator, r=ahal
2013-05-02 16:16:44 -07:00
Jonathan Griffin
cf9a65ff61
Bug 864296 - Check for detached elements, r=mdas
2013-05-02 16:11:59 -07:00
Gavin Sharp
1372a3cf1c
Re-land patches from bug 566746 and bug 697377 now that bug 851641 is addressed
2013-04-19 15:21:30 -07:00
Jason Smith
3d38600873
bug 867778 - Enable webrtc crashtests on FxAndroid. r=gcp
2013-05-01 19:34:50 -07:00
Malini Das
a7e72a9b7f
Bug 867812 - get rid of skip, r=jgriffin
2013-05-01 19:52:40 -04:00
Joel Maher
5768e25331
Bug 865443 - [android.json fix] create webgl mochitest run for android. r=kmoir DONTBUILD
2013-05-03 16:35:09 -04:00
Yoshi Huang
1ff5ff69ac
Bug 847741 - Part 4: Remove getSimContacts impl. r=gwagner
2013-03-06 10:45:07 +08:00
Jason Smith
25aa097444
bug 862883 - Enable webrtc mochitests on FxAndroid. r=gcp
2013-05-02 10:33:15 -07:00
Phil Ringnalda
ee0c481958
Bug 862196 - Stop pretending we can run test_Range-compareBoundaryPoints.html on a b2g emulator
2013-05-05 15:21:58 -07:00
Josh Matthews
ab8e1f633a
Bug 597064 - Add timeout logic to xpcshell test runner. r=ted
2012-12-20 03:43:19 -05:00
Jonathan Griffin
e491847a9b
Bug 838607 - Disable firstrun page during Marionette tests, r=mdas
2013-05-07 10:07:28 -07:00
Joel Maher
be54e8e60b
Bug 868152 - disable webaudio crashtests for Android to enable 700 other tests. r=philor
2013-05-07 12:46:48 -04:00
Joel Maher
85d4edebe2
Bug 868329 - Switch legacy cases of test disabling on Android/B2G using makefile ifdefs over to android.json & b2g.json. r=edmorley
2013-05-07 12:46:45 -04:00
Andrew Halberstadt
da6d3f8e10
Bug 830430 - automation.py should read profile data from a file, r=jhammel
...
* * *
Copy prefs general
2013-05-07 11:19:46 -04:00
William Lachance
ca6ec8f20e
Bug 869095 - Bump in-tree mozdevice to 0.25;r=jmaher
2013-05-07 11:09:46 -04:00
Gregory Szorc
201dcd21f9
Bug 799308 - Mach command for running Marionette, r=gps
2013-04-19 05:19:54 -07:00
Ehsan Akhgari
8392b6badb
Bug 865642 - Re-enable the Web Audio tests on Android; r=philor
2013-05-06 15:08:37 -04:00
Ted Mielczarek
c7cf034e93
bug 851547 - Make Gamepad API preffable. r=smaug
...
--HG--
extra : rebase_source : bc4f3c5c34d08f0af0b1ef6c35053c07fe991bf4
2013-04-09 08:43:24 -04:00
Ted Mielczarek
2e0143bf24
bug 866641 - add registerCleanupFunction method to mochitest-plain. r=jmaher
2013-04-29 14:35:14 -04:00
Jonathan Griffin
cbdb6361de
Bug 867220 - Make setSearchTimeout behave globally, r=mdas
2013-05-01 10:16:49 -07:00
Malini Das
75a00a9120
Bug 867573 - fix broken MarionetteTouchMixin, add test, r=dburns
2013-05-01 11:41:57 -04:00
Ryan VanderMeulen
8dd4074205
Backed out changesets c7937fb5f4bb and cf8db9b6bd61 (bug 862986) for bustage.
...
CLOSED TREE
2013-04-30 21:09:41 -04:00
Brian O'Keefe
7422d5ac7b
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-04-30 20:46:10 -04:00
Yiming Yang
940055f0b4
Bug 858834 - deprecate press/release/double_tap/cancel_touch, rename single_tap to tap, r=mdas
2013-04-26 15:18:55 -07:00
Geoff Brown
d3a78a5d2f
Bug 865005 - Follow-up: disable netwerk xpcshell tests on Android; DONTBUILD
2013-04-30 16:13:11 -06:00
Geoff Brown
a240001cc0
Bug 865006 - Enable more xpcshell tests on Android; r=jmaher DONTBUILD
2013-04-30 12:38:18 -06:00
Jonathan Griffin
fd7750e83e
Bug 866342 - Use try/catch around weakref.get(), r=mdas
2013-04-30 11:22:03 -07:00
Jonathan Griffin
e70f22c620
Bug 865859 - Update mozbase deps, r=ahal
2013-04-30 10:01:14 -07:00
Ryan VanderMeulen
463e9e1959
Backed out changeset f4da799815da (bug 861689) for mochitest asserts.
...
CLOSED TREE
2013-04-30 11:12:17 -04:00
Ryan VanderMeulen
b6cc74b921
Backed out changesets 64c7ba1d3d04 and 7e9d5bb4a9af (bug 862986) for test failures.
2013-04-30 10:08:38 -04:00
Brian O'Keefe
0baa2a32d6
Bug 862986 - Part 2: Migrate PROGRAM from Makefile.in to moz.build. r=gps
2013-04-30 09:08:31 -04:00
Martijn Wargers
3478411501
Bug 861689 - Unable to restore focus, expect failures and timeouts after certain tests in the b2g mochitest run. r=jmaher
2013-04-29 23:14:32 +02:00
Joey Armstrong
321d063783
bug 844655: Port XPCSHELL_TESTS to moz.build as XPCSHELL_TESTS_MANIFESTS
2013-04-29 14:49:00 -04:00
Jonathan Griffin
2a2aaa8e6c
Bug 865867 - Remove unused perf code from Marionette, r=mdas
2013-04-29 09:38:54 -07:00
Yiming Yang
89729a754e
Bug 845925 - Add scroll/pinch actions using touch action chains to the python touch layer, r=mdas
2013-04-26 11:14:50 -07:00
Dave Hunt
096bddd96f
Bug 866111 - Bump marionette_client version to 0.5.25. r=mdas
2013-04-26 16:16:33 +01:00
Mike Hommey
a0c6629084
Bug 859705 - Un-szip libraries before pushing them on the device for xpcshell tests. r=ted
2013-04-18 09:14:38 +02:00
Camilo Viecco
fe68a570a8
Bug 864633 - broken site identity info bar part2 (tests from 813418). r=bsmith
...
--HG--
extra : rebase_source : b9acce3f6db1b1560b5e9928e8b3794ead151bc1
2013-04-25 13:40:26 -07:00
Joel Maher
e1a054d8ae
Bug 865780 - deploy a new talos.zip to capture the fennec preference, datazilla output, and mozlog fix. r=armenzg
2013-04-25 15:21:12 -04:00
Dave Hunt
df0343a4dc
Bug 842633 - Allow subclasses of MarionetteTestRunner to add their own command line options. r=jgriffin
2013-04-25 09:04:21 +01:00
Ryan VanderMeulen
723c197a05
Backed out changeset d38a000208e9 (bug 865361) for talos bustage.
...
CLOSED TREE
2013-04-24 15:25:00 -04:00
Joel Maher
ebbca60340
Bug 865361 - deploy talos.zip to print additional datazilla upload information to the log file. r=armenzg
2013-04-24 14:24:58 -04:00
Guilherme Gonçalves
597f33c342
Bug 863852 - Part 2 - Handle reentrance in the state machine. r=smaug
2013-04-24 11:09:31 -07:00
Marco Bonardo
ae788b6bef
Bug 863447 - Give mochitest-browser some time to complete off main thread work when nsGlobalWindows appear leaked
...
r=ttaubert
2013-04-24 20:05:17 +02:00
Geoff Brown
a7324780da
Bug 863752 - Avoid TypeError in remotexpcshelltests.py; r=jmaher DONTBUILD
2013-04-23 10:44:59 -06:00
Joel Maher
bdd647a54d
Bug 863809 - update talos.zip to include xperf logging fix. r=armenzg
2013-04-22 09:44:32 -04:00
Phil Ringnalda
12a533fa7b
Merge m-c and fx-team
2013-04-21 19:38:48 -07:00
Ryan VanderMeulen
331114df3d
Merge m-c to fx-team.
2013-04-19 14:00:56 -04:00
Yiming Yang
4c7c9058f1
Bug 858563 - Add 'long_press' to Action chains, r=mdas
2013-04-15 13:19:22 -07:00
Panos Astithas
21866a3c7a
Bug 863571 - Enable source map xpcshell tests on B2G; r=mdas
2013-04-19 20:10:20 +03:00
Ryan VanderMeulen
b0450d3e9b
Backed out changeset 3b8dcd393805 (bug 859705) for intermittent Android xpcshell failures on a CLOSED TREE.
2013-04-18 14:58:07 -04:00
Ryan VanderMeulen
72d33a4d5d
Backed out changeset 7610346a34ee (bug 859705) for intermittent Android xpcshell failures on a CLOSED TREE.
2013-04-18 14:52:59 -04:00
Ryan VanderMeulen
cd0138cd77
Merge m-c to inbound.
2013-04-18 14:01:31 -04:00
Ryan VanderMeulen
bf49d89795
Merge m-c to birch.
2013-04-18 10:58:27 -04:00
Fabrice Desré
aa2196b82c
Bug 854849 - Sanitize displayable fields in manifests r=vingtetun
2013-04-18 03:18:30 -07:00
Jonathan Griffin
47bf8f7b40
Bug 863185 - Define variable in order to use it, r=dburns
2013-04-18 03:04:13 -07:00
Mike Hommey
8fd461d023
Bug 859705 - Un-szip libraries before pushing them on the device for xpcshell tests. r=ted
2013-04-18 09:14:38 +02:00
Fabrice Desré
5b037f5922
backout a19cc9af881e for Moth failure.
2013-04-18 04:30:05 -07:00
Fabrice Desré
84e2de4a5d
Bug 854849 - Sanitize displayable fields in manifests r=vingtetun
2013-04-18 03:18:30 -07:00
Malini Das
cf806297b9
Bug 860849 - Fix 'Illegal Value' error in marionette, r=jgriffin
2013-04-17 12:06:39 -04:00
Yiming Yang
d2e3f9737a
Bug 850819 - Send touch/mouse/click events in action chains, r=mdas
2013-04-10 16:55:43 -07:00
Mike Hommey
9a696d5e68
Fixup for bug 859705 - Add missing return. r=me. DONTBUILD
2013-04-18 16:50:13 +02:00
Ben Kelly
dfbc7a12f9
Bug 847279 - Update the android.json test exclusions to make new relativesrcdir paths. r=mbrubeck
2013-04-18 10:32:25 -04:00
Jeff Hammel
a4a21f27be
Bug 860091 - mirror test.py and mozdevice and mozprofile to m-c;r=jgriffin
...
--HG--
extra : rebase_source : 16b0b4bb8b49b0a70e0a2160c3ca6370737b0fab
2013-04-17 11:08:02 -07:00
Jonathan Griffin
345660552a
Bug 862053 - Use getBoundingClientRect instead of offsetParents, r=mdas
2013-04-17 00:42:10 -07:00
Dave Hunt
01c87f8dfc
Bug 857607 - Reduce log level when launching B2G desktop client with mozrunner. r=jgriffin
2013-04-16 22:35:07 +01:00
Alexandre Poirot
16e6da25d8
Bug 857073 - Simplify ChromeUtils usages. r=jmaher
2013-04-16 16:46:47 -04:00
Mike Shal
df7deac25b
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
Paolo Amadini
b55d4bd0d8
Bug 859065 - Avoid "command timed out: 1200 seconds without output, attempting to kill" by providing an inner xpcshell timeout of 5 minutes. r=jmaher
2013-04-16 20:35:09 +02:00
Dave Hunt
b18972403a
Bug 863893 - Bump marionette_client version to 0.5.24. r=mdas
2013-04-19 23:03:03 +01:00
Andrew Halberstadt
291eea4ae5
Bug 863377 - Marionette socket exceptions prevented from propagating, r=jgriffin
2013-04-19 14:20:10 -04:00
Gian-Carlo Pascutto
9d6819b392
Bug 861637 - Add workaround for missing clone function. r=blassey
2013-04-16 15:47:41 +02:00
Joel Maher
73182c8787
Bug 857252 - testing-modules-dir is not defined. r=gps
2013-04-16 08:33:30 -04:00
Camilo Viecco
71d35ee552
Bug 813418 - Backout 95add3006aaf due to bustage CLOSED TREE
2013-04-15 16:45:38 -07:00
Camilo Viecco
b27a45bc28
Bug 813418 - Centralize certificate validation (Part 1, tests). r=bsmith
...
--HG--
extra : rebase_source : a9d66d37da35b315097af6e20177188a3ef52ce0
2013-02-27 10:30:19 -08:00
Ryan VanderMeulen
8141f518fc
Merge m-c to inbound.
2013-04-15 16:21:51 -04:00
Martijn Wargers
ef862b3016
Bug 860748 - Cleanup exclude list for b2g mochitests on the emulator. r=jgriffin
2013-04-15 20:00:16 +02:00
Jonathan Griffin
aa1f479bdf
Bug 843793 - Throw specific errors when iframe is crashed or hung, r=mdas
2013-04-08 14:12:32 -07:00
Jonathan Griffin
a1f0729a3f
Bug 838607 - Disable another click test, a=test-only
2013-04-15 01:40:08 -07:00
Jonathan Griffin
5b0746d275
Backed out changeset c2449e6144d1 (wrong bug #)
2013-04-15 01:43:14 -07:00
Jonathan Griffin
5365eb2207
Bug 860104 - Disable another click test, a=test-only
2013-04-15 01:40:08 -07:00
Jim Blandy
be9cbe79ed
Bug 857715: In testing/xpcshell/head.js, use 'uneval' to quote values passed to the child process. r=ted
2013-04-14 17:49:40 -07:00
Guilherme Gonçalves
bc55011071
Bug 850442 - Part 3 - Convert callbacks, Geolocation and Position. r=bz
2013-04-12 13:01:29 -07:00
Jonathan Griffin
d0e32dc400
Bug 860104 - Temporarily disable test due to frequent orange, a=test-only on a CLOSED TREE
2013-04-12 10:07:10 -07:00
David Burns
e6151ef670
Bug 830197 - Check visibility of the element before typing. r=mdas
2013-04-11 13:52:42 -07:00
Joel Maher
5600bb8c41
Bug 861132 - upload new talos.zip to capture tresize adjustment to time collection. r=kmoir
2013-04-12 11:19:13 -04:00
Honza Bambas
f29df2e52f
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
2013-04-15 14:38:48 +02:00
Boris Zbarsky
03afb391b8
Bug 810644 part 1. Switch setTimeout and setInterval to using WebIDL callback functions. r=smaug, sr=peterv
2013-01-03 14:02:36 -05:00
Andrew Halberstadt
2fe3641c71
Bug 860764 - Read profiles.ini properly during crash detection for marionette b2g unittests, r=jgriffin
2013-04-11 16:51:42 -04:00
Andrew Halberstadt
b766d40420
Bug 860773 - speed up crash detection for b2g marionette emulator tests, r=jgriffin
2013-04-11 16:51:41 -04:00
Jonathan Griffin
5b883af53d
Bug 860108 - Clone starting repo for b2g desktop mochitests, r=ahal
2013-04-09 17:13:32 -07:00
Martijn Wargers
866354c63f
Bug 850302 - B2G mochitests time out on tests using window.open. r=jlebar
2013-03-22 08:41:07 -07:00
Ryan VanderMeulen
60dbee1a3e
Backed out 2 changesets (bug 850362, bug 600307) for Windows XP leaks on a CLOSED TREE.
2013-04-11 17:00:28 -04:00
Joel Maher
9a8594c587
Bug 858084 - upload a new talos.zip to to fix the mozcrash issue. r=armenzg
2013-04-11 14:04:43 -04:00
Honza Bambas
26d97547b7
Bug 600307 - localStorage and sessionStorage implementation overhaul, r=mak77+smaug, sr=smaug
2013-04-11 18:26:06 +02:00
Ryan VanderMeulen
0021e7aaee
Backed out 17 changesets (bug 566746, bug 697377) for frequent OSX debug mochitest-5 crashes.
2013-04-11 11:53:13 -04:00
Malini Das
0fa8775c2d
Bug 859864 - remove NoSuchAttribute from errors.py, r=dburns
2013-04-11 10:55:22 -04:00
Neil Deakin
8f48bceea0
Bug 566746 - Convert to use asynchronous FormHistory.jsm for form history autocomplete tests, p=enndeakin,felix, r=dteller
2013-04-11 04:01:48 -04:00
Neil Deakin
fd73347c56
Bug 566746 - Changes to shared form history tests files to support asynchronous form history, p=enndeakin,felix, r=mak
2013-04-11 04:01:47 -04:00
Joel Maher
c6978dde42
Bug 859840 - use devicemanager in-tree for xpcshell. r=Callek
2013-04-10 14:51:31 -04:00
Jonathan Griffin
d09f457a72
Bug 860104 - Cast prefs after interpolation, r=ahal
2013-04-09 17:31:42 -07:00
Bas Schouten
839048be74
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
...
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 09:20:52 +00:00
Dave Hunt
5a36971982
Bug 857599 - Clone profile for Marionette tests to prevent polluting the original profile. r=jgriffin
2013-04-10 09:31:35 +01:00
Ryan VanderMeulen
8025fedd18
Backed out changeset 3f8a9cfdc055 (bug 857599) for Mn failures on a CLOSED TREE.
2013-04-09 18:22:14 -04:00
Dave Hunt
91c59c637f
Bug 857599 - Clone profile for Marionette tests to prevent polluting the original profile. r=jgriffin
2013-04-09 19:41:09 +01:00
Malini Das
5e4402e7a3
Bug 736592 - Use getWeakReference instead of actual references to elements, r=jgriffin
2013-04-09 13:05:43 -04:00
Hubert Figuière
b058fb849d
Bug 840612 - Part 2: make sure that networkmanager is ignored on pandaboard and emulator. r=jgriffin
2013-04-05 16:04:32 -04:00
Hubert Figuière
badb4e497a
Bug 840612 - Part 1: Don't close Marionette and debugger server socket when going offline. r=mdas,past,mcmanus f=jduell
2013-03-26 21:22:40 -04:00
Masatoshi Kimura
baee7fa4d1
Bug 771975 - Remove -moz-prefixed gradients usage from rest of the tree. r=roc
2013-04-09 07:44:26 +09:00
Ehsan Akhgari
e9b9bebd68
Backed out changeset 664a2230e5c7 (bug 843793) because of Marionette test failures
...
Landed on a CLOSED TREE
2013-04-08 18:49:33 -04:00
Jonathan Griffin
2f1fe75231
Bug 843793 - Throw specific errors when a frame has frozen/crashed, r=mdas
2013-04-08 14:12:32 -07:00
Gregory Szorc
3e0e163c34
Bug 857984 - mach mochitest now colorizes and prints failure summary; r=Ms2ger
2013-04-04 15:17:23 -07:00
Geoff Brown
4118e069bc
Bug 833765 - Increase default sut timeout to 320 s during rc tests; r=jmaher DONTBUILD
2013-04-08 12:34:45 -06:00
David Burns
c9d752cdd1
Bug 838607 - Added explicit wait for element to appear before carrying on the test. r=mdas
2013-04-08 16:16:57 +01:00
Aryeh Gregor
5384d0b989
Bug 851916 part 1 - Update dom/imptests/webapps/ and harness; r=Ms2ger
...
--HG--
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_ChildNode-remove.js => dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/ChildNode-remove.js
2013-03-21 14:54:43 +02:00
David Burns
45e6006ebe
Bug 814037 - Check overflow x and overflow y when doing visibility checks with Marionette. Atom updated. r=mdas
2013-04-08 13:13:11 +01:00