gecko-dev/dom
Barret Rennie 72b138b1d8 Bug 1723082 - Support reading files > INT32_MAX in IOUtils r=Gijs
Previously, if you attempted to read a file greater than INT32_MAX in size, we
would either fail to read the file (on release) or crash (on debug). This is
due to the implementation of _PR_MD_READ accepting an int32_t of bytes to read
instead of a uint32_t, which nsFileStream::Read accepts and passes on.

Differential Revision: https://phabricator.services.mozilla.com/D131161
2021-11-17 00:28:58 +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 1738627 - profiler_thread_is_being_profiled_for_markers - r=canaltinova 2021-11-08 23:59:35 +00:00
audiochannel Bug 1733902 - part3 : merge RefreshAgentsSuspend into NotifyResumingDelayedMedia. r=emilio 2021-11-01 22:26:41 +00:00
base Bug 1741089 - Make attachShadow() not reframe the shadow host unconditionally. r=smaug 2021-11-16 16:34:51 +00:00
battery
bindings Bug 1693775 - Change CallbackTracer::onChild to pass GCCellPtr by value r=sfink,mccr8 2021-11-16 09:09: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 1577346 - P3 Make InternalResponse be SafeRefcounted. r=dom-worker-reviewers,ytausky 2021-11-08 13:29:32 +00:00
canvas Bug 1741453 - Unlink GlyphCacheEntry on failure. r=gfx-reviewers,jrmuizel 2021-11-16 21:25:09 +00:00
chrome-webidl Bug 1723082 - Support reading files > INT32_MAX in IOUtils r=Gijs 2021-11-17 00:28:58 +00:00
clients Backed out 12 changesets (bug 1731982, bug 1736401) for causing crashes. a=backout 2021-11-09 09:23:38 +02:00
commandhandler
console
credentialmanagement
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 1723082 - Support reading files > INT32_MAX in IOUtils r=Gijs 2021-11-17 00:28:58 +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 1692708 - Add cancelScrollAnimation and use it in window_bug1369072.html and browser_scroll.js. r=botond 2021-11-12 07:54:17 +00:00
fetch Bug 1577346 - P3 Make InternalResponse be SafeRefcounted. r=dom-worker-reviewers,ytausky 2021-11-08 13:29:32 +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
grid
html Backed out 2 changesets (bug 1617611) for causing mochitest failures on storageAccessWithDynamicFpi.js. CLOSED TREE 2021-11-16 13:02:05 +02:00
imptests Bug 1735098 - Implement EpochTimeStamp from HR-Time r=edgar 2021-11-16 08:50:37 +00:00
indexedDB Bug 1732343 - Part 2: Migrate all uses of base::FileDescriptor to UniqueFileHandle, r=handyman 2021-11-09 14:17:32 +00:00
interfaces Bug 1735098 - Implement EpochTimeStamp from HR-Time r=edgar 2021-11-16 08:50:37 +00:00
ipc Bug 1738713 - Fix permission not sent over ipc while non-http/https blob urls exists. r=nika 2021-11-15 17:30:19 +00:00
jsurl
l10n Bug 1563128 - Handle broken l10n-args gracefully. r=nordzilla 2021-11-16 18:28:26 +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 12 changesets (bug 1731982, bug 1736401) for causing crashes. a=backout 2021-11-09 09:23:38 +02:00
locks Bug 1740732 - Destruct stolen lock requests r=smaug 2021-11-12 01:11:33 +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 1741257 - Report info in MediaShutdownManager::GetState. r=alwu 2021-11-16 19:09:11 +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
offline
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 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 1737746 - Use Permission spec's PermissionState r=mt,peterv 2021-11-12 05:25:28 +00:00
quota Bug 1731864 - Add QM_TO_RESULT_INVOKE and QM_TO_RESULT_INVOKE_TYPED; r=dom-storage-reviewers,jari 2021-11-12 16:12:39 +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 1519636 - First reformat with clang-format 13.0.0. r=firefox-build-system-reviewers,sylvestre,mhentges 2021-11-16 08:07:30 +00:00
security Backed out 2 changesets (bug 1617611) for causing mochitest failures on storageAccessWithDynamicFpi.js. CLOSED TREE 2021-11-16 13:02:05 +02: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 Backed out 2 changesets (bug 1617611) for causing mochitest failures on storageAccessWithDynamicFpi.js. CLOSED TREE 2021-11-16 13:02:05 +02:00
simpledb
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 1723082 - Support reading files > INT32_MAX in IOUtils r=Gijs 2021-11-17 00:28:58 +00:00
tests Backed out 2 changesets (bug 1617611) for causing mochitest failures on storageAccessWithDynamicFpi.js. CLOSED TREE 2021-11-16 13:02:05 +02:00
u2f
url
vr Bug 1616390 - Validate that poses may be reported for GetPose and GetViewerPose. r=emilio 2021-10-20 16:38:37 +00:00
webauthn
webbrowserpersist
webgpu
webidl Bug 1735098 - Implement EpochTimeStamp from HR-Time r=edgar 2021-11-16 08:50:37 +00:00
webshare
websocket
workers Bug 1657375 - Cache the principal hash value for OffscreenCanvas on worker threads. r=dom-worker-reviewers,asuth,smaug 2021-11-09 20:16:05 +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 Backed out 2 changesets (bug 1617611) for causing mochitest failures on storageAccessWithDynamicFpi.js. CLOSED TREE 2021-11-16 13:02:05 +02: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