Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

buffer: fix ArrayBuffer checks #8453

Closed
wants to merge 1 commit into from

Conversation

mscdex
Copy link
Contributor

@mscdex mscdex commented Sep 8, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines
Affected core subsystem(s)
  • buffer
Description of change

This commit fixes detection of ArrayBuffers from different V8 contexts. This is especially a problem for environments like nw.js where the node and browser V8 contexts are not shared.

This commit fixes detection of ArrayBuffers from different V8 contexts.
This is especially a problem for environments like nw.js where the
node and browser V8 contexts are not shared.
@mscdex mscdex added the buffer Issues and PRs related to the buffer subsystem. label Sep 8, 2016
@mscdex
Copy link
Contributor Author

mscdex commented Sep 8, 2016

/cc @nodejs/buffer

@mscdex
Copy link
Contributor Author

mscdex commented Sep 8, 2016

@addaleax
Copy link
Member

addaleax commented Sep 8, 2016

LGTM

3 similar comments
@bnoordhuis
Copy link
Member

LGTM

@jasnell
Copy link
Member

jasnell commented Sep 9, 2016

LGTM

@thefourtheye
Copy link
Contributor

LGTM

jasnell pushed a commit that referenced this pull request Sep 12, 2016
This commit fixes detection of ArrayBuffers from different V8 contexts.
This is especially a problem for environments like nw.js where the
node and browser V8 contexts are not shared.

PR-URL: #8453
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
@jasnell
Copy link
Member

jasnell commented Sep 12, 2016

Landed in 73bafa0

@jasnell jasnell closed this Sep 12, 2016
@mscdex mscdex deleted the buffer-fix-arraybuffer-check branch September 12, 2016 17:39
Fishrock123 pushed a commit that referenced this pull request Sep 14, 2016
This commit fixes detection of ArrayBuffers from different V8 contexts.
This is especially a problem for environments like nw.js where the
node and browser V8 contexts are not shared.

PR-URL: #8453
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>

 Conflicts:
	test/parallel/test-buffer-alloc.js
@MylesBorins
Copy link
Contributor

@mscdex lts?

@mscdex
Copy link
Contributor Author

mscdex commented Oct 1, 2016

@thealphanerd I would say so, but haven't looked to see if it's applicable.

@MylesBorins
Copy link
Contributor

@mscdex it does not land cleanly fwiw

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
buffer Issues and PRs related to the buffer subsystem.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants