Ryan VanderMeulen
4e31d26766
Merge the last PGO-green inbound changeset to m-c.
2012-08-08 21:21:36 -04:00
David Clarke
bdb8e11ba9
Bug 780031 - Mochitest on b2g reliability improvements, r=jgriffin, DONTBUILD because NPOTB
2012-08-08 17:29:26 -07:00
Gregory Szorc
cca4531b41
Bug 618233 - Enable test_jpakeclient.js on Windows; r=rnewman
...
May trigger intermittent oranges. Trying to reproduce so we can triage.
2012-08-08 16:43:05 -07:00
Gregory Szorc
54b5597244
Bug 781348 - Style improvements to service.js; r=rnewman
2012-08-08 16:35:37 -07:00
Chris Peterson
0513cf7569
Bug 781020 - Remove IME's composing spans when Gecko resets the composition state. r=blassey
...
--HG--
extra : rebase_source : 252b3b15dfe3570fdc4a695c0f720f7c7e59944a
2012-08-08 16:16:59 -07:00
Justin Wood
d3c73afd71
Bug 781735 - SUTAgent should not die if it can't create a file on the sdcard. r=jmaher DONTBUILD since its NPOT-on-change-Builds
...
--HG--
extra : rebase_source : 6f8ca4d47f273a960f06331dda0edbe692640df3
2012-08-10 01:03:55 -04:00
Dave Hylands
a0645a98d9
Bug 781978 - Automounter should initialize ums.mode to zero. r=gwagner
...
From 5eb48be9af695ac2135b8508edb8a4b1e83acb56 Mon Sep 17 00:00:00 2001
r=gwagner
---
dom/system/gonk/AutoMounter.cpp | 19 ++++++++++++++++---
dom/system/gonk/AutoMounterSetting.cpp | 7 +++++--
dom/system/gonk/Volume.cpp | 12 +++++++++---
dom/system/gonk/nsVolumeService.cpp | 11 +++++++++--
4 files changed, 39 insertions(+), 10 deletions(-)
2012-08-08 15:44:59 -07:00
Nick Fitzgerald
1528e73f0a
Bug 774471: Store source map URLs in the ScriptSource, not on each JSScript. r=jimb
2012-08-13 12:39:57 -07:00
Justin Lebar
6b929a405a
Bug 781320 - Part 4: Test that <iframe mozbrowser>'s name attribute is set when the iframe is created as a result of window.open. r=smaug
2012-08-13 15:19:10 -04:00
Justin Lebar
a74e85d8f6
Bug 781320 - Part 3: Set <iframe mozbrowser>'s name for iframes created via window.open. r=smaug
2012-08-13 15:19:10 -04:00
Justin Lebar
a4f59b9ee7
Bug 781320 - Part 2: Tests for forwarding <iframe mozbrowser>'s name from parent to child. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
37bc18bddb
Bug 781320 - Part 1: Sync iframe name down from parent to child in <iframe mozbrowser>. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
0c3ea3ef65
Bug 780351 - Tests for ensuring that mozapp divides the window name namespace, but mozbrowser does not. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
ccbc337560
Bug 780351 - Don't let code in different apps access each others' windows. r=smaug
2012-08-13 15:19:09 -04:00
Justin Lebar
b03cc92154
Bug 780546 - Add test for opening named windows inside <iframe mozbrowser>. r=mounir
2012-08-13 15:19:09 -04:00
Justin Lebar
1994f4ebb3
Bug 780761 - Fix race condition in initialization of message manager for popups from <iframe mozbrowser>. r=smaug
...
Calling show() causes EnsureMessageManager() to SetCallbackData() on the message manager. If we don't do this, then the message manager will throw when we try to send a message.
2012-08-13 15:19:09 -04:00
Justin Lebar
c42222b728
No bug - Tweak dom/browser-element/mochitest/createNewTest.py. r=me DONTBUILD
2012-08-13 15:19:08 -04:00
Neil Deakin
9b35869d1b
Bug 391834, don't allow prompts in beforeunload, unload and pagehide events,r=smaug,patch mostly by gavin
2012-08-13 15:05:34 -04:00
Neil Deakin
783b418a43
Bug 391834, rearrange some popup dialog code to be simpler,r=smaug,patch mostly by gavin
2012-08-13 15:03:59 -04:00
Dão Gottwald
668a8e43d7
Bug 782306 - Remove bogus web console panel styling. r=msucan
2012-08-13 20:52:42 +02:00
Dão Gottwald
8cff35e019
Bug 782305 - webconsole.xul should not load browser.css. r=msucan
2012-08-13 20:52:19 +02:00
Ed Morley
c4f6ed310b
Merge mozilla-central to mozilla-inbound
2012-08-13 19:20:38 +01:00
Geoff Brown
71b07454cb
Bug 770461 - Robocop: improve diagnostics in testHistoryTab; r=jmaher
2012-08-13 12:11:12 -06:00
L. David Baron
96bf24466d
Update syncing directory location in README. (No bug, DONTBUILD)
2012-08-13 10:48:16 -07:00
Ed Morley
2fe00b3d6e
Bug 782328 - Disable dom/imptests/webapps/DOMCore/tests/approved/* on Android for being permaorange; r=Ms2ger
2012-08-13 18:44:25 +01:00
Ed Morley
8c6269ec53
Bug 782275 - Disable devicestorage tests on Android; r=dougt
2012-08-13 18:44:25 +01:00
Jonathan Griffin
b2f7012406
Bug 777842 - make Marionette Python2.6 compatible, r=dburns
2012-08-10 17:04:28 -07:00
Ehsan Akhgari
3ee18b0cb9
Fix a spelling mistake in a comment (no bug, DONTBUILD)
2012-08-13 13:32:19 -04:00
Bill McCloskey
c31671f405
Bug 781945 - Improve GC telemetry (r=mccr8)
2012-08-13 10:30:44 -07:00
Justin Lebar
0a712a72f1
Bug 777135 - Part 3: Remove nsDOMWindowUtils::GetIsApp and friends. r=mounir
...
--HG--
extra : rebase_source : ac3db88b7eb03397c4ae514624e1f3021947c396
2012-08-13 12:58:38 -04:00
Justin Lebar
0d4822afe2
Bug 777135 - Part 2: Stop using nsDOMWindowUtils::GetIsApp and friends, and instead use the relevant methods on the principal. r=mounir
...
--HG--
extra : rebase_source : fa8a153a1edc8f64b230b67f121ba5eaaf1098e6
2012-08-13 12:58:38 -04:00
Justin Lebar
b16bf1a284
Bug 777135 - Part 1: Add nice C++ version of nsIPrincipal::GetAppStatus. r=mounir
...
--HG--
extra : rebase_source : 6150a2b708faa41f1f6c7723260fc52444b7ea8d
2012-08-13 12:58:38 -04:00
Paul Dagnelie
0f68c9079b
Bug 779006 - Display pid in xpchsell's check-interactive mode. r=ctalbert
2012-08-13 13:19:11 -04:00
Kartikaya Gupta
d1231115ee
Bug 782183 - Add some code to the robocop harness to dump all stack traces in case of hanging/deadlock. r=gbrown
2012-08-13 12:03:00 -04:00
Masayuki Nakano
b88a7758de
Bug 659071 DoScrollZoom() should check if the event target is under XUL document rather than checking if it's XUL element r=smaug
2012-08-13 23:20:13 +09:00
Benjamin Peterson
0195f43641
Bug 781289 - Remove unecessary check that let variable name matches are atoms. r=luke
2012-08-08 11:52:09 -07:00
Benjamin Peterson
754a2a4a8f
Bug 781071 - Account for the enclosing scope being NULL. r=luke
2012-08-08 11:52:07 -07:00
Doug Turner
f31a39fc0f
Bug 773528 - remove device.motion.enabled. we now use device.sensors.enabled. r=smaug
2012-08-08 11:48:30 -07:00
Mike Hommey
84810d01c8
Bug 781128 - Fix application.ini dependencies after bug 767839 on a CLOSED TREE. r=ted
2012-08-08 18:57:22 +02:00
Ed Morley
969a047a7e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-08 17:18:26 +01:00
Geoff Brown
fbc5b4b6bc
Bug 779250: Make Robocop tests run faster; r=jmaher
2012-08-08 08:25:27 -06:00
Tim Taubert
90e44e7a50
merge m-c to fx-team
2012-08-08 11:53:37 +02:00
Yoshi Huang
1da6a72d47
Bug 780825 - Part 1: Read 0x81 and 0x82 UCS2 String on UICC. r=vicamo
2012-08-08 12:20:54 +08:00
Yoshi Huang
af48571b75
Bug 779885 - Part 2: xpcshell tests. r=vicamo
2012-08-07 15:04:10 +08:00
Sam Garrett
3ad8571b5c
Bug 771554 - Update mozbase deps to match in-tree versions, r=jgriffin, DONTBUILD because NPOTB
2012-08-06 17:44:51 -06:00
Kyle Huey
ed6c22b7cd
Bug 754759: Unannotate tests now that Bug 774770 is fixed.
2012-08-07 13:54:46 -07:00
Johnny Stenback
c47778def6
Backing out 77e5cdc7af9a due to it landing w/o following our code checkin process.
2012-08-07 09:11:04 -07:00
Landry Breuil
75467eae68
Bug 780409: Followup, remove extra comma at end of enum. r=jfkthame
2012-08-07 11:31:46 +01:00
Aryeh Gregor
55f612abce
Bug 743573 - Followup: Fix build warnings in gcc 4.6.3; r=Ms2ger
2012-08-07 11:37:54 +02:00
Ms2ger
1a053e4de7
Merge.
2012-08-07 11:30:40 +02:00