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

Issue 2771413009: [inspector] get rid of ConsoleHelper (Closed)

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

Description

[inspector] get rid of ConsoleHelper Since all implementation methods are member of V8Console we can move everything there. BUG=v8:6175 R=dgozman@chromium.org

Patch Set 1 #

Patch Set 2 : dont use info.GetIsolate() #

Patch Set 3 : a #

Patch Set 4 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+285 lines, -251 lines) Patch
M src/inspector/v8-console.h View 1 2 3 3 chunks +34 lines, -0 lines 0 comments Download
M src/inspector/v8-console.cc View 1 2 3 10 chunks +251 lines, -251 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 4 (1 generated)
kozy
Dmitry, please take a look. It depends on https://codereview.chromium.org/2783073002/
3 years, 8 months ago (2017-03-30 02:31:20 UTC) #1
dgozman
The code looks good, but let's measure the performance beforehand.
3 years, 8 months ago (2017-03-30 21:29:49 UTC) #2
kozy
3 years, 8 months ago (2017-03-31 00:58:08 UTC) #4
Message was sent while issue was closed.
This CL actually forces disabled caching of contextId, so I think we should left
ConsoleHelper as is, please take a look on next CL:
https://codereview.chromium.org/2785293002/

Before ConsoleHelper and after ConsoleHelper show performace regression of this
CL:
http://imgur.com/a/t0nr3

Powered by Google App Engine
This is Rietveld 408576698