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

Issue 1036743004: add access checks to receivers on function callbacks (Closed)

Created:
5 years, 9 months ago by dcarney
Modified:
5 years, 8 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

add access checks to receivers on function callbacks R=verwaest@chromium.org BUG=468451 LOG=N Committed: https://crrev.com/a45a1de7aafcc048118a60fdcba8d1d9d8be9fcf Cr-Commit-Position: refs/heads/master@{#27482}

Patch Set 1 #

Patch Set 2 : uncrankshaft #

Patch Set 3 : better test #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Patch Set 6 : another attempt #

Patch Set 7 : #

Total comments: 1

Patch Set 8 : super nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -0 lines) Patch
M include/v8.h View 1 2 3 4 5 6 7 1 chunk +7 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 3 4 5 6 2 chunks +10 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M src/objects.h View 1 2 3 4 5 2 chunks +2 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M test/cctest/test-accessors.cc View 1 2 3 4 5 1 chunk +83 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (5 generated)
dcarney
ptal
5 years, 9 months ago (2015-03-25 13:07:31 UTC) #2
Toon Verwaest
https://codereview.chromium.org/1036743004/diff/60001/src/objects.cc File src/objects.cc (right): https://codereview.chromium.org/1036743004/diff/60001/src/objects.cc#newcode250 src/objects.cc:250: !isolate->MayAccess(js_receiver)) { This isn't good enough, as the IC ...
5 years, 9 months ago (2015-03-25 15:28:24 UTC) #3
Toon Verwaest
ok nevermind, lgtm
5 years, 9 months ago (2015-03-25 15:31:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1036743004/80001
5 years, 9 months ago (2015-03-25 15:54:48 UTC) #7
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 9 months ago (2015-03-25 16:16:54 UTC) #8
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/255528710b0a128eef7b66827d9ac43e44650ff4 Cr-Commit-Position: refs/heads/master@{#27452}
5 years, 9 months ago (2015-03-25 16:17:04 UTC) #9
Michael Achenbach
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1023783009/ by machenbach@chromium.org. ...
5 years, 9 months ago (2015-03-25 18:30:55 UTC) #10
Toon Verwaest
lgtm with supernit https://codereview.chromium.org/1036743004/diff/120001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/1036743004/diff/120001/include/v8.h#newcode4188 include/v8.h:4188: * When set to true, no ...
5 years, 8 months ago (2015-03-26 14:53:27 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1036743004/140001
5 years, 8 months ago (2015-03-26 14:56:54 UTC) #14
commit-bot: I haz the power
Committed patchset #8 (id:140001)
5 years, 8 months ago (2015-03-26 15:22:01 UTC) #15
commit-bot: I haz the power
5 years, 8 months ago (2015-03-26 15:22:22 UTC) #16
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/a45a1de7aafcc048118a60fdcba8d1d9d8be9fcf
Cr-Commit-Position: refs/heads/master@{#27482}

Powered by Google App Engine
This is Rietveld 408576698