gecko-dev/dom
Jim Chen 9305d633e9 Bug 959237 - Define GetVM, GetJNIEnv, and GetJNIForThread as infallible; r=blassey
Currently when either of these methods fail, we log something and rely on the calling code to null check. Since these failures are serious and likely unrecoverable, it's better to define these methods as infallible and just crash if they do fail.
2014-01-17 23:32:24 -06:00
..
activities
alarm
apps Bug 959420 - Followup to fix the last saveApps call introduced in bug 757226. r=fabrice 2014-01-16 17:00:29 -08:00
asmjscache Bug 957921 - Fix Recv__delete__ when asm.js cache file not yet opened in parent process runnable (r=janv) 2014-01-09 10:40:23 -06:00
audiochannel
base Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 4; r=sfink,r=bz 2014-01-17 10:08:51 -08:00
battery Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger 2014-01-10 16:03:25 +13:00
bindings Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 5; r=jonco 2014-01-17 10:09:38 -08:00
bluetooth Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
browser-element Bug 960345 - Disable OOP browser-element mochitests on OSX debug. 2014-01-15 20:17:57 -05:00
camera Backed out changeset 64647f71727f - Wrong patch committed 2014-01-16 17:03:32 -08:00
cellbroadcast Bug 934125 - 1/3: s/function \+(/function(/ . r=gene 2014-01-13 10:44:33 +08:00
contacts
datastore
devicestorage Backout 7ffefbeff08c - Wrong patch committed. DONTBUILD 2014-01-16 17:04:37 -08:00
downloads Backed out changeset 013f33d242e2 (bug 945323) for B2G mochitest failures. 2014-01-16 12:12:07 -05:00
encoding
events Bug 835262 Add an option making nsTextStateManager keep alive even while our process is deactive r=smaug+emk 2014-01-18 12:27:14 +09:00
file Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink 2014-01-16 09:48:58 -08:00
fmradio Bug 938015 - Do not turn off FM radio when enabling airplane mode. r=khuey 2014-01-09 10:22:19 +08:00
gamepad
icc Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger 2014-01-10 16:03:25 +13:00
identity Bug 931465 - mozId.request() options should default to {}. r=MattN 2014-01-08 17:00:58 -08:00
imptests Bug 952365. Add a TreatNonObjectAsNull annotation for WebIDL callback functions and use it for event handlers, since web sites depend on assigning non-callable objects to them in some cases. r=peterv 2014-01-13 15:08:56 -05:00
indexedDB Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger 2014-01-10 16:03:25 +13:00
inputmethod Bug 946068 - Fix composition events' synthesizing in chrome process. r=masayuki 2014-01-15 09:41:39 -05:00
interfaces merge b2g-inbound to mozilla-central 2014-01-17 10:15:47 +01:00
ipc Bug 960648: Consistently mark IPDL methods as MOZ_OVERRIDE. Part 1. r=bent 2014-01-17 11:46:41 -06:00
locales Bug 587377 - Display CSP warning in the web console if a hostname is a quoteless CSP keyword match. r=sstamm 2014-01-17 11:10:29 -05:00
media Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 4; r=sfink,r=bz 2014-01-17 10:08:51 -08:00
messages Backed out 6 changesets (bug 811635) for B2G debug mochitest orange. 2014-01-15 13:24:02 -05:00
mobileconnection
mobilemessage Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 3; r=sfink 2014-01-16 09:48:58 -08:00
network Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
nfc
payment
permission
phonenumberutils
plugins Bug 959237 - Define GetVM, GetJNIEnv, and GetJNIForThread as infallible; r=blassey 2014-01-17 23:32:24 -06:00
power Bug 957899 - WakeLock should QI nsISupports, r=bz 2014-01-09 15:20:25 +01:00
promise
push
quota Bug 924348 - Intermittent PROCESS-CRASH | /tests/dom/indexedDB/test/test_add_put.html | application crashed [@ sqlite3LeaveMutexAndCloseZombie] or [@ hashDestroy]. r=khuey 2014-01-13 13:27:19 -05:00
settings
smil Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger 2014-01-10 16:03:25 +13:00
speakermanager
src Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
system Merge inbound to m-c. 2014-01-16 15:06:12 -05:00
telephony Bug 952783 - Use first call instead of active call. r=hsinyi 2014-01-15 09:41:50 -05:00
tests Debugging code for bug 960760 2014-01-17 11:44:34 -05:00
time
voicemail Bug 934125 - 2.b/3: fix alignment. r=gene 2014-01-13 10:44:44 +08:00
wappush
webidl Merge inbound to m-c. 2014-01-15 14:34:05 -05:00
wifi Backed out 6 changesets (bug 811635) for B2G debug mochitest orange. 2014-01-15 13:24:02 -05:00
workers Bug 959988 - Remove URLSearchParams.prototype.size, r=ehsan 2014-01-15 17:30:07 +01:00
xbl Bug 959787 - Handlify several JSAPI interfaces that can GC, Part 5; r=jonco 2014-01-17 10:09:38 -08:00
xslt Bug 957652 - Replace the Attr element getters by something that returns an Element; r=bzbarsky 2014-01-09 09:07:22 -05:00
moz.build Bug 946065. Part 5: Move content/events to dom/ and flatten away 'src' directory. r=Ms2ger 2014-01-10 16:03:25 +13:00