gecko-dev/dom/system
Barret Rennie 0a42a75031 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 03:55:36 +00:00
..
android Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
linux Bug 1726571 - Add gpsd API 11-12 support r=emilio 2021-08-20 13:08:07 +00:00
mac Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
tests Bug 1726734 - Replace deprecated octal sequences to satisfy ESLint no-octal-rule. r=Standard8 2021-10-18 14:37:04 +00:00
windows Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
IOUtils.cpp Bug 1723082 - Support reading files > INT32_MAX in IOUtils r=Gijs 2021-11-17 03:55:36 +00:00
IOUtils.h Bug 1726480 - Add IOUtils::OpenFileForSyncReading. r=dom-worker-reviewers,asuth 2021-11-04 19:47:29 +00:00
NetworkGeolocationProvider.jsm Bug 1714259 - Remove REGION_LOCATION_SERVICES_DIFFERENCE telemetry. r=Standard8 2021-06-23 08:25:08 +00:00
OSFileConstants.cpp Bug 1723641 - Remove OS.Constants.Path.libsqlite3. r=peterv 2021-08-05 07:43:44 +00:00
OSFileConstants.h
PathUtils.cpp Bug 1710193 - Return correct dir from `PathUtils.getLocalProfileDir`. r=barret 2021-05-11 20:59:38 +00:00
PathUtils.h Bug 1649611: Remove OS.File usage from DownloadIntegration.jsm and respect umask in IOUtils::SetPermissions r=barret 2021-01-30 00:50:47 +00:00
components.conf
moz.build Bug 1671035 - Add a WebIDL backed path manipulation utility r=Gijs,nika 2020-11-05 18:08:38 +00:00
nsDeviceSensors.cpp Bug 1701789 - Restore UserProximityEvent r=smaug 2021-03-30 20:44:47 +00:00
nsDeviceSensors.h Bug 1723050 - Part 29: Replace typedef by using in dom/system/ r=smaug 2021-08-09 13:37:30 +00:00
nsIOSFileConstantsService.idl
nsIOSPermissionRequest.idl
nsOSPermissionRequest.h
nsOSPermissionRequestBase.cpp
nsOSPermissionRequestBase.h