gecko-dev/dom
Nathan Froyd cccdd9fbca Bug 1177488 - use |const char*| for representing async call reasons; r=bz,fitzgen
Using a simple |const char*| is more memory-efficient than allocating a
JS string. We still have to allocate the JS string for passing things
into JS, but ideally we will be able to move the point of allocation
much closer to where it's actually needed, rather than indiscriminantly
doing it all the time.
2016-03-23 10:40:53 -04:00
..
activities Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice 2016-03-18 14:41:51 -07:00
alarm Bug 1240330 - mozAlarm debug messages are turned on r=khuey 2016-02-06 09:38:55 -08:00
animation Bug 1260353 - Remove unnecessary method AnimValuesStyleRule::AddPropertiesToSet() r=hiro 2016-03-29 16:12:33 +09:00
apps Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice 2016-03-18 14:41:51 -07:00
archivereader
asmjscache Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
audiochannel
base Bug 1177488 - use |const char*| for representing async call reasons; r=bz,fitzgen 2016-03-23 10:40:53 -04:00
battery Bug 1250109 - Change DOMEventTargetHelper subclasses to not assume that GetOwner() is non-null, since it can be nulled out by navigation. r=bzbarsky 2016-03-04 13:37:50 -08:00
bindings Bug 1177488 - use |const char*| for representing async call reasons; r=bz,fitzgen 2016-03-23 10:40:53 -04:00
bluetooth Bug 1252841: Convert Bluetooth module to |UniquePtr<>|, r=btian 2016-03-22 11:26:45 +01:00
broadcastchannel Bug 1259290: Part 5 - Remove the cx from WorkerFeature::Notify. r=bz 2016-03-28 10:28:14 -07:00
browser-element Bug 1251013 - Update android_version annotations in test manifests - mochitest; r=jmaher 2016-03-17 10:00:48 -06:00
cache Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
camera
canvas Bug 1259290: Part 5 - Remove the cx from WorkerFeature::Notify. r=bz 2016-03-28 10:28:14 -07:00
cellbroadcast
contacts Bug 1251013 - Update android_version annotations in test manifests - mochitest; r=jmaher 2016-03-17 10:00:48 -06:00
crypto Bug 1257325 - Silence VS2015 compiler warnings in CryptoKey.cpp f=gps r=rbarnes 2016-03-18 11:24:57 +01:00
datastore Bug 1257725 part 5. Get rid of ThreadsafeAutoJSContext usage in IDBRequest::CaptureCaller. r=khuey 2016-03-23 11:02:57 -04:00
devicestorage Bug 1256401 - Part 2: Remove references to b2gdroid. r=fabrice 2016-03-18 14:41:51 -07:00
downloads Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-14 16:29:11 +00:00
encoding Bug 1257877 - Remove UTF-16 support from TextEncoder. r=hsivonen 2016-03-24 19:27:15 +09:00
engineeringmode
events Bug 1259655 - part 2 Rename WidgetEventTime::timeStamp to WidgetEventTime::mTimeStamp r=masayuki 2016-03-28 13:49:02 +09:00
fetch Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
filehandle Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
filesystem Bug 1258137 - OSFileSystem should not be kept alive by more than 1 Directory, r=smaug 2016-03-20 11:58:01 +01:00
fmradio
gamepad Bug 1156957 - Make gamepad mochitests work on e10s; r=ted 2016-03-10 14:37:07 -08:00
geolocation Bug 1256061 - Hold a strong reference to a request when we call a method on it. r=jdm 2016-03-23 12:59:14 -07:00
html Bug 1259674 Part 1 rename InternalFocusEvent::fromRaise to InternalFocusEvent::mFrameRaise r=masayuki 2016-03-27 14:44:57 +09:00
icc Bug 1043562 - Hide the Contacts API from the contexts that lack sufficient privileges, such as Firefox desktop and Android; r=smaug 2016-03-13 15:17:54 -04:00
identity
imptests Bug 1254683 - Enable editing/conformancetest/test_runtest.html on e10s; r=mrbkap 2016-03-08 16:19:02 -05:00
indexedDB Bug 1256049: Enable two more assertions in release. r=janv 2016-03-28 10:28:15 -07:00
inputmethod Bug 1238160 - Set tab context's isolation from frame attr. r=smaug 2016-03-02 10:35:56 -06:00
inputport
interfaces Bug 1247089 - Log Web Push decryption errors. r=bkelly 2016-03-28 13:33:20 -07:00
ipc Bug 1247089 - Log Web Push decryption errors. r=bkelly 2016-03-28 13:33:20 -07:00
json Bug 1254320 - Remove SEC_NORMAL from dom/json/ . r=bz 2016-03-08 11:28:48 -08:00
jsurl Bug 1254689 - Remove SEC_NORMAL where loadingPrincipal is SystemPrincipal or NullPrincipal. r=sicking 2016-03-09 13:55:59 -08:00
locales Bug 1247089 - Log Web Push decryption errors. r=bkelly 2016-03-28 13:33:20 -07:00
manifest Backed out changeset 1d5e6c22fd3a (bug 1250048) for CSP failures/assertions in various tests/chunks CLOSED TREE 2016-03-21 12:42:36 -07:00
mathml
media Backed out changeset 15058cd33731 (bug 1250054) for leaks 2016-03-29 15:52:29 +02:00
messagechannel Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
messages Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-14 16:29:11 +00:00
mobileconnection
mobileid
mobilemessage Bug 1255817 part 2. Get rid of AutoJSAPI::OwnsErrorReporting and AutoJSAPI::TakeOwnershipOfErrorReporting. r=bholley 2016-03-23 11:44:54 -04:00
network Bug 1256022 - dom/network slow GC on mochitest fix r=dragana 2016-03-21 13:10:30 -04:00
newapps
nfc Bug 907252 - B2G NFC: write xpcshell-test for NFC. r=yoshi 2016-03-21 10:22:44 +08:00
notification Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
offline Bug 1254816 - Use IgnoredErrorResult instead of ErrorResult for rv in nsDOMOfflineResourceList::Length(). r=bz 2016-03-15 09:59:03 -04:00
payment Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
permission Bug 1257725 part 2. Fix permissions code to not make unwarranted assumptions about what happens when you reject a promise with an ErrorResult while a permission is pending on an on-stack JSContext. r=baku 2016-03-23 11:02:57 -04:00
phonenumberutils
plugins Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki 2016-03-28 13:29:42 +09:00
power
presentation Bug 1254888 - Part 2: Add log to PresentationSessionInfo and Transport. r=schien 2016-03-13 17:05:00 -04:00
promise Bug 1177488 - use |const char*| for representing async call reasons; r=bz,fitzgen 2016-03-23 10:40:53 -04:00
push Bug 1247089 - Log Web Push decryption errors. r=bkelly 2016-03-28 13:33:20 -07:00
quota Bug 1259294: Part 2 - Use MOZ_ALWAYS_SUCCEEDS. r=froydnj 2016-03-28 10:28:15 -07:00
requestsync Bug 1250453 - Remove DOMApplicationRegistry.allAppsLaunchable property and related testing API. r=myk 2016-03-14 16:29:11 +00:00
res
resourcestats
secureelement
security Bug 1251043 - Test form submission blocked by CSP. r=francois 2016-03-23 13:38:05 -07:00
settings
simplepush
smil Bug 1259659 - rename from InternalUIEvent.detail to InternalUIEvent.mDetail. r=masayuki 2016-03-26 16:22:27 +09:00
speakermanager
storage Bug 1238160 - Rename OriginAttributes.mInBrowser and associated methods. r=bz,mayhemer 2016-03-02 10:35:56 -06:00
svg Bug 1259655 - part 1 Rename WidgetEventTime::time to WidgetEventTime::mTime r=masayuki 2016-03-28 13:29:42 +09:00
system Bug 1257335. Replace some AutoSafeJSContext uses with AutoJSAPI or AutoJSContext uses. r=bholley 2016-03-18 10:48:38 -04:00
telephony Bug 1255836 - MozMMIResult always needs to be rooted; r=bz 2016-03-16 11:01:30 +08:00
tests Bug 1251042: Enable mochitests for extensions to run on Android. r=nalexander 2016-03-25 19:52:19 -07:00
tethering
time Bug 1257335. Replace some AutoSafeJSContext uses with AutoJSAPI or AutoJSContext uses. r=bholley 2016-03-18 10:48:38 -04:00
tv Bug 1250109 - Change DOMEventTargetHelper subclasses to not assume that GetOwner() is non-null, since it can be nulled out by navigation. r=bzbarsky 2016-03-04 13:37:50 -08:00
u2f
voicemail
vr
wappush
webidl Bug 1104955 part 1. Add parsing for [Unscopeable] in IDL. r=khuey 2016-03-29 15:49:45 -04:00
wifi Bug 1197311 - Remove PR_snprintf calls in dom/ r=froydnj 2016-02-17 14:23:39 -05:00
workers Bug 1260414 - WorkerDebuggerGlobalScope.setConsoleEventHandler should be able to receive a null param, r=bz 2016-03-29 15:56:10 +01:00
xbl Bug 1253788 - Don't reload inline chrome:// style sheets in nsXBLPrototypeResources. r=bzbarsky 2016-03-26 17:02:30 +11:00
xml Bug 580313 - New resource hints for link. r=smaug 2016-02-26 02:41:00 +01:00
xslt Bug 1257919 part 1. Kill off nsIXSLTException. r=khuey 2016-03-22 13:50:31 -04:00
xul Bug 1256589 part.6 Move the implementation of IsTrusted() from dom::Event to WidgetEvent r=smaug 2016-03-17 16:01:30 +09:00
jar.mn
moz.build