Wes Johnston
d690940572
Bug 872147 - Make FeedHandler use async prompts. r=mfinkle
2013-06-03 09:20:45 -07:00
Wes Johnston
930bf4daab
Bug 872143 - Make InputWidgetHelper use async prompts. r=mfinkle
2013-06-03 09:20:44 -07:00
Wes Johnston
487f97b0ef
Bug 877467 - Use a flat list when showing prompts. r=mfinkle
2013-06-04 14:38:01 -07:00
Daniel Holbert
4795726e4a
Back out 022bc808586b (bug 845147) on suspicion of causing frequent intermittent oranges for list-simple-1.html by busting its reference case
2013-06-04 20:00:20 -07:00
Bobby Holley
e59ccf90a4
Bug 877478 - Remove the machinery for security managers in XPCContext. r=mrbkap
2013-06-04 19:56:43 -07:00
Bobby Holley
19669be68e
Bug 877478 - Move all consumers of GetAppropriateSecurityManager to GetDefaultSecurityManager and rm the former. r=mrbkap
2013-06-04 19:56:43 -07:00
Bobby Holley
55582b37e2
Bug 877478 - Remove SetSecurityManagerForJSContext and related APIs. r=mrbkap
...
The only consumers here were the shells, which we've now fixed.
2013-06-04 19:56:43 -07:00
Bobby Holley
4a91b8a55b
Bug 877478 - Remove FullTrustSecMan junk. r=mrbkap
...
This stuff shouldn't be necessary anymore. The default security manager should
do the right thing given for script running in the scope of a BackstagePass.
2013-06-04 19:56:42 -07:00
Bobby Holley
f06e741959
Bug 877478 - Fix tests that depend on creating verboten instances in content. r=mrbkap
...
XPConnect generally throws when trying to create instances of non-DOM objects
in content. Due to some bugs this has historically worked in certain cases, but
we're fixing those now. So we need to fix the tests that do this sort of thing.
2013-06-04 19:56:42 -07:00
Bobby Holley
da92b2ad75
Bug 877478 - Fix test to use SpecialPowers.{add,remove}Observer. r=mrbkap
...
This way, we get the callback wrapping behavior for free.
2013-06-04 19:56:42 -07:00
Bobby Holley
4de0ea3e6a
Bug 877478 - Have SpecialPowers.addObserver modify the observe callback to wrap arguments. r=mrbkap
...
|subject| is quite often an XPCOM object that's not accessible to content.
2013-06-04 19:56:42 -07:00
Bobby Holley
17992acedf
Bug 877478 - Fix mochitests with problematic callbacks to use the new API. r=mrbkap
2013-06-04 19:56:41 -07:00
Bobby Holley
81e97b35a3
Bug 877478 - Add a SpecialPowers API for wrapping callbacks and callback objects. r=mrbkap
2013-06-04 19:56:41 -07:00
Bobby Holley
2cb13b8c8a
Bug 877478 - Move crashtests that now error-out to chrome tests. r=mrbkap
...
These crashtests now throw, because we run XUL tests in content, and they create
forbidden objects and fail the CanCreateWrapper check. Unfortunately, the
crashtest harness isn't set up to catch onerror. And even if they were, they
wouldn't be testing what they wanted to, because all of the relevant work here
happens in onload.
--HG--
rename : content/xul/content/crashtests/236853.rdf => content/xul/content/test/file_bug236853.rdf
rename : content/xul/templates/src/crashtests/330010-1.rdf => content/xul/templates/tests/chrome/file_bug330010.rdf
rename : content/xul/templates/src/crashtests/329335-1.xul => content/xul/templates/tests/chrome/test_bug329335.xul
rename : content/xul/templates/src/crashtests/330010-1.xul => content/xul/templates/tests/chrome/test_bug330010.xul
2013-06-04 19:56:41 -07:00
Nathan Froyd
7561da1c41
Bug 879337 - fix submission of saved-session pings; r=vladan
2013-06-04 13:23:03 -04:00
Robert O'Callahan
f54502cc7c
Fix bustage on a CLOSED TREE for bug 877461
2013-06-05 14:44:20 +12:00
Robert O'Callahan
78e2533023
Bug 877461. Make MediaCache aggressively cache data just behind the current playback position. r=cpearce
...
This should help with the straight playback, non-seeking case where we get into
trouble because libstagefright video and audio codecs are reading from different
places.
2013-06-05 01:52:57 +12:00
Shu-yu Guo
bab8db53a5
Bug 878374 - Support non-Value Handles as VMFunction outparams. (r=nbp)
2013-05-31 19:16:14 -07:00
Shu-yu Guo
39e8edf31c
Bug 877559 - Fix passing double arguments to callVM in Ion. (r=nbp)
2013-05-29 22:36:51 -07:00
Dan Gohman
4f601ff93d
Bug 875419 - Fold ImmWord values which fit in 32-bit immediate fields. r=sstangl
2013-06-04 20:52:21 -04:00
Roberto Agostino Vitillo
941646f2ae
Bug 869703 - Fix failure to retrieve uniform. r=jgilbert
2013-06-04 20:51:58 -04:00
Ryan VanderMeulen
b0a263cb28
Merge m-c to inbound.
2013-06-04 20:46:25 -04:00
Ryan VanderMeulen
af402fd9e0
Merge inbound to m-c.
2013-06-04 20:45:05 -04:00
L. David Baron
92ae951214
Bug 879255: Refactor fix for bug 613888, step 4: consolidate conditions, and reindent (and fix bracing while doing so). r=nrc
2013-06-05 09:35:52 +09:00
L. David Baron
e44a65f4cd
Bug 879255: Refactor fix for bug 613888, step 3: move no-change test earlier so that we don't have to clutter conditions between the new location and old with logic to fall through to it. r=nrc
2013-06-05 09:35:52 +09:00
L. David Baron
7770a26c1c
Bug 879255: Refactor fix for bug 613888, step 2: consolidate oldPT variable. r=nrc
2013-06-05 09:35:52 +09:00
L. David Baron
4cdda0b980
Bug 879255: Refactor fix for bug 613888, step 1: create haveCurrentTransition variable. r=nrc
2013-06-05 09:35:52 +09:00
Drew Willcoxon
1af90e337e
Bug 870105 - Follow-up: Size the browser according to the user's screen size. r=ttaubert
2013-06-04 17:25:50 -07:00
Jeff Gilbert
6c9255e881
Bug 874823 - Support unknown consumer for ShSurf_GLTex. - r=mattwoodrow
2013-06-04 17:05:28 -07:00
Vivien Nicolas
00ce01b0a9
Backout c0213576a3b7 and 780d65e3ebfa (bug 874984) because it was slowing down HTML rendering
2013-06-04 23:14:24 +02:00
Nikhil Marathe
fe766a1815
Bug 867868 - Alarms tests. r=jlebar
2013-06-04 13:30:06 -07:00
Nikhil Marathe
65bfc868b9
Bug 867868 - Implement nsITimer based alarms in HAL fallback. r=jlebar
2013-06-04 13:30:03 -07:00
Kartikaya Gupta
7830e812ea
Bug 879369 - Make NFC not a required hardware feature. r=blassey
2013-06-04 15:44:46 -04:00
Guillaume Abadie
3a622ba311
Bug 879304 - Add "webgl.max-warnings-per-context" preference. r=bjacob
2013-06-04 15:44:08 -04:00
Markus Flaig
3cd20beaa2
Bug 875297 - Move the contents of the initialize method into the constructor of the search-textbox binding. r=mconley
2013-06-04 15:43:27 -04:00
Ryan VanderMeulen
c4b3b48a38
Merge m-c to inbound.
2013-06-04 15:30:00 -04:00
Ryan VanderMeulen
192299e1fe
Backed out 4 changesets (bug 496923) for jsreftest failures on a CLOSED TREE.
...
Backed out changeset 55796a799ea9 (bug 496923)
Backed out changeset 05a46b5b3fec (bug 496923)
Backed out changeset 0fde7e7ba61c (bug 496923)
Backed out changeset 8dff0aaddd1c (bug 496923)
2013-06-04 15:10:33 -04:00
Nicolas Silva
1f2758228b
Bug 875211 - fix windows build on a CLOSED TREE
2013-06-04 21:08:15 +02:00
Nicolas Silva
4f69a21cac
Bug 875211 - fix build on a CLOSED TREE
2013-06-04 21:02:52 +02:00
Ryan VanderMeulen
dca3b07736
Merge inbound to m-c.
2013-06-04 15:01:10 -04:00
Ryan VanderMeulen
72d7d56f36
Merge birch to m-c.
2013-06-04 15:00:37 -04:00
Nicolas Silva
1999386b3c
Bug 875211 - use one global gl texture per texture unit rather than one per GrallocTextureHostOGL. r=bjacob
2013-06-04 20:44:37 +02:00
Joe Drew
0a764c3232
Bug 878037 - Make static image requests (imgRequestProxyStatic) Clone correctly when the concrete-type Clone override is called. r=seth
2013-06-04 14:38:37 -04:00
Joe Drew
0d58f40d2e
Bug 878037 - Revert the null-owner intentional crashes, since we found the cause. r=seth
2013-06-04 14:38:31 -04:00
Ryan VanderMeulen
1a806e49a2
Backed out changeset 0fbef2fd43e0 (bug 877733) for test bustage on a CLOSED TREE.
2013-06-04 14:23:29 -04:00
Jeff Walden
4c345e2701
Bug 496923 - Remove js/src/tests/update-test402.sh as update-test262.sh subsumes it. r=trivial
...
--HG--
extra : rebase_source : 18d64c90097ab0776657e67cc146cc7f25fedb8c
2013-06-04 10:46:36 -07:00
Jeff Walden
7269958219
Bug 496923 - Import all the ch10/ tests from test262 into jstests. r=importing-script-was-reviewed
...
--HG--
extra : rebase_source : dea30b698346549b29d01a8506cc05fde981569e
2013-06-04 10:43:51 -07:00
Jeff Walden
a5f05f1c48
Bug 496923 - Make the test262-importing script import tests from ch10/, and skip the tests that we don't currently pass (6 for test harness shortcomings, 2 for actual bugs). r=terrence
...
--HG--
extra : rebase_source : 92c4b241bb0ad55f5de7077cca5c4cf75fbecfe1
2013-06-04 10:43:42 -07:00
Justin Lebar
c0f020c0ae
Bug 879214 - Try to fix race condition in test_audio_wakelock.html. r=baku
...
--HG--
extra : rebase_source : af1d40db2ed8395db183a14a229ad49e4bc36bf8
2013-06-04 12:00:40 -04:00
Nikhil Marathe
fcbe7dacc7
Bug 876936 - Alarms set to a past time fire immediately instead of error. r=gene
2013-06-04 09:13:16 -07:00