gecko-dev/dom
Kagami Sascha Rosylight e1611c9885 Bug 1743471 - Remove assertion for existence of WindowGlobalChild r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D132484
2021-11-30 15:53:42 +00: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 1742393 - Correctly report animation status of pseudo-elements that are not stored in the parent element. r=hiro 2021-11-23 12:36:22 +00:00
audiochannel Bug 1733902 - part3 : merge RefreshAgentsSuspend into NotifyResumingDelayedMedia. r=emilio 2021-11-01 22:26:41 +00:00
base Bug 1731999 - Part 2: Use regular principal for service workers if pref 'privacy.partition.serviceWorkers' is false. r=pbz 2021-11-30 13:40:31 +00:00
battery
bindings Bug 1656282 - Enable ESLint no-unused-vars and no-undef rules where they are disabled on dom/**/*.xhtml files. r=smaug 2021-11-24 11:26:37 +00:00
broadcastchannel Bug 1736563 - Part 4: Remove redundant BFCache includes r=smaug 2021-10-28 22:20:01 +00:00
browser-element
cache Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
canvas Bug 1739454 - Don't overwrite the ImageBitmap's surface in PrepareForDrawTarget. r=emilio 2021-11-19 18:46:46 +00:00
chrome-webidl Bug 1741548 - Add ignoreAbsent option to `IOUtils.getChildren` method. r=barret 2021-11-25 10:45:55 +00:00
clients Bug 1731999 - Part 3: Enable partitioned service workers. r=pbz 2021-11-30 13:40:31 +00:00
commandhandler
console Bug 1656282 - Enable ESLint no-unused-vars and no-undef rules where they are disabled on dom/**/*.xhtml files. r=smaug 2021-11-24 11:26:37 +00:00
credentialmanagement
crypto Bug 1723826 - Check for integer overflow with key length r=keeler 2021-11-26 08:57:21 +00:00
debugger
docs Bug 1739989 - Part 2: Apply more edits r=peterv 2021-11-30 15:38:37 +00:00
encoding Bug 1603127 - Replaced mozilla::Tuple with std::tuple and applied structured bindings in mozilla/Encoding.h. r=hsivonen 2021-11-08 08:14:00 +00:00
events Bug 1742333 - part 14: Make `EventListenerManager::AddEventListenerInternal()` handle legacy mouse events with the `switch` r=smaug 2021-11-26 20:00:43 +00:00
fetch Bug 1737405 - Change MOZ_DIAGNOSTIC_ASSERTs in wasm cache code. r=valentin 2021-11-23 14:55:16 +00:00
file Bug 1603127 - Replaced mozilla::Tuple with std::tuple and applied structured bindings in mozilla/Encoding.h. r=hsivonen 2021-11-08 08:14:00 +00:00
filehandle Bug 1731564: Use motivated SpinEventLoopUntil inside dom/*. r=smaug 2021-10-07 08:06:11 +00:00
filesystem
flex
gamepad
geolocation Bug 1735097 - Geolocation: use EpochTimeStamp instead of DOMTimeStamp r=saschanaz,peterv 2021-11-17 04:01:02 +00:00
grid
html Bug 1724706 - Remove Obsolete comment in HTMLInputElement::AfterSetFilesOrDirectories.r=smaug 2021-11-29 23:18:27 +00:00
imptests Bug 1735098 - Implement EpochTimeStamp from HR-Time r=edgar 2021-11-16 08:50:37 +00:00
indexedDB Bug 1731977 - Add MOZ_TO_RESULT_INVOKE_TYPED for invoking plain functions; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
interfaces Bug 1743310 - Remove paint flashing. r=gfx-reviewers,lsalzman 2021-11-30 11:46:08 +00:00
ipc Backed out changeset 78307ccc4942 (bug 1742785) for causing permafailures on browser_ProcessPriorityManager.js. CLOSED TREE 2021-11-30 04:03:13 +02:00
jsurl
l10n Bug 1742608 - Fix the new l10n mutations pending element removal tests. r=nordzilla 2021-11-23 21:05:31 +00:00
locales Bug 1724080: Have https-first and https-only rules apply to speculative connections r=kershaw 2021-11-29 14:29:01 +00:00
localstorage Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
locks Bug 1743471 - Remove assertion for existence of WindowGlobalChild r=smaug 2021-11-30 15:53:42 +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 Bug 1738787 - fix deadlock/crash in platform_uithread. r=pehrsons 2021-11-29 20:40:57 +00: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
payments Bug 1733659 - Clean up naming style in Locale; r=platform-i18n-reviewers,gregtatum 2021-11-23 12:36:41 +00:00
performance Bug 1738627 - profiler_thread_is_being_profiled_for_markers - r=canaltinova 2021-11-08 23:59:35 +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 1736461 - Add Promise::CreateResolvedWithUndefined to handle common patterm in Streams r=smaug 2021-11-15 22:01:38 +00:00
prototype
push Bug 1497431 - Implement PushManager.prototype.expirationTime + toJSON() r=mt,peterv 2021-11-17 11:53:02 +00:00
quota Bug 1731977 - Add MOZ_TO_RESULT_INVOKE_TYPED for invoking plain functions; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +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 1687973 - Part 1: Remove CompileOptions.useOffThreadParseGlobal. r=tcampbell 2021-11-19 04:43:03 +00:00
security Bug 1724080: Have https-first and https-only rules apply to speculative connections r=kershaw 2021-11-29 14:29:01 +00:00
serializers Bug 1722484 Part 2 - Replace LineBreaker::Next() and WordBreaker::Next() with the new iterators. r=m_kato 2021-11-09 01:14:15 +00:00
serviceworkers Bug 1731999 - Part 3: Enable partitioned service workers. r=pbz 2021-11-30 13:40:31 +00:00
simpledb Bug 1731969 - Rename ToResultInvoke member function overloads to ToResultInvokeMember; r=dom-storage-reviewers,jari 2021-11-30 05:05:53 +00:00
smil
storage Bug 1731564: Use motivated SpinEventLoopUntil inside dom/*. r=smaug 2021-10-07 08:06:11 +00:00
streams Bug 1736461 - Update ReadableStream.tee implementation to match specification. r=smaug 2021-11-15 22:01:39 +00:00
svg Bug 1586014- Factor out RecompileScriptEventListeners r=emilio 2021-11-04 18:24:58 +00:00
system Bug 1741548 - Add ignoreAbsent option to `IOUtils.getChildren` method. r=barret 2021-11-25 10:45:55 +00:00
tests Bug 1742785: Update more tests within dom/ and docshell/ to work with https-first enabled r=smaug 2021-11-30 09:21:45 +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 1742598 - Part 1: Add an parameter to URLParams::Serialize() to indicate if the encoding is needed for the serialization result. r=smaug,necko-reviewers,dragana 2021-11-25 12:13:48 +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 1622846 - Update wgpu to 28ba9d8 r=jimb,emilio 2021-11-29 21:57:04 +00:00
webidl Backed out 2 changesets (bug 1580394) for causing failures at browser_dbg-paused-overlay-loading.js. CLOSED TREE 2021-11-30 12:44:44 +02:00
webshare
websocket Bug 1728981 - Don't upgrade HTTP WebSocket requests of exempt principals. r=ckerschb 2021-11-24 14:50:35 +00:00
workers Bug 1743236 - Part 2: Use Partitioned Principal when creating clientSource in WorkerPrivate. r=dimi,edenchuang 2021-11-30 13:40:33 +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 1617611: Annotate each failing test individually. r=webdriver-reviewers,necko-reviewers,ckerschb,whimboo,valentin 2021-11-17 11:04:34 +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 Backed out changeset 5c921d8e51bd (bug 1741089) for causing mochitest failures on test_bug557987.xhtml . CLOSED TREE 2021-11-16 18:27:45 +02: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