Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(92)

Issue 1337943005: Fix initialization order (setup) for JSArrayBuffer objects. (Closed)

Created:
5 years, 3 months ago by Michael Lippautz
Modified:
5 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

Fix initialization order (setup) for JSArrayBuffer objects. BUG=chromium:531322 LOG=N R=jochen@chromium.org Committed: https://crrev.com/cb621e2e2cce9770f0ede9cb3d4d1886a6e199f0 Cr-Commit-Position: refs/heads/master@{#30713}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Addressed comment #

Total comments: 2

Patch Set 3 : Fix DCHECK for bytelength and compilation #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -2 lines) Patch
M src/objects.cc View 1 2 3 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
Michael Lippautz
https://codereview.chromium.org/1337943005/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1337943005/diff/1/src/objects.cc#newcode16199 src/objects.cc:16199: Handle<Object> byte_length = Not sure about this one, but ...
5 years, 3 months ago (2015-09-14 10:35:30 UTC) #2
jochen (gone - plz use gerrit)
lgtm with setting the length in materialize removed https://codereview.chromium.org/1337943005/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1337943005/diff/1/src/objects.cc#newcode16199 src/objects.cc:16199: Handle<Object> ...
5 years, 3 months ago (2015-09-14 10:41:55 UTC) #3
Michael Lippautz
https://codereview.chromium.org/1337943005/diff/1/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1337943005/diff/1/src/objects.cc#newcode16199 src/objects.cc:16199: Handle<Object> byte_length = On 2015/09/14 10:41:55, jochen wrote: > ...
5 years, 3 months ago (2015-09-14 11:03:11 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1337943005/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1337943005/20001
5 years, 3 months ago (2015-09-14 11:03:22 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: v8_linux64_avx2_rel on tryserver.v8 (JOB_FAILED, http://build.chromium.org/p/tryserver.v8/builders/v8_linux64_avx2_rel/builds/4301)
5 years, 3 months ago (2015-09-14 11:05:04 UTC) #8
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1337943005/diff/20001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1337943005/diff/20001/src/objects.cc#newcode16199 src/objects.cc:16199: DCHECK(buffer->byte_length->IsHeapNumber() && can also be a smi, no?
5 years, 3 months ago (2015-09-14 11:06:24 UTC) #9
Michael Lippautz
https://codereview.chromium.org/1337943005/diff/20001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1337943005/diff/20001/src/objects.cc#newcode16199 src/objects.cc:16199: DCHECK(buffer->byte_length->IsHeapNumber() && On 2015/09/14 11:06:24, jochen wrote: > can ...
5 years, 3 months ago (2015-09-14 11:09:45 UTC) #10
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1337943005/20002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1337943005/20002
5 years, 3 months ago (2015-09-14 11:27:02 UTC) #12
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 3 months ago (2015-09-14 11:50:07 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1337943005/20002 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1337943005/20002
5 years, 3 months ago (2015-09-14 11:57:15 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:20002)
5 years, 3 months ago (2015-09-14 11:59:19 UTC) #18
commit-bot: I haz the power
5 years, 3 months ago (2015-09-14 11:59:31 UTC) #19
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/cb621e2e2cce9770f0ede9cb3d4d1886a6e199f0
Cr-Commit-Position: refs/heads/master@{#30713}

Powered by Google App Engine
This is Rietveld 408576698