electron / libchromiumcontent

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

feat: implement ArrayBuffer realloc #670

Closed codebytere closed 6 years ago

codebytere commented 6 years ago
Description of Change

This PR was previously opened and then closed, because we believed we could implement the needed changes on the electron/node side without needing to change libcc. However, as a result of this change we do in fact need to implement it. This is because the alternative, implementing with memcpy, requires knowledge of how many bytes are needed for the memcpy and we can't know that.

/cc @ckerr

Checklist