electron / libchromiumcontent

Shared library build of Chromium’s Content module
MIT License
485 stars 183 forks source link

Backport a couple of sandbox fixes from Chromium #519

Closed alexeykuzmin closed 6 years ago

alexeykuzmin commented 6 years ago

[Windows Sandbox] Possible short/8.3 form native file paths prevent startup. https://chromium-review.googlesource.com/580629 Fixes https://crbug.com/744638, landed in 62.0.3181.0.

Backport "Reimplemented GetProcessBaseAddress" https://chromium-review.googlesource.com/608702 Fixes https://crbug.com/753140, landed in 62.0.3187.0.

No need to merge both into master, it has Chromium 63.

/cc @ckerr

alexeykuzmin commented 6 years ago

@nornagon No changes at all. Except the stuff above the first diff --git ... line of course.