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

Issue 2364053003: ValueSerializer: Handle JS_SPECIAL_API_OBJECT_TYPE. (Closed)

Created:
4 years, 3 months ago by jbroman
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

ValueSerializer: Handle JS_SPECIAL_API_OBJECT_TYPE. Some DOM objects, like FileList, have indexed property handlers, and become JS_SPECIAL_API_OBJECT_TYPE. BUG=chromium:148757 Committed: https://crrev.com/b171109334c59aeac4a17b2e7d38cbd80bac4923 Cr-Commit-Position: refs/heads/master@{#39686}

Patch Set 1 #

Total comments: 2

Patch Set 2 : jkummerow comments #

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

Messages

Total messages: 14 (8 generated)
jbroman
As I work through the DOM objects on the Blink side, I've noticed that FileList ...
4 years, 3 months ago (2016-09-23 15:53:24 UTC) #4
Jakob Kummerow
LGTM with nit. https://codereview.chromium.org/2364053003/diff/1/src/value-serializer.cc File src/value-serializer.cc (right): https://codereview.chromium.org/2364053003/diff/1/src/value-serializer.cc#newcode370 src/value-serializer.cc:370: DCHECK(js_object->GetInternalFieldCount()); nit: {} please Or even ...
4 years, 3 months ago (2016-09-23 17:20:30 UTC) #7
jbroman
https://codereview.chromium.org/2364053003/diff/1/src/value-serializer.cc File src/value-serializer.cc (right): https://codereview.chromium.org/2364053003/diff/1/src/value-serializer.cc#newcode370 src/value-serializer.cc:370: DCHECK(js_object->GetInternalFieldCount()); On 2016/09/23 at 17:20:30, Jakob Kummerow wrote: > ...
4 years, 3 months ago (2016-09-23 17:50:36 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2364053003/20001
4 years, 3 months ago (2016-09-23 17:50:45 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-23 18:19:33 UTC) #12
commit-bot: I haz the power
4 years, 3 months ago (2016-09-23 18:19:52 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b171109334c59aeac4a17b2e7d38cbd80bac4923
Cr-Commit-Position: refs/heads/master@{#39686}

Powered by Google App Engine
This is Rietveld 408576698