gecko/dom
Jason Orendorff 30f843bf05 Bug 645416, part 22 - Remove JSCompartment::wrapId. r=terrence.
This is unnecessary now that object jsids no longer exist. Both string and
symbol jsids point only to GC things in the atoms compartment, which are safe
to pass to any compartment without wrapping.

--HG--
extra : rebase_source : 82c21e8474df05b1bb42c14d872c981205bbe879
2014-06-23 10:57:02 -05:00
..
activities Bug 1025973 - Part 2: Do not pass JSContext to static webidl methods in non-worker case. r=bz 2014-06-16 12:52:00 -04:00
alarm Bug 901114 - Convert Alarm API to WebIDL. r=nsm, sr=jst 2014-06-13 14:19:11 +08:00
animation
apps Merge b2g-inbound to m-c. a=merge 2014-06-23 10:56:03 -04:00
archivereader Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
asmjscache
audiochannel Bug 1006380 - Set phone in PHONE_STATE_IN_COMMUNICATION audio state when telephony audio channel is in use. r=mchen 2014-05-29 09:20:42 +02:00
base Merge latest green inbound changeset and mozilla-central; a=merge 2014-06-20 17:42:16 +01:00
battery Bug 952486 - Use CheckPermissions instead of Func for several interfaces. r=bz 2014-05-25 15:31:11 -03:00
bindings Bug 1028588 - Fix dangerous public destructors in dom/bindings - r=bz 2014-06-23 14:49:08 -04:00
bluetooth Bug 1023969 - Part 4: Replace |AutoPushJSContext|s in BluetoothDevice::SetPropertyByValue. r=bholley 2014-06-20 14:42:33 +01:00
bluetooth2 Bug 1023969 - Part 7: Replace |AutoPushJSContext|s in bluetooth2 BluetoothDevice::SetPropertyByValue. r=bholley 2014-06-21 18:44:36 +01:00
browser-element Merge latest green inbound changeset and mozilla-central; a=merge 2014-06-20 17:42:16 +01:00
camera Merge mozilla-central and b2g-inbound 2014-06-19 17:20:14 +01:00
cellbroadcast Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
contacts Backed out 4 changesets (bug 993282) for bringing back bug 1008357 on a CLOSED TREE. 2014-06-03 14:32:10 -04:00
crypto Bug 1021102: Correct test vector for RSAES-PKCS1-v1_5. r=wtc. 2014-06-13 11:22:29 -07:00
datastore Merge mozilla-central and b2g-inbound 2014-06-19 17:20:14 +01:00
devicestorage Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
downloads
encoding Bug 1009675 part 3. Return WebIDL 'object' values as handles. r=peterv 2014-06-11 16:26:52 -04:00
events Bug 1000967 - Add source notes for |new| expression and function calls to improve source maps and debugging. r=ejpbruel 2014-06-20 13:09:00 -04:00
filehandle Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
filesystem Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
fmradio
gamepad
icc Bug 1017030 - Part 5: Replace AutoPushJSContext in Icc::NotifyStkEvent. r=bholley 2014-06-11 17:40:38 +01:00
identity Bug 987111 - Temporarily waive Xrays on the aOptions argument passed to mozId.watch and mozId.request. r=jedp 2014-06-05 22:32:37 -07:00
imptests Bug 741295 - Treat 'id' and 'class' as global attributes for all elements; r=bz 2014-05-30 09:36:53 +02:00
indexedDB Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
inputmethod
interfaces Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
ipc Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
locales Bug 1024864 Warn KeyboardEvent.key value change when KeyboardEvent.key is read and its key value is obsolete r=smaug 2014-06-14 11:24:16 +09:00
media Bug 1027372 - Only use info() if it has been loaded. r=gmealer 2014-06-18 17:27:00 -04:00
messages Bug 1013671 - Use SystemAppProxy to fire "system-messages-open-app" from SystemMessageInternal.js. r=gene 2014-05-30 15:48:25 +08:00
mobileconnection Bug 979134 (follow-up): convert test_mobile_signal_strength.js to Promise. r=vicamo 2014-06-19 19:02:48 +08:00
mobileid Bug 988469 - MSISDN verification API for privileged apps. Part 1: DOM API. r=sicking 2014-06-07 19:30:18 +02:00
mobilemessage Bug 1024747 - Do QueryInterface before accessing iccInfo from nsIRilContext. r=vyang, a=1.4+ 2014-06-17 11:56:42 +08:00
network Bug 1023341 - Disable test_networkstats_alarms.html on B2G for too many intermittent test failures 2014-06-19 09:50:50 +01:00
nfc Bug 1028046 - NFC testcase failure with error message "setTagData undefined". r=yoshi 2014-06-20 16:41:07 +08:00
payment
permission Bug 901114 - Convert Alarm API to WebIDL. r=nsm, sr=jst 2014-06-13 14:19:11 +08:00
phonenumberutils Backed out 4 changesets (bug 993282) for bringing back bug 1008357 on a CLOSED TREE. 2014-06-03 14:32:10 -04:00
plugins Bug 1027440 - Build test plugins when building with --enable-default-toolkit=cairo-gtk3. r=mshal 2014-06-20 17:32:16 +09:00
power Bug 911242 - [LED] De-couple the control of screen backlight and keyboard backlight. r=dhylands, sr=sicking 2014-05-30 11:11:23 +08:00
promise Bug 1023033: Remove unnecessary MOZ_COUNT_CTOR/DTOR from promise code. r=mccr8 2014-06-17 09:39:16 -07:00
push Bug 1024579 - Create a sync getNetworkInformation and make getNetworkStatus use it. r=nsm 2014-06-16 00:24:05 +02:00
quota Bug 1006485 - Part a: Rename FileHandle to MutableFile and LockedFile to FileHandle; r=bent 2014-06-12 05:35:29 +02:00
settings Bug 1022003 - remove ObjectWrapper.jsm, r=bholley,gwagner 2014-06-10 16:15:42 +01:00
smil Bug 77992 part 2 - Make event.timeStamp use TimeStamp value based on a pref; r=smaug 2014-06-06 14:29:49 +09:00
speakermanager
src Bug 1024090 - Ensure proper loading of Notification database. r=gwagner 2014-06-14 03:52:00 -04:00
system Bug 1026727 - Part 2: Fixing the "Unknown" state is displayed instead of "Connected" during manual network selection. r=hsinyi 2014-06-18 17:17:52 +08:00
telephony Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
tests Bug 645416, part 5 - Add the Symbol constructor and Symbol wrapper objects. r=efaust. 2014-06-23 10:55:52 -05:00
time
voicemail Bug 1023148 - Use WebIDL codegen to implement RIL & WiFi events. r=smaug 2014-06-11 09:23:34 +08:00
wappush
webidl Merge latest green inbound changeset and mozilla-central; a=merge 2014-06-20 17:42:16 +01:00
wifi Bug 1025139 - use the correct symbol for CERT_AddTempCertToPerm in WifiCertService.cpp; r=bz 2014-06-13 14:16:13 -04:00
workers Bug 1026535 - Fix mismatched class/struct tags. r=ehsan 2014-06-18 17:57:51 -07:00
xbl Bug 645416, part 22 - Remove JSCompartment::wrapId. r=terrence. 2014-06-23 10:57:02 -05:00
xml/crashtests
xslt Backout revision 308e51eae10c for build bustage. 2014-06-20 13:00:08 +02:00
moz.build Bug 1027440 - Build test plugins when building with --enable-default-toolkit=cairo-gtk3. r=mshal 2014-06-20 17:32:16 +09:00