gecko/content
Bobby Holley 9e96be0f79 Bug 834732 - Introduce AutoPushJSContext. r=mrbkap
It's annoying to add yet another RAII class, but we're solving a different
problem here. In particular, there are lots of callers that grab a cx off
of an nsIScriptContext and use it without pushing. Most of the time this
is ok, since that cx is also the active cx. But it's hard to tell when we
might potentially violate that invariant. What's more, we don't want to just
use an nsCxPusher, because that does expensive things even when the cx matches
the one on the top of the stack. Most of these consumers should just switch
to AutoJSContext, but doing such a change en masse is a pretty risky thing to
do. So let's introduce a class that gives us good performance in the common case
and correctness in the uncommon case.
2013-02-26 11:04:12 -08:00
..
base Bug 834732 - Introduce AutoPushJSContext. r=mrbkap 2013-02-26 11:04:12 -08:00
canvas Bug 843711 - Fix up new |Components| culprits in test suite. r=mccr8 2013-02-25 10:43:03 -08:00
events Bug 834732 - Make nsCxPusher.Push(JSContext*) infallible. r=mrbkap 2013-02-26 11:04:11 -08:00
html Bug 842986 - Implement MozFrameLoaderOwner on HTMLFrameElement. r=bz 2013-02-26 12:02:32 -05:00
mathml Fix for bug 844225 (Remove some DOMCI and quickstubs). r=bz. 2013-01-10 10:54:46 +01:00
media Bug 844905 - Change MediaResource::GetContentType return type to nsCString. r=cpearce 2013-02-26 12:02:20 +01:00
smil Bug 833446: Remove nsIDOMSVGAnimationElement r=peterv 2013-02-02 15:23:11 -05:00
svg Bug 785606 - Support viewBox=none from SVG 1.2 Tiny r=jwatt 2013-02-26 16:58:06 +00:00
test Backed out 6 changesets (bug 832920, bug 825341, bug 838582, bug 842726, bug 629801, bug 842561) for Linux32 debug mochitest-2 and Windows/OSX mochitest-browser-chrome failures on a CLOSED TREE. 2013-02-22 15:30:06 -05:00
xbl Bug 834732 - Remove PushBehavior. r=mrbkap 2013-02-26 11:04:11 -08:00
xml Bug 842561. Assert that our inheritance chain is correct for WebIDL objects. r=peterv 2013-02-22 09:56:29 -05:00
xslt Bug 840189: Mark XSLT subdirectories as FAIL_ON_WARNINGS. r=sicking 2013-02-21 18:24:05 -08:00
xul Bug 404077: Annotate known assertions in mochitests. 2013-02-25 18:39:21 -08:00
Makefile.in