gecko/content
Bobby Holley d2865be525 Bug 865745 - Use an AutoSafeJSContext in nsFrameMessageManager::ReceiveMessage. r=smaug
This function proceeds to push its cx and enters a compartment, so it can't be
depending on any compartment or callstack state of the cx it's using. The only
potential issue would then be reporting the error to the correct DOM window, but
this stuff is used only for chrome, where that doesn't matter. The safe JSContext
uses the same error reporter as JSMs and such, which is probably fine.
2013-06-30 09:00:18 -06:00
..
base Bug 865745 - Use an AutoSafeJSContext in nsFrameMessageManager::ReceiveMessage. r=smaug 2013-06-30 09:00:18 -06:00
canvas Bug 842181 - Prevent text zoom from affecting SVG text. r=dbaron 2013-06-29 13:28:50 +10:00
events Bug 820686 - Remove code after MOZ_CRASH or MOZ_ASSUME_NOT_REACHED. r=(see below) 2013-06-28 18:38:32 -07:00
html Bug 802895 - Tests for srcdoc iframe r=bz 2013-06-28 23:13:23 -04:00
mathml/content [Bug 879998] Remove some dead code in content/ r=Ms2ger, emk 2013-06-07 14:05:57 -07:00
media Bug 886618. Part 2: Simplify OOM handling when stealing array buffer data. r=ehsan 2013-06-30 00:30:35 +12:00
smil Bug 842181 - Prevent text zoom from affecting SVG text. r=dbaron 2013-06-29 13:28:50 +10:00
svg Backout 24de4eda70e2 (bug 530985) for failures in test_bug 450930.xhtml, CLOSED TREE 2013-06-27 12:38:33 -07:00
test
xbl Bug 880917 - Remove AutoVersionChecker. r=luke 2013-06-29 09:11:18 -06:00
xml Bug 883892. Remove HTMLFormElement classinfo. r=peterv 2013-06-26 10:59:45 -04:00
xslt Bug 875934 - Move LIBRARY_NAME to moz.build (batch #1); r=mshal 2013-06-17 15:21:01 -04:00
xul Bug 880917 - Generalize JS_NewGlobalObject API to take CompartmentOptions. r=luke 2013-06-29 09:11:17 -06:00
moz.build