Mounir Lamouri
a263ac2cb9
Bug 777072 - 6/7 Update the Permission Manager database to save appId/isInBrowserElement. r=sicking
2012-08-23 11:38:26 -07:00
Dave Camp
e3d5efed46
Merge fx-team to m-c
2012-08-25 16:56:09 -07:00
Dave Camp
9dd06deae3
Bug 785635 - Markup panel undo is broken. r=jwalker
2012-08-25 11:04:47 -07:00
Ryan VanderMeulen
31b5d3335d
Merge m-c to inbound.
2012-08-24 16:18:09 -04:00
Joel Maher
5c86316fc8
Bug 785249 - deploy new talos.zip to capture recent changes. r=coop
2012-08-24 11:22:43 -04:00
Chris Jones
bb75bebb82
No bug: Merge backout on a CLOSED TREE r=bustage
2012-08-23 22:33:04 -07:00
Chris Jones
da27f385d7
Back out bug 777072, bug 619236, and bug 784878
2012-08-23 22:00:14 -07:00
Ryan VanderMeulen
9ad8ca8a9d
Merge the last PGO-green inbound changeset to m-c.
2012-08-23 22:06:49 -04:00
Johannes Vogel
991a87a528
Bug 755856 - make marionette client look for adb in path first, r=mdas
2012-08-23 15:46:48 -04:00
Mounir Lamouri
c7228477b1
Bug 619236 - Set user_version in generated permissions.sqlite for tests. r=sicking
2012-08-23 11:39:41 -07:00
Mounir Lamouri
65d035edc9
Bug 777072 - 6/7 Update the Permission Manager database to save appId/isInBrowserElement. r=sicking
2012-08-23 11:38:26 -07:00
Mounir Lamouri
8e092dc2e5
Bug 775815 - Use new Permission Manager API in SpecialPowers. r=sicking
2012-08-23 11:23:48 -07:00
Kyle Machulis
76c7b95997
Backout of c129811b87ef due to mochi bustage
2012-08-23 12:00:51 -07:00
Bobby Holley
bc6c1d1c2e
Bug 785162 - Disable test_bug760802.html on android. r=smaug,dougt
2012-08-23 11:45:28 -07:00
Kyle Machulis
a33056cfaf
Bug 783426: Patch 2 - Async DOMRequest Firing Tests; r=sicking
2012-08-23 09:52:54 -07:00
Kyle Machulis
37e2b5f29a
Backout be6da7f8989c due to bustage
2012-08-22 18:11:52 -07:00
Kyle Machulis
6402f59383
Bug 783426: Patch 2 - Tests for Async DOMRequest Firing; r=sicking
2012-08-22 18:04:01 -07:00
Kyle Machulis
56b6897dc3
Backing out 542abbd15139 due to incorrect commit messages
2012-08-22 18:00:57 -07:00
Kyle Machulis
8298af775b
Bug 783426: Patch 2 - Tests for Async DOMRequest Firing
2012-08-22 17:58:05 -07:00
Mark Capella
daef2756b5
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Final, r=ted
...
Remove last three references, final cleanup
2012-08-23 08:16:44 -04:00
Jonathan Griffin
968d03af25
Bug 785273 - Prevent circular references to Marionette instances, r=mdas
2012-08-23 17:31:42 -07:00
Ryan VanderMeulen
5fd5fe5bbc
Merge m-c to inbound.
2012-08-23 19:50:46 -04:00
Vicamo Yang
14d901a6ff
Bug 707659 - Part 2: fix test scripts, r=philikon
2012-08-23 01:30:40 +08:00
Ehsan Akhgari
e368dc9c85
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
jmaher@mozilla.com
2bce9d5ce3
Bug 781580 - deploy a new talos.zip to capture bug 781507;r=Callek
2012-08-21 20:57:11 -07:00
Donovan Preston
ea8f619eac
Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice]
2012-08-21 09:46:27 -07:00
Ed Morley
fea574e658
Backout 3c39fdebf386 (bug 733573) for native Android m3 failures in test_tcpsocket_enabled_no_perm.html on a CLOSED TREE
2012-08-21 23:01:09 +01:00
Donovan Preston
bb0843a774
Bug 733573 - Expose a client TCP socket API to web applications [r=honzab,fabrice]
2012-08-21 09:46:27 -07:00
Wes Kocher
754c3ec95d
Bug 784113 - Update Jetpack code being tested against mozilla-central.
...
--HG--
extra : rebase_source : 157a1246653d6a58eddeaca0defc97a3a58d6e92
2012-08-20 16:13:46 -05:00
Ian Melven
0e674bdc8b
Bug 341604 - tests for iframe sandbox - plugins r=jst
2012-08-20 11:34:33 -07:00
Wes Kocher
94c977596a
Bug 783728 - Update revision of Jetpack code tested on m-c. r=philor
2012-08-17 21:29:52 -05:00
Bobby Holley
8ac1ba8830
Bug 695292 - Port SimpleTest.executeSoon() to SpecialPowers. r=mrbkap
...
If we just naively use the thread manager to dispatch the event via SpecialPowers,
we cannot avoid the XPCWrappedJS for the runnable being in chrome scope (even if
we pass a content object, we make the call in chrome scope, so we pass a cross-
compartment wrapper). This means that the machinery in
nsXPCWrappedJSClass::CheckForException ends up calling the error reporter for the
SpecialPowers scope, which isn't what we want.
Messing around with the implementation of CheckForException is playing with fire.
So we work around this with an explicit Cu API. :-(
2012-08-17 15:13:23 -07:00
Brian R. Bondy
80f272156f
Bug 731307 - Async filepicker test changes. r=roc
2012-08-17 11:35:01 -04:00
Ed Morley
6e08949bc2
Bug 783515 - Re-enable falsely blamed native Android M3 tests now dom/indexedDB/ipc/test_ipc.html is disabled; r=gbrown,jmaher
2012-08-17 14:42:26 +01:00
Ed Morley
06cb125d07
Bug 783509 - Disable the newly created test_browserElement_inproc_AppWindowNamespace.html on Android for permaorange timeouts; r=jmaher
2012-08-17 14:42:26 +01:00
Ed Morley
3925d65d7d
Bug 783513 - Disable dom/indexedDB/ipc/test_ipc.html on Android for mochitest-3 permaorange due to OOMs; r=jmaher
2012-08-17 14:42:26 +01:00
Phil Ringnalda
9208a5089e
Back out e6761635f9cf (bug 695292) for Android mochitest bustage on a CLOSED TREE
2012-08-16 21:35:53 -07:00
Bobby Holley
c64c9eb535
Bug 695292 - Port SimpleTest.executeSoon() to SpecialPowers. r=mrbkap
...
If we just naively use the thread manager to dispatch the event via SpecialPowers,
we cannot avoid the XPCWrappedJS for the runnable being in chrome scope (even if
we pass a content object, we make the call in chrome scope, so we pass a cross-
compartment wrapper). This means that the machinery in
nsXPCWrappedJSClass::CheckForException ends up calling the error reporter for the
SpecialPowers scope, which isn't what we want.
Messing around with the implementation of CheckForException is playing with fire.
So we work around this with an explicit Cu API. :-(
2012-08-16 18:33:27 -07:00
Myk Melez
f4a57d26a2
bug 783391 - NS_ERROR_FILE_IS_DIRECTORY on mochitest-chrome runs; r=adw
2012-08-16 15:20:29 -07:00
Bob Silverberg
e242f37172
Bug 781920 - Remove getElementValue from HTMLElement in Marionette. r=dburns
2012-08-16 17:35:20 -04:00
Jonathan Griffin
99a3e32620
Bug 783132 - bump mozprocess dep and add call to processOutput, r=ahal, DONTBUILD because NPOTB
2012-08-16 10:59:47 -07:00
Jonathan Griffin
4f5253c35b
Bug 783120 - Make datazilla import conditional on options.pref, r=mdas
2012-08-16 10:55:25 -07:00
Ekanan Ketunuti
33433c8f39
Bug 781932 - Update enabled() to be is_enabled to make Selenium API. r=jgriffin
2012-08-15 08:21:41 +07:00
Myk Melez
c45d593ca6
bug 770770: refactor webapp runtime test harness to reduce complexity/special-casing; r=adw
...
--HG--
extra : rebase_source : 183331b565d8c0577c9ba60a89f3c1ea6b11af9a
2012-08-14 15:27:26 -07:00
Bobby Holley
daa51dde26
Bug 781521 - Fix test_SpecialPowersExtension. r=Ms2ger
...
The constructor function lives in content, but it's being invoked from chrome, so the |this| object is actually privileged.
2012-08-14 20:54:33 -07:00
Sanchit Gangwar
943012f622
Bug 781935 - Change the function names in /testing/marionette/client/marionette/tests/unit/test_selected.py. r=jgriffin
2012-08-13 00:24:42 +05:30
David Keeler
d0d3c04507
Bug 749257 - Improve test plugin. r=josh, r=bsmedberg
2012-08-13 10:40:15 -07:00
Ed Morley
e60b46a79a
Bug 782431 - Disable dom/imptests/editing/selecttest/* on Android for being permaorange
2012-08-13 23:09:29 +01:00
Ed Morley
949956ee67
Bug 782328 - Disable dom/imptests/webapps/DOMCore/tests/approved/* on Android for being permaorange; r=Ms2ger
2012-08-13 18:44:25 +01:00
Ed Morley
662f4a94d9
Bug 782275 - Disable devicestorage tests on Android; r=dougt
2012-08-13 18:44:25 +01:00
Jonathan Griffin
4b7c539803
Bug 777842 - make Marionette Python2.6 compatible, r=dburns
2012-08-10 17:04:28 -07:00
Paul Dagnelie
0e22238d23
Bug 779006 - Display pid in xpchsell's check-interactive mode. r=ctalbert
2012-08-13 13:19:11 -04:00
Ed Morley
6f560428f4
Bug 782254 - Disable dom/imptests/webapps/DOMCore/tests/submissions/* on Android for being permaorange; r=Ms2ger
2012-08-13 14:42:34 +01:00
Ryan VanderMeulen
c7b834b885
Merge inbound to m-c.
2012-08-11 22:33:42 -04:00
Masayuki Nakano
577c0446d5
Bug 719320 part.9 Implement nsIDOMWindowUtils::sendWheelEvent() for tests r=smaug, sr=jst
2012-08-12 10:42:36 +09:00
Gregor Wagner
40a59825fa
Bug 781929 - Fix SpecialPowers.addPermission typo. r=bent
2012-08-10 13:55:42 -07:00
Andrew Halberstadt
7c1ba0c892
Bug 770490 - Infrastructure to run reftests on B2G, r=jgriffin
2012-08-10 14:25:20 -04:00
David Burns
42dfe91ce7
Bug 757069: add the ability to get session data out of the browser; r=jgriffin
2012-08-10 11:51:35 -07:00
Jonathan Griffin
f7f07c0f74
Bug 781711 - Make mochitest manifests work properly with both runtests and excludetests, r=jmaher
2012-08-10 09:44:50 -07:00
Ed Morley
d5f3ed0ada
Bug 781837 - Disable dom/imptests/webapps/WebStorage/tests/submissions/* on Android for being permaorange; r=jmaher
2012-08-10 17:36:24 +01:00
Kyle Huey
74b7acf005
Bug 781700: Don't hold strong references to databases from the synchronization queue, so that GCing a database will unblock waiting operations. r=bent
...
--HG--
extra : rebase_source : 2f1b2405ffc91831d33eb91e4b2d61c2b1ac872b
2012-08-10 09:15:02 -07:00
Takanori MATSUURA
cd7ef2415e
Bug 781338 - .mkdir.done file should not be bundled with final package and omnijar archive. r=mhommey
2012-08-10 11:29:58 -04:00
Ed Morley
c858207beb
Bug 781789 - Disable dom/devicestorage/test/test_stat.html on Android for being permaorange; r=jmaher
2012-08-10 15:01:28 +01:00
David Burns
89a26d8081
Bug 781050: Change equals() to __eq__() to be more idiomatic for python r=jgriffin
2012-08-09 13:01:56 -07:00
David Burns
dda7564daf
Bug 738408: Adding the ability to get the page source; r=jgriffin
2012-08-09 12:31:12 -07:00
Ed Morley
b5f4776008
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-09 12:46:05 +01:00
Ms2ger
3cd194931f
Bug 781116 - "finished in a non-clean fashion" message should use error() instead of log(); r=ted
2012-08-09 09:11:33 +02:00
Ms2ger
75ab7efb95
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
2012-08-09 09:09:40 +02:00
David Clarke
b21f658491
Bug 780031 - Mochitest on b2g reliability improvements, r=jgriffin, DONTBUILD because NPOTB
2012-08-08 17:29:26 -07:00
Ed Morley
2135e5033f
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-08 17:18:26 +01:00
Sam Garrett
97fc24847c
Bug 771554 - Update mozbase deps to match in-tree versions, r=jgriffin, DONTBUILD because NPOTB
2012-08-06 17:44:51 -06:00
Mike Hommey
9033126795
Bug 770426 - Replace double colon rules with dependency chains for preprocessing rules. r=khuey
2012-07-23 07:42:22 +02:00
Ryan VanderMeulen
0726b1fe02
Merge m-c to inbound.
2012-08-06 20:26:58 -04:00
Ed Morley
5162e724a0
Backout b4a63a0b90c2 (bug 778420), b849f1b3859a (bug 778420), d522b5a13b27 (bug 72964), 3a12c64bf53a (bug 778420), c07148142675 (bug 726053) for failures in test_bug435425.html on a CLOSED TREE
2012-08-07 00:57:27 +01:00
Jonathan Griffin
0ef625a962
Bug 778912 - Marionette should shutdown Firefox instances it launches, a=test-only, DONTBUILD because NPOTB
2012-08-06 15:08:45 -07:00
Gregory Szorc
847a1eba29
Bug 759664 - Register testing-only JS modules with mochitests; r=ted
2012-08-06 14:22:09 -07:00
Bobby Holley
5f0496dcbf
Bug 778420 - Add Services getter to SpecialPowers. v1
...
--HG--
extra : rebase_source : 4d7c95cbcc68afd18a43eaae33012d21e6d4f02a
2012-08-06 22:14:27 +02:00
Camilo Viecco
76b7667732
Bug 726053 This patch removes all forms of 'obj instanceof Components.interfaces' for the new specialpowersAPI call. r=bholley
...
--HG--
extra : rebase_source : 8a246ed35698c4da3f8a4a5202dcce949121d722
2012-08-06 22:13:46 +02:00
David Burns
0a381e3609
Bug 751637: Added keys helper to Marionette and removing sendKeysToElement atom; r=jgriffin
2012-08-05 12:49:42 -07:00
Ryan VanderMeulen
78dfc1ff69
Merge m-c to inbound.
2012-08-08 22:48:37 -04:00
Bobby Holley
02c179cf8d
Bug 778420 - Add Services getter to SpecialPowers. r=jmaher
...
--HG--
extra : rebase_source : 6e0962a1fc3629d682beb4c36537ee0b11c9d810
2012-08-03 22:19:54 +02:00
Camilo Viecco
5d98b37929
Bug 726053 - Add in-chrome context to specialpowers, r=ted.mielczarek
...
--HG--
extra : rebase_source : a14c4a7606527b6dc2bd1c46e76e439bfacafd18
2012-08-08 22:08:42 +02:00
David Burns
128d2d6f45
Bug 759477: adding the ability to get the tag name of an Marionette HTMLElement; r=jgriffin
2012-08-08 13:21:50 -07:00
Geoff Brown
d0459ad8ba
Bug 775227: tweak set of Android M3 tests disabled for OOM; r=jmaher
2012-08-05 13:09:44 +01:00
Joel Maher
553aa16617
Bug 687032 - Intermittent test_bug590812.html | noxul domain same as ref and test_bug590812.html | xul supporting domain same as ref. r=edmorley
2012-08-05 07:36:35 -04:00
Benoit Jacob
882831b9b9
Bug 778006 - reenable WebGL mochitest on Android - r=gbrown
2012-08-04 13:36:54 -04:00
Mike Hommey
70d7c821af
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Mike Hommey
03af8b0c50
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
2012-08-04 10:38:41 +02:00
Mike Hommey
be4985adfe
Bug 778259 - Fix fallback relpath implementation for python 2.5- in manifestparser.py. r=jhammel
2012-08-04 08:54:59 +02:00
Mike Hommey
7096160830
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 08:48:56 +02:00
Ed Morley
81fe0db761
Merge mozilla-central and fx-team
2012-08-03 15:52:55 +01:00
Tim Taubert
9a670c04a3
Bug 728294 - Part 3 - Analyze cycle collection logs on testsuite shutdown to detected leaked windows; r=ted,smaug
2012-08-03 12:36:59 +02:00
Tim Taubert
35294c0950
Bug 728294 - Part 1 - Remove old debug log parser; r=ted
2012-08-03 12:36:59 +02:00
Siddharth Agarwal
594b174331
Bug 779701 - Marionette tests aren't properly packaged on Windows. Convert backslashes to forward slashes. r=jgriffin
...
--HG--
extra : rebase_source : 9fd21f295eb0a92a6f8b16a388d023099dc4247a
2012-08-03 04:15:00 +05:30
Andrew Halberstadt
ca785a485f
Bug 778133 - Update mozbase in m-c for bug 776931. r=jhammel
2012-08-02 17:17:34 -04:00
Masatoshi Kimura
a74b36c7dc
Bug 773919 - Cut query string before resolving URI. r=sicking
2012-08-02 17:17:34 -04:00
Jonathan Griffin
eceb527930
Bug 777871 - Get mochitests running OOP in B2G, r=jlebar, DONTBUILD because NPOTB
2012-08-02 13:30:25 -07:00
Malini Das
943f61f43f
Bug 778204 - update marionette test harness emulator documentation, r=jgriffin
2012-08-01 15:30:27 -04:00
Malini Das
6636eaae3b
Bug 779504 - pin datazilla pypi package to version number, r=jgriffin
2012-08-01 14:45:07 -04:00
Jonathan Griffin
4703a70f51
Bug 779011 - Move acknowledgement for setScriptTimeout to content script, r=mdas, DONTBUILD because NPOTB
2012-08-01 09:53:37 -07:00
Geoff Brown
fe84423ccf
Bug 775227: disable one more test on Android for OOM; r=jmaher
2012-07-31 14:27:02 -06:00
Eddy Bruel
7fa33d3d7e
Bug 460969 - Merge fix
2012-07-31 14:19:19 +02:00
Jonathan Griffin
a5f6e55dac
Bug 779012 - Update test timing for slow test, a=test-only, DONTBUILD because NPOTB
2012-07-30 18:05:16 -07:00
Mihnea Dobrescu-Balaur
d92b80e9cf
Bug 775281 - Add files necessary to run B2G xpcshell tests from test.sh, r=jgriffin, DONTBUILD because NPOTB
2012-07-30 12:04:45 -07:00
Aryeh Gregor
d0ad5a7d0c
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Wes Kocher
1b9a0fb184
No bug - Update revision of Jetpack code used in tests. r=me
2012-07-28 21:03:37 -05:00
Wes Johnston
4a6d4c3c53
Bug 773741 - Test using touch events on resizers. r=enn
2012-07-27 15:01:13 -07:00
David Burns
86747606a0
Bug 778094: aligning text method on Marionette Elements with Selenium API; r=jgriffin. DONTBUILD because NPOTB
2012-07-27 13:50:00 -07:00
David Burns
327744d2fd
Bug 777935: add test cleanup to Marionette so that when we move onto the next test module we start with the right amount of windows; r=jgriffin DONTBUILD because NPOTB
2012-07-27 13:09:13 -07:00
Richard Newman
4f2dd25d6a
Merge m-c to m-i.
2012-07-27 13:03:38 -07:00
Matt Brubeck
6b546f7d8b
Bug 777594 (followup) - Disable failing tests on Android
2012-07-27 12:47:26 -07:00
David Burns
194fb00c69
Bug 776189 - Prevent Marionette from attaching to type=content browser, r=mdas, DONTBUILD because NPOTB
2012-07-26 12:36:15 -07:00
Jonathan Griffin
ceb382364e
Bug 753490 - Fix find_element regression, r=mdas, DONTBUILD because NPOTB
2012-07-27 09:39:55 -07:00
Geoff Brown
484f11d7e9
Bug 775227 - Disable several more mochitests on Android, for OOM failures; r=jmaher
2012-07-26 18:23:28 -06:00
Ryan VanderMeulen
b8013885dc
Merge m-c to inbound.
2012-07-30 20:14:22 -04:00
Ehsan Akhgari
3ad40dbf10
Merge the nullptr conversion from mozilla-central into mozilla-inbound
2012-07-30 10:28:15 -04:00
Masatoshi Kimura
412f59d922
Bug 750241 - Filter console messages to prevent intermittent orange; r=hsivonen
2012-07-30 12:47:19 +01:00
Gregor Wagner
c7adbabdd5
Bug 736883 - Contacts API: Add pictures. r=bent
2012-08-07 15:02:37 -07:00
Joel Maher
13103499d4
Bug 780855 - Permaorange Android dom/indexedDB/test/test_event_propagation.html | Test timed out. r=edmorley
2012-08-07 10:57:00 -04:00
William Lachance
2795774129
Bug 777500 - Log information about device before and after test for remote mochitest and reftests;r=jmaher
2012-07-25 20:45:36 -04:00
Matt Brubeck
2c28708624
Back out b77834cb31ad (bug 580794) because of mochitest-browser-chrome timeouts
2012-07-25 16:19:02 -07:00
David Keeler
548a9d9654
bug 580794 - strip userpass from favicon uri (r=filipc,ctalbert)
2012-07-24 10:48:42 -07:00
Jonathan Griffin
5903867e4a
Bug 772616 - Add Marionette and Marionette tests to tests.zip, r=ted
2012-07-24 16:36:46 -07:00
Ms2ger
52fc40391f
Merge m-c to m-i.
2012-07-25 16:51:37 +02:00
Joel Maher
56597ec084
Bug 777334 - upload talos.zip to get changes required for android talos and new jstests. r=armenzg
2012-07-25 10:20:23 -04:00
Mounir Lamouri
d1caa102c7
Bug 775817 - Update [most] tests to use the new permission manager api. r=sicking
2012-07-23 11:08:07 -07:00
Geoff Brown
c94c75f5ce
Bug 775227 - Disable mochitest test_transitions_per_property.html on Android, for OOM error; r=jmaher
2012-07-23 08:10:26 -06:00
Tim Taubert
6815ee8e89
merge m-c to fx-team
2012-07-21 12:50:03 +02:00
Jeff Hammel
d3a3a3b3de
Bug 775127 - Bump mozInstall version and release to pypi and update mozbase on mozilla central. r=ahalberstadt
2012-07-20 20:19:38 -04:00
Ryan VanderMeulen
30fbf181d9
Merge m-c to inbound.
2012-07-20 20:19:31 -04:00
Jonathan Griffin
153ba9fbb8
Bug 775755 - Flag an emulator-specific test with qemu = true, r=mbalaur, DONTBUILD because NPOTB
2012-07-20 14:56:20 -07:00
Nick Fitzgerald
570e90155e
Bug 669999 - Add a library for parsing and consuming source map files to Firefox; r=joe_walker,rcampbell
2012-07-18 17:17:00 -04:00
Jonathan Griffin
23c5b2dbe8
Bug 774951 - Allow extensions to be excluded when running mochitest, r=jmaher
2012-07-19 10:31:51 -07:00
Doug Turner
3d9d8c94c5
Bug 775053 - Disable device storage tests on Android. r=jmaher
2012-07-19 09:43:32 -07:00
Marshall Culpepper
ccba8594b2
Bug 775308 - Enable GPU acceleration in the emulator used by Marionette, r=jgriffin, DONTBUILD because NPOTB
2012-07-18 15:16:31 -07:00
Jonathan Griffin
8e85b5ff12
Bug 774553 - Wrap getBoolPref with try/catch, r=mdas
2012-07-17 10:38:52 -07:00
Mihnea Balaur
dcca399def
Bug 773031 - Get xpcshell tests working on B2G emulators, r=jmaher
2012-07-17 09:56:26 -07:00
Ed Morley
0a896463b6
Backout 6a893f7cea3a (bug 775982) to see if the test behaves itself this time
2012-07-25 09:42:48 +01:00
Ed Morley
b4763eb6f8
Bug 776954 - Update mozmill repo URL to reflect github.com/mozautomation/* -> mozilla/ move; r=trivial
2012-07-24 17:18:10 +01:00
Peter Van der Beken
4a1d8fcdac
Fix for bug 769464 (Check mDOMObjectIsISupports when unwrapping). r=bz.
...
--HG--
extra : rebase_source : 26d0508b8a11d75164ae4b27af8c64e8845166f9
2012-07-16 16:52:59 +02:00
Joel Maher
faa73a9b8d
Bug 775982 - Intermittent Android abort during indexedDB/ipc/test_ipc.html. r=edmorley
2012-07-20 12:59:30 -04:00
Patrick McManus
5b9ce7432a
bug 770331 - always try and negotiate HTTP Keep-Alive r=biesi
...
--HG--
extra : rebase_source : d348e3ec56faa48fbed5c4f0f697dee6658e21b2
2012-07-20 08:40:13 -04:00
David Burns
5e6f4b8272
Bug 772995: Implementing close() for closing windows with marionette; r=mdas
2012-07-16 16:06:04 -07:00
David Burns
fe68f5e78e
Bug 774223: Make get_logs clear the log file when called; r=mdas
2012-07-16 06:49:49 -07:00
Ed Morley
ecfc5008a6
Backout 29104ecddc3a (bug 769464) for crashtest assertions
2012-07-16 18:49:14 +01:00
Ed Morley
d9840e90d4
Merge mozilla-central to mozilla-inbound
2012-07-16 18:32:39 +01:00
Peter Van der Beken
be3cedb1a9
Fix for bug 769464 (Check mDOMObjectIsISupports when unwrapping). r=bz.
...
--HG--
extra : rebase_source : 1bdf15c06e0e1e89a877a0f74300bf212de5b60e
2012-07-16 16:52:59 +02:00
Joel Maher
f423508120
Bug 774283 - upload a new talos.zip to capture the latest jstests changes. r=armenzg
2012-07-16 11:29:27 -04:00
Marco Castelluccio
50e2e1387f
Bug 770772 - Implement WebappRT test framework on Linux. r=adw
2012-07-14 19:16:58 -04:00
Ben Turner
86ed155a34
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. Disable xpcshell tests entirely until I can figure out how to enable them selectively.
2012-07-14 09:13:40 -04:00
Ben Turner
77ec1d2ca4
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. r=khuey+mrbkap.
...
--HG--
rename : dom/indexedDB/test/unit/head_idb.js => dom/indexedDB/test/unit/head.js
extra : transplant_source : %5D1%15%CC%90%E0%F5%0D%0B%FDi%0B%B9YA%D4c%24%D42
2012-07-14 07:24:20 -04:00
Ms2ger
dc5ed62122
Backout changeset 592bfc94e628 for X orange.
2012-07-14 11:23:52 +02:00
Ben Turner
9550ca6ef8
Bug 772700 - 'IndexedDB - OOP from a JS component or JSM doesn't work'. r=khuey+mrbkap.
...
--HG--
rename : dom/indexedDB/test/unit/head_idb.js => dom/indexedDB/test/unit/head.js
extra : transplant_source : %217%FC%0D%A3%82%DB%F2DB%F1%5Dc%99%B9%C6j%E1U%A2
2012-07-13 23:05:58 -04:00
Marco Castelluccio
488c2ec749
bug 770771 - Implement WebappRT test framework on Windows; r=adw
2012-07-13 15:49:40 -07:00
Jonathan Griffin
f12164243d
Bug 772310 - Check if pref exists before attempting to read from it, r=mdas
2012-07-12 18:01:45 -07:00
David Burns
42153c48e2
Bug 772835: changing get_window and get_windows to match Selenium; r=jgriffin
2012-07-11 12:31:07 -07:00
Malini Das
0647850ec7
Bug 771224 - use chrome:// instead of loading remote xul. r=jgriffin
2012-07-12 11:01:20 -04:00
Mihnea Balaur
a01719d6c3
Bug 773086 - Add --emulatorImg option to Marionette, r=jgriffin, DONTBUILD because NPOTB
2012-07-11 17:53:51 -07:00
David Burns
95758a158a
Bug 754226: add getting title of content to marionette. r=mdas
2012-07-10 13:30:21 -07:00
Gregor Wagner
b3343beb78
Bug 772127 - Followup: disable on android. r=orange
2012-07-11 13:23:12 -07:00
Joel Maher
5d06f6d92d
Bug 772893 - upload a new talos.zip to remove specialpowers from the default configuration. r=aki
...
--HG--
extra : rebase_source : e4857e5dfb515e6a25b0d61fa551044336108bbe
2012-07-11 12:37:38 -04:00
Jonathan Griffin
bb189eab03
Bug 772687 - Add ability to specify deviceRoot when instantiating DeviceManager, r=jmaher
2012-07-11 11:49:30 -07:00
David Burns
45b74f4041
Bug 772227: renaming display to is_displayed to align with Selenium API r=jgriffin
2012-07-11 05:30:46 -07:00
Malini Das
22f9f4035f
Bug 772086 - change emulator command check to use simpler call, r=philikon
2012-07-10 15:43:19 -04:00
Mihnea Balaur
60099a2458
Bug 758452 - Add xUnit output support to Marionette, r=jgriffin, DONTBUILD because NPOTB,
2012-07-10 10:37:00 -07:00
Ryan VanderMeulen
8b9c9fea4d
Merge m-c to inbound.
2012-07-09 20:53:11 -04:00
Gregory Szorc
c29d4f74bd
Merge mozilla-central into services-central
2012-07-09 15:15:18 -07:00
Gregory Szorc
2df88561d9
Merge mozilla-central into services-central
2012-07-08 20:48:04 -07:00
Gregory Szorc
59824469a6
Merge mozilla-central into services-central
2012-07-03 09:55:45 -07:00
Richard Newman
fd9142fed2
Merge m-c to s-c.
2012-07-01 11:06:36 -07:00
Richard Newman
ed3f303f82
Merge m-c to s-c.
2012-06-29 23:45:13 -07:00
Kyle Huey
3eb0f7c214
No bug: disable this test on Android until we can debug it.
2012-06-29 18:49:07 -07:00
Joel Maher
a764f2759b
Bug 771587 - update a talos.zip to include specialpowers, a11y, dirty, v8, sunspider changes. r=jhammel
2012-07-09 13:56:13 -04:00
Gregory Szorc
0bd4aaec66
Bug 762837 - Try to find modules directory if not defined; r=ted
...
This is a workaround to enable modules to be found on the buildbot test
runners.
2012-06-29 13:27:11 -07:00
Gregory Szorc
81ffe71470
Bug 755339 - Package testing-only JS modules; r=ted
2012-06-29 13:27:06 -07:00
Ryan VanderMeulen
d25eaaf52d
Merge m-c to inbound.
2012-07-07 10:06:52 -04:00
Joel Maher
b6517c1daf
backout 9abaedb956a1
2012-07-06 15:59:19 -04:00
Mihnea Dobrescu-Balaur
06e00196a4
Bug 770490 - Add ability to specify emulator resolution, r=jgriffin, DONTBUILD because NPOTB,
2012-07-06 11:54:59 -07:00
Joel Maher
c8cd5671a1
Bug 771587 - update a talos.zip to include specialpowers, a11y, dirty, v8, sunspider changes. r=armenzg
2012-07-06 14:26:46 -04:00
Masayuki Nakano
230e9a8242
Bug 769190 part.1 Rename Scroll and Win to ScrollLock and OS for the argument of getModifierState() r=smaug, sr=jst
2012-07-06 09:42:05 +09:00
Siddharth Agarwal
6c29a312a6
Fix orange due to botched mozprocess update in bug 769808.
2012-07-03 12:53:23 +05:30
Wes Kocher
3a1b64c196
Update revision of Jetpack code used for tests to fix bug 769440. r=philor
2012-07-02 14:26:35 -07:00
Siddharth Agarwal
18936b1386
Bug 769808 - Update mozbase on m-c to include fix for bug 769789. r=jhammel
2012-07-03 01:52:54 +05:30
Nathan Froyd
bfff055672
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Wes Kocher
e546069c6b
no bug - Update revision of Jetpack tests used on m-c to green things up. r=me
2012-06-28 14:28:23 -05:00
Ben Adida
1e0d98e480
Bug 753238 - Identity module unit tests. rs=dolske
...
--HG--
extra : rebase_source : 9ee371fd16d903ed55a98a62c765fe67665b5229
2012-07-06 16:27:33 -07:00
Tal Aloni
4096278930
Bug 248239 - Change standards mode height calculations for table cells to use content-box sizing rather than border-box sizing by default (and to honor -moz-box-sizing, which we do not do in quirks mode). Also remove -moz-box-sizing: border-box from default style for caption element (all modes). r=dbaron
2012-06-30 12:01:31 -04:00
Ms2ger
afc7a3b381
Merge m-c to m-i.
2012-06-30 14:50:23 +02:00
Drew Willcoxon
9858334554
Bug 733631 - Create a unit test infrastructure for the webapp runtime. r=myk,felipc,ctalbert
2012-06-29 15:52:43 -07:00
Malini Das
5ced7504b0
Bug 761202 - Load special powers only if needed in Marionette. r=dburns
2012-06-25 15:08:38 -04:00
Doug Turner
2055147352
Bug 767894 - Device Storage - Move test from dom/tests/mochitest/devicestorage to dom/devicestorage. rs=bent
...
--HG--
rename : dom/tests/mochitest/devicestorage/Makefile.in => dom/devicestorage/test/Makefile.in
rename : dom/tests/mochitest/devicestorage/devicestorage_common.js => dom/devicestorage/test/devicestorage_common.js
rename : dom/tests/mochitest/devicestorage/test_basic.html => dom/devicestorage/test/test_basic.html
rename : dom/tests/mochitest/devicestorage/test_dotdot.html => dom/devicestorage/test/test_dotdot.html
rename : dom/tests/mochitest/devicestorage/test_enumerate.html => dom/devicestorage/test/test_enumerate.html
rename : dom/tests/mochitest/devicestorage/test_enumerateMultipleContinue.html => dom/devicestorage/test/test_enumerateMultipleContinue.html
rename : dom/tests/mochitest/devicestorage/test_enumerateNoParam.html => dom/devicestorage/test/test_enumerateNoParam.html
rename : dom/tests/mochitest/devicestorage/test_enumerateOptions.html => dom/devicestorage/test/test_enumerateOptions.html
rename : dom/tests/mochitest/devicestorage/test_lastModificationFilter.html => dom/devicestorage/test/test_lastModificationFilter.html
rename : dom/tests/mochitest/devicestorage/test_overwrite.html => dom/devicestorage/test/test_overwrite.html
rename : dom/tests/mochitest/devicestorage/test_sanity.html => dom/devicestorage/test/test_sanity.html
2012-06-27 13:47:36 -07:00
Ehsan Akhgari
f4b598bf08
Bug 722872 - Part 1: Add nsITransferable::Init(nsILoadContext*), enforce that it's called in debug builds, and add nsIDOMDocument* arguments to nsIClipboardHelper methods; r=roc
...
This patch does the following:
* It adds nsITransferable::Init(nsILoadContext*). The load context
might be null, which means that the transferable is non-private, but
if it's non-null, we extract the boolean value for the privacy mode
and store it in the transferable.
* It adds checks in debug builds to make sure that Init is always
called, in form of fatal assertions.
* It adds nsIDOMDocument* agruments to nsIClipboardHelper methods which
represent the document that the string is coming from.
nsIClipboardHelper implementation internally gets the nsILoadContext
from that and passes it on to the transferable upon creation. The
reason that I did this was that nsIClipboardHelper is supposed to be a
high-level helper, and in most of its call sites, we have easy access
to a document object.
* It modifies all of the call sites of the above interfaces according to
this change.
* It adds a GetLoadContext helper to nsIDocument to help with changing
the call sites.
2012-04-16 22:14:01 -04:00
Joel Maher
e38001e34e
Bug 765193 - Intermittent Android test_text_wholeText.html, test_title.html. r=edmorley
2012-06-27 09:33:44 -04:00
Ed Morley
94d1f66301
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-27 11:29:26 +01:00
Masayuki Nakano
a16ae57d35
Bug 768736 Define constants for system native virtual keys for nsIDOMWindowUtils::SendNativeKeyEvent() r=roc
2012-06-27 11:26:38 +09:00
Benoit Girard
f685dd07d9
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
2012-06-26 17:57:43 -04:00
Gregory Szorc
76d894b2f9
Merge mozilla-central into services-central
2012-06-25 13:40:04 -07:00
Benoit Girard
98d50538d1
Backout 746513dca667 (Bug 765357) due to xpcshell orange (linux, mac).
2012-06-24 21:00:21 -04:00
Gregory Szorc
547a3fcfce
Bug 754062 - Add skeleton for browser notifications service; r=gps
...
This is a reland. The original commit was c53f474c502b and was backed
out in 591fd1c696f0. The next commit is required to make xpcshell tests
not fail.
2012-06-22 09:24:39 -07:00
Ed Morley
648eed5d6e
Merge mozilla-central to mozilla-inbound
2012-06-21 08:38:39 +01:00
Drew Willcoxon
0aff420ab4
Bug 762579 - Implement SocialAPI service provider registry. r=gavin
2012-06-20 18:01:27 -07:00
Benoit Girard
c2e6a63cb6
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
2012-06-24 18:53:36 -04:00
Justin Lebar
dcea9bd78d
Bug 763694 - Part 2: Tests for securityChange event on <iframe mozbrowser>. (Disabled on native Android.) r=smaug
2012-06-20 12:15:39 -04:00
Ryan VanderMeulen
af36b085ab
Merge m-c to inbound.
2012-06-19 21:13:46 -04:00
Malini Das
48d98bf9a4
Bug 766319 - Minor perfdata refactor, r=jgriffin, DONTBUILD because NPOTB
2012-06-19 17:17:40 -04:00
Jonathan Griffin
a7b6b98c1d
Bug 766206 - Add missing parameter to catch clause, DONTBUILD because NPOTB
2012-06-19 15:29:17 -07:00
Jonathan Griffin
1cfdf55a98
Bug 766206 - Workaround to get Marionette working on B2G again, r=mdas, DONTBUILD because NPOTB
2012-06-19 11:43:19 -07:00
Geoff Brown
088a0e0e45
Bug 756264 - Reduce devicemanager chmod calls; r=jmaher
2012-06-19 09:14:41 -07:00
Ed Morley
b5d3b5cfee
Bug 765193 - Re-disable test_text_wholeText.html for now, for too many intermittent failures; r=jmaher
2012-06-19 14:34:02 +01:00
Ed Morley
20eaca9191
Bug 765182 - Re-disable test_bug13871.html on Android for now, for too many intermittent failures; r=jmaher
2012-06-19 14:33:58 +01:00
Ryan VanderMeulen
8b00d6d9bf
Merge m-c to inbound.
2012-06-21 20:44:27 -04:00
David Burns
3a8c281c1a
Bug 759920: have status codes on errors bubble up from Atoms r=mdas
2012-06-21 13:47:13 -07:00
Kyle Machulis
3bf0605d18
Bug 767045 - Unfinished merge of marionettecomponent.js commited; r=mdas
2012-06-21 10:43:24 -07:00
Ryan VanderMeulen
3182e2b89e
Merge m-c to inbound.
2012-06-18 20:59:17 -04:00
David Burns
d3b234831f
Bug 765239: allow marionette to reuse script file when importing scripts. r=mdas
2012-06-18 11:59:39 -07:00
Jan Varga
734d413684
Bug 763388 - Remove enablePrivilege calls from IndexedDB and FileHandle tests. r=bent
2012-06-18 19:09:26 +02:00
Ms2ger
8b517156fc
Bug 763169 - Part b: Miscellaneous fixes; r=jhammel
2012-06-17 09:51:22 +02:00
Bobby Holley
8ef983bbf7
Bug 761982 - remove mozprefs.js. r=jmaher
2012-06-18 15:43:00 +02:00
Bobby Holley
de1fee56fd
Bug 764315 - Trigger reification for QuickStubbed accessors in SpecialPowers wrappers before calling Object.getOwnPropertyDescriptor. r=mrbkap
2012-06-18 15:43:00 +02:00
Bobby Holley
9adb75c489
Bug 763301 - Put SpecialPowers Xray detection in a try/catch. r=mrbkap
2012-06-18 15:43:00 +02:00
Andrew Halberstadt
25b3d30c16
Bug 765015 - Don't stop server if it doesn't exist, r=jgriffin, DONTBUILD because NPOTB
2012-06-15 14:13:04 -07:00
Ed Morley
e76a671d8e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-15 13:32:55 +01:00
Mark Hammond
44a1bd3a76
Bug 755558 - report exceptions in head.js during browser-test. r=gavin
2012-06-15 12:08:17 +10:00
Jonathan Griffin
f382b1eb95
Bug 765095 - Post logcat log to autolog, r=mdas, DONTBUILD because NPOTB
2012-06-14 18:26:43 -07:00
Wes Kocher
a68c2fa9b5
Bug 764688 - Update revision of Jetpack code used in Firefox. r=gozala
2012-06-14 15:02:59 -05:00
Ryan VanderMeulen
d01f2fedab
Merge m-c to inbound.
2012-06-13 21:12:31 -04:00
Gregory Szorc
7b100063df
Merge m-c into s-c
2012-06-13 08:35:44 -07:00
Richard Newman
25a823ce26
Merge m-c to s-c.
2012-06-12 10:16:39 -07:00
Ed Morley
4c9a59e40a
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-12 10:36:42 +01:00
Matt Brubeck
f2f57f826c
Merge last green changeset from inbound to mozilla-central
2012-06-12 18:24:45 -07:00
Richard Newman
70052c3560
Merge m-c to s-c.
2012-06-11 16:49:27 -07:00
Malini Das
0667a61321
Bug 744902 - Update datazilla method names, a=test-only, DONTBUILD because NPOTB
2012-06-11 11:19:43 -07:00
Gregory Szorc
4c55694061
Merge m-c into s-c
2012-06-11 17:48:04 +02:00
Ryan VanderMeulen
5f2a19ee6e
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
6d6c4efbab
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
Richard Newman
c982b5f2c2
Merge m-c to s-c.
2012-06-07 12:07:02 -07:00
Malini Das
621ef3d588
Bug 744902 - Add datazilla and mozrunner to setup.py deps, r=jgriffin, DONTBUILD because NPOTB
2012-06-12 11:57:25 -07:00
Ben Turner
160db69b19
Bug 664029 - 'Make indexeddb mochitests run in fennec'. r=khuey.
2012-06-11 14:59:27 -07:00
Jonathan Griffin
e286072aaa
Bug 761860 - Add mozautoeslib to setup.py deps, a=test-only
2012-06-05 17:34:46 -07:00
Joel Maher
0bc47c9f78
Bug 761125 - switch from android.json to android-failures.json. r=jgriffin
2012-06-06 13:12:14 -04:00
Mark Cote
67a22dcd19
Bug 759000 Use accelKey instead of ctrlKey in peptest tests. r=ctalbert
2012-06-06 11:31:12 -04:00
Geoff Lankow
9ddcf15b7a
Merge m-c to m-i
2012-06-06 15:13:51 +12:00
Jonathan Griffin
d3e3ecc476
Bug 759885 - Add support for running mochitest-plain on B2G emulators, r=jmaher, DONTBUILD because NPOTB
2012-06-05 15:17:26 -07:00
Malini Das
186e0789f3
Bug 752065 - add importScript method to Marionette, r=jgriffin, a=test-only, DONTBUILD because NPOTB
2012-06-04 13:50:06 -04:00
Jonathan Griffin
2513493149
Bug 761252 - Set devtools.debugger.remote-enabled from Marionette, a=test-only, DONTBUILD because NPOTB
2012-06-04 11:45:33 -07:00
Ryan VanderMeulen
b24fa4c946
Merge m-c to inbound
2012-06-09 14:22:32 -04:00
Jonathan Griffin
a51a6dc5e0
Bug 759887 - Add no-window support to runtestsb2g.py, a=test-only, DONTBUILD because NPOTB
2012-06-08 14:09:14 -07:00
Olli Pettay
be6c155114
Bug 756277 - XMLHttpRequest started from Cc['@mozilla.org/xmlextras/xmlhttprequest;1'] ends up bound to some random window, r=bz
...
--HG--
extra : rebase_source : 480dbf41846fee3362697cb0bf537281f35845e0
2012-06-08 23:45:13 +03:00
Bobby Holley
67a21ac3b3
Bug 762529 - Handle constructors properly in SpecialPowers wrappers. r=mrbkap
...
--HG--
extra : rebase_source : edea7357a5e9f33d3cf68f09646492fb0a1cfc10
2012-06-08 00:09:55 +02:00
Joel Maher
a68b9c871c
Bug 586885 - [talos.zip] show search suggestions when entering text in awesome bar. r=armenzg
2012-06-05 14:08:47 -07:00