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
Joel Maher
faa73a9b8d
Bug 775982 - Intermittent Android abort during indexedDB/ipc/test_ipc.html. r=edmorley
2012-07-20 12:59:30 -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
Gregor Wagner
b3343beb78
Bug 772127 - Followup: disable on android. r=orange
2012-07-11 13:23:12 -07:00
Jonathan Griffin
bb189eab03
Bug 772687 - Add ability to specify deviceRoot when instantiating DeviceManager, r=jmaher
2012-07-11 11:49:30 -07:00
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
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
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
Kyle Huey
3eb0f7c214
No bug: disable this test on Android until we can debug it.
2012-06-29 18:49:07 -07: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
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
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
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
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
3182e2b89e
Merge m-c to inbound.
2012-06-18 20:59:17 -04: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
Mark Hammond
44a1bd3a76
Bug 755558 - report exceptions in head.js during browser-test. r=gavin
2012-06-15 12:08:17 +10:00
Joel Maher
1d18a6bd56
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
a766519866
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
89b078af98
Bug 762432 - Handle proxies on __lookupGetter__ and __lookupSetter__. r=jorendorff
2012-06-12 15:44:14 +02:00
Ben Turner
160db69b19
Bug 664029 - 'Make indexeddb mochitests run in fennec'. r=khuey.
2012-06-11 14:59:27 -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
Honza Bambas
ae405385f0
Bug 761529 - ssltunnel broken in non-proxy mode, r=jgriffin
2012-06-07 18:10:21 +02:00
Joel Maher
0bc47c9f78
Bug 761125 - switch from android.json to android-failures.json. r=jgriffin
2012-06-06 13:12:14 -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
Brian Nicholson
98f6c15f77
Bug 586885 - Add raw host to robotium.config. r=jmaher
2012-06-05 14:07:14 -07:00
Jan Varga
513c660911
Bug 726593 - Implement FileHandle. r=bent
2012-06-03 18:33:52 +02:00
Ben Turner
3fdf917cd6
Bug 666693 - 'Remote IndexedDB for multiple IndexedDB-using processes'. r=cjones+sicking.
2012-06-01 10:21:12 -07:00
Benoit Jacob
0e47429ba9
Bug 759221 - 3/6 - remove canvas mochitests from android-failures - r=jmaher
2012-06-08 13:41:40 -04:00
Benoit Jacob
218b17ca6c
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
9ff37e55e1
Back out bug 759221 and bug 761326 because of media test failures
2012-06-08 12:20:14 -07:00
Benoit Jacob
2a94267a9a
Bug 759221 - 3/6 - remove canvas mochitests from android-failures - r=jmaher
2012-06-08 13:41:40 -04:00
Benoit Jacob
ad7333311e
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
68d38d677f
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
c8afec3bc9
Bug 553102 - Add __exposedProps__ for MockFilePicker. r=ted
2012-05-24 13:04:57 +02:00
Bobby Holley
66d13b3528
Bug 553102 - Waive COW checks on SpecialPowers wrapper objects. r=mrbkap
2012-05-24 13:04:57 +02:00