Reland
https://chromium-review.googlesource.com/c/chromium/src/+/809014
so we can use memfd_create instead of a tmp anonymous file for shared memory. This would allow headless running in instances that don't have space on /dev/shm by default.
For this to happen, use of SharedMemory needs to be refactored so that SharedMemory::GetReadOnlyHandle is only called once all the data has been written to shared instance, and SEAL_WRITE can be safely applied.
What is the expected result?
What happens instead of that?
Please provide any additional information below. Attach a screenshot if
possible.
UserAgentString: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.108 Safari/537.36
Comment 1 by sheriffbot@chromium.org
, Jan 2Status: Untriaged (was: Available)