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 Bug 950188. DOMRequest should only have a constructor taking a Window. r=khuey 2014-01-06 21:53:23 -05:00
alarm Bug 937258 - Part a: Remove empty makefiles; r=gps 2013-11-28 15:25:40 +01:00
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 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
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 Bug 946294 - Use cached sequences for array attributes in the Contacts interfaces. r=bz r=gwagner 2013-12-29 15:41:35 -02:00
datastore Bug 939331 - [Datastore] onchange event is fired for clear operations, r=ehsan 2014-01-03 21:06:19 +00:00
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 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
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 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
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 Bug 956655 - Part 2: Move MobileConnection DOM classes to namespacing mozilla::dom. r=smaug 2014-01-02 11:06:17 +08:00
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 Bug 933093 - Part 1: Add 'sendFile' interface to MozNFCPeer. r=khuey, sr=smaug 2013-12-13 23:24:02 -08:00
payment Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice 2013-11-20 13:33:10 +08:00
permission Bug 940254 - Make "storage" permission in the database not grant "offline-app" r=gwagner 2014-01-08 17:14:22 -08:00
phonenumberutils Bug 924565: Part 1: Declare nsIObserver QI in DOMRequestHelper child classes. r=fabrice 2013-11-20 13:33:10 +08:00
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 Bug 958684 - Fix AsyncErrorReporter leak in Promises. r=mccr8 2014-01-10 14:07:46 -08:00
push Bug 956085 - Fix strict mode violation in PushService.jsm. r=nsm 2014-01-03 09:32:37 -05:00
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 Bug 921721 - NS_ERROR_UNEXPECTED in airplane_mode.js when restarting B2G. r=bent 2013-11-01 07:54:21 -07:00
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 Bug 927728 - Part 1: Replace PRUnichar with char16_t; r=roc 2014-01-04 10:02:17 -05:00
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 Bug 937258 - Part a: Remove empty makefiles; r=gps 2013-11-28 15:25:40 +01:00
voicemail Bug 934125 - 2.b/3: fix alignment. r=gene 2014-01-13 10:44:44 +08:00
wappush Backed out changeset 30521d0cc862 (bug 951999) for Gi failures. 2014-01-03 11:11:44 -05:00
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