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

Issue 261103002: filter out .caller from other worlds (Closed)

Created:
6 years, 7 months ago by dcarney
Modified:
6 years, 7 months ago
Reviewers:
Toon Verwaest, yurys
CC:
v8-dev
Visibility:
Public.

Description

filter out .caller from other worlds R=verwaest@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=21366

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Total comments: 1

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+113 lines, -10 lines) Patch
M include/v8.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M src/accessors.cc View 1 2 3 4 5 6 3 chunks +23 lines, -7 lines 0 comments Download
M src/api.cc View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M src/contexts.h View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 2 3 4 chunks +9 lines, -3 lines 0 comments Download
A test/mjsunit/cross-realm-filtering.js View 1 2 3 4 5 6 1 chunk +72 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
dcarney
ptal
6 years, 7 months ago (2014-05-02 12:35:01 UTC) #1
Toon Verwaest
lgtm
6 years, 7 months ago (2014-05-05 15:16:38 UTC) #2
yurys
https://codereview.chromium.org/261103002/diff/20001/src/isolate.cc File src/isolate.cc (right): https://codereview.chromium.org/261103002/diff/20001/src/isolate.cc#newcode494 src/isolate.cc:494: if (!this->context()->HasSameSecurityTokenAs(fun->context())) continue; This change breaks DevTools debugger as ...
6 years, 7 months ago (2014-05-19 08:30:04 UTC) #3
dcarney
thanks for looking into this for me yury, i'll work towards landing this soon https://codereview.chromium.org/261103002/diff/20001/src/isolate.cc ...
6 years, 7 months ago (2014-05-19 09:33:16 UTC) #4
yurys
https://codereview.chromium.org/261103002/diff/100001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/261103002/diff/100001/src/api.cc#newcode2119 src/api.cc:2119: options = static_cast<StackTraceOptions>( You could do this in one ...
6 years, 7 months ago (2014-05-19 12:51:41 UTC) #5
dcarney
On 2014/05/19 12:51:41, yurys wrote: > https://codereview.chromium.org/261103002/diff/100001/src/api.cc > File src/api.cc (right): > > https://codereview.chromium.org/261103002/diff/100001/src/api.cc#newcode2119 > ...
6 years, 7 months ago (2014-05-19 13:38:44 UTC) #6
dcarney
6 years, 7 months ago (2014-05-19 13:45:54 UTC) #7
Message was sent while issue was closed.
Committed patchset #7 manually as r21366 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698