gecko/dom
Bobby Holley 3df3babf7b Bug 868130 - Make sure mContext is stack-top in the various places where nsJSEnvironment uses it. r=gabor
I also replaced some uses of mJSContext with AutoJSContext upon auditing that
they're only ever called by other nsJSContext functions that just pushed. This
makes the code much easier to audit because we know that we're just inheriting
the caller's cx (which is stack-top) rather than injecting a potentially-
unrelated cx.
2013-05-22 10:05:24 -06:00
..
activities bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
alarm Bug 868952 - Fix the getAll(...) function in AlarmDB to be more efficient. r=clian 2013-05-20 07:47:38 -04:00
apps Bug 799268 - Remove Permission.txt. r=mounir, r=gwagner 2013-05-20 12:52:20 +02:00
audiochannel Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
base Bug 868130 - Make sure mContext is stack-top in the various places where nsJSEnvironment uses it. r=gabor 2013-05-22 10:05:24 -06:00
battery Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
bindings Bug 867903. Speed up getDescriptors and some other obvious slow points in codegen. r=khuey 2013-05-09 13:06:48 -04:00
bluetooth Bug 839370 - Implement callback function OnUpdateSdpRecords() in BluetoothProfileManagers, r=gyeh 2013-05-22 19:08:21 +08:00
browser-element Bug 868271 - Don't ignore touchend even if event is preventDefaulted. r=vingtetun 2013-05-14 08:30:37 -04:00
camera Bug 868312 finale: finish rooting dom/ code. r=smaug 2013-05-17 21:48:25 -04:00
cellbroadcast Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
contacts Bug 871872 - Clean up ContactDB's temporary cache if the child dies without asking for more contacts. r=gwagner 2013-05-21 11:19:06 -07:00
devicestorage Bug 868312 finale: finish rooting dom/ code. r=smaug 2013-05-17 21:48:25 -04:00
encoding bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
file Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
fm Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
icc Merge m-c to inbound. 2013-05-21 08:17:04 -04:00
identity Bug 868530 - Unique window identifier for identity on b2g device. r=jst 2013-05-06 18:23:26 -07:00
imptests Bug 870856 - Convert DOMError to WebIDL. r=Ms2ger, r=bz 2013-05-18 13:52:06 -04:00
indexedDB Bug 860183 - Sync IDB mochi-tests with IDB xpcshell-tests. r=bent 2013-05-22 11:34:22 +02:00
interfaces Bug 874003 - Remove preventBubble and preventCapture. r=smaug 2013-05-21 06:20:01 +09:00
ipc Bug 868130 - Make sure to push a JSContext in TabParent::ReceiveMessage. r=gabor 2013-05-22 10:05:24 -06:00
locales Bug 874003 - Remove preventBubble and preventCapture. r=smaug 2013-05-21 06:20:01 +09:00
media Backout changeset be729bc526a3 (part of bug 864035) 2013-05-18 11:10:45 +02:00
messages Bug 853235 - Combine pairing-related system messages into one type, r=echou 2013-05-20 15:34:45 +08:00
mms Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
mobilemessage Bug 868312 finale: finish rooting dom/ code. r=smaug 2013-05-17 21:48:25 -04:00
network Bug 874791 - Add permission check for call barring API. r=hsinyi 2013-05-22 17:05:08 +08:00
payment Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
permission bug 869143: phase2 cleanup for XPCSHELL_TEST conversion. r=mshal 2013-05-13 16:24:07 -04:00
phonenumberutils Bug 869273 - Update PhoneNumber.jsm from upstream. r=gwagner 2013-05-07 15:09:01 -07:00
plugins Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley 2013-05-20 08:44:18 -04:00
power Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger 2013-05-17 13:17:53 -07:00
push Bug 873629 - Remove 129 empty Makefile.in files; r=ted 2013-05-17 16:20:11 -07:00
quota bug 871712 - make MSVC PGO opt-in per-directory, and opt-in in the directories that matter. r=glandium 2013-05-16 09:33:26 -04:00
settings Bug 862353 - Only enable mozSettings in B2G and mochitests. r=gwagner 2013-05-13 18:32:09 -07:00
src Bug 873735 part 2. Change nsIXPConnectJSObjectHolder::GetJSObject to return a JSObject*. r=bholley 2013-05-20 08:44:18 -04:00
system Bug 823958 - RIL impl- Deliver 'enumerateCallStateComplete' (part 3/4). r=vicamo 2013-05-10 14:58:06 +08:00
telephony Bug 823958 - DOM impl- Make sure event listeners will be notified when calls array is ready (part 2/4). r=bent 2013-05-09 18:44:13 +08:00
tests bug 873939 followup - remove duplicates in the test_interfaces.html list. r=khuey 2013-05-21 12:25:14 +08:00
time Bug 864206 - Use dom::Touch instead of nsIDOMTouch where possible r=Ms2ger 2013-05-17 13:17:53 -07:00
voicemail Backed out changeset 496846474ed3 (bug 864774) 2013-05-13 10:05:49 +01:00
webidl Bug 874869 - Disallow setting AudioNode.channelCount to zero; r=roc 2013-05-22 11:30:31 -04:00
wifi Bug 834573 - B2G Wifi: IP and default route still exist after forget network. r=vchang 2013-05-02 18:02:33 +08:00
workers Bug 857845 part 3 - Remove JM JSAPI flags, memory reporters and browser prefs. r=djvj 2013-05-22 14:50:45 +02:00
dom-config.mk Bug 822712 - SimplePush - Implementation. r=dougt, jst, jlebar 2013-03-28 20:49:41 -07:00
moz.build Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot 2013-03-29 15:12:58 -07:00