..
abort
…
animation
Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8
2019-06-12 08:29:58 +00:00
audiochannel
…
base
Bug 1558674 - Allow chrome privileged documents to enable/disable copy/paste. r=Ehsan
2019-06-14 00:32:21 +00:00
battery
…
bindings
Bug 1546306 - Add an optional aFromChromeContext parameter to nsIScriptError::InitWithWindowID for the case the passed in windowId is zero. r=baku
2019-06-13 09:50:49 +00:00
broadcastchannel
Bug 1554361 - Move the high-level storage access check APIs to mozilla/StorageAccess.h; r=baku
2019-05-27 14:06:49 +00:00
browser-element
Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike
2019-06-11 15:51:51 +00:00
cache
Bug 1490044 - Remove DOMPrefs. r=bzbarsky
2019-06-13 09:02:03 +00:00
canvas
Bug 1490044 - Remove DOMPrefs. r=bzbarsky
2019-06-13 09:02:03 +00:00
chrome-webidl
Bug 1556483 - Expose isInitialDocument on WindowGlobalParent, r=bzbarsky
2019-06-06 14:57:32 +00:00
clients
Bug 1534681 Use ReferrerInfo class in document r=ckerschb,baku,Gijs
2019-06-06 07:23:37 +00:00
commandhandler
…
console
Bug 1490044 - Remove DOMPrefs. r=bzbarsky
2019-06-13 09:02:03 +00:00
credentialmanagement
…
crypto
…
docs
…
encoding
…
events
Bug 1490044 - Move all prefs used in WebIDL to StaticPrefs. r=bzbarsky
2019-06-13 09:00:59 +00:00
fetch
Bug 1557636 Use Referrer info in worker and fix sharedworker's wrong referrer r=baku
2019-06-13 20:37:34 +00:00
file
Bug 1558527 - Fix various issues related to shadowing of variables in dom/ code. r=mccr8
2019-06-12 08:29:58 +00:00
filehandle
…
filesystem
…
flex
Bug 1532937 - Enable ESLint for dom/flex and dom/grid (automatic changes). r=Standard8,smaug
2019-06-03 10:42:12 +00:00
gamepad
Bug 1490044 - Move all prefs used in WebIDL to StaticPrefs. r=bzbarsky
2019-06-13 09:00:59 +00:00
geolocation
Bug 1490044 - Move all prefs used in WebIDL to StaticPrefs. r=bzbarsky
2019-06-13 09:00:59 +00:00
grid
Bug 1532937 - Enable ESLint for dom/flex and dom/grid (automatic changes). r=Standard8,smaug
2019-06-03 10:42:12 +00:00
html
Bug 1315460 - Removal of keygen element r=keeler,baku,jld,hsivonen
2019-06-13 08:58:07 +00:00
imptests
…
indexedDB
Bug 1557997 - IDB: Add more IsShuttingDown checks to database maintenance; r=asuth
2019-06-09 09:20:49 +02:00
interfaces
Bug 1510569 - Port Content:LoadURIResult message to IPDL r=mconley
2019-06-13 21:00:34 +00:00
ipc
Bug 1559240 - Make sure oop-browser-context passes the BrowsingContext of the crashing subframe. r=rhunt
2019-06-13 21:06:23 +00:00
jsurl
Bug 1555050: Always (if non null) set any CSP as cspToInherit on the loadinfo of new document load. Update documentation for GetCSP, GetPreloadCSP() and GetCSPToInherit and update two callsites which called GetCSP instead of GetCSPToInherit. r=bzbarsky
2019-06-06 20:19:56 +00:00
l10n
Bug 1552714 - Fix tests to compare the result of getAttributes against L10nKeys. r=smaug
2019-06-06 16:33:09 +00:00
locales
Bug 1558585 - DOM's appstrings.properties should include entity for harmfulBlocked r=dimi
2019-06-12 06:16:13 +00:00
localstorage
Bug 1559029 - LSNG: Connection::FlushOp::DoDatastoreWork needs to automatically rollback the transaction and detach the shadow database on an error; r=asuth
2019-06-13 04:17:52 +02:00
manifest
Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike
2019-06-11 15:51:51 +00:00
mathml
Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug
2019-06-08 21:26:12 +00:00
media
Bug 1558364 - Convert TrackBuffersManager::mPendingInput into a MediaSpan. r=jya
2019-06-14 02:10:24 +00:00
messagechannel
…
midi
…
network
Bug 1558726. Stop using [array] in nsISocketTransportService. r=dragana
2019-06-13 04:21:32 +00:00
notification
Bug 1553769 - Have a single way of requesting window focus and switching to a tab. r=NeilDeakin,snorp
2019-06-03 19:42:28 +00:00
offline
Bug 1557904. Stop using [array] in appcache interfaces. r=mayhemer
2019-06-12 12:02:37 +00:00
payments
…
performance
Bug 1490044 - Remove DOMPrefs. r=bzbarsky
2019-06-13 09:02:03 +00:00
permission
…
plugins
Bug 1519434 - make nsPluginTag and the addon manager agree about what is and isn't flash, r=jmathies,aswan
2019-06-13 08:41:43 +00:00
power
…
presentation
Bug 1558536. Stop using [array] in nsINetworkInfoService. r=dragana
2019-06-13 04:25:48 +00:00
prio
…
promise
…
prototype
Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug
2019-06-08 21:26:12 +00:00
push
Bug 1490044 - Remove DOMPrefs. r=bzbarsky
2019-06-13 09:02:03 +00:00
quota
Bug 1490044 - Remove DOMPrefs. r=bzbarsky
2019-06-13 09:02:03 +00:00
reporting
…
res
…
script
Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug
2019-06-08 21:26:12 +00:00
security
Bug 1557636 Use Referrer info in worker and fix sharedworker's wrong referrer r=baku
2019-06-13 20:37:34 +00:00
serviceworkers
Bug 1490044 - Remove DOMPrefs. r=bzbarsky
2019-06-13 09:02:03 +00:00
simpledb
…
smil
Bug 1552345 - Should not assume en is always an accepted language r=birtles
2019-05-27 00:17:13 +00:00
storage
Bug 1556812 - Only notify same-origin actors in LocalStorageCacheParent::RecvNotify(); r=baku
2019-06-07 15:09:21 +00:00
svg
Bug 1032124 - Use the referenced element to check whether to ignore a mutation event r=emilio,longsonr
2019-06-13 20:02:42 +00:00
system
Bug 1490044 - Move all prefs used in WebIDL to StaticPrefs. r=bzbarsky
2019-06-13 09:00:59 +00:00
tests
Bug 1557730 - Enable HTTPResponseProcessSelection for windowProxy_transplant test, r=mccr8
2019-06-13 18:09:22 +00:00
u2f
Bug 1554223
. Add a version of JS::NewFunctionFromSpec that does not require passing an id. r=jandem
2019-05-27 13:26:04 +00:00
url
Bug 1558923 - Remove nsContentUtils::GetThreadSafe{ASCII,UTF8}Origin, r=valentin
2019-06-13 19:45:52 +00:00
vr
Bug 1550422
- P12. Convert Live gfxPrefs into StaticPrefs. r=jrmuizel
2019-05-26 14:29:42 +00:00
webauthn
Bug 1121623 part 7. Remove AuthenticatorResponse::WrapObject. r=peterv
2019-05-24 07:23:54 +00:00
webbrowserpersist
Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike
2019-06-11 15:51:51 +00:00
webgpu
…
webidl
Bug 1490044 - Remove DOMPrefs MACRO for WebIDL support. r=bzbarsky
2019-06-13 09:01:41 +00:00
websocket
Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike
2019-06-11 15:51:51 +00:00
workers
Bug 1557636 Use Referrer info in worker and fix sharedworker's wrong referrer r=baku
2019-06-13 20:37:34 +00:00
worklet
Bug 1490044 - Remove DOMPrefs. r=bzbarsky
2019-06-13 09:02:03 +00:00
xbl
Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug
2019-06-08 21:26:12 +00:00
xhr
Bug 1557636 Use Referrer info in worker and fix sharedworker's wrong referrer r=baku
2019-06-13 20:37:34 +00:00
xml
Bug 836176 - Part 3: Remove nsIHTMLDocument; r=farre
2019-06-04 17:27:43 +00:00
xslt
Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike
2019-06-11 15:51:51 +00:00
xul
Bug 1559207 - Make XULPersist::AttributeChanged a bit faster in the common case, r=bdahl
2019-06-13 19:06:12 +00:00
jar.mn
…
moz.build
…