gecko-dev/dom
2019-04-15 21:06:21 +03:00
..
abort Bug 1415265 - Remove now unnecessary .eslintrc.js files or entries. r=mossop 2019-03-28 09:38:14 +00:00
animation Bug 1540990 - Get rid of unnecessary nsIPresShell.h inclusions r=emilio 2019-04-04 00:19:48 +00:00
audiochannel Bug 1445923 - Removed references of systemAppUrl along with meaningless code. r=gsvelto 2019-04-09 09:41:19 +00:00
base Bug 1544144 - Fix custom HTML element creation when using prototype and XHTML. r=smaug 2019-04-15 10:56:03 +00:00
battery
bindings Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-12 13:14:25 +00:00
broadcastchannel Bug 1536411 - StoragePrincipal - part 4 - BroadcastChannel, r=Ehsan 2019-04-12 05:31:05 +00:00
browser-element Bug 1541479. Stop using AutoJSContext in BrowserElementParent. r=farre 2019-04-04 08:45:14 +00:00
cache Bug 1536411 - StoragePrincipal - part 0 - WorkerPrivate::StorageAccess, r=Ehsan 2019-04-12 05:31:40 +00:00
canvas Bug 1543315 - part 9: Mark nsIPresShell::FlushPendingNotifications() as MOZ_CAN_RUN_SCRIPT r=smaug 2019-04-13 12:43:57 +00:00
chrome-webidl Bug 1542779 - Use callback interfaces for JSWindowActor callbacks, r=jdai 2019-04-15 15:49:02 +00:00
clients Bug 1536411 - StoragePrincipal - part 0 - WorkerPrivate::StorageAccess, r=Ehsan 2019-04-12 05:31:40 +00:00
commandhandler Bug 1542352 - Restore zero-argument constructor of nsBaseCommandController. r=bz 2019-04-05 12:55:00 +03:00
console Bug 1442778 - Add "chromeContext" parameter to console API and console service messages. r=smaug 2019-04-01 22:42:34 +00:00
credentialmanagement Bug 1415265 - Remove now unnecessary .eslintrc.js files or entries. r=mossop 2019-03-28 09:38:14 +00:00
crypto Bug 1539578 - Add telemetry for DH use in WebCrypto API r=keeler 2019-04-02 22:25:04 +00:00
encoding Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan 2019-04-05 21:41:42 +00:00
events Bug 1543315 - part 9: Mark nsIPresShell::FlushPendingNotifications() as MOZ_CAN_RUN_SCRIPT r=smaug 2019-04-13 12:43:57 +00:00
fetch Bug 1541598 - Have FetchBody::SetMimeType convert from ByteStrings to UTF8 CStrings to not corrupt Unicode values; r=hsivonen 2019-04-14 15:02:39 +00:00
file Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-03-31 15:12:55 +00:00
filehandle
filesystem Bug 1536336. Change MOZ_CAN_RUN_SCRIPT analysis to allow const members of "this" in addition to stack refptrs. r=andi 2019-03-21 11:47:22 +00:00
flex
gamepad Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-04-12 13:14:25 +00:00
geolocation Bug 1541017 - Update in-tree bugzilla components for geolocation and dom/commandhandler/. r=mossop 2019-04-02 16:39:03 +00:00
grid
html Bug 1523636 - Create BrowsingContext in nsFrameLoader. r=nika,qdot 2019-04-15 15:14:54 +00:00
imptests
indexedDB Bug 1536411 - StoragePrincipal - part 3 - IDBFactory, r=Ehsan 2019-04-12 05:31:13 +00:00
interfaces Bug 1542756 - Bug 1543128 - Add option to only return visible nodes from nsIDOMWindowUtils.nodesFromRect. r=emilio 2019-04-15 01:08:12 +00:00
ipc Bug 1539959 - Don't send WindowGlobalChild constructors when parent BrowsingContext has already been closed, r=farre 2019-04-15 14:57:09 +00:00
jsurl Bug 1522412 - P2. Remove nsIChannel.LOAD_CLASSIFY_URI flag. r=Ehsan 2019-03-25 12:47:57 +00:00
locales Bug 1539006: Properly implement Performance Timeline Level 2 w3c spec. r=mstange,baku 2019-04-12 16:29:48 +00:00
localstorage Bug 1543209 - LSNG: Detect missing unregister calls for live datastores using CheckedUnsafePtr; r=asuth 2019-04-09 23:56:17 +02:00
manifest Bug 1534677 - Verify lang member in ManifestProcessor.jsm r=snorp 2019-04-11 01:35:21 +00:00
mathml Bug 1540990 - Get rid of unnecessary nsIPresShell.h inclusions r=emilio 2019-04-04 00:19:48 +00:00
media Backed out changeset 7d37a22773a0 (bug 1115253) for causing Android build bustages on RollingNumber.h. CLOSED TREE 2019-04-15 21:06:21 +03:00
messagechannel Bug 1540990 - Get rid of unnecessary nsIPresShell.h inclusions r=emilio 2019-04-04 00:19:48 +00:00
midi
network Backed out changeset 1cf54b6a1c90 (bug 1541114) for causing crashes a=backout 2019-04-13 00:58:11 +03:00
notification Bug 1540088 - Require user interaction for push notification permission prompts in Nightly. r=Ehsan 2019-03-29 18:08:20 +00:00
offline
payments Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan 2019-04-05 21:41:42 +00:00
performance Bug 1539006: Properly implement Performance Timeline Level 2 w3c spec. r=mstange,baku 2019-04-12 16:29:48 +00:00
permission Bug 1543911 - Move BasePrincipal::CloneStrippingUserContextIdAndFirst into nsPermission to avoid misuses, r=johannh 2019-04-15 10:26:09 +00:00
plugins Bug 1543173 - Turn off REQUIRE_DEFERRED_MESSAGE_PROTECTION in PluginModuleContentParent when native events are disabled. r=bobowen 2019-04-11 07:40:57 +00:00
power Bug 1539029 - pt 1 - give RDD its own process selector. r=froydnj 2019-04-09 21:13:16 +00:00
presentation Bug 1543564 part 2. Get rid of pointless nsPIDOMWindowInner::AsInner methods. r=farre 2019-04-11 14:12:43 +00:00
prio Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
promise Bug 1543564 part 2. Get rid of pointless nsPIDOMWindowInner::AsInner methods. r=farre 2019-04-11 14:12:43 +00:00
prototype Bug 1544144 - Fix custom HTML element creation when using prototype and XHTML. r=smaug 2019-04-15 10:56:03 +00:00
push Bug 1540141 - Distinguish broadcast trigger from startup trigger in Remote Settings Uptake events r=glasserc,lina 2019-04-10 16:55:52 +00:00
quota Bug 1539538 - Introduce UnsafePtr r=froydnj,janv 2019-04-09 14:41:57 +00:00
reporting Bug 1542146 - Apply the change with the option StatementMacros from clang-format-8 r=andi 2019-04-05 21:42:17 +00:00
res
script Bug 1543564 part 2. Get rid of pointless nsPIDOMWindowInner::AsInner methods. r=farre 2019-04-11 14:12:43 +00:00
security Bug 1544008: follow-up: clang-format. CLOSED TREE 2019-04-15 11:10:00 +02:00
serviceworkers Bug 1536411 - StoragePrincipal - part 7 - test for DOMCache and ServiceWorkers, r=Ehsan,asuth 2019-04-12 05:30:36 +00:00
simpledb
smil Bug 1540990 - Get rid of unnecessary nsIPresShell.h inclusions r=emilio 2019-04-04 00:19:48 +00:00
storage Bug 1533651 - Don't check result of PSessionStorageObserverChild::SendDeleteMe; r=asuth 2019-03-26 12:51:12 +01:00
svg Bug 937268 - Should implement getBBox() for tspan r=longsonr 2019-04-14 05:57:24 +00:00
system Bug 1541017 - Update in-tree bugzilla components for geolocation and dom/commandhandler/. r=mossop 2019-04-02 16:39:03 +00:00
tests Bug 1542756 - Bug 1543128 - Add option to only return visible nodes from nsIDOMWindowUtils.nodesFromRect. r=emilio 2019-04-15 01:08:12 +00:00
u2f bug 1524478 - don't create JS objects from WebAuthnManager or U2F destructors r=qdot 2019-04-12 18:18:57 +00:00
url Bug 1543321 - Use nsContentUtils::GetThreadSafeUTFOrigin in the URL API, r=smaug 2019-04-10 08:05:00 +00:00
vr Bug 1543564 part 2. Get rid of pointless nsPIDOMWindowInner::AsInner methods. r=farre 2019-04-11 14:12:43 +00:00
webauthn bug 1524478 - don't create JS objects from WebAuthnManager or U2F destructors r=qdot 2019-04-12 18:18:57 +00:00
webbrowserpersist Bug 1494469 - Removed duplicate IPC::MAX_MESSAGE_SIZE constant r=jld 2019-04-12 13:01:41 +00:00
webgpu Bug 1415265 - Remove now unnecessary .eslintrc.js files or entries. r=mossop 2019-03-28 09:38:14 +00:00
webidl Bug 1543122 - Add a privileged UAWidget-accessible WebIDL API for triggering Picture-in-Picture. r=jya,Ehsan 2019-04-15 01:07:33 +00:00
websocket Bug 1442778 - Add "chromeContext" parameter to console API and console service messages. r=smaug 2019-04-01 22:42:34 +00:00
workers Bug 1536411 - StoragePrincipal - part 7 - test for DOMCache and ServiceWorkers, r=Ehsan,asuth 2019-04-12 05:30:36 +00:00
worklet Bug 1539039 keep WorkletGlobalScope as long as its Worklet is usable r=baku 2019-04-01 16:54:58 +00:00
xbl Bug 1543564 part 2. Get rid of pointless nsPIDOMWindowInner::AsInner methods. r=farre 2019-04-11 14:12:43 +00:00
xhr Bug 1519636 - clang-format-8: Reformat recent changes to the Google coding style r=Ehsan 2019-04-05 21:41:42 +00:00
xml Bug 1536411 - StoragePrincipal - part 1 - Implementation, r=Ehsan 2019-04-12 05:31:32 +00:00
xslt Bug 1536411 - StoragePrincipal - part 1 - Implementation, r=Ehsan 2019-04-12 05:31:32 +00:00
xul Bug 1523636 - Create BrowsingContext in nsFrameLoader. r=nika,qdot 2019-04-15 15:14:54 +00:00
jar.mn
moz.build