Malini Das
4cddfd05cc
Bug 772086 - change emulator command check to use simpler call, r=philikon
2012-07-10 15:43:19 -04:00
Mihnea Balaur
d0872ccade
Bug 758452 - Add xUnit output support to Marionette, r=jgriffin, DONTBUILD because NPOTB,
2012-07-10 10:37:00 -07:00
Ryan VanderMeulen
54b1ac51b6
Merge m-c to inbound.
2012-07-09 20:53:11 -04:00
Gregory Szorc
65cbfe3bcb
Merge mozilla-central into services-central
2012-07-09 15:15:18 -07:00
Gregory Szorc
0e9a540ac6
Merge mozilla-central into services-central
2012-07-08 20:48:04 -07:00
Gregory Szorc
f7ca1169f8
Merge mozilla-central into services-central
2012-07-03 09:55:45 -07:00
Richard Newman
ba0670a911
Merge m-c to s-c.
2012-07-01 11:06:36 -07:00
Richard Newman
096b184aab
Merge m-c to s-c.
2012-06-29 23:45:13 -07:00
Kyle Huey
ac9d05600f
No bug: disable this test on Android until we can debug it.
2012-06-29 18:49:07 -07:00
Joel Maher
713fec65d3
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
c1ab6d9d9f
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
c2f2d92fec
Bug 755339 - Package testing-only JS modules; r=ted
2012-06-29 13:27:06 -07:00
Ryan VanderMeulen
b693234c9c
Merge m-c to inbound.
2012-07-07 10:06:52 -04:00
Joel Maher
8752cc08ed
backout 9abaedb956a1
2012-07-06 15:59:19 -04:00
Mihnea Dobrescu-Balaur
320091fd1e
Bug 770490 - Add ability to specify emulator resolution, r=jgriffin, DONTBUILD because NPOTB,
2012-07-06 11:54:59 -07:00
Joel Maher
45e24e9de0
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
7ac1e9bb32
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
12c942114f
Fix orange due to botched mozprocess update in bug 769808.
2012-07-03 12:53:23 +05:30
Wes Kocher
ff3d62a6bb
Update revision of Jetpack code used for tests to fix bug 769440. r=philor
2012-07-02 14:26:35 -07:00
Siddharth Agarwal
e5bdeba46c
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
5b30baa4c3
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
89fad38909
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
d39953daaa
Bug 753238 - Identity module unit tests. rs=dolske
...
--HG--
extra : rebase_source : 9ee371fd16d903ed55a98a62c765fe67665b5229
2012-07-06 16:27:33 -07:00
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
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
Malini Das
d0950b733e
Bug 761202 - Load special powers only if needed in Marionette. r=dburns
2012-06-25 15:08:38 -04: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
Ed Morley
8ed081a599
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-27 11:29:26 +01: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
Benoit Girard
cfbac50242
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
2012-06-26 17:57:43 -04:00
Gregory Szorc
3942451115
Merge mozilla-central into services-central
2012-06-25 13:40:04 -07:00
Benoit Girard
5173e4e0a5
Backout 746513dca667 (Bug 765357) due to xpcshell orange (linux, mac).
2012-06-24 21:00:21 -04:00
Gregory Szorc
d0b7c88511
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
db2183d3d6
Merge mozilla-central to mozilla-inbound
2012-06-21 08:38:39 +01:00
Drew Willcoxon
c5e1b83fb8
Bug 762579 - Implement SocialAPI service provider registry. r=gavin
2012-06-20 18:01:27 -07:00
Benoit Girard
4abd06b934
Bug 765357 - Add xpcshell tests for the Profiler. r=ehsan
2012-06-24 18:53:36 -04: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
Ryan VanderMeulen
9d93de75c0
Merge m-c to inbound.
2012-06-19 21:13:46 -04:00
Malini Das
41fa74e760
Bug 766319 - Minor perfdata refactor, r=jgriffin, DONTBUILD because NPOTB
2012-06-19 17:17:40 -04:00
Jonathan Griffin
c0cdca3984
Bug 766206 - Add missing parameter to catch clause, DONTBUILD because NPOTB
2012-06-19 15:29:17 -07:00
Jonathan Griffin
49c2846cfb
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
373898d8df
Bug 756264 - Reduce devicemanager chmod calls; r=jmaher
2012-06-19 09:14:41 -07: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
4cb02de8c4
Merge m-c to inbound.
2012-06-21 20:44:27 -04:00
David Burns
49f2da5232
Bug 759920: have status codes on errors bubble up from Atoms r=mdas
2012-06-21 13:47:13 -07:00
Kyle Machulis
194522922c
Bug 767045 - Unfinished merge of marionettecomponent.js commited; r=mdas
2012-06-21 10:43:24 -07:00