Tal Aloni
5b3fc87350
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
aae562ed57
Merge m-c to m-i.
2012-06-30 14:50:23 +02:00
Kyle Huey
ac9d05600f
No bug: disable this test on Android until we can debug it.
2012-06-29 18:49:07 -07:00
Drew Willcoxon
190597e235
Bug 733631 - Create a unit test infrastructure for the webapp runtime. r=myk,felipc,ctalbert
2012-06-29 15:52:43 -07:00
Doug Turner
cd239ebc3f
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
a95b6edeea
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
5c0a4f7b6e
Bug 765193 - Intermittent Android test_text_wholeText.html, test_title.html. r=edmorley
2012-06-27 09:33:44 -04:00
Masayuki Nakano
716e1fb23c
Bug 768736 Define constants for system native virtual keys for nsIDOMWindowUtils::SendNativeKeyEvent() r=roc
2012-06-27 11:26:38 +09:00
Justin Lebar
4b6c62bb8d
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
Ed Morley
47a35ef4c6
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
6b818da602
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
c5934032a4
Merge m-c to inbound.
2012-06-18 20:59:17 -04:00
Jan Varga
2dc0f54692
Bug 763388 - Remove enablePrivilege calls from IndexedDB and FileHandle tests. r=bent
2012-06-18 19:09:26 +02:00
Ms2ger
c90e6ca915
Bug 763169 - Part b: Miscellaneous fixes; r=jhammel
2012-06-17 09:51:22 +02:00
Bobby Holley
0a476db888
Bug 761982 - remove mozprefs.js. r=jmaher
2012-06-18 15:43:00 +02:00
Bobby Holley
0586eab596
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
dbfc247c7c
Bug 763301 - Put SpecialPowers Xray detection in a try/catch. r=mrbkap
2012-06-18 15:43:00 +02:00
Andrew Halberstadt
5dd9b875f0
Bug 765015 - Don't stop server if it doesn't exist, r=jgriffin, DONTBUILD because NPOTB
2012-06-15 14:13:04 -07:00
Mark Hammond
5c6530fc24
Bug 755558 - report exceptions in head.js during browser-test. r=gavin
2012-06-15 12:08:17 +10:00
Joel Maher
02865e954c
Bug 761125 - change mochitests to run all tests except excludedtests in android.json. r=jgriffin
2012-06-14 09:01:23 -04:00
Joel Maher
a306bf1a8b
Bug 754873 - fennec automated tests should capture logcat output while test is running. r=wlach
2012-06-13 14:20:43 -04:00
Bobby Holley
fb72dcee1f
Bug 762432 - Handle proxies on __lookupGetter__ and __lookupSetter__. r=jorendorff
2012-06-12 15:44:14 +02:00
Ben Turner
a1d0c78df3
Bug 664029 - 'Make indexeddb mochitests run in fennec'. r=khuey.
2012-06-11 14:59:27 -07:00
Ryan VanderMeulen
caebb33c05
Merge m-c to inbound
2012-06-09 14:22:32 -04:00
Jonathan Griffin
2c6c417849
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
4fb227aead
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
4f4d5fda79
Bug 762529 - Handle constructors properly in SpecialPowers wrappers. r=mrbkap
...
--HG--
extra : rebase_source : edea7357a5e9f33d3cf68f09646492fb0a1cfc10
2012-06-08 00:09:55 +02:00
Honza Bambas
4ce991bf9f
Bug 761529 - ssltunnel broken in non-proxy mode, r=jgriffin
2012-06-07 18:10:21 +02:00
Joel Maher
1dc12c370d
Bug 761125 - switch from android.json to android-failures.json. r=jgriffin
2012-06-06 13:12:14 -04:00
Geoff Lankow
552f02f3f1
Merge m-c to m-i
2012-06-06 15:13:51 +12:00
Jonathan Griffin
5614f8ee12
Bug 759885 - Add support for running mochitest-plain on B2G emulators, r=jmaher, DONTBUILD because NPOTB
2012-06-05 15:17:26 -07:00
Brian Nicholson
9f82a9d184
Bug 586885 - Add raw host to robotium.config. r=jmaher
2012-06-05 14:07:14 -07:00
Jan Varga
f5f6531fb7
Bug 726593 - Implement FileHandle. r=bent
2012-06-03 18:33:52 +02:00
Ben Turner
785be4974a
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
2012-06-01 10:21:12 -07:00
Benoit Jacob
24de703840
Bug 759221 - 3/6 - remove canvas mochitests from android-failures - r=jmaher
2012-06-08 13:41:40 -04:00
Benoit Jacob
7501f2dbf7
Bug 759221 - 1/6 - Enable content/canvas and content/media tests on Android - r=jmaher
2012-06-08 13:41:36 -04:00
Matt Brubeck
c4a437e09c
Back out bug 759221 and bug 761326 because of media test failures
2012-06-08 12:20:14 -07:00
Benoit Jacob
9ece4a9293
Bug 759221 - 3/6 - remove canvas mochitests from android-failures - r=jmaher
2012-06-08 13:41:40 -04:00
Benoit Jacob
21910ff631
Bug 759221 - 1/6 - Enable content/canvas and content/media tests on Android - r=jmaher
2012-06-08 13:41:36 -04:00
Gervase Markham
638c878b13
Bug 759095 - upgrade license to MPL 2, and other licensing cleanups.
...
--HG--
extra : rebase_source : da55a4937383eda2baf7c9a362501da8ee664146
2012-05-29 16:52:43 +01:00
Bobby Holley
610889d129
Bug 553102 - Add __exposedProps__ for MockFilePicker. r=ted
2012-05-24 13:04:57 +02:00
Bobby Holley
37edca55a1
Bug 553102 - Waive COW checks on SpecialPowers wrapper objects. r=mrbkap
2012-05-24 13:04:57 +02:00
Bobby Holley
e68ad37ff6
Bug 553102 - Fix SpecialPowers DOMWindowUtils. r=ted
2012-05-24 13:04:57 +02:00
Bobby Holley
a5143eac8d
Bug 553102 - Make the SpecialPowers wrapping API a bit nicer. r=ted
2012-05-24 13:04:57 +02:00
Gregory Szorc
4dd2434c2d
Bug 757397 - Make test package generation quieter; r=ted
...
This may reduce the size of the buildbot build logs by up to half!
--HG--
extra : rebase_source : 87b3f2f40654d69ecd91e19520e2341fc8aac9a6
2012-05-23 16:51:21 +02:00
Ed Morley
90d4c9a141
Backout cfac7b6a1f9c (bug 728893) for mochitest-1 orange
2012-05-23 11:56:03 +01:00
Diogo Golovanevsky Monteiro
1f3a007fec
Bug 728893 - Allow mochitest iframe to go fullscreen r=ctalbert
2012-05-23 10:36:26 +01:00
Chris Pearce
3587615bcf
Bug 753546 Part 1 - Make nsDocument listen for 'fullscreen-approved' notification rather than 'perm-changed' to signal fullscreen approved. r=smaug
2012-05-22 08:43:36 +12:00
Gervase Markham
87620f5676
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Dão Gottwald
fbf6466494
Bug 734172 followup - add gBrowser check for sanity
2012-05-17 16:45:40 +02:00
Dão Gottwald
78604b5478
Bug 734172 - Stop blaming tests that replace the first tab for leaking. r=ttaubert
2012-05-17 16:41:08 +02:00
Jason Duell
3ab5a85999
bug 752776. Mozilla tweaks to pywebsocket v631. r=mcmanus
2012-05-16 17:04:46 -07:00
Jason Duell
7898e1b3f2
Bug 752776 - Upgrade pywebsocket to v631. r=mcmanus
2012-05-16 17:04:15 -07:00
Ed Morley
f89a189f32
Backout 85eb1308f976 & 09da30d622c0 (bug 728893) until the test is ready to land
2012-05-15 17:44:18 +01:00
Ryan VanderMeulen
f24b6e08ec
Disable test for bug 728893
2012-05-15 09:44:59 -04:00
Diogo Golovanevsky Monteiro
7a4d7390ff
Bug 728893 - Allow mochitest iframe to go fullscreen. r=ctalbert
2012-05-15 09:00:54 -04:00
Matt Brubeck
f08ab73a53
Back out c209fea124e1 (bug 754198) because of Win64 build failure
2012-05-11 13:23:49 -07:00
Fabrice Desré
fe66918d12
Bug 754198 - Warning treated as error in jemalloc.c. Build busted. [r=jlebar,bsmedberg]
2012-05-11 12:34:24 -07:00
Neil Rashbrook
6c452f6526
Bug 678726 Improved diagnostics to try to figure out what this random orange is r=ted
2012-05-10 22:46:15 +01:00
Chris Pearce
1f8c71c858
Bug 746885 part 3 - Change pointer lock tests to always run on a domain with fullscreen-approved permissions. r=smaug
2012-05-09 09:48:27 +12:00
Justin Lebar
cdc2cdd948
Bug 749018 - Make OOP <iframe mozbrowser> pass current browser frame tests. r=smaug,cjones
...
--HG--
extra : rebase_source : f15018bf2c9427a0d6e8d44da348d8d7d1693219
2012-05-08 09:20:35 -07:00
Joey Armstrong
844ee8d341
Bug 739710 - Makefile.in edits to use mkdir_deps function: file batch #2 . r=ted
2012-05-03 06:22:33 -04:00
Ralph Giles
c7464ef85a
Bug 674225 - Add basic mochitests for Opus. r=cpearce
...
Add a short Ogg Opus file to the content/media/test
directory and add it to the gSeekTests, gSmallTests,
and gPlayTests in manifest.js. This file is crafted
to end on a packet boundary, so trimming to duration
is not verified.
Set the media.opus.enabled pref to true in manifest.js
so the various tests using the opus file succeed.
Add a stanza to can_play_type_ogg.js to test the
behaviour of canPlayType with an opus-specific
media type for both values of the pref.
Add support for the .opus filename extension to
the mochitest http server.
2012-05-01 17:29:42 -07:00
Masayuki Nakano
0a7ff20ae3
Bug 166240 part.8 Add tests for KeyboardEvent.location (synthesized events) r=smaug, sr=jst
2012-05-03 17:35:02 +09:00
Ted Mielczarek
1fb7a44e1e
bug 740242 - add some diagnostics to get more info about Python exceptions during Mochitest. r=jmaher, a=test-only
2012-05-02 07:15:07 -04:00
Jonathan Griffin
72bcb7dfaa
Bug 749011 - Add support for running mochitest-plain on B2G, r=jmaher
...
--HG--
extra : rebase_source : 4c260e11c51c5015d2ded66f4b8cfc94a9969298
2012-04-27 11:44:59 -07:00
Masayuki Nakano
cea6824fb9
Bug 630811 part.3 Improve nsDOMWindowUtils::send*Event() for new modifiers r=smaug
2012-04-25 12:00:02 +09:00
Dão Gottwald
92a61d5d9e
Bug 723953 - Fennec chrome scripts and tests leak global variables. r=mbrubeck
2012-04-06 22:02:15 +02:00
Serge Gautherie
38c4d95ed1
Bug 637101. (Bv1) Add a 1 second delay before calling killTest(), Fix bug 647323 regression, Remove extra ';' and spaces. r=ted.mielczarek.
2012-04-05 21:00:02 +02:00
Kyle Huey
a19142cede
Bug 722428: Fix leaks in mochitest by reworking SpecialPowers and nsDOMWindowUtils. r=mounir,ctalbert
2012-04-01 19:23:51 -07:00
Ed Morley
ed0884bbc1
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-03-30 16:13:46 +01:00
Marco Bonardo
d3b8a6debe
Merge central to inbound
2012-03-30 12:27:55 +02:00
Serge Gautherie
f5613aa5bb
Bug 733269. (Av1) redirect.html: Let its load complete before redirecting. rs=jwalden.
2012-03-30 12:27:50 +02:00
Ms2ger
9892fde4a2
Bug 647323 - Part b: Implement test harness reporting code and import testharness code from the upstream repository; r=jhammel+ted
2012-03-29 23:08:43 +02:00
Peter Van der Beken
702fa57682
Fix for bug 740397 (Make tests that try to get XHR.channel use SpecialPowers). r=bholley.
...
--HG--
extra : rebase_source : 0bd78094debfea9d179f17396626c3802a6b5a21
2012-03-29 11:15:09 -07:00
Peter Van der Beken
6a91bcfada
Fix for bug 739898 (Stop using enablePrivilege in test_bug480509.html). r=bz.
2012-03-27 16:31:36 -07:00
Peter Van der Beken
23188ee7e6
Fix for bug 739898 (Stop using enablePrivilege in test_bug480509.html). r=bz.
2012-03-27 16:31:36 -07:00
Masayuki Nakano
941d39a6a6
Bug 722961 Add tests for autocomplete with composition r=m_kato
2012-03-27 23:22:56 +09:00
Aryeh Gregor
c26ee0dc67
Bug 735805 part 5 - Mochitests that run no tests should fail; r=jmaher
2012-03-16 16:07:16 -04:00
Aryeh Gregor
92f21e9c4c
Bug 736529 - Calling waitForFocus() and then finishing before you get focus should cause the test to fail; r=jmaher
2012-03-19 13:09:48 -04:00
Joel Maher
bd5f2d8dcf
Bug 736920 - mochitest-robocop log parser shouldn't repeat the whole test log, particularly not with spurious blank lines. r=gbrown
2012-03-22 10:45:20 -04:00
Artur Adib
58935f6689
Bug 714712 - Part 2: pdf.js test. r=gavin
2012-03-21 22:25:06 -04:00
William Lachance
44bd779b0f
Bug 736246 - DeviceManagerADB should throw an exception if we know it's not going to work. r=jmaher
2012-03-16 18:36:28 -04:00
Gavin Sharp
7689926494
Bug 589668: take screenshots on test failures on Windows, screenshot utility written by Ted Mielczarek <ted.mielczarek@gmail.com>, build goop by me and jhford, r=khuey
...
--HG--
extra : transplant_source : %2A%07%B3w%DEg%DB%99%7EQR8Wq/%96J%E8%8D%D8
2012-02-08 12:30:07 -08:00
Bobby Holley
3f3ca5637d
Bug 731442 - Back out f9145dab4be9 (bug 718543) due to test failures. r=backout
2012-03-06 11:05:29 -08:00
Tim Taubert
2cfabea640
Bug 683953 - Part 1 - Parse log output and collect statistics about leaked DOMWindows and DocShells; r=ted
2012-02-25 12:48:05 +01:00
Jonas Sicking
64f741219e
Bug 722626: Implement DOMRequest object. r=mrbkap
2012-02-24 14:19:49 +01:00
Gavin Sharp
20e3bd7241
Bug 728627: simplify SpecialPowers pref observing, r=jmaher
...
--HG--
extra : rebase_source : 1c411dc0e8679cea3cc1f68ec792c36d19fbacfc
2012-02-18 17:33:18 -08:00
Joel Maher
97e3d4e4bd
Bug 725112 - Add an easy make command to rerun tests that failed the last time. r=ted
2012-02-20 09:59:04 -05:00
Bobby Holley
0366c08d78
Bug 718543 - Preserve SpecialPowers wrapper identity with a WeakMap cache. r=mrbkap
2012-02-19 15:47:12 -08:00
Serge Gautherie
fa33600e65
Bug 725942. (Av1) browser-test.js: Ignore empty console messages. r=dtownsend.
2012-02-14 21:37:45 +01:00
Geoff Lankow
1dcb345821
Bug 718255 - Merge nsIPrefBranch2 with nsIPrefBranch - Part F, remove uses of nsIPrefBranch2 in testing/ and layout/tools/reftest/ ; r=bsmedberg
2012-01-17 15:01:25 +13:00
Joel Maher
eb88ce24f6
Bug 717018 - merge robotium logs into a single logfile. r=gbrown,jhammel
2012-02-09 08:49:00 -05:00
Serge Gautherie
7c3d9ba62b
Bug 725045. (Av1) pushPrefEnv() param is "clear" not "remove". r=jmaher.
...
DONTBUILD (comment-only).
2012-02-07 22:05:18 +01:00
Dão Gottwald
fb5926d8cc
Bug 724286 - Fix TelemetryTimestamps, AddonManagerPrivate global scope pollution and whitelist __SSi. r=dietrich
2012-02-05 21:22:57 +01:00
Gavin Sharp
0ccc9e38e5
Bug 723207: fix SimpleTest.info when called as just info(), r=jmaher
...
--HG--
extra : transplant_source : %02%AC%FC%98%E8%23%FE%9A%3D%BC%DEck%16%9FP%CE%95%B3%AF
2012-02-01 10:11:53 -08:00
Gavin Sharp
5ed770e1dd
Bug 718203: don't allow drops of javascript: URIs on the home button, r=enndeakin, sr=bz
...
--HG--
extra : transplant_source : %ADP%C0%F8%8D%C4%A2v%BC%E5ZM%FC%D6BB%B7A%1E%07
2012-01-30 17:58:30 -08:00
Ed Morley
0f53210896
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-03 16:45:09 +00:00
Matt Brubeck
17c9624887
Bug 720985 - Temporarily whitelist properties leaked by Fennec tests [r=dao]
2012-02-03 08:20:08 -08:00
Dão Gottwald
c579a46b74
Bug 720985 - Report a failure when a test leaks a global variable. r=gavin
2012-02-03 10:10:52 +01:00
Kartikaya Gupta
25c9517cc9
Bug 722367 - Update path to robocop.apk and fennec_ids.txt in mochitest-robotium target. r=jmaher
2012-01-30 13:14:47 -05:00
Daniel Holbert
ecda34b685
Bug 722075: Fix $(NULL)-after-commented-out-lines in a mochitest Makefile. r=gavin
2012-01-30 12:11:41 -08:00
Reuben Morais
d1662752db
Bug 722144 - Allow dblclick on EventUtils.sendMouseEvent. r=smaug
2012-01-29 05:01:00 -08:00
Jonathan Watt
3980655759
Bug 701060 - Fix race condition with pref observers causing test orange. r=ehsan.
2012-01-27 22:16:44 +00:00
Joel Maher
06a94a9039
Bug 717057 - allow robotium testPan to run in talos. r=kats,gbrown
2012-02-02 10:09:26 -05:00
Ms2ger
2d51bac031
Merge m-c to m-i.
2012-01-25 11:06:40 +01:00
Ms2ger
78974837e7
Bug 718271 - Use TEST-UNEXPECTED-FAIL instead of TEST-UNEXPECTED-ERROR; r=jmaher
2012-01-25 08:50:04 +01:00
Dão Gottwald
e1d8649025
No bug - fix some browser chrome tests that pollute the global scope
2012-01-24 23:08:42 +01:00
Serge Gautherie
0e91c239cb
Bug 720095. (Av1a-mochitest) Fix some strict warnings and nits. r=ted.mielczarek.
2012-01-24 17:38:46 +01:00
Dao Gottwald
c7d43576c7
Bug 719849 - global variables pollute the browser window during devtools tests; r=rcampbell
2012-01-23 11:50:11 -04:00
Dão Gottwald
0ddb0b0143
No bug - fix some browser chrome tests that pollute the global scope
2012-01-20 16:21:46 +01:00
Bobby Holley
2e8f439fa1
Bug 702353 - Implement Proxy-Based XPCOM Wrappers in SpecialPowers. r=mrbkap,ted
2012-01-18 19:10:04 -08:00
Ms2ger
294cba74e6
Merge m-c to m-i.
2012-01-24 20:11:54 +01:00
Geoff Brown
e7d13a9ddd
Bug 717684 - Robocop: better diagnostics when TEST_PATH incorrect; r=jmaher
2012-01-24 09:46:34 -05:00
Joel Maher
ac8face546
Bug 716732 - Robocop: fennec_ids.txt not always generated. r=kats
2012-01-11 08:50:10 -05:00
Ehsan Akhgari
d804b3b17b
Bug 668728 - Teach the mochitest harness to verify that the test calling finish is the same one that we expect it to be, to avoid drastic failures such as test_reftests_with_caret.html inadvertently navigating back, and skipping half of its tests; r=ted
2011-08-19 02:03:25 -04:00
Boris Zbarsky
8d15babed6
Bug 716549. Flush on every mousemove, because otherwise we can end up with mouse events (mousemove, mousein, mouseout) dispatched to the wrong elements. r=smaug
2011-12-23 22:52:26 -05:00
Joel Maher
16bb2e1a7e
Bug 710445 - Add support for packaging tests in a specific directory. r=gbrown
2012-01-07 18:41:08 -05:00
Joel Maher
f737f74e0a
Bug 715309 - robocop needs to have a more uniform log format. r=gbrown
2012-01-07 18:41:08 -05:00
Ed Morley
23a62f3731
Backout 8ec01f6f316f (bug 705175), a1dc0efef542 (bug 716077), b5686f25b258 (bug 710445), 32f8d3be2ad1 (bug 715309) for mochitest/reftest failures on Android & Windows
2012-01-07 14:57:58 +00:00
Joel Maher
93200efb31
Bug 710445 - Add support for packaging tests in a specific directory. r=gbrown
2012-01-07 08:25:05 -05:00
Joel Maher
55e9820bbd
Bug 715309 - robocop needs to have a more uniform log format. r=gbrown
2012-01-07 08:25:05 -05:00
Geoff Brown
e64f6acc4e
Bug 715408 - Delete any existing remote profile before running mochitest-remote; r=jmaher
2012-01-06 08:37:54 -05:00
Vivien Nicolas
b5da860aba
Bug 715205 - b2g application can't run Gaia's browser-chrome tests r=cjones
2012-01-06 12:35:53 +01:00
Joel Maher
8aaaa2213b
Bug 701076 - [hoooking up make] Robotium integration into birch tree. r=blassey,bear
2011-12-31 10:03:36 -05:00
Masayuki Nakano
14604dc104
Bug 711903 part.1 EventUtils.synthesizeKey() shouldn't dispatch keypress event for modifier keys if the event type isn't specified r=smaug
2011-12-31 23:04:37 +09:00
Phil Ringnalda
fea0fc7084
Back out 04ef7f564450 (bug 701076) and 632f07583bd8 (bug 711591) for mochitest-oth bustage
2011-12-30 14:19:30 -08:00
Joel Maher
7b015f4b69
Bug 701076 - [hookup to make] Robotium integration into birch tree. r=blassey,bear
2011-12-30 15:57:34 -05:00
Bobby Holley
f9cb714b69
Bug 713747 - Fix funky tests. r=bz
...
The conversion of checks for UniversalBrowserWrite to UniversalXPConnect caused these test fail, because they acquire UniversalXPConnect and actually doesn't want the results. In particular, they pass the security check in nsWindowWatcher::CalculateChromeFlags, which causes them to fail.
The first test doesn't actually need UniversalXPConnect, so we can remove it for free. The second one needs it, so we add some SpecialPowers goop to make it possible. It's not ideal, but it can go away when the wrapper in bug 702353 lands.
2011-12-30 09:35:39 -08:00
Cameron McCormack
ed46f356d6
Bug 710863 - Finish mochitests when they are run in single test mode. r=jmaher
2011-12-30 11:09:03 +11:00
Geoff Lankow
eb732e76d2
Bug 712518 - Improve MockFilePicker.jsm; r=jmaher
2011-12-23 11:10:52 +13:00
Phil Ringnalda
3cce1527f8
Back out 1ac4cb2e7c32 to c631f9c3e9a9 (bug 598482) for Android reftest failures
2011-12-23 22:21:58 -08:00
Boris Zbarsky
1a2c9f889e
Bug 598482 part 24. Flush on every mousemove, because otherwise we can end up with mouse events (mousemove, mousein, mouseout) dispatched to the wrong elements. r=smaug
2011-12-23 22:52:26 -05:00
Jason Duell
450977e6bd
Bug 710345: Mozilla-specific changes to pywebsocket v606. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
a718d13be0
Bug 710345: Upgrade pywebsocket to v606 (RFC 6455). r=mcmanus
2011-12-20 00:20:00 -08:00
Masayuki Nakano
b4506dd72f
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin
2011-12-16 22:38:45 +09:00
Ed Morley
005827b2ca
Merge mozilla-central and mozilla-inbound
2011-12-16 10:19:52 +00:00
Jan Varga
152a98864a
Bug 661877 - Enable storing files in IndexedDB. r=bent
2011-12-16 08:34:24 +01:00
Henri Sivonen
2c8e42f24c
Bug 711011 - Declare a character encoding in the Mochitest HTML template. r=ted.
2011-12-15 16:14:32 +02:00
Patrick McManus
687329f540
bug 664284: Add HSTS support for websockets. r=mcmanus
2011-12-15 15:23:00 -08:00
Jason Duell
5e0dfdd482
Bug 689006: Upgrade pywebsocket to binary API (version 553, also supports Python > 2.5) r=mcmanus
2011-12-15 15:21:55 -08:00
Masayuki Nakano
b26f243504
backout 34b8fe028357
2011-12-08 16:42:45 +09:00
Masayuki Nakano
67ab8bc88a
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=ehsan+smaug+enndeakin+dolske
2011-12-07 14:13:06 +09:00
Cameron McCormack
e0a524e5bc
Bug 670831 - Enable some mochitest sanity tests for uncaught exception handling. r=jmaher
2011-12-02 23:25:04 +11:00
Cameron McCormack
0fb03e07e0
Bug 703176 - Ensure all browser chrome mochitests do fail when uncaught JS exceptions occur. (v1.1) r=jmaher
2011-12-02 23:25:03 +11:00
Masayuki Nakano
a83fec7fde
Bug 392159 Use nsIClipboard::SupportsSelectionClipboard() instead of #ifdef in nsEditorEventListener r=ehsan
2011-11-30 11:57:41 +09:00
Masayuki Nakano
b27f1fad56
Bug 697842 stopPropagation() shouldn't break IME composition r=ehsan
2011-11-27 09:36:36 +09:00
Geoff Lankow
2a4388fd47
Bug 668710 - Move mockObjects.js in with the rest of SimpleTest; r=dao
...
--HG--
rename : toolkit/content/tests/browser/common/mockObjects.js => testing/mochitest/tests/SimpleTest/MockObjects.js
2011-08-05 23:55:49 +12:00
L. David Baron
b69a5e7bd1
Add reftest harness for testing font inflation and add reftests for basic features. (Bug 627842, patch 16) r=roc
2011-11-23 18:48:24 -08:00
Geoff Lankow
b6f4fedea7
Back out changeset 453772872eeb (bug 668710) for bustage
2011-11-20 01:10:40 +13:00
Geoff Lankow
4386ac9bdb
Bug 668710 - Move mockObjects.js in with the rest of SimpleTest; r=dao
...
--HG--
rename : toolkit/content/tests/browser/common/mockObjects.js => testing/mochitest/tests/SimpleTest/MockObjects.js
2011-08-05 23:55:49 +12:00
Cameron McCormack
1f7224ae7b
Bug 703230 - Remove mochitest waitForFocus() debug output. r=jmaher
2011-11-18 08:12:30 +11:00
Phil Ringnalda
15887bd189
Backout changesets c9abc8ef4626, d62512892555, 69f89ee5d08f, c511af7d8f58, 6a6a560a1492, ac0ec1183d19, 46669afabd15, 74f32abaa8c0, f197554cf989, 0a2405eb5b90, b48954598d7d, e0a82577259c, 0235d1541e58, 450f2557d3a2, e24d196602bf, 03c2ea0eeba3, 7aca4ef8e538, 11ec362e780b, 4b92a3b96446 (bug 627842) for Windows crashtest assertions and Android reftest failures
...
--HG--
extra : rebase_source : fc8946055314369bfba5038ded32afcb00bf134d
2011-11-14 22:12:31 -08:00
William Lachance
e968a4efed
Bug 679759 - Drop MINIDUMP_STACKWALK_CGI support, let harness download symbols as needed; r=ted
2011-11-15 04:33:21 +00:00
L. David Baron
75b4a80762
Add reftest harness for testing font inflation and add reftests for basic features. (Bug 627842, patch 16) r=roc
2011-11-15 17:02:01 +13:00
Cameron McCormack
13ab90286a
Bug 652494 - Report uncaught JS exceptions in chrome mochitests as test failures. r=jmaher
2011-11-12 22:06:54 +11:00
Cameron McCormack
0fe9591332
Bug 701632 - Followup fix (pushed without refreshing patch). r=jmaher
2011-11-12 21:52:39 +11:00
Cameron McCormack
3aeddd2747
Bug 701632 - Add some newlines to dump() calls in browser-test.js. r=jmaher
2011-11-12 21:46:07 +11:00
Ed Morley
7bc582f20f
Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail
2011-11-05 18:35:59 +00:00
Rail Aliiev
8a56fd9db2
Bug 616542 - Shorten file path length of mochitest; r=ted
2011-11-04 21:13:42 +00:00
Patrick McManus
f495a11892
bug 599295 r=jduell
...
--HG--
extra : rebase_source : b376fd42a37c8b92389b43fac2e253a8466c3349
2011-11-02 17:43:27 -04:00
Geoff Lankow
c8c427d8b9
Bug 668154 - Use the same mock file picker for all mochitests and xpcshell tests; r=jmaher
2011-10-22 12:39:30 +13:00
Dave Townsend
810957e943
Bug 693743: Some 3rd party add-ons are getting installed into the profile and are not disabled on start-up. r=Unfocused
2011-10-22 11:37:15 -07:00
Joel Maher
be631e8672
Bug 694976 - convert the rest of eventutils.js functions to use SpecialPowers. r=ted
2011-10-19 05:35:05 -04:00
Joel Maher
4c3df6962f
Bug 675245 - cleanup pluginutils and SimpleTest.executeSoon() to utilize specialpowers. r=ted
2011-10-19 05:35:05 -04:00
Joel Maher
2acb5c527f
Bug 694741 - Move Android mochitest test-paths into the source tree. r=ctalbert
2011-10-17 16:58:57 -04:00
Ehsan Akhgari
2a602a5685
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Ian Melven
e4ceac6116
Bug 674255 - Add nsIObserverService to special powers, r=ted
2011-10-14 11:24:10 -07:00
Ben Turner
778826e8f7
Bug 688330 - 'Make special-powers install method a little less special'. r=ted.
2011-10-14 08:53:06 -07:00
Ben Turner
448688702f
Bug 688300 - 'mochitest runtests.py --install-extension is totally broken'. r=ted.
2011-10-14 08:45:58 -07:00
Joel Maher
92cffba041
Bug 693577 - port mockprovider.js to specialpowers. r=ted
2011-10-14 07:52:02 -04:00
Joel Maher
91544c4de5
Bug 693959 - convert quit.js to specialpowers. r=ted
2011-10-14 07:52:02 -04:00
Joel Maher
d46dfae76b
Bug 666643 - convert snapshotWindow to SpecialPowers. r=ted
2011-10-14 07:52:02 -04:00
Joel Maher
fd8629a74b
Bug 573735 - support waitForClipboard events in e10s. r=jdm,ted
2011-10-14 07:52:02 -04:00
Joel Maher
2542e9ee89
Bug 674323 - convert most eventutils.js functions to use SpecialPowers. r=ted, a=test-only
2011-10-14 07:52:01 -04:00
Joel Maher
5bb94296a2
Bug 670897 - port waitForFocus to SpecialPowers. r=ctalbert,enndeakin; a=test-only
2011-10-06 10:51:03 -04:00
Joel Maher
066569ae74
Bug 621363 - SpecialPowers ipc setter code does not receive new value locally until next event loop run. r=jdm
2011-10-06 10:51:03 -04:00
Joel Maher
be5ce7dc85
Bug 676274 - refactor specialpowers so we can use the api in mochitest-chrome without specialpowers. r=ted, a=test-only.
2011-10-06 10:51:03 -04:00
Joel Maher
5284004019
Bug 691425 - allow for reftest/mochitest android crashes to be dumped in the logs just like desktop crashes. r=ctalbert
2011-10-06 10:51:03 -04:00
Malini Das
835c7884f7
Bug 677626 - Add a profiling test suite for mochitest. r=jmaher
2011-09-30 14:54:10 -04:00
Michael Wu
d8e503c38b
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
...
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Ehsan Akhgari
b5f8461038
Bug 681229 - Sanitize the platform linebreaks to DOM linebreaks when pasting or drag-dropping text into text controls; r=roc
2011-09-15 15:32:42 -04:00
Joel Maher
07b158cc45
Bug 688762 - add try/except blocks around all harnesses so we always return an error code. r=bear
2011-09-26 07:41:19 -04:00
Joel Maher
3dff7e590b
Bug 687264 - add mochitest support for filtering tests. r=ctalbert
2011-09-26 07:41:17 -04:00
Boris Zbarsky
8347ad6a37
Bug 677002. Back out the patch for bug 666643 because it disabled a bunch of tests. r=khuey
2011-09-23 12:27:18 -04:00
Boris Zbarsky
788803a0af
Bug 660233 part 1. Fix tests that assume UniversalXPConnect in otherwise-untrusted pages will get one nodePrincipal, documentURIObject, baseURIObject properties. r=mrbkap
...
--HG--
rename : dom/tests/mochitest/bugs/test_bug396843.html => dom/tests/browser/browser_bug396843.js
2011-09-23 01:03:50 -04:00
Malini Das
c485070b88
Bug 688052 - Disable permaorange Android tests for now; r=mbrubeck
2011-09-22 17:48:07 +01:00
Masayuki Nakano
54e3afdd66
Bug 543789 part.7 Dispatch compositionupdate event and set data value of compositionend event in all IME handling tests r=smaug, sr=roc
2011-09-22 18:17:41 +09:00
arno renevier
152850aacf
Bug 687410 - Remove unused flags variable in specialpowers.js; r=ted
2011-09-20 17:32:18 +01:00
Malini Das
a7afb90004
Bug 677626 - Add a profiling test suite for mochitest [tests]. r=jmaher
2011-09-19 14:52:06 -04:00
Malini Das
841f72da21
Bug 677626 - Add a profiling test suite for mochitest. r=jmaher
2011-09-19 14:52:04 -04:00
Ehsan Akhgari
94196508b4
Backout changeset c0e8e3ada0ac (bug 681229) because the test fails on Windows
2011-09-15 17:43:24 -04:00
Ehsan Akhgari
861d1c6530
Bug 681229 - Sanitize the platform linebreaks to DOM linebreaks when pasting or drag-dropping text into text controls; r=roc
2011-09-15 15:32:42 -04:00
Joel Maher
b8caec0608
Bug 650535 - bustage fix for missing right paren
2011-09-14 20:02:02 -04:00
Joel Maher
505dc9837d
Bug 650535 - Android tests fail with "Timed out while waiting for server startup" r=???
2011-09-14 19:20:11 -04:00
Josh Matthews
4a2ea13c78
Bug 681392 - Remove about: exclusion from SpecialPowers creation. r=ted
2011-09-06 10:32:11 -04:00
Johnny Stenback
4c29f85d38
Fixing bug 641552. Add mechanism for dynamically registering properties on the navigator object in all pages. r=peterv
2011-09-06 15:01:01 -04:00
Matt Woodrow
f41ce961ab
Bug 682758 - Stop repr() trying to call match() on an empty Array. r=mdas
2011-09-01 11:35:04 +12:00
Rob Campbell
1e780be459
merge m-c to fx-team
2011-08-31 09:21:43 -03:00
Malini Das
af8ec59a0c
Bug 682028 - Rename the Mochitest 'loops' feature to be 'repeat'. r=jmaher
2011-08-29 16:14:33 -04:00