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

Issue 743463002: Browser watcher, part deux. (Closed)

Created:
6 years, 1 month ago by Sigurður Ásgeirsson
Modified:
6 years, 1 month ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@lkgr
Project:
chromium
Visibility:
Public.

Description

Browser watcher, part deux. Implementation of the watcher client class and its tests. See https://codereview.chromium.org/717223002/ for full change. BUG=412384 Committed: https://crrev.com/420541c797295004d91fb44099a36f4d66548e87 Cr-Commit-Position: refs/heads/master@{#304693}

Patch Set 1 #

Total comments: 26

Patch Set 2 : Address Erik's comments. #

Total comments: 4

Patch Set 3 : Address Erik's remaining comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+369 lines, -400 lines) Patch
M components/browser_watcher.gypi View 1 1 chunk +17 lines, -2 lines 0 comments Download
A + components/browser_watcher/exit_code_watcher_win.h View 1 2 chunks +3 lines, -3 lines 0 comments Download
A + components/browser_watcher/exit_code_watcher_win.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A + components/browser_watcher/exit_code_watcher_win_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
A components/browser_watcher/watcher_client_win.h View 1 chunk +59 lines, -0 lines 0 comments Download
A components/browser_watcher/watcher_client_win.cc View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
A components/browser_watcher/watcher_client_win_unittest.cc View 1 1 chunk +210 lines, -0 lines 0 comments Download
D components/browser_watcher/watcher_win.h View 1 1 chunk +0 lines, -62 lines 0 comments Download
D components/browser_watcher/watcher_win.cc View 1 1 chunk +0 lines, -103 lines 0 comments Download
D components/browser_watcher/watcher_win_unittest.cc View 1 1 chunk +0 lines, -227 lines 0 comments Download
M components/components_tests.gyp View 1 2 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 10 (2 generated)
Sigurður Ásgeirsson
PTAL!
6 years, 1 month ago (2014-11-18 17:53:33 UTC) #2
erikwright (departed)
https://codereview.chromium.org/743463002/diff/1/components/browser_watcher.gypi File components/browser_watcher.gypi (right): https://codereview.chromium.org/743463002/diff/1/components/browser_watcher.gypi#newcode10 components/browser_watcher.gypi:10: # This is a separate lib to minimize the ...
6 years, 1 month ago (2014-11-18 20:00:06 UTC) #3
Sigurður Ásgeirsson
Thanks - please take another look? https://codereview.chromium.org/743463002/diff/1/components/browser_watcher.gypi File components/browser_watcher.gypi (right): https://codereview.chromium.org/743463002/diff/1/components/browser_watcher.gypi#newcode10 components/browser_watcher.gypi:10: # This is ...
6 years, 1 month ago (2014-11-18 21:18:57 UTC) #4
erikwright (departed)
LGTM with nits. https://codereview.chromium.org/743463002/diff/20001/components/browser_watcher/watcher_client_win.cc File components/browser_watcher/watcher_client_win.cc (right): https://codereview.chromium.org/743463002/diff/20001/components/browser_watcher/watcher_client_win.cc#newcode56 components/browser_watcher/watcher_client_win.cc:56: if (!base::LaunchProcess(cmd_line, options, &process)) { nit: ...
6 years, 1 month ago (2014-11-18 21:25:32 UTC) #5
Sigurður Ásgeirsson
Thanks - committing. https://codereview.chromium.org/743463002/diff/20001/components/browser_watcher/watcher_client_win.cc File components/browser_watcher/watcher_client_win.cc (right): https://codereview.chromium.org/743463002/diff/20001/components/browser_watcher/watcher_client_win.cc#newcode56 components/browser_watcher/watcher_client_win.cc:56: if (!base::LaunchProcess(cmd_line, options, &process)) { On ...
6 years, 1 month ago (2014-11-18 21:33:20 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/743463002/40001
6 years, 1 month ago (2014-11-18 21:33:50 UTC) #8
commit-bot: I haz the power
Committed patchset #3 (id:40001)
6 years, 1 month ago (2014-11-18 23:16:59 UTC) #9
commit-bot: I haz the power
6 years, 1 month ago (2014-11-18 23:17:28 UTC) #10
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/420541c797295004d91fb44099a36f4d66548e87
Cr-Commit-Position: refs/heads/master@{#304693}

Powered by Google App Engine
This is Rietveld 408576698