gecko-dev/xpcom/glue
Masatoshi Kimura 6d9fff0168 Bug 1554380 - Fix some issues in mozilla::ReadAhead. r=aklotz
* CreateFileW will return INVALID_HANDLE_VALUE (-1) on failure, not NULL (0).
* MapViewOfFile will map the entire section if the size is 0. No explicit size
  is required.
* If SEC_IMAGE is specified, the mapped image size may be different from the
  file size on the storage.

Differential Revision: https://phabricator.services.mozilla.com/D32563

--HG--
extra : moz-landing-system : lando
2019-05-29 10:13:28 +00:00
..
standalone Bug 1538279 - Use CreateFileMapping with SEC_IMAGE to prefetch Windows DLLs r=aklotz 2019-04-13 18:46:18 +00:00
FileUtils.cpp Bug 1554380 - Fix some issues in mozilla::ReadAhead. r=aklotz 2019-05-29 10:13:28 +00:00
FileUtils.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
MemUtils.cpp Bug 1546498 - Split out MaybePrefetchMemory's check into two functions r=aklotz 2019-05-01 02:08:28 +00:00
MemUtils.h Bug 1546498 - Split out MaybePrefetchMemory's check into two functions r=aklotz 2019-05-01 02:08:28 +00:00
XREAppData.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
moz.build Bug 1538279 - Extract nsZipArchive's madvise and similar to a helper r=glandium,froydnj 2019-04-13 18:46:04 +00:00
objs.mozbuild Bug 1538279 - Extract nsZipArchive's madvise and similar to a helper r=glandium,froydnj 2019-04-13 18:46:04 +00:00