gecko-dev/dom
Iulian Moraru bfcef5343a Backed out 3 changesets (bug 1726617) for causing mda failures on test_peerConnection_setParameters_scaleResolutionDownBy.html. CLOSED TREE
Backed out changeset 6fcd37deab57 (bug 1726617)
Backed out changeset ce2fff273989 (bug 1726617)
Backed out changeset c2b91ea8f0b1 (bug 1726617)
2021-11-05 00:15:00 +02:00
..
abort Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
animation Bug 1735697 - Remove profiler_can_accept_markers(), use profiler_thread_is_being_profiled() instead - r=florian 2021-10-18 23:11:30 +00:00
audiochannel Bug 1733902 - part3 : merge RefreshAgentsSuspend into NotifyResumingDelayedMedia. r=emilio 2021-11-01 22:26:41 +00:00
base Bug 1586014- Factor out RecompileScriptEventListeners r=emilio 2021-11-04 18:24:58 +00:00
battery
bindings Bug 1726480 - Add IOUtils::OpenFileForSyncReading. r=dom-worker-reviewers,asuth 2021-11-04 19:47:29 +00:00
broadcastchannel Bug 1736563 - Part 4: Remove redundant BFCache includes r=smaug 2021-10-28 22:20:01 +00:00
browser-element Bug 1676216 - Remove unused checkbox on promptAuth and similar. r=dimi,owlish,necko-reviewers,kershaw 2021-09-01 23:42:25 +00:00
cache Bug 1731546 - Replace existing ToResultGet uses with MOZ_TO_RESULT_GET_TYPED; r=dom-storage-reviewers,jstutte,jari 2021-10-11 06:00:15 +00:00
canvas Bug 1737093 use empty instead of size r=sylvestre 2021-11-04 19:01:52 +00:00
chrome-webidl Bug 1726480 - Add IOUtils::OpenFileForSyncReading. r=dom-worker-reviewers,asuth 2021-11-04 19:47:29 +00:00
clients Backed out 2 changesets (bug 1731597) for causing multiple wpt failures. CLOSED TREE 2021-10-29 05:32:59 +03:00
commandhandler
console Bug 1733034 - Fix unreachable-code-return warnings in dom. r=smaug 2021-09-29 21:44:51 +00:00
credentialmanagement Bug 1727778 - Split DOM: Device Interfaces ownership. r=dragana,dveditz 2021-09-01 09:32:18 +00:00
crypto Bug 1718899 - webcrypto: handle the 'alg' field in ECDSA JWK keys r=rmf 2021-10-12 20:35:07 +00:00
debugger
docs Bug 1736855 - Add IOUtils Migration Guide to source docs r=Gijs DONTBUILD 2021-10-21 15:44:59 +00:00
encoding Bug 1626517 - Replaced mozilla::Unused with mozilla::Ignore in mozilla::Decoder/mozilla::Encoder calls. r=m_kato 2021-10-25 12:31:41 +00:00
events Backed out changeset 6a408466ecb6 (bug 1731504) for causing bug 1739045 CLOSED TREE 2021-11-03 12:10:03 -04:00
fetch Bug 1737837 - Fix truncated storeOptimizedEncoding stream. r=jandem 2021-11-01 13:38:40 +00:00
file Bug 1730126 - Enable ESLint rule no-loss-of-precision. r=Standard8 2021-10-29 08:29:26 +00:00
filehandle Bug 1731564: Use motivated SpinEventLoopUntil inside dom/*. r=smaug 2021-10-07 08:06:11 +00:00
filesystem Bug 1726648 - Add a helper to trim brackets from nsID r=mccr8,smaug 2021-08-23 10:54:11 +00:00
flex
gamepad Bug 1725145 - Preparation for the hybrid build env. r=necko-reviewers,firefox-build-system-reviewers,valentin,glandium 2021-08-25 10:46:17 +00:00
geolocation
grid
html Bug 1586014- Factor out RecompileScriptEventListeners r=emilio 2021-11-04 18:24:58 +00:00
imptests
indexedDB Bug 1732343 - Part 2: Migrate all uses of base::FileDescriptor to UniqueFileHandle, r=handyman 2021-11-04 19:20:17 +00:00
interfaces Bug 1731613 - Move GetProcessSwitchBehavior method to C++, r=nika 2021-10-19 18:46:46 +00:00
ipc Merge mozilla-central to autoland. a=merge CLOSED TREE 2021-11-04 23:53:32 +02:00
jsurl
l10n Bug 1642415 - Update existing tests to pass metasource into createMock; r=platform-i18n-reviewers,gregtatum 2021-09-22 18:16:07 +00:00
locales Bug 1737032 - Removed traces of "remote XUL". r=Gijs,fluent-reviewers 2021-10-25 11:00:47 +00:00
localstorage Backed out 11 changesets (bug 1731982, bug 1736401) for causing crashes in mozilla::dom::ClientHandle::Control. a=backout 2021-10-19 22:23:12 +03:00
locks Bug 1736563 - Part 3: Prevent bfcache when active lock request exists r=smaug 2021-10-28 22:20:00 +00:00
manifest Bug 1576768 [eslint] Turn on JavaScript linting and formatting rules for .sjs files. r=Standard8 2021-10-25 11:12:41 +00:00
mathml Bug 1586014- Factor out RecompileScriptEventListeners r=emilio 2021-11-04 18:24:58 +00:00
media Backed out 3 changesets (bug 1726617) for causing mda failures on test_peerConnection_setParameters_scaleResolutionDownBy.html. CLOSED TREE 2021-11-05 00:15:00 +02:00
messagechannel Bug 1736563 - Part 4: Remove redundant BFCache includes r=smaug 2021-10-28 22:20:01 +00:00
midi
network Bug 1736508 - Make TCPSocket work with ipv6 address again. r=valentin 2021-10-20 08:15:58 +00:00
notification Bug 1731994: part 8) Rename `nsIContentPermissionRequest`'s `isHandlingUserInput` to `hasValidTransientUserGestureActivation`. r=edgar 2021-10-04 12:16:00 +00:00
offline Bug 1730595: Remove unused constants from nsDOMOfflineResourceList.cpp. r=mccr8 2021-09-13 23:38:57 +00:00
payments Bug 1736017 - Replace MozLocale with Locale in PaymentRequest.cpp; r=platform-i18n-reviewers,gregtatum 2021-11-04 16:36:02 +00:00
performance Bug 1455514 - part 1: Add accessors and static helper methods to retrieve `nsINode` or its concrete classes from `EventTarget` r=smaug 2021-11-02 13:03:43 +00:00
permission
plugins Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
power
prio
promise Bug 1545131 - compress wasm alt data entries (r=jandem) 2021-10-21 22:08:14 +00:00
prototype Bug 1718481 - Use stencil in nsXULPrototypeCache. r=tcampbell,kmag 2021-09-21 03:18:02 +00:00
push Bug 1675973 - Remove wrong assertion in PushManager.cpp r=dom-workers-and-storage-reviewers,edenchuang 2021-11-04 12:50:51 +00:00
quota Bug 1726711 - Replace NS_ERROR with QM_TRY and return immediately in case of shutdown re-entrance; r=jstutte,dom-storage-reviewers 2021-10-27 15:18:22 +00:00
reporting Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
res
script Bug 1736057 - Enable off thread full parsing by default for external JS scripts r=smaug,bas 2021-10-25 14:54:26 +00:00
security Backed out changeset 16895673c015 (bug 1474842) for causing android geckoview failures. CLOSED TREE 2021-11-04 12:22:21 +02:00
serializers Bug 1736938 Part 2 - Make all LineBreaker's methods static, and adapt the callers. r=jfkthame 2021-10-25 19:00:22 +00:00
serviceworkers Bug 1576768 [eslint] Turn on JavaScript linting and formatting rules for .sjs files. r=Standard8 2021-10-25 11:12:41 +00:00
simpledb Bug 1728267 - Remove implicit ToResult from QM_TRY when no extra argument is passed in dom/simpledb; r=dom-storage-reviewers,jstutte,jari 2021-09-24 13:08:30 +00:00
smil Bug 1725145 - header files fixes in the hybrid build env. r=valentin 2021-08-22 10:21:55 +00:00
storage Bug 1731564: Use motivated SpinEventLoopUntil inside dom/*. r=smaug 2021-10-07 08:06:11 +00:00
streams Bug 1735334 - Remove obsolete promise wrapping code r=smaug 2021-10-22 13:24:57 +00:00
svg Bug 1586014- Factor out RecompileScriptEventListeners r=emilio 2021-11-04 18:24:58 +00:00
system Bug 1726480 - Add IOUtils::OpenFileForSyncReading. r=dom-worker-reviewers,asuth 2021-11-04 19:47:29 +00:00
tests Bug 1727943 - turn on mochitest* tests that were skipped on win10-ccov and now pass. r=MasterWayZ 2021-10-19 20:01:29 +00:00
u2f Bug 1436085 - Web Authentication - Remove remains of hard-coded support for U2F Google Accounts. r=smaug 2021-09-29 21:51:54 +00:00
url Bug 1724319 - Stop this test from depending on the download modal for starting a download. r=mtigley 2021-10-04 19:28:49 +00:00
vr Bug 1616390 - Validate that poses may be reported for GetPose and GetViewerPose. r=emilio 2021-10-20 16:38:37 +00:00
webauthn Bug 1732245 - Silence the unused-but-set-variable warning in dom/webauthn. r=keeler 2021-09-27 23:43:16 +00:00
webbrowserpersist
webgpu Bug 1728903 - Remove plumbing for CanvasLayer and ImageLayer. r=mattwoodrow 2021-09-18 11:44:51 +00:00
webidl Bug 1556365 - Implement willValidate attribute of ElementInternals; r=smaug 2021-11-04 09:49:32 +00:00
webshare
websocket Bug 1729897 - CSP Upgrade-insecure-requests is upgrading localhost websocket r=necko-reviewers,dragana 2021-09-15 11:28:13 +00:00
workers Bug 1730126 - Enable ESLint rule no-loss-of-precision. r=Standard8 2021-10-29 08:29:26 +00:00
worklet Bug 1576768 - Automatically format .sjs files using prettier. r=Standard8,agi,zombie,extension-reviewers 2021-10-18 09:26:33 +00:00
xhr Bug 1626517 - Replaced mozilla::Unused with mozilla::Ignore in mozilla::Decoder/mozilla::Encoder calls. r=m_kato 2021-10-25 12:31:41 +00:00
xml Bug 1736707, part 1 - Get rid of nsContentUtils::NameSpaceManager(). r=peterv 2021-10-22 16:15:57 +00:00
xslt Bug 1575191- Make callers to Document::SetContentType with ASCII literal using SetContentTypeInternal.. r=hsivonen 2021-11-04 06:47:05 +00:00
xul Bug 1586014- Factor out RecompileScriptEventListeners r=emilio 2021-11-04 18:24:58 +00:00
jar.mn
moz.build Bug 1730589 - Initial Implementation of ReadableStreams using WebIDL and DOM technologies r=smaug 2021-10-06 18:43:01 +00:00