Gregory Szorc
c2f2d92fec
Bug 755339 - Package testing-only JS modules; r=ted
2012-06-29 13:27:06 -07: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
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
Ryan VanderMeulen
c5934032a4
Merge m-c to inbound.
2012-06-18 20:59:17 -04:00
David Burns
66e36c928b
Bug 765239: allow marionette to reuse script file when importing scripts. r=mdas
2012-06-18 11:59:39 -07: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
Ed Morley
9ef4312c8c
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-15 13:32:55 +01:00
Mark Hammond
5c6530fc24
Bug 755558 - report exceptions in head.js during browser-test. r=gavin
2012-06-15 12:08:17 +10:00
Jonathan Griffin
003ff01dd6
Bug 765095 - Post logcat log to autolog, r=mdas, DONTBUILD because NPOTB
2012-06-14 18:26:43 -07:00
Wes Kocher
54eaebfe5e
Bug 764688 - Update revision of Jetpack code used in Firefox. r=gozala
2012-06-14 15:02:59 -05:00
Ryan VanderMeulen
f6597c2541
Merge m-c to inbound.
2012-06-13 21:12:31 -04:00
Gregory Szorc
a701053269
Merge m-c into s-c
2012-06-13 08:35:44 -07:00
Richard Newman
c68e94eb71
Merge m-c to s-c.
2012-06-12 10:16:39 -07:00
Ed Morley
2840374911
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-06-12 10:36:42 +01:00
Matt Brubeck
77ee3f3f4b
Merge last green changeset from inbound to mozilla-central
2012-06-12 18:24:45 -07:00
Richard Newman
fdd47a33ee
Merge m-c to s-c.
2012-06-11 16:49:27 -07:00
Malini Das
c162142feb
Bug 744902 - Update datazilla method names, a=test-only, DONTBUILD because NPOTB
2012-06-11 11:19:43 -07:00
Gregory Szorc
72fcd93a3a
Merge m-c into s-c
2012-06-11 17:48:04 +02:00
Ryan VanderMeulen
b74e4a29db
Revert c39d36167b99 due to a horribly munged backout.
2012-06-10 19:44:50 -04:00
Ryan VanderMeulen
061d4c2616
Backout the bug 754202 backout due to orange.
2012-06-10 19:37:47 -04:00
Richard Newman
01a1c34773
Merge m-c to s-c.
2012-06-07 12:07:02 -07:00
Malini Das
37466e48f5
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
a1d0c78df3
Bug 664029 - 'Make indexeddb mochitests run in fennec'. r=khuey.
2012-06-11 14:59:27 -07:00