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
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
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
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