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

Issue 2155503004: Reland^2 "Don't compile functions in a context the caller doesn't have access to" (Closed)

Created:
4 years, 5 months ago by jochen (gone - plz use gerrit)
Modified:
4 years, 5 months ago
Reviewers:
Toon Verwaest
CC:
Michael Hablich, 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

Reland^2 "Don't compile functions in a context the caller doesn't have access to" Original issue's description: > Don't compile functions in a context the caller doesn't have access to > > Instead just return undefined > > A side effect of this is that it's no longer possible to compile > functions in a detached context. > > BUG=chromium:541703 > R=verwaest@chromium.org,bmeurer@chromium.org BUG=chromium:541703 R=verwaest@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng Committed: https://crrev.com/02ba244125037a59c06563e20ac617fb052f1c45 Cr-Commit-Position: refs/heads/master@{#37842}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+226 lines, -15 lines) Patch
M include/v8.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/api.h View 6 chunks +22 lines, -0 lines 0 comments Download
M src/api.cc View 1 chunk +4 lines, -0 lines 2 comments Download
M src/builtins/builtins.cc View 6 chunks +40 lines, -15 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/isolate.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 2 chunks +76 lines, -0 lines 0 comments Download
M test/mjsunit/cross-realm-filtering.js View 1 chunk +74 lines, -0 lines 0 comments Download
M test/mjsunit/es6/reflect-construct.js View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (6 generated)
jochen (gone - plz use gerrit)
4 years, 5 months ago (2016-07-15 14:01:05 UTC) #1
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-15 14:01:19 UTC) #4
jochen (gone - plz use gerrit)
turns out we can't just enter the function of the handler, because blink expects that ...
4 years, 5 months ago (2016-07-15 14:02:02 UTC) #5
Toon Verwaest
A little ugly to have these cases there, but I can't immediately think of a ...
4 years, 5 months ago (2016-07-18 12:54:09 UTC) #8
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2155503004/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2155503004/diff/1/src/api.cc#newcode8942 src/api.cc:8942: if (microtask_context_) { On 2016/07/18 at 12:54:09, Toon Verwaest ...
4 years, 5 months ago (2016-07-18 12:55:35 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/2155503004/1
4 years, 5 months ago (2016-07-18 12:55:47 UTC) #11
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-18 12:55:49 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-07-18 15:34:35 UTC) #13
commit-bot: I haz the power
4 years, 5 months ago (2016-07-18 15:35:54 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/02ba244125037a59c06563e20ac617fb052f1c45
Cr-Commit-Position: refs/heads/master@{#37842}

Powered by Google App Engine
This is Rietveld 408576698