Bobby Holley
68f0e73503
Bug 883450 - Assert that we're in a request whenever we create a Rooted<T>. r=terrence
2013-06-20 11:05:34 -07:00
Bobby Holley
2fa8b1cfb0
Bug 883450 - Miscellaneous requests. r=gabor
2013-06-20 11:05:34 -07:00
Bobby Holley
1c850fd575
Bug 883450 - Re-order stuff in CallSetup so that we construct the RootedObject after the Push. r=bz
2013-06-20 11:05:34 -07:00
Bobby Holley
c752b3ec83
Bug 883450 - Remove custom request munging in XPCCallContext and use a JSAutoRequest. r=gabor
2013-06-20 11:05:34 -07:00
Bobby Holley
5517cafd4a
Bug 883450 - Unscope the JSAutoRequest in XPCJSContextStack. r=gabor
2013-06-20 11:05:33 -07:00
Bobby Holley
25852d3177
Bug 883450 - MOZ_CRASH if we fail to spin up the SafeJSContext, and remove error handling. r=gabor
...
There's not a lot we can do without it in the browser these days.
2013-06-20 11:05:33 -07:00
Bobby Holley
8bf9b466d1
Bug 884362 - Play Maybe<> games to root |temp| in the right circumstances. r=bz
2013-06-20 11:05:33 -07:00
Bobby Holley
a46a847021
Bug 884362 - Make IDBRequest::CaptureCaller use the cx stack and decxify a bunch of IDB. r=bent
2013-06-20 11:05:33 -07:00
Bobby Holley
b77f296cee
Bug 884362 - Use AutoJSContext in nsScriptSecurityManager::LoadPolicy. r=bz
...
This cx is just used for rooting etc. As such, we really just want whatever
cx is on the stack, but want a default if the stack-top cx is null (which it
sometimes is, here). And that's exactly what AutoJSContext gives us.
2013-06-20 11:05:32 -07:00
Bobby Holley
e1ffe44fa6
Bug 884245 - Simplify nsContentUtils::GetDocumentFromCaller. r=bz
...
The first three lines of this function are an obvious bug. But the behavior in
general is also worrisome, because it's using antiquated XPConnect machinery
that will be less and less correct as we move to the new DOM bindings. Let's
just infer our global from the active compartment.
2013-06-20 11:05:32 -07:00
Jim Mathies
859c873c39
Bug 881928 - Clear selection when the user pans the page in either direction. r=fryn
2013-06-20 12:37:02 -05:00
Kartikaya Gupta
79ecb8de2c
Bug 882120 - Apply rounding to the layer-pixel rect in Java to fix robopan regression. r=kentuckyfriedtakahe
2013-06-18 09:27:45 -04:00
JosiahOne
00adf5a054
Bug 884467 - Replace the linen texture with the new Mavericks one. r=dao
2013-06-19 15:48:36 -04:00
Terrence Cole
6ad9cc727f
Bug 884628 - Optimize the post-barrier verifier; r=jonco
...
--HG--
extra : rebase_source : 2390400416c85daecd34d1456ebf737dd2308128
2013-06-17 13:16:29 -07:00
Shane Caraveo
e30dfe7bf5
bug 882132 fix setting provider icon via worker api, r=felipe
2013-06-19 10:14:47 -07:00
Jan de Mooij
337e609ded
Bug 882111 - Don't push an interpreter frame when calling into the JITs. r=djvj
2013-06-19 19:10:04 +02:00
Kannan Vijayan
aaa7f147f8
Backed out changeset 9f852d187722 (bug 883789)
2013-06-19 13:09:45 -04:00
Kannan Vijayan
cae976b881
Bug 883789 - Use baseline fallback stubs to track double-overflow of BinaryArith and UnaryArith ops. r=h4writer
2013-06-19 12:45:29 -04:00
Terrence Cole
bd44ff62d6
Bug 884562 - Allow root analysis to be enabled when using generational GC; r=sfink DONTBUILD
...
--HG--
extra : rebase_source : 6438eec44aa7de79bf78c8f84fb4b971e1e83296
2013-06-19 09:20:46 -07:00
Josh Matthews
5d38df57c6
Backed out changeset 5a3dc3d31890 (bug 883495)
2013-06-19 18:16:04 +02:00
Terrence Cole
861c320238
Bug 884065 - Assert if JS_DestroyContext is called with active exact rooters; r=sfink
...
--HG--
extra : rebase_source : 52f7c9f90075b69f3c40bf7c7e9df0e1b2e25c05
2013-06-17 16:20:25 -07:00
Kannan Vijayan
000c04f611
Bug 877589 - Add test case. DONTBUILD
2013-06-19 12:06:43 -04:00
Rick Eyre
25236f410f
Bug 884507 - Change SECOND_TO_MS macro to be named MS_TO_SECONDS r=rillian
2013-06-18 12:53:00 -07:00
Margaret Leibovic
51e528a8e2
Bug 877782 - Reposition form autocomplete popup if dynamic toolbar changes visibility. r=kats
2013-06-19 08:35:44 -07:00
Kannan Vijayan
b6803660d3
Bug 870034 - Test case.
2013-06-19 11:33:38 -04:00
Nick Alexander
966d17128b
Backed out changeset 3a4c1a113154 (Bug 874132) for jarsigner "Please specify alias name" errors.
2013-06-19 08:21:15 -07:00
Benjamin Smedberg
8c67029c44
Bug 882339 - Cache the blocklist state on plugin tags to avoid querying the blocklist service constantly, r=johns
2013-06-19 11:07:28 -04:00
Joey Armstrong
ad386ad777
bug 881344: move SHARED_LIBRARY_LIBS to mozbuild (logic). r=gps
2013-06-19 10:51:46 -04:00
Ed Morley
db79fd1d8d
Merge mozilla-central and inbound
2013-06-19 15:51:08 +01:00
Rick Eyre
d82dad9e62
Bug 883843 - Remove extraneous QI line in HTMLTrackElement. r=peterv
...
This was accidentally introduced in bug 882817. The line that deals
with the interface map entry for nsIDOMHTMLElement is unneeded as
NS_HTML_CONTENT_INTERFACES deals with this as well.
2013-06-17 10:32:14 -04:00
Sotaro Ikeda
2cc06a5245
Bug 882552 - Change Binder Thread's default priority to 0. r=mwu, r=jlebar
2013-06-20 12:51:19 -04:00
Caitlin Potter
f4ca533bc8
Bug 882549 - Don't rely on mElement to find nsIDocument in TextTrackCue. r=rillian, r=smaug
...
Find nsIDocument via mGlobal (as nsPIDOMWindow) rather than via pointer to
HTMLTrackElement. (bz from #content has explained how we can access
nsPIDOMWindow and nsIDocument without having to ask the HTMLTrackElement)
For the time being, there are many null-ness checks for both 'window' and
'document', and no mechanism to report errors other than returning nullptr
where possible. This will be addressed in a followup bug.
Also adds a test for mHead nullness in TextTrackCue::ConvertNodeTreeToDOMTree
to prevent SIGSEV.
2013-06-19 14:02:04 -04:00
Patrick Wang
dc81eb4838
Bug 883296: returning empty object instead of null when decoding zero length data in Octet.decodeMultiple. r=gene
2013-06-17 19:33:57 +08:00
Patrick Wang
79e10c4bb7
Backed out changeset 9a3ee53f3421.
2013-06-20 10:35:45 +08:00
Patrick Wang
6dab5ea874
[PATCH] Bug 883296: returning empty object instead of null when
...
From 1a04770db0f0e86440503e73bded294b696b876c Mon Sep 17 00:00:00 2001
decoding zero length data in Octet.decodeMultiple.
---
dom/mobilemessage/src/ril/WspPduHelper.jsm | 62 ++++++++++++++--------------
1 file changed, 30 insertions(+), 32 deletions(-)
2013-06-17 19:33:57 +08:00
Gina Yeh
d8ae704353
Bug 882551 - Patch 5: Change return type of internal functions, r=qdot, r=mrbkap, r=echou
2013-06-20 09:20:16 +08:00
Gina Yeh
2c1d010243
Bug 882551 - Patch 4: Remove BluetoothA2dpManagerObserver, r=qdot, r=mrbkap, r=echou
2013-06-20 09:20:02 +08:00
Gina Yeh
ed2a4cfcfe
Bug 882551 - Patch 3: Remove BluetoothOppManagerObserver, r=qdot, r=mrbkap, r=echou
2013-06-20 09:19:46 +08:00
Gina Yeh
e1a7a2500d
Bug 882551 - Patch 2: Remove BluetoothHfpManagerObserver, r=qdot, r=mrbkap, r=echou
2013-06-20 09:19:31 +08:00
Gina Yeh
8ccaecc148
Bug 882551 - Patch 1: BluetoothProfileManagerBase inherits nsIObserver, r=qdot, r=mrbkap, r=echou
2013-06-20 09:19:15 +08:00
Gregor Wagner
e98efca641
Bug 885025 - B2G: Add missing request in mozJSComponentLoader::UnloadModules. r=khuey
2013-06-19 21:09:48 -04:00
Ben Kelly
8e6bbb5b9b
Bug 884679 - Output warning using dump() instead of Console.jsm. r=gwagner
2013-06-19 21:09:31 -04:00
Vincent Chang
58868b9d3f
Bug 868913 - Part 2: Fix the wifi initial start problem. r=mrbkap
2013-06-17 12:20:39 +08:00
Sotaro Ikeda
cb24852555
Bug 884440 - Remove item correctly from vector. r=doublec
2013-06-19 13:40:31 -04:00
Gaia Pushbot
8a242af14e
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d56d449c7476
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 883813 - [SMS][Translation][Spanish][Portugues] Some tokens are not translated r=julienw
In order to support a variable width of the "To:" field in the
Recipients section, some restructuring is necessary.
2013-06-19 10:16:22 -07:00
Gaia Pushbot
ce21eef28e
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/75423c872bf4
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Merge pull request #10486 from Rik/deleted-files-884592
Bug 884592 - Only lint existing files in the pre-commit hook r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/a0d0d891a524
Author: Anthony Ricaud <anthony@ricaud.me>
Desc: Bug 884592 - Only lint existing files in the pre-commit hook
2013-06-19 10:01:26 -07:00
Gaia Pushbot
6e05cdedbb
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/feed41b8b879
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #10475 from cctuan/863932
Bug 863932 - [B2G][Leo][Lockscreen][Camera] Camera does not work from lockscreen. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/f6aed694c314
Author: gduan <gduan@mozilla.com>
Desc: Bug 863932 - [B2G][Leo][Lockscreen][Camera] Camera does not work from lockscreen with passcode
2013-06-19 09:46:23 -07:00
Gaia Pushbot
5c089d7c8c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/50fddaae85a2
Author: Michael Wu <mwu@mozilla.com>
Desc: Merge pull request #10406 from michaelwu/bug-871501
Bug 871501 - Make zip file generation consistent
========
https://hg.mozilla.org/integration/gaia-central/rev/6c5016942202
Author: Michael Wu <mwu@mozilla.com>
Desc: Bug 871501 - Make zip file generation consistent
2013-06-19 09:31:24 -07:00
Gaia Pushbot
50da151ecf
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b87eb11393b9
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #10440 from ochameau/touch-scroll
Bug 883834 - Touch events position is wrong on desktop when a DOM element is scrollable r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/a5fa8b409586
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 883834 - Touch events position is wrong on desktop when a DOM element is scrollable
2013-06-19 08:16:21 -07:00
Ed Morley
b34c44c0cf
Merge mozilla-central and birch
2013-06-19 15:35:59 +01:00