gecko-dev/dom
Andrew McCreight b5a782a3f1 Bug 1539948, part 1 - Implement mocked socket transport in C++. r=nika,necko-reviewers
The DOM presentation tests require an implementation of
nsISocketTransport that doesn't actually implement anything,
for some reason.

Re-implementing that in C++ allows me to make nsISocketTransport
builtinclass.

Differential Revision: https://phabricator.services.mozilla.com/D98861
2020-12-09 02:40:13 +00:00
..
abort Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
animation Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
audiochannel Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
base Bug 1680721 - Grant a single iframe without user interaction to top windows. r=smaug,johannh 2020-12-08 10:15:18 +00:00
battery
bindings Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
broadcastchannel Bug 1119956 introduce DiscardableRunnable for tasks that might not run but might not implement cancellation r=asuth,sg 2020-12-02 09:36:25 +00:00
browser-element
cache Bug 1680724 - Use ToMaybeRef or SafeRefPtr::maybeDeref where possible. r=dom-workers-and-storage-reviewers,janv 2020-12-08 17:49:30 +00:00
canvas Bug 1681147 - Don't IPC_FAIL for context creation failure. r=lsalzman 2020-12-07 19:00:12 +00:00
chrome-webidl Bug 1678415 - Support setting file mode in IOUtils.createDirectory on non-Windows platforms r=emalysz 2020-12-03 05:38:11 +00:00
clients Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
commandhandler
console Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
credentialmanagement
crypto Bug 1673424 - Fix includes around JS/StructuredClone.h. 2020-11-23 16:06:52 +00:00
debugger Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
docs
encoding Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
events Bug 1660805 - In OOP iframes, run window raising to completion synchronously to ensure correct order of focus and mouseup when focusing an OOP iframe by click. r=nika 2020-12-07 16:29:16 +00:00
fetch Bug 1605305 - Origin header field is not set to HTTP request in cases where it is required, r=ckerschb,necko-reviewers,JuniorHsu,valentin 2020-12-03 00:56:22 +00:00
file Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
filehandle Bug 1676365 - Move SpinEventLoopUntil to separate header. r=#xpcom-reviewers 2020-11-23 16:10:41 +00:00
filesystem Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
flex
gamepad Bug 1680955 - Update FallbackGamepad to use new GamepadHandle type r=handyman 2020-12-08 17:27:04 +00:00
geolocation Bug 1519636 - Reformat recent changes to the Google coding style r=andi,necko-reviewers,dragana 2020-11-16 22:09:25 +00:00
grid Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
html Backed out changeset 0c3bb21d00d4 (bug 1675857) for multiple wpt perma failures at HTMLDialogElement. CLOSED TREE 2020-12-09 01:25:42 +02:00
imptests
indexedDB Bug 1678030 - Introduce LazyStatement class. r=dom-workers-and-storage-reviewers,ttung 2020-12-08 18:00:08 +00:00
interfaces Bug 1666739 - Add an optional opacity threshold for visibility hit-test. r=mconley,miko 2020-12-04 00:48:45 +00:00
ipc Bug 1680389 - Only call SetMultiprocessMode once in the main process. r=pbone 2020-12-09 00:48:51 +00:00
jsurl Bug 1676361 - Move ExecutionContext to a separate header file to avoid pulling in GeckoProfiler.h everywhere. r=tcampbell 2020-11-23 16:12:26 +00:00
l10n Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
locales Bug 1679456 - Consume user activation on popup opening and remove popup opening tokens. r=smaug,edgar 2020-11-30 17:35:59 +00:00
localstorage Bug 1678030 - Generalize CreateAndExecuteSingleStepStatement to accept an optional bind functor. r=dom-workers-and-storage-reviewers,ttung 2020-12-04 15:15:31 +00:00
manifest
mathml Bug 1673931 - Remove dependency of BindingUtils.h on Document.h. 2020-11-23 16:08:03 +00:00
media Bug 1660336 Build ffvpx FFmpegVideoDecoder module with VAAPI support, r=jya,glandium,jgilbert 2020-12-08 15:26:09 +00:00
messagechannel Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
midi Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
network Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
notification Bug 1680768: Remove unused argument aPrincipal within closeAlert() in nsIAlertsService.idl r=nika 2020-12-07 17:44:34 +00:00
offline Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
payments Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
performance Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
permission Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
plugins Bug 1680167 - Part 5: MOZ_CAN_RUN_SCRIPT_BOUNDARY in dom/* r=masayuki 2020-12-03 21:34:06 +00:00
power Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
presentation Bug 1539948, part 1 - Implement mocked socket transport in C++. r=nika,necko-reviewers 2020-12-09 02:40:13 +00:00
prio Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
promise Bug 1119956 derive from DiscardableRunnable instead of CancelableRunnable when Cancel() is not supported r=asuth,sg 2020-12-03 09:04:44 +00:00
prototype
push Bug 1678374 - Avoid including jsapi.h from header files. r=jandem 2020-11-23 16:12:34 +00:00
quota Bug 1666214 - Don't crash if the shutdown already completed when the shutdown timeout event is processed. r=dom-workers-and-storage-reviewers,janv 2020-12-08 13:00:12 +00:00
reporting Bug 1119956 derive from DiscardableRunnable instead of CancelableRunnable when Cancel() is not supported r=asuth,sg 2020-12-03 09:04:44 +00:00
res
script Bug 1680269 - Fix includes for ScriptLoadHandler. r=smaug 2020-12-07 14:21:35 +00:00
security Bug 1680566 - Reformat sanitizer API test. r=freddyb 2020-12-04 11:52:17 +00:00
serializers Bug 1679422: move serializers from dom/base/ to dom/serializers/. r=hsivonen 2020-11-29 15:58:13 +00:00
serviceworkers Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
simpledb Bug 1680031 - SDB: Change AllowToCloseConnectionsMatching to a free function; r=dom-workers-and-storage-reviewers,sg 2020-12-03 09:22:22 +00:00
smil Bug 1673931 - Avoid including Element.h from header files. 2020-11-23 16:08:40 +00:00
storage Bug 1656768 - Propagate SessionStorage data in BackgroundSessionStorageManager to the new top browsing context while replacing the top context id; r=nika,dom-workers-and-storage-reviewers,asuth 2020-12-03 14:19:35 +00:00
svg Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
system Bug 1663501 - Use geolocation monitor for region updates r=Standard8 2020-12-04 17:46:03 +00:00
tests Bug 1680596 - Part 1: Hide <menuitem> behind a flag r=smaug 2020-12-08 05:36:27 +00:00
u2f Bug 1678062 - Remove unnecessary includes. r=andi 2020-11-23 16:12:02 +00:00
url Bug 1679273 - Fix bustage when building without MOZ_GECKO_PROFILER. r=gerald 2020-12-07 14:21:28 +00:00
vr Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
webauthn Bug 1619094 - Properly explain our fork of libudev-sys. r=sylvestre DONTBUILD 2020-12-02 06:59:57 +00:00
webbrowserpersist Bug 1668682 - Don't try to save browsing contexts without window. r=peterv 2020-12-01 10:11:11 +00:00
webgpu Bug 1655357 - Disable use of external textures on macOS in WebGPU r=aosmond 2020-11-24 19:43:31 +00:00
webidl Bug 1680596 - Part 1: Hide <menuitem> behind a flag r=smaug 2020-12-08 05:36:27 +00:00
webshare
websocket Bug 1119956 derive from DiscardableRunnable instead of CancelableRunnable when Cancel() is not supported r=asuth,sg 2020-12-03 09:04:44 +00:00
workers Bug 1679272 - Include ScopeExit.h exactly where used. r=andi 2020-12-07 14:25:59 +00:00
worklet Bug 1519100 - Use pref to completely pref-off top-level await in the browser; r=emilio,jonco 2020-12-04 08:54:10 +00:00
xhr Backed out changeset 432c83951167 (bug 1662265) for perma failures on test_sync_xhr_event_handling_switch_bcg.html. CLOSED TREE 2020-12-03 23:03:05 +02:00
xml Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
xslt Bug 1679273 - Fix bustage when building without MOZ_GECKO_PROFILER. r=gerald 2020-12-07 14:21:28 +00:00
xul Bug 1680167 - Part 4: MOZ_CAN_RUN_SCRIPT in dom/xul r=masayuki 2020-12-03 22:08:44 +00:00
jar.mn
moz.build Bug 1679422: move serializers from dom/base/ to dom/serializers/. r=hsivonen 2020-11-29 15:58:13 +00:00