gecko-dev/dom
Chris Peterson 0aeb2db4f6 Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg
Also move MOZ_MUST_USE before function declarations' specifiers and return type. While clang and gcc's __attribute__((warn_unused_result)) can appear before, between, or after function specifiers and return types, the [[nodiscard]] attribute must precede the function specifiers.

Differential Revision: https://phabricator.services.mozilla.com/D71713
2020-04-22 05:22:44 +00:00
..
abort Bug 1549945 - Avoid the need for import-globals-from when (x)html files load scripts via /tests/. r=mossop 2020-04-20 16:15:11 +00:00
animation Bug 1586761 - P7 - Revert a few incorrect changes on P2; r=tjr 2020-04-07 07:36:52 +00:00
audiochannel Bug 1626439 - Part 2: Remove nsAutoPtr usage from dom/audiochannel. r=jya 2020-04-03 21:05:03 +00:00
base Backed out 7 changesets (bug 1580565) for browser_entry_point_telemetry.js failures CLOSED TREE 2020-04-22 06:15:43 +03:00
battery
bindings Bug 1425450 - Ensure that we call Drop/HoldJSObjects when a preserved wrapper is changed for one in a different zone r=mccr8 2020-04-20 17:08:14 +00:00
broadcastchannel Bug 1549945 - Avoid the need for import-globals-from when (x)html files load scripts via /tests/. r=mossop 2020-04-20 16:15:11 +00:00
browser-element Backed out 19 changesets (bug 1602318) for causing multiple failures 2020-04-21 03:46:41 +03:00
cache Bug 1628076 - Ensure sFactory alive while it is calling Abort; r=dom-workers-and-storage-reviewers,asuth 2020-04-21 19:57:46 +00:00
canvas Backed out 2 changesets (bug 1625500) for multiple failures on a CLOSED TREE 2020-04-17 15:36:05 +03:00
chrome-webidl Bug 1625513 - Part 1: Perform onMayChangeProcess handling within DocumentLoadListener, r=mattwoodrow,pbone,droeh,necko-reviewers,valentin 2020-04-21 22:33:00 +00:00
clients Bug 1631234 - Change the diagnostic assertion of the storage aceess in the ClientSource to a regular assertion. r=dimi 2020-04-20 09:39:48 +00:00
commandhandler
console Bug 1628728 - Change an assertion to a warning because it's possible to fail while initializing an URI; r=baku 2020-04-16 11:39:29 +00:00
credentialmanagement Bug 1612839 - Re-enable test_credman_iframes.html for Fission. r=daoshengmu 2020-03-20 16:53:27 +00:00
crypto Bug 1614462: Part 2d - Fix tests that don't need to use mozbrowser. r=mccr8 2020-04-20 22:31:29 +00:00
debugger
docs Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
encoding Bug 1626447 - Remove nsAutoPtr usage from dom/encoding. r=hsivonen 2020-04-03 21:05:19 +00:00
events Bug 1606885 - Add control+backspace/delete shortcut. r=geckoview-reviewers,snorp 2020-04-21 14:55:16 +00:00
fetch Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
file Bug 1614462: Part 2d - Fix tests that don't need to use mozbrowser. r=mccr8 2020-04-20 22:31:29 +00:00
filehandle Bug 1626973 - Make attempt to increase the file size via IDBFileHandle.truncate an error. r=dom-workers-and-storage-reviewers,janv 2020-04-06 13:56:47 +00:00
filesystem Bug 1620594 - Part 5: Use GetMainThreadSerialEventTarget instead of SystemGroup::EventTargetFor. r=nika 2020-04-07 15:17:07 +00:00
flex
gamepad Bug 1631635 - Implement IsPositionEmulated for XRInputSource. r=kip,imanol 2020-04-21 11:17:34 +00:00
geolocation
grid
html Backed out 7 changesets (bug 1580565) for browser_entry_point_telemetry.js failures CLOSED TREE 2020-04-22 06:15:43 +03:00
imptests
indexedDB Bug 1631684 - Replace MOZ_MUST_USE with [[nodiscard]] in dom/indexedDB. r=dom-workers-and-storage-reviewers,sg 2020-04-22 05:22:44 +00:00
interfaces Bug 1625513 - Part 4: Don't require being in tabbrowser for subframe process switches, r=mattwoodrow,necko-reviewers,valentin 2020-04-21 22:33:14 +00:00
ipc Backed out 7 changesets (bug 1580565) for browser_entry_point_telemetry.js failures CLOSED TREE 2020-04-22 06:15:43 +03:00
jsurl Bug 1622664 - Removed redundant access specifier on line 378. r = sylvestre r=emilio 2020-04-02 08:49:30 +00:00
l10n Bug 1621674 - Update tests to use Localization WebIDL. r=jfkthame,Mardak 2020-04-10 23:35:58 +00:00
locales Bug 1628922 - Support landmark navigation in GeckoView. r=Jamie 2020-04-15 22:12:37 +00:00
localstorage Bug 1620152 - Part 4: Replace MOZ_DIAGNOSTIC_ALWAYS_TRUE() with MOZ_ALWAYS_TRUE(). r=janv 2020-04-09 02:08:10 +00:00
manifest Bug 1625384 - Remove window.onappinstalled event, as it was never used or shipped r=baku 2020-03-27 08:28:09 +00:00
mathml Bug 1128054 - Part 3: Invalid tabindex attribute should not make an element focusable; r=smaug 2020-04-04 20:03:09 +00:00
media Bug 1625615 - part6 : add test. r=bryce 2020-04-20 21:19:57 +00:00
messagechannel Bug 1631358 - remove CPOW support in the message manager, r=mccr8 2020-04-21 14:07:57 +00:00
midi Bug 1626445 - Remove nsAutoPtr usage from dom/midi. r=mccr8 2020-04-03 21:05:15 +00:00
network Bug 1614462: Part 2d - Fix tests that don't need to use mozbrowser. r=mccr8 2020-04-20 22:31:29 +00:00
notification
offline
payments
performance Bug 1586761 - P9 - Revert a change for performance.now to avoid causing functions in pkcs11f.h to fail; r=tjr 2020-04-07 16:34:51 +00:00
permission Bug 1363541 - Modernize the PermissionManager - part 4 - mozilla namespace, r=timhuang 2020-04-11 13:42:12 +00:00
plugins Bug 1614933 - Gather content processes' crash annotations at exception time instead of using IPC; r=froydnj 2020-04-08 06:55:40 +00:00
power
presentation Bug 1614462: Part 3b - Remove moribund DocShell FrameType/IsMozBrowser/IsInMozBrowser fields. r=nika 2020-04-20 22:15:24 +00:00
prio
promise Bug 1624524 - Remove uses of wasmTextToBinary in non-JS shell tests. r=bbouvier 2020-04-10 21:28:19 +00:00
prototype Bug 1628282 - Inline nsDocShell::OnLoadingSite into its only caller. r=smaug 2020-04-08 11:48:56 +00:00
push Bug 1614462: Part 1 - Remove unused message principals. r=nika 2020-04-20 22:15:19 +00:00
quota Bug 1626973 - Add assertions for result of MaybeUpdateSize. r=janv,dom-workers-and-storage-reviewers 2020-04-03 16:16:50 +00:00
reporting Bug 1630947 - Update Reporting API - part 2 - tests for Workers, r=smaug 2020-04-18 12:26:15 +00:00
res
script Bug 1628842 give up on reporting off-main-thread exceptions when global creation fails r=baku 2020-04-17 04:10:43 +00:00
security Backed out 19 changesets (bug 1602318) for causing multiple failures 2020-04-21 03:46:41 +03:00
serviceworkers Bug 1630947 - Update Reporting API - part 2 - tests for Workers, r=smaug 2020-04-18 12:26:15 +00:00
simpledb
smil
storage Bug 1620594 - Part 2: Use SchedulerGroup::Dispatch instead of SystemGroup::Dispatch. r=nika 2020-04-07 15:16:33 +00:00
svg Bug 1581691 - make transform-origin a mapped CSS attribute r=heycam,hsivonen 2020-04-18 05:10:29 +00:00
system Bug 1626449 - Remove nsAutoPtr usage from dom/system. r=baku 2020-04-03 21:05:24 +00:00
tests Backed out 19 changesets (bug 1602318) for causing multiple failures 2020-04-21 03:46:41 +03:00
u2f
url
vr Bug 1631635 - Implement IsPositionEmulated for XRInputSource. r=kip,imanol 2020-04-21 11:17:34 +00:00
webauthn Bug 1627213 - Don't call HoldJSObjects in a superclass ctor. r=jonco 2020-04-03 16:57:10 +00:00
webbrowserpersist Bug 1627536 - Avoid silly string copying in nsWebBrowserPersit. r=nika 2020-04-06 15:37:49 +00:00
webgpu Bug 1630072 - WebGPU CanvasContext invalidation r=jgilbert,aosmond 2020-04-20 23:50:04 +00:00
webidl Bug 1625615 - part5 : add test-only attribute and event for media element. r=bryce,emilio 2020-04-20 21:19:57 +00:00
websocket Bug 1631380 - Fixed blank upgrade message on HTTPS Only Mode websocket upgrade. r=ckerschb 2020-04-20 16:41:16 +00:00
workers Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
worklet Bug 1628842 reject Worklet#addModule() promise with DOM UnknownError on failure to create global r=baku 2020-04-17 06:02:16 +00:00
xhr Bug 1618546 - give worker debugger globals their own clients r=asuth,webidl,smaug 2020-04-21 06:50:53 +00:00
xml Bug 1377999 - Make ProcessingInstruction to adapt the DOMArena changes r=smaug 2020-03-17 14:55:36 +00:00
xslt Bug 1628433 - Add missing includes and namespaces to dom/xslt. r=mccr8 2020-04-08 18:02:21 +00:00
xul Bug 1630704 - Merge nsBox into nsIFrame r=emilio 2020-04-18 12:06:09 +00:00
jar.mn
moz.build