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

Issue 518773003: Chromecast: end-to-end browser test based on content::BrowserTest. (Closed)

Created:
6 years, 3 months ago by gunsch
Modified:
6 years, 3 months ago
CC:
chromium-reviews, cbentzel+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@cast-browser-process
Project:
chromium
Visibility:
Public.

Description

Chromecast: end-to-end browser test based on content::BrowserTest. R=lcwu@chromium.org,byungchul@chromium.org,phajdan.jr@chromium.org BUG=409163 Committed: https://crrev.com/3c2a17334b2d458a614af4727b88087379412d96 Cr-Commit-Position: refs/heads/master@{#294523}

Patch Set 1 #

Total comments: 6

Patch Set 2 : byungchul comments #

Patch Set 3 : build fix :( #

Total comments: 4

Patch Set 4 : lcwu comments #

Patch Set 5 : teardown fixes #

Total comments: 6

Patch Set 6 : address Paweł comments #

Patch Set 7 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+309 lines, -25 lines) Patch
M chromecast/chromecast.gyp View 1 2 3 4 5 6 2 chunks +46 lines, -6 lines 0 comments Download
M chromecast/net/network_change_notifier_factory_cast.cc View 1 chunk +2 lines, -14 lines 0 comments Download
M chromecast/shell/browser/cast_browser_context.cc View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M chromecast/shell/browser/cast_browser_main_parts.h View 1 2 3 2 chunks +2 lines, -5 lines 0 comments Download
M chromecast/shell/browser/cast_browser_main_parts.cc View 1 2 3 4 5 6 2 chunks +8 lines, -1 line 0 comments Download
M chromecast/shell/browser/cast_content_browser_client.cc View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
A + chromecast/shell/browser/test/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A chromecast/shell/browser/test/OWNERS View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
A chromecast/shell/browser/test/chromecast_browser_test.h View 1 1 chunk +56 lines, -0 lines 0 comments Download
A chromecast/shell/browser/test/chromecast_browser_test.cc View 1 1 chunk +79 lines, -0 lines 0 comments Download
A chromecast/shell/browser/test/chromecast_browser_test_runner.cc View 1 1 chunk +68 lines, -0 lines 0 comments Download
A chromecast/shell/browser/test/chromecast_shell_browser_test.cc View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (2 generated)
byungchul
https://codereview.chromium.org/518773003/diff/1/chromecast/shell/browser/test/chromecast_browser_test.cc File chromecast/shell/browser/test/chromecast_browser_test.cc (right): https://codereview.chromium.org/518773003/diff/1/chromecast/shell/browser/test/chromecast_browser_test.cc#newcode36 chromecast/shell/browser/test/chromecast_browser_test.cc:36: void ChromecastBrowserTest::TearDown() { necessary while it calls just super ...
6 years, 3 months ago (2014-08-30 00:19:00 UTC) #1
gunsch
FYI, feel free not to review yet; I hadn't mailed this because it needs a ...
6 years, 3 months ago (2014-08-30 00:21:18 UTC) #2
gunsch
https://codereview.chromium.org/518773003/diff/1/chromecast/shell/browser/test/chromecast_browser_test.cc File chromecast/shell/browser/test/chromecast_browser_test.cc (right): https://codereview.chromium.org/518773003/diff/1/chromecast/shell/browser/test/chromecast_browser_test.cc#newcode36 chromecast/shell/browser/test/chromecast_browser_test.cc:36: void ChromecastBrowserTest::TearDown() { On 2014/08/30 00:18:59, byungchul wrote: > ...
6 years, 3 months ago (2014-08-30 15:28:43 UTC) #3
gunsch
On 2014/08/30 15:28:43, gunsch wrote: > https://codereview.chromium.org/518773003/diff/1/chromecast/shell/browser/test/chromecast_browser_test.cc > File chromecast/shell/browser/test/chromecast_browser_test.cc (right): > > https://codereview.chromium.org/518773003/diff/1/chromecast/shell/browser/test/chromecast_browser_test.cc#newcode36 > ...
6 years, 3 months ago (2014-09-08 18:00:59 UTC) #4
byungchul
lgtm
6 years, 3 months ago (2014-09-08 18:24:53 UTC) #5
lcwu1
LGTM after fixing a couple of formatting nits. https://codereview.chromium.org/518773003/diff/40001/chromecast/shell/browser/cast_browser_main_parts.h File chromecast/shell/browser/cast_browser_main_parts.h (right): https://codereview.chromium.org/518773003/diff/40001/chromecast/shell/browser/cast_browser_main_parts.h#newcode38 chromecast/shell/browser/cast_browser_main_parts.h:38: const ...
6 years, 3 months ago (2014-09-08 19:49:15 UTC) #6
gunsch
Done, and added Paweł to review for content/public/test (in DEPS). https://codereview.chromium.org/518773003/diff/40001/chromecast/shell/browser/cast_browser_main_parts.h File chromecast/shell/browser/cast_browser_main_parts.h (right): https://codereview.chromium.org/518773003/diff/40001/chromecast/shell/browser/cast_browser_main_parts.h#newcode38 ...
6 years, 3 months ago (2014-09-08 21:34:46 UTC) #8
Paweł Hajdan Jr.
Also please add me to OWNERS of these test directories if possible. https://codereview.chromium.org/518773003/diff/80001/chromecast/chromecast.gyp File chromecast/chromecast.gyp ...
6 years, 3 months ago (2014-09-09 12:24:31 UTC) #9
gunsch
Thanks for looking, PTAL https://codereview.chromium.org/518773003/diff/80001/chromecast/chromecast.gyp File chromecast/chromecast.gyp (right): https://codereview.chromium.org/518773003/diff/80001/chromecast/chromecast.gyp#newcode259 chromecast/chromecast.gyp:259: 'include_dirs': [ On 2014/09/09 12:24:31, ...
6 years, 3 months ago (2014-09-09 16:02:11 UTC) #10
Paweł Hajdan Jr.
LGTM
6 years, 3 months ago (2014-09-11 09:23:19 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/518773003/120001
6 years, 3 months ago (2014-09-12 00:15:00 UTC) #13
commit-bot: I haz the power
Committed patchset #7 (id:120001) as b350415c8e94712d77424ebc69aa83a520f74f30
6 years, 3 months ago (2014-09-12 02:08:48 UTC) #14
commit-bot: I haz the power
6 years, 3 months ago (2014-09-12 02:13:08 UTC) #15
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/3c2a17334b2d458a614af4727b88087379412d96
Cr-Commit-Position: refs/heads/master@{#294523}

Powered by Google App Engine
This is Rietveld 408576698