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

Issue 2472093003: [DevTools]: Expose V8 version in /json/version (Closed)

Created:
4 years, 1 month ago by eostroukhov
Modified:
4 years, 1 month ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, pfeldman, devtools-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[DevTools]: Expose V8 version in /json/version BUG=660240

Patch Set 1 #

Total comments: 2

Patch Set 2 : Explicitely mention V8 #

Patch Set 3 : Missed two callsites #

Patch Set 4 : Updated cast shell. #

Total comments: 2

Patch Set 5 : Added android webview #

Patch Set 6 : Android browser added #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -13 lines) Patch
M android_webview/native/DEPS View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/native/aw_devtools_server.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/android/devtools_server.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/devtools/remote_debugging_server.cc View 2 chunks +3 lines, -1 line 0 comments Download
A chromecast/browser/devtools/DEPS View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M chromecast/browser/devtools/remote_debugging_server.cc View 1 2 3 4 5 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/devtools/devtools_http_handler.h View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/devtools/devtools_http_handler.cc View 1 2 chunks +4 lines, -1 line 0 comments Download
M content/browser/devtools/devtools_http_handler_unittest.cc View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/devtools/devtools_manager.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/browser/devtools_agent_host.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M content/shell/browser/shell_devtools_manager_delegate.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 49 (33 generated)
eostroukhov
Please take a look.
4 years, 1 month ago (2016-11-04 00:23:44 UTC) #3
dgozman
https://codereview.chromium.org/2472093003/diff/1/content/browser/devtools/devtools_http_handler.cc File content/browser/devtools/devtools_http_handler.cc (right): https://codereview.chromium.org/2472093003/diff/1/content/browser/devtools/devtools_http_handler.cc#newcode527 content/browser/devtools/devtools_http_handler.cc:527: version.SetString("Js-Engine-Version", js_engine_version_); Let's call it V8-Version. It's no worse ...
4 years, 1 month ago (2016-11-04 00:25:20 UTC) #5
eostroukhov
Thanks for the review. Please consider the updated version. https://codereview.chromium.org/2472093003/diff/1/content/browser/devtools/devtools_http_handler.cc File content/browser/devtools/devtools_http_handler.cc (right): https://codereview.chromium.org/2472093003/diff/1/content/browser/devtools/devtools_http_handler.cc#newcode527 content/browser/devtools/devtools_http_handler.cc:527: ...
4 years, 1 month ago (2016-11-04 00:41:02 UTC) #8
dgozman
Thanks, lgtm!
4 years, 1 month ago (2016-11-04 01:06:37 UTC) #11
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/2472093003/40001
4 years, 1 month ago (2016-11-04 16:51:22 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/297382)
4 years, 1 month ago (2016-11-04 16:59:43 UTC) #20
eostroukhov
Please take another look, I had to add 2 more files to the CL.
4 years, 1 month ago (2016-11-04 17:23:15 UTC) #21
dgozman
What's the status of this?
4 years, 1 month ago (2016-11-16 05:50:01 UTC) #22
eostroukhov
There was a compiler error in Chromecast so I had to add another file. I ...
4 years, 1 month ago (2016-11-17 23:14:27 UTC) #30
halliwell
https://codereview.chromium.org/2472093003/diff/60001/chromecast/browser/devtools/remote_debugging_server.cc File chromecast/browser/devtools/remote_debugging_server.cc (right): https://codereview.chromium.org/2472093003/diff/60001/chromecast/browser/devtools/remote_debugging_server.cc#newcode167 chromecast/browser/devtools/remote_debugging_server.cc:167: std::string()); Why aren't you passing the actual v8 version ...
4 years, 1 month ago (2016-11-17 23:22:26 UTC) #31
eostroukhov
https://codereview.chromium.org/2472093003/diff/60001/chromecast/browser/devtools/remote_debugging_server.cc File chromecast/browser/devtools/remote_debugging_server.cc (right): https://codereview.chromium.org/2472093003/diff/60001/chromecast/browser/devtools/remote_debugging_server.cc#newcode167 chromecast/browser/devtools/remote_debugging_server.cc:167: std::string()); On 2016/11/17 23:22:25, halliwell wrote: > Why aren't ...
4 years, 1 month ago (2016-11-18 00:02:23 UTC) #37
halliwell
On 2016/11/18 00:02:23, eostroukhov wrote: > https://codereview.chromium.org/2472093003/diff/60001/chromecast/browser/devtools/remote_debugging_server.cc > File chromecast/browser/devtools/remote_debugging_server.cc (right): > > https://codereview.chromium.org/2472093003/diff/60001/chromecast/browser/devtools/remote_debugging_server.cc#newcode167 > ...
4 years, 1 month ago (2016-11-18 00:11:23 UTC) #38
eostroukhov
4 years, 1 month ago (2016-11-18 17:29:25 UTC) #43
eostroukhov
On 2016/11/18 00:11:23, halliwell wrote: > On 2016/11/18 00:02:23, eostroukhov wrote: > > > https://codereview.chromium.org/2472093003/diff/60001/chromecast/browser/devtools/remote_debugging_server.cc ...
4 years, 1 month ago (2016-11-18 17:30:24 UTC) #45
halliwell
On 2016/11/18 17:30:24, eostroukhov wrote: > On 2016/11/18 00:11:23, halliwell wrote: > > On 2016/11/18 ...
4 years, 1 month ago (2016-11-18 18:10:18 UTC) #48
eostroukhov
4 years, 1 month ago (2016-11-18 19:41:17 UTC) #49
Realized that if I have to change the build (e.g. DEPS) then I can just do
https://codereview.chromium.org/2518623002/.

This CL is abandoned.

Powered by Google App Engine
This is Rietveld 408576698