gecko/dom
2014-03-01 18:37:34 -08:00
..
activities Bug 958642 - MozActivity must fire an error when the selected app is killed, r=fabrice 2014-02-06 19:55:20 +00:00
alarm Bug 963258 - Prevent exception when using webconsole in alarm code. r=gene 2014-02-06 09:46:29 -05:00
apps Backed out changeset 6058a0d53426 (bug 903291) for causing bug 977215 2014-02-28 15:25:21 -08:00
asmjscache Bug 972652 - asmjscache: evict cache entries for the origin if the group or global limit is hit (r=janv) 2014-02-13 18:25:39 -06:00
audiochannel Bug 968921 - "audio-channel-change" event should consider the audio channels in the background even there is an one on the foreground. r=baku 2014-02-17 18:58:12 +08:00
base Backed out changeset 508848ad378a (bug 939562) for causing bug 978450 2014-03-03 16:54:26 +00:00
battery
bindings Bug 972132 - Convert JS::EmptyValueArray to JS::HandleValueArray::empty(). r=terrence 2014-02-12 23:38:36 -08:00
bluetooth Merge mozilla-central to b2g-inbound 2014-02-27 15:59:39 +01:00
browser-element Bug 847518 - window.open(url, "_blank") should open in default browser. r=myk, r=bz 2014-02-27 11:56:48 -05:00
camera Bug 976802 - add support for testing fake CameraParameters, r=dhylands 2014-02-28 17:51:26 -05:00
cellbroadcast
contacts Bug 967119 - Hold a CPU lock while the contacts DB upgrade is running. r=bent 2014-02-24 09:19:20 -05:00
datastore Bug 976313 - DataStoreChangeEvent should have 'owner' property, r=ehsan 2014-02-28 07:34:38 +00:00
devicestorage Bug 977373 - Fix DeviceStorage file handle leak. r=mikeh 2014-02-28 12:02:54 -08:00
downloads Bug 966141 - Route IPC messages manually in DownloadsAPI.jsm. r=fabrice 2014-02-19 11:43:28 -05:00
encoding Bug 910211 - Guess the fallback encoding from the top-level domain when feasible. r=emk. 2014-02-06 11:08:01 +02:00
events Backed out changeset e670f691e2b9 (bug 968647) for mochitest test bustage on OS X on a CLOSED TREE 2014-02-28 09:30:34 +01:00
file Bug 969812 - Convert JS_NewArrayObject to use HandleValueArray r=terrence r=bz 2014-02-12 10:50:46 +00:00
fmradio Bug 968215 - SettingsService needs to have a callback when transaction are completed. r=bent 2014-02-07 12:19:58 +01:00
gamepad
icc
identity Bug 970452 - identity.fxaccounts.enabled is not working. r=jedp 2014-02-11 10:40:57 +01:00
imptests Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey 2014-02-19 10:13:38 -05:00
indexedDB Bug 900762: lack of a disk space watcher component shouldn't warn, r=bent 2014-03-01 18:37:34 -08:00
inputmethod Bug 935793 (part 2) - rename browser-shown notifications and send them for all frames. r=smaug 2014-02-21 09:19:18 +11:00
interfaces Bug 965860 - patch 3 - Console replacable in IDL, r=bz 2014-02-27 23:39:06 +00:00
ipc Bug 978540 - Follow-up to explicitly discard unused return value r=bustage 2014-03-03 10:05:13 +01:00
locales Bug 847081 - Throw a warning when a '*-report-only' header doesn't contain a 'report-uri' directive. r=geekboy 2014-02-13 10:10:29 -05:00
media Merge mozilla-central to fx-team on a CLOSED TREE 2014-02-25 15:42:32 +01:00
messages Bug 966502 - Use Cu.cloneInto() instead of ObjectWrapper.jsm r=baku 2014-02-01 11:06:59 -08:00
mobileconnection Bug 961571 - Part 4: Add test case for data connection. r=hsinyi 2014-02-26 07:11:00 +08:00
mobilemessage Bug 975356 - Append iccId into the message sent by SystemMessenger. r=vyang 2014-02-24 18:34:06 +08:00
network Bug 973832 - Update NetUtils for gonk-kk. r=vchang 2014-02-18 18:37:39 +08:00
nfc Bug 968742 - B2G NFC: Assertion failure: !aGCThing. r=allstars.chh 2014-02-12 17:21:09 +08:00
payment Bug 966942 - Convert nsIDOMPaymentRequestInfo to a dictionary. r=bz, r=ferjm 2014-02-05 13:11:14 -05:00
permission Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher 2014-02-15 04:53:02 -05:00
phonenumberutils
plugins Bug 972132 - Convert JS::EmptyValueArray to JS::HandleValueArray::empty(). r=terrence 2014-02-12 23:38:36 -08:00
power Bug 963366 - Re-enable basic power & wakelock tests for desktop. r=jmaher 2014-02-12 13:36:24 +08:00
promise Bug 976763 - Change DescribeStack not to return JSScripts or JSFunctions (r=bz) 2014-02-25 09:43:14 -06:00
push
quota Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in dom/. r=bent 2014-02-06 22:17:07 -08:00
settings Bug 974100 - Don't expose SettingsService in non b2g builds. r=bent 2014-02-19 10:26:49 -08:00
smil Bug 975688 part.27 Rename nsDOMTimeEvent to mozilla::dom::TimeEvent r=smaug 2014-02-28 23:58:43 +09:00
speakermanager
src Bug 972132 - Convert JS::EmptyValueArray to JS::HandleValueArray::empty(). r=terrence 2014-02-12 23:38:36 -08:00
system Merge latest green b2g-inbound changeset and mozilla-central 2014-03-03 14:45:43 +00:00
telephony Bug 969218 - Part 6: Use promise for dial and dialEmergency - ipc. r=khuey 2014-02-27 14:12:30 +08:00
tests Actually enable the debugging code for bug 960760 2014-03-01 10:53:07 -05:00
time Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky 2014-02-06 13:28:14 -05:00
voicemail
wappush
webidl Backed out changeset 9024f38e3809 (bug 843666) for bustage. 2014-03-03 11:21:10 -05:00
wifi Bug 976455 - Check p2pSupported and p2pManager in WifiWorker.js::syncDebug. r=vchang 2014-02-25 16:43:36 +08:00
workers Backed out changeset 508848ad378a (bug 939562) for causing bug 978450 2014-03-03 16:54:26 +00:00
xbl Bug 972132 - Convert JS::EmptyValueArray to JS::HandleValueArray::empty(). r=terrence 2014-02-12 23:38:36 -08:00
xslt Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen 2014-02-27 20:04:46 -03:00
moz.build Bug 969757 - Remove the dead code in our tree which pretends to support OS/2; r=roc,mcmanus,gps,jorendorf,bsmedberg sr=bsmedberg 2014-02-10 17:57:01 -05:00