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

Issue 729363004: Browser watcher first installment. (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 first installment. This CL carves out the component directory and the process watcher itself. See https://codereview.chromium.org/717223002/ for the full change. BUG=412384 Committed: https://crrev.com/c0d0a0e65cad9079d4c0878f1f3766aa59a9cf29 Cr-Commit-Position: refs/heads/master@{#304516}

Patch Set 1 #

Total comments: 19

Patch Set 2 : Make components_unittests dependency win-only. #

Patch Set 3 : Address Erik's comments. #

Total comments: 4

Patch Set 4 : Address Erik's remaining comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+430 lines, -1 line) Patch
A components/browser_watcher.gypi View 1 chunk +24 lines, -0 lines 0 comments Download
A + components/browser_watcher/OWNERS View 1 chunk +2 lines, -1 line 0 comments Download
A components/browser_watcher/watcher_win.h View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A components/browser_watcher/watcher_win.cc View 1 2 3 1 chunk +103 lines, -0 lines 0 comments Download
A components/browser_watcher/watcher_win_unittest.cc View 1 2 1 chunk +227 lines, -0 lines 0 comments Download
M components/components.gyp View 1 chunk +5 lines, -0 lines 0 comments Download
M components/components_tests.gyp View 1 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (2 generated)
Sigurður Ásgeirsson
PTAL!
6 years, 1 month ago (2014-11-17 16:04:11 UTC) #2
erikwright (departed)
https://codereview.chromium.org/729363004/diff/1/components/browser_watcher/watcher_win.cc File components/browser_watcher/watcher_win.cc (right): https://codereview.chromium.org/729363004/diff/1/components/browser_watcher/watcher_win.cc#newcode10 components/browser_watcher/watcher_win.cc:10: #include "components/browser_watcher/watcher_win.h" must be the first file included. https://codereview.chromium.org/729363004/diff/1/components/browser_watcher/watcher_win.cc#newcode27 ...
6 years, 1 month ago (2014-11-17 18:12:31 UTC) #3
Sigurður Ásgeirsson
Thanks - please take another look. https://codereview.chromium.org/729363004/diff/1/components/browser_watcher/watcher_win.cc File components/browser_watcher/watcher_win.cc (right): https://codereview.chromium.org/729363004/diff/1/components/browser_watcher/watcher_win.cc#newcode10 components/browser_watcher/watcher_win.cc:10: #include "components/browser_watcher/watcher_win.h" On ...
6 years, 1 month ago (2014-11-17 21:27:12 UTC) #4
erikwright (departed)
LGTM. https://codereview.chromium.org/729363004/diff/1/components/browser_watcher/watcher_win.cc File components/browser_watcher/watcher_win.cc (right): https://codereview.chromium.org/729363004/diff/1/components/browser_watcher/watcher_win.cc#newcode70 components/browser_watcher/watcher_win.cc:70: base::win::RegKey key(HKEY_CURRENT_USER, On 2014/11/17 21:27:12, Sigurður Ásgeirsson wrote: ...
6 years, 1 month ago (2014-11-17 22:07:04 UTC) #5
Sigurður Ásgeirsson
Thanks! https://codereview.chromium.org/729363004/diff/40001/components/browser_watcher/watcher_win.cc File components/browser_watcher/watcher_win.cc (right): https://codereview.chromium.org/729363004/diff/40001/components/browser_watcher/watcher_win.cc#newcode89 components/browser_watcher/watcher_win.cc:89: // Start by writing the value STILL_ACTIVE to ...
6 years, 1 month ago (2014-11-17 22:30:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/729363004/60001
6 years, 1 month ago (2014-11-17 22:31:44 UTC) #8
commit-bot: I haz the power
Committed patchset #4 (id:60001)
6 years, 1 month ago (2014-11-17 23:29:27 UTC) #9
commit-bot: I haz the power
6 years, 1 month ago (2014-11-17 23:30:58 UTC) #10
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/c0d0a0e65cad9079d4c0878f1f3766aa59a9cf29
Cr-Commit-Position: refs/heads/master@{#304516}

Powered by Google App Engine
This is Rietveld 408576698