electron / libchromiumcontent

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

fix: add patch for blink initialization order #672

Closed MarshallOfSound closed 6 years ago

MarshallOfSound commented 6 years ago
Description of Change

Fixes https://github.com/electron/electron/issues/13787

Backport of https://chromium-review.googlesource.com/c/chromium/src/+/1030530 to fix the order of V8 and Blink initialization. Also fixes the order of DidCreateScriptContext notification with initialization of window globals to fix electron/electron#13787. The backport landed in Chromium 67 but the DidCreateScriptContext re-ordering needs to be upstreamed or kept indefinitely

Checklist

cc @deepak1556