..
abort
…
animation
Bug 1432490: Make nsComputedDOMStyle::GetStyleContext / GetStyleContextNoFlush not take a presShell. r=bz
2018-02-25 02:23:59 +01:00
asmjscache
Bug 1436902 part 3. Replace usage of NS_IMPL_ISUPPORTS_INHERITED0 with NS_INLINE_DECL_REFCOUNTING_INHERITED when possible. r=mccr8
2018-02-12 15:44:40 -05:00
audiochannel
…
base
Bug 1441009: Don't null-check OwnerDoc. r=smaug
2018-02-26 00:31:42 +01:00
battery
…
bindings
Backed out 6 changesets (bug 888600) for Valgrind and build bustge on a CLOSED TREE
2018-02-22 13:56:43 +02:00
broadcastchannel
Bug 1438163 - BroadcastChannel must release the IPC actor using a WorkerControlRunnable when the worker thread goes away, r=smaug
2018-02-15 08:50:49 +01:00
browser-element
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
cache
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
2018-02-06 09:36:57 -08:00
canvas
Bug 1441009: Use a bit less dangerous error handling in CanvasUtils. r=smaug
2018-02-26 00:32:44 +01:00
clients
Bug 1439099 P2 Remove ServiceWorkerRegistrationInfo::GetByID(). r=asuth
2018-02-19 12:06:19 -08:00
commandhandler
…
console
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
credentialmanagement
Bug 1439805 - Implement CredentialsContainer.preventSilentAccess() r=jcj,smaug
2018-02-22 14:36:08 +01:00
crypto
Bug 1436263 - Part 4: Remove unnecessary `virtual` and `final` from non-overriding final virtual function declarations. r=froydnj
2018-02-09 01:31:38 -08:00
encoding
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
events
Bug 1438794 - Makes single-line text controls in vertical-writing mode vertically scrollable if they overflow vertically; and makes them horizontally unscrollable no matter whether they overflow horizontally. r=kats
2018-02-23 02:40:44 +08:00
fetch
Bug 1437640 - Implement nsIThreadRetargetableStreamListener in MutableBlobStreamListener, r=smaug
2018-02-14 13:23:01 +01:00
file
Backed out 6 changesets (bug 888600) for Valgrind and build bustge on a CLOSED TREE
2018-02-22 13:56:43 +02:00
filehandle
…
filesystem
Bug 1436711 - update BUG_COMPONENT to dom/file/* and dom/filesystem/* files, r=catalinb
2018-02-08 14:47:16 +01:00
flex
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
2018-02-06 09:36:57 -08:00
gamepad
Bug 1440407 P2 Remove some unnecessary nsPIDOMWindowInner QI to nsIGlobalObject. r=mystor
2018-02-22 14:28:39 -08:00
geolocation
Bug 1437140 - Replace some uses of NS_DispatchToMainThread/NS_DispatchToCurrentThread with more specific event targets. r=mystor
2018-02-20 09:52:32 -05:00
grid
Bug 1423378 Part 3: Duplicate repeat auto-fit test into a repeat auto-fill test (with slightly different expected values). r=mats
2017-12-20 10:54:46 -08:00
html
Bug 1440743 - Part 2: Remove most of MOZ_BUILD_MOBILE_ANDROID_WITH_GRADLE. r=jchen
2018-02-22 11:45:51 -08:00
imptests
Bug 1339461 - script-generated patch to convert foo.indexOf(...) == -1 to foo.includes(), r=Mossop.
2018-02-01 20:45:22 +01:00
indexedDB
Bug 1440379 - Tidy up ESlint no-unused-vars definitions wrt Ci/Cu/Cr/Cc usage for varsIgnorePattern. r=florian
2018-02-22 16:55:36 +00:00
interfaces
Bug 1440741 - Remove all members from nsIDOMHTMLFormElement. r=qdot
2018-02-23 19:28:08 +01:00
ipc
Bug 1441009: Don't null-check OwnerDoc. r=smaug
2018-02-26 00:31:42 +01:00
jsurl
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
2018-02-21 10:30:19 -06:00
locales
Backed out changeset dcb60325f0cf (bug 1429732) for breaking uriloader/exthandler/tests/mochitest/mochitest.ini: runByManifest mode must be enabled to set the `prefs` key (fails at least on Android)
2018-02-08 19:02:48 +02:00
manifest
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
mathml
Bug 1417354 - Introduce nsIDocument::GetPresContext(). r=smaug
2018-02-21 07:00:10 +09:00
media
Bug 1440743 - Part 2: Remove most of MOZ_BUILD_MOBILE_ANDROID_WITH_GRADLE. r=jchen
2018-02-22 11:45:51 -08:00
messagechannel
Bug 1435174 - Remove the renaming 'using namespace workers', r=bkelly
2018-02-05 19:55:07 +01:00
midi
…
network
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
notification
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
offline
…
payments
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
2018-02-06 09:36:57 -08:00
performance
Bug 1436744
- Get rid of WorkerCheckAPIExposureOnMainThreadRunnable, r=catalinb
2018-02-12 21:02:22 +01:00
permission
Bug 1440407 P2 Remove some unnecessary nsPIDOMWindowInner QI to nsIGlobalObject. r=mystor
2018-02-22 14:28:39 -08:00
plugins
Bug 1441009: Don't null-check OwnerDoc. r=smaug
2018-02-26 00:31:42 +01:00
power
Bug 1439063 - Part 1: Move several public headers from js/src to js/public. r=jandem.
2018-02-21 10:30:19 -06:00
presentation
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
promise
Bug 1437140 - Replace some uses of NS_DispatchToMainThread/NS_DispatchToCurrentThread with more specific event targets. r=mystor
2018-02-20 09:52:32 -05:00
push
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
quota
Backed out 6 changesets (bug 888600) for Valgrind and build bustge on a CLOSED TREE
2018-02-22 13:56:43 +02:00
res
…
script
Bug 1342416 - Preload module scripts r=baku
2018-02-15 13:18:59 +00:00
security
Merge mozilla-central to autoland. a=merge CLOSED TREE
2018-02-21 19:30:44 +02:00
serviceworkers
Bug 1440407 P2 Remove some unnecessary nsPIDOMWindowInner QI to nsIGlobalObject. r=mystor
2018-02-22 14:28:39 -08:00
smil
Bug 1432490: Make nsComputedDOMStyle::GetStyleContext / GetStyleContextNoFlush not take a presShell. r=bz
2018-02-25 02:23:59 +01:00
storage
Bug 1432791 - Remove the Microsecond AutoTimer resolution. r=Dexter
2018-02-07 21:11:22 +01:00
svg
Bug 1441009: Don't null-check OwnerDoc. r=smaug
2018-02-26 00:31:42 +01:00
system
Bug 1409063: Remove OS.Constants.Path attributes that were added for WebappsInstaller.jsm and are no longer used. r=baku
2018-02-09 14:09:25 +00:00
tests
Bug 1438157 - part 2: Remove unnecessary second argument of EventUtils.synthesizeKey() r=smaug
2018-02-15 04:15:39 +09:00
u2f
Bug 1437616 - Fix Windows bustage on a CLOSED TREE r=me
2018-02-12 21:46:11 +01:00
url
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
vr
Bug 1438647 - dom/vr/test/reftest/change_size.html fails on windows 10 new hardware, adjust fuzzy-if. r=gbrown
2018-02-23 11:20:21 -05:00
webauthn
Bug 1439856 - U2FTokenTransport interface should use WebAuthn*Info types defined in the .pidl r=jcj
2018-02-22 22:09:00 +01:00
webbrowserpersist
Bug 1436589 - Use nsIFileURLMutator::SetFile in nsWebBrowserPersist.cpp r=baku,mayhemer
2018-02-26 20:28:20 +01:00
webidl
Bug 1434376 - Introduce ChromeOnly window.promiseDocumentFlushed to detect when refresh driver ticks have completed. r=bz
2018-02-11 20:14:49 -05:00
websocket
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
2018-02-06 09:36:57 -08:00
workers
Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8.
2018-02-23 20:50:01 +01:00
worklet
Bug 1439686 - Console API should print logs on stdout when used by chrome code and if browser.dom.window.dump.enabled is true, r=bgrins
2018-02-22 08:49:51 +01:00
xbl
Merge mozilla-inboud to mozilla-central. a=merge
2018-02-22 11:59:54 +02:00
xhr
Bug 1440407 P2 Remove some unnecessary nsPIDOMWindowInner QI to nsIGlobalObject. r=mystor
2018-02-22 14:28:39 -08:00
xml
Bug 1437140 - Replace some uses of NS_DispatchToMainThread/NS_DispatchToCurrentThread with more specific event targets. r=mystor
2018-02-20 09:52:32 -05:00
xslt
Bug 1432992, part 1 - Remove definitions of Ci, Cr, Cc, and Cu. r=florian
2018-02-06 09:36:57 -08:00
xul
Bug 1440682: Make the XUL tooltip stuff saner. r=enn
2018-02-26 15:44:48 +01:00
jar.mn
…
moz.build
Bug 1438270 - Remove nsIDOMDocumentXBL. r=bz
2018-02-14 20:10:45 +01:00