gecko-dev/dom
Jean-Yves Avenard 52e09e4b68 Bug 1340129: P1. Allow empty raw frames. r=gerald
MozReview-Commit-ID: AU0QrahHtYe

--HG--
extra : rebase_source : 34604298e01db1b7b481fc55c25cb5f23e806fa2
2017-02-16 23:41:44 +01:00
..
animation Bug 1340033 - Remove dependency from StyleAnimationValue.h to ServoBindings.h. r=hiro 2017-02-16 15:14:06 +11:00
archivereader Bug 1334551 - add BUG_COMPONENT to dom/archivereader/* and dom/asmjscache/* files. r=overholt 2017-01-29 06:51:35 -05:00
asmjscache Bug 1334551 - add BUG_COMPONENT to dom/archivereader/* and dom/asmjscache/* files. r=overholt 2017-01-29 06:51:35 -05:00
audiochannel Bug 1339289 - Give names to a lot of common runnables (r=ehsan) 2017-02-15 12:30:01 -08:00
base Bug 1331322 - Allow tagging of pseudo-implementing native anonymous content with the pseudo type at creation time, and eliminate explicit style contexts in nsIAnonymousContentCreator::ContentInfo. r=bholley 2017-01-13 03:21:11 +00:00
battery Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
bindings Bug 1283712 - Part 7: Add nsIScriptErrorNote and nsIScriptError.notes. r=bholley 2017-02-15 23:53:06 +09:00
broadcastchannel Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
browser-element Backed out changeset 4ea36a9c2dfd (bug 1339394) for browser_selectpopup.js failures a=backout 2017-02-15 18:59:15 -08:00
cache Bug 1322111 P4 Update the Cache API schema to account for new nsIContentPolicy type. r=asuth 2017-02-15 09:55:58 -05:00
canvas Bug 1339341- Downgrade several stylo errors to warnings. r=heycam 2017-02-14 18:26:10 +11:00
commandhandler Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
console Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
crypto Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
devicestorage Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
encoding Bug 1335207: Add constexpr to data tables under dom/ for better codegen on Windows. r=ehsan 2017-02-01 15:42:33 +13:00
events Bug 1339289 - Give names to a lot of common timers (r=ehsan) 2017-02-15 12:30:01 -08:00
fetch Bug 1322111 P1 Add TYPE_INTERNAL_WORKER_IMPORT_SCRIPTS content policy type. r=ckerschb 2017-02-15 09:55:58 -05:00
file Bug 1337722 - Use BufferSource in webIDL - part 2, r=me CLOSED TREE 2017-02-09 10:57:15 +01:00
filehandle Bug 1312319 - Add a NS_INLINE_DECL_PURE_VIRTUAL_REFCOUNTING macro and replace existing pure-virtual AddRef/Release declarations. r=froydnj 2017-01-25 14:51:34 -05:00
filesystem Bug 1336091 - File.relativeWebkitPath should not start with '/', r=smaug 2017-02-06 11:07:54 +01:00
flyweb Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
gamepad Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
geolocation Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
grid
html merge mozilla-inbound to mozilla-central a=merge 2017-02-16 13:15:55 +01:00
imptests Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
indexedDB Bug 1226398 - Part 2: Check dom/indexedDB/ in eslint. r=jaws 2017-02-11 11:47:57 +09:00
interfaces Bug 1335281 - Use frame loader for same process browsers. r=mrbkap 2017-02-14 14:12:35 -06:00
ipc Merge m-c to inbound a=merge 2017-02-15 16:33:03 -08:00
json Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
jsurl Backed out changeset 0d069e7395e9 (bug 1314045) for Windows build bustage: warning at Loader.cpp(1885). r=backout on a CLOSED TREE 2017-01-31 18:17:09 +01:00
locales Merge inbound to central, a=merge 2017-02-07 16:33:31 -08:00
manifest Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
mathml Bug 1334330 - Part 11: stylo: Use ServoUtils abstraction for GenericSpecifiedValues to remove virtual dispatch overhead in nostylo mode; r=bz,emilio 2017-01-26 16:51:01 -08:00
media Bug 1340129: P1. Allow empty raw frames. r=gerald 2017-02-16 23:41:44 +01:00
messagechannel Bug 1336020 - transferables should be arrays of objects, r=smaug 2017-02-03 11:00:38 +01:00
network Bug 1315248: ensure socket is available for connect and send. r=schien 2017-02-10 16:39:51 -08:00
notification Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
offline
performance
permission
plugins Merge m-c to inbound a=merge 2017-02-15 16:33:03 -08:00
power Bug 1331599 - script-generated patch to replace removeEventListener calls with the once option when possible, r=jaws. 2017-01-25 07:01:52 +01:00
presentation Backed out 5 changesets (bug 1336510) for mass bustage a=backout CLOSED TREE 2017-02-15 13:40:12 -08:00
promise Bug 1333112 - Fix windowClient.Navigate leak. r=bkelly 2017-01-26 21:37:17 +02:00
push Bug 1337577 - Ensure that console listeners never touch web content, including in tests (r=mccr8) 2017-02-13 17:03:01 -08:00
quota Bug 1287006 - Don't pass Nullable by value in various places, rather by const&. r=bz 2017-02-13 09:07:40 -08:00
res
secureelement Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps 2017-01-18 10:30:39 +00:00
security Backed out changeset 4ea36a9c2dfd (bug 1339394) for browser_selectpopup.js failures a=backout 2017-02-15 18:59:15 -08:00
smil Bug 1339591 - Rearrange construction order of RAII objects in SMIL code; r=mccr8 2017-02-16 15:36:04 +09:00
storage Bug 1339289 - Give names to a lot of common timers (r=ehsan) 2017-02-15 12:30:01 -08:00
svg Bug 1331322 - Move MAY_HAVE_CLASS to mBoolFlags. r=bholley 2017-01-20 18:24:41 -08:00
system Bug 1334831 - script-generated patch to use .remove() instead of .parentNode.removeChild, r=jaws. 2017-01-30 08:10:22 +01:00
tests Backed out changeset 4ea36a9c2dfd (bug 1339394) for browser_selectpopup.js failures a=backout 2017-02-15 18:59:15 -08:00
time
u2f Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
url Bug 1337702 - Implement URL's toJSON(), r=smaug 2017-02-09 13:18:40 +01:00
vr Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
webauthn Backed out changeset 9a332af74af5 (bug 1335099) for build bustage (moz.build rule matches no files). r=backout on a CLOSED TREE 2017-02-06 16:21:20 +01:00
webbrowserpersist Bug 1332812. Remove some more unused or nearly-unused nsIDOMElement bits. r=froydnj 2017-02-02 10:32:58 -05:00
webidl Bug 1339844 P1 Implement the Client.type attribute. r=asuth 2017-02-15 15:12:37 -05:00
workers Bug 1339844 P3 Test for Client.type in mochitest. r=asuth 2017-02-15 15:12:37 -05:00
worklet Bug 1335368 part 12. Remove the use of IsCallerChrome in FetchRequest. r=bkelly 2017-02-01 15:43:37 -05:00
xbl Bug 1339289 - Give names to a lot of common runnables (r=ehsan) 2017-02-15 12:30:01 -08:00
xhr Bug 1339289 - Give names to a lot of common timers (r=ehsan) 2017-02-15 12:30:01 -08:00
xml Bug 1338889 - Part 2: Support DOMString as Argument 3 of Document.createElementNS. r=bz 2017-02-15 00:07:00 +08:00
xslt Bug 1338889 - Part 2: Support DOMString as Argument 3 of Document.createElementNS. r=bz 2017-02-15 00:07:00 +08:00
xul Bug 1331322 - Move MAY_HAVE_CLASS to mBoolFlags. r=bholley 2017-01-20 18:24:41 -08:00
jar.mn
moz.build Bug 1330138 - Divide U2F and WebAuthn into separate directories; r=jcj 2017-01-19 14:18:32 -08:00