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

Issue 1132663004: Chromecast: adds Android implementation of CastSysInfo. (Closed)

Created:
5 years, 7 months ago by gunsch
Modified:
5 years, 7 months ago
Reviewers:
lcwu1, byungchul, halliwell
CC:
chromium-reviews, gunsch+watch_chromium.org, lcwu+watch_chromium.org, sadrul, kalyank
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Chromecast: adds Android implementation of CastSysInfo. R=lcwu@chromium.org,halliwell@chromium.org Committed: https://crrev.com/e860606d53ad107ee875b55d07ef7624c84fc60c Cr-Commit-Position: refs/heads/master@{#330595}

Patch Set 1 #

Total comments: 7

Patch Set 2 : review comments #

Total comments: 1

Patch Set 3 : copyright for new files #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -36 lines) Patch
M chromecast/android/cast_jni_registrar.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
A + chromecast/base/cast_sys_info_android.h View 1 2 2 chunks +25 lines, -10 lines 0 comments Download
A chromecast/base/cast_sys_info_android.cc View 1 2 1 chunk +127 lines, -0 lines 0 comments Download
A + chromecast/base/version.h.in View 1 2 chunks +3 lines, -3 lines 0 comments Download
A chromecast/browser/android/apk/src/org/chromium/chromecast/shell/CastSysInfoAndroid.java View 1 chunk +23 lines, -0 lines 0 comments Download
M chromecast/browser/cast_browser_main_parts.cc View 1 2 3 2 chunks +2 lines, -0 lines 0 comments Download
M chromecast/chromecast.gyp View 1 2 3 5 chunks +7 lines, -4 lines 0 comments Download
M chromecast/common/cast_content_client.cc View 1 chunk +1 line, -1 line 0 comments Download
D chromecast/common/version.h.in View 1 chunk +0 lines, -16 lines 0 comments Download
M chromecast/crash/android/cast_crash_reporter_client_android.cc View 1 chunk +1 line, -1 line 0 comments Download
M chromecast/crash/android/crash_handler.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 24 (9 generated)
gunsch
5 years, 7 months ago (2015-05-19 01:15:25 UTC) #1
gunsch
This is a fairly straightforward port of CastSysInfoAndroid from internal repo, with a couple changes: ...
5 years, 7 months ago (2015-05-19 01:18:06 UTC) #2
halliwell
lgtm https://codereview.chromium.org/1132663004/diff/1/chromecast/base/cast_sys_info_android.cc File chromecast/base/cast_sys_info_android.cc (right): https://codereview.chromium.org/1132663004/diff/1/chromecast/base/cast_sys_info_android.cc#newcode113 chromecast/base/cast_sys_info_android.cc:113: return ""; Slightly separate issue (and I can ...
5 years, 7 months ago (2015-05-19 01:59:43 UTC) #3
lcwu1
https://codereview.chromium.org/1132663004/diff/1/chromecast/base/cast_sys_info_android.h File chromecast/base/cast_sys_info_android.h (right): https://codereview.chromium.org/1132663004/diff/1/chromecast/base/cast_sys_info_android.h#newcode11 chromecast/base/cast_sys_info_android.h:11: #include "chromecast/base/cast_sys_info_dummy.h" This header is no longer needed. https://codereview.chromium.org/1132663004/diff/1/chromecast/base/version.h.in ...
5 years, 7 months ago (2015-05-19 02:01:44 UTC) #4
gunsch
https://codereview.chromium.org/1132663004/diff/1/chromecast/base/cast_sys_info_android.cc File chromecast/base/cast_sys_info_android.cc (right): https://codereview.chromium.org/1132663004/diff/1/chromecast/base/cast_sys_info_android.cc#newcode113 chromecast/base/cast_sys_info_android.cc:113: return ""; On 2015/05/19 01:59:43, halliwell wrote: > Slightly ...
5 years, 7 months ago (2015-05-19 02:51:47 UTC) #5
halliwell
https://codereview.chromium.org/1132663004/diff/1/chromecast/base/cast_sys_info_android.cc File chromecast/base/cast_sys_info_android.cc (right): https://codereview.chromium.org/1132663004/diff/1/chromecast/base/cast_sys_info_android.cc#newcode113 chromecast/base/cast_sys_info_android.cc:113: return ""; On 2015/05/19 02:51:47, gunsch wrote: > On ...
5 years, 7 months ago (2015-05-19 03:36:18 UTC) #6
lcwu1
lgtm
5 years, 7 months ago (2015-05-19 16:11:35 UTC) #7
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1132663004/20001
5 years, 7 months ago (2015-05-19 16:47:05 UTC) #10
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-19 16:59:58 UTC) #12
byungchul
lgtm https://codereview.chromium.org/1132663004/diff/20001/chromecast/base/cast_sys_info_android.cc File chromecast/base/cast_sys_info_android.cc (right): https://codereview.chromium.org/1132663004/diff/20001/chromecast/base/cast_sys_info_android.cc#newcode1 chromecast/base/cast_sys_info_android.cc:1: // Copyright 2014 The Chromium Authors. All rights ...
5 years, 7 months ago (2015-05-19 17:25:47 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1132663004/40001
5 years, 7 months ago (2015-05-19 18:42:53 UTC) #17
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_compile_dbg_32_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_compile_dbg_32_ng/builds/54486) ios_dbg_simulator_ninja on ...
5 years, 7 months ago (2015-05-19 18:47:44 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1132663004/60001
5 years, 7 months ago (2015-05-19 20:23:05 UTC) #22
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 7 months ago (2015-05-19 20:29:26 UTC) #23
commit-bot: I haz the power
5 years, 7 months ago (2015-05-19 20:30:26 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/e860606d53ad107ee875b55d07ef7624c84fc60c
Cr-Commit-Position: refs/heads/master@{#330595}

Powered by Google App Engine
This is Rietveld 408576698