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

Issue 2772093002: [inspector] exposed builtins for injected script source (Closed)

Created:
3 years, 9 months ago by kozy
Modified:
3 years, 9 months ago
Reviewers:
dgozman, luoe, Yang
CC:
v8-reviews_googlegroups.com, devtools-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[inspector] exposed builtins for injected script source Methods on Object can be overriden by user, we should be prepared. BUG=chromium:595206 R=dgozman@chromium.org,luoe@chromium.org,yangguo@chromium.org Review-Url: https://codereview.chromium.org/2772093002 Cr-Commit-Position: refs/heads/master@{#44128} Committed: https://chromium.googlesource.com/v8/v8/+/2beb56137fe4194a69686abdad4c9246cbc93fea

Patch Set 1 #

Total comments: 4

Patch Set 2 : addressed comments #

Patch Set 3 : removed unused variable #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -17 lines) Patch
M src/api.cc View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
M src/debug/debug-interface.h View 1 chunk +10 lines, -0 lines 0 comments Download
M src/inspector/injected-script-source.js View 5 chunks +7 lines, -15 lines 0 comments Download
M src/inspector/injected_script_externs.js View 1 chunk +31 lines, -0 lines 0 comments Download
M src/inspector/v8-injected-script-host.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M test/inspector/protocol-test.js View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (13 generated)
kozy
Dmitry, Yang and Erik, please take a look! In this CL I'm only exposed static ...
3 years, 9 months ago (2017-03-24 18:17:37 UTC) #4
Yang
On 2017/03/24 18:17:37, kozy wrote: > Dmitry, Yang and Erik, please take a look! > ...
3 years, 9 months ago (2017-03-24 18:22:35 UTC) #6
kozy
On 2017/03/24 18:22:35, Yang wrote: > On 2017/03/24 18:17:37, kozy wrote: > > Dmitry, Yang ...
3 years, 9 months ago (2017-03-24 18:28:15 UTC) #7
kozy
On 2017/03/24 18:22:35, Yang wrote: > On 2017/03/24 18:17:37, kozy wrote: > > Dmitry, Yang ...
3 years, 9 months ago (2017-03-24 18:30:11 UTC) #8
Yang
On 2017/03/24 18:30:11, kozy wrote: > On 2017/03/24 18:22:35, Yang wrote: > > On 2017/03/24 ...
3 years, 9 months ago (2017-03-24 18:58:21 UTC) #9
Yang
On 2017/03/24 18:58:21, Yang wrote: > On 2017/03/24 18:30:11, kozy wrote: > > On 2017/03/24 ...
3 years, 9 months ago (2017-03-24 18:59:04 UTC) #10
kozy
On 2017/03/24 18:58:21, Yang wrote: > I have actually been wondering about this for some ...
3 years, 9 months ago (2017-03-24 19:25:28 UTC) #11
kozy
On 2017/03/24 19:25:28, kozy wrote: > On 2017/03/24 18:58:21, Yang wrote: > > I have ...
3 years, 9 months ago (2017-03-24 19:29:11 UTC) #12
dgozman
> Also what I meant by using methods from JSObject is that we could just ...
3 years, 9 months ago (2017-03-24 19:39:13 UTC) #13
Yang
Can we agree on not implementing new things in JS anymore and move things to ...
3 years, 9 months ago (2017-03-24 21:19:32 UTC) #14
Yang
On 2017/03/24 21:19:32, Yang wrote: > Can we agree on not implementing new things in ...
3 years, 9 months ago (2017-03-24 21:19:57 UTC) #15
kozy
On 2017/03/24 21:19:32, Yang wrote: > Can we agree on not implementing new things in ...
3 years, 9 months ago (2017-03-24 21:34:43 UTC) #16
Yang
On 2017/03/24 21:34:43, kozy wrote: > On 2017/03/24 21:19:32, Yang wrote: > > Can we ...
3 years, 9 months ago (2017-03-24 21:39:25 UTC) #17
kozy
all done. https://codereview.chromium.org/2772093002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2772093002/diff/1/src/api.cc#newcode9587 src/api.cc:9587: fun->shared()->set_native(true); On 2017/03/24 21:19:31, Yang wrote: > ...
3 years, 9 months ago (2017-03-24 21:39:55 UTC) #18
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/2772093002/20001
3 years, 9 months ago (2017-03-24 21:40:35 UTC) #22
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/2772093002/20001
3 years, 9 months ago (2017-03-24 21:40:46 UTC) #25
kozy
On 2017/03/24 21:39:25, Yang wrote: > Sure you can fix each item as we discover ...
3 years, 9 months ago (2017-03-24 21:43:00 UTC) #26
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/2772093002/40001
3 years, 9 months ago (2017-03-24 21:44:04 UTC) #29
commit-bot: I haz the power
3 years, 9 months ago (2017-03-24 22:08:43 UTC) #32
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/2beb56137fe4194a69686abdad4c9246cbc...

Powered by Google App Engine
This is Rietveld 408576698