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

Issue 2236983002: Create MemoryMonitor and Windows implementation. (Closed)

Created:
4 years, 4 months ago by chrisha
Modified:
4 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Create MemoryMonitor and Windows implementation. This defines the interface for the memory monitoring component of the MemoryCoordinator, and provides an implementation on Windows. BUG=617492 Committed: https://crrev.com/1be61ae09f6df6838443c5e260923917cb4be87c Cr-Commit-Position: refs/heads/master@{#412627}

Patch Set 1 #

Patch Set 2 : Remove some stray characters. #

Patch Set 3 : Fix presubmit and clang errors. #

Total comments: 13

Patch Set 4 : Address review comments. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+375 lines, -0 lines) Patch
M components/memory_coordinator/browser/BUILD.gn View 2 chunks +4 lines, -0 lines 0 comments Download
A components/memory_coordinator/browser/memory_monitor.h View 1 chunk +37 lines, -0 lines 0 comments Download
A components/memory_coordinator/browser/memory_monitor_win.h View 1 2 3 1 chunk +80 lines, -0 lines 0 comments Download
A components/memory_coordinator/browser/memory_monitor_win.cc View 1 2 3 1 chunk +96 lines, -0 lines 2 comments Download
A components/memory_coordinator/browser/memory_monitor_win_unittest.cc View 1 2 1 chunk +158 lines, -0 lines 0 comments Download

Messages

Total messages: 24 (15 generated)
chrisha
haraken/bashi: FYI. georgesak: PTAL?
4 years, 4 months ago (2016-08-11 14:33:02 UTC) #2
bashi
https://codereview.chromium.org/2236983002/diff/40001/components/memory_coordinator/browser/BUILD.gn File components/memory_coordinator/browser/BUILD.gn (right): https://codereview.chromium.org/2236983002/diff/40001/components/memory_coordinator/browser/BUILD.gn#newcode10 components/memory_coordinator/browser/BUILD.gn:10: "memory_monitor_win.cc", Should we have "if (is_win) { ... }" ...
4 years, 4 months ago (2016-08-11 22:03:12 UTC) #11
haraken
Looks good on my side. https://codereview.chromium.org/2236983002/diff/40001/components/memory_coordinator/browser/memory_monitor_win.cc File components/memory_coordinator/browser/memory_monitor_win.cc (right): https://codereview.chromium.org/2236983002/diff/40001/components/memory_coordinator/browser/memory_monitor_win.cc#newcode45 components/memory_coordinator/browser/memory_monitor_win.cc:45: // This is the ...
4 years, 4 months ago (2016-08-12 06:53:15 UTC) #12
chrisha
Thanks for the comments. Another quick look? https://codereview.chromium.org/2236983002/diff/40001/components/memory_coordinator/browser/BUILD.gn File components/memory_coordinator/browser/BUILD.gn (right): https://codereview.chromium.org/2236983002/diff/40001/components/memory_coordinator/browser/BUILD.gn#newcode10 components/memory_coordinator/browser/BUILD.gn:10: "memory_monitor_win.cc", On ...
4 years, 4 months ago (2016-08-12 20:14:00 UTC) #14
bashi
lgtm on my side. https://codereview.chromium.org/2236983002/diff/40001/components/memory_coordinator/browser/BUILD.gn File components/memory_coordinator/browser/BUILD.gn (right): https://codereview.chromium.org/2236983002/diff/40001/components/memory_coordinator/browser/BUILD.gn#newcode10 components/memory_coordinator/browser/BUILD.gn:10: "memory_monitor_win.cc", On 2016/08/12 20:14:00, chrisha ...
4 years, 4 months ago (2016-08-15 23:29:41 UTC) #18
chrisha
https://codereview.chromium.org/2236983002/diff/60001/components/memory_coordinator/browser/memory_monitor_win.cc File components/memory_coordinator/browser/memory_monitor_win.cc (right): https://codereview.chromium.org/2236983002/diff/60001/components/memory_coordinator/browser/memory_monitor_win.cc#newcode20 components/memory_coordinator/browser/memory_monitor_win.cc:20: class MemoryMonitorWinDelegateImpl : public MemoryMonitorWinDelegate { On 2016/08/15 23:29:40, ...
4 years, 4 months ago (2016-08-17 18:52:36 UTC) #19
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/2236983002/60001
4 years, 4 months ago (2016-08-17 18:53:10 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 4 months ago (2016-08-17 20:12:53 UTC) #22
commit-bot: I haz the power
4 years, 4 months ago (2016-08-17 20:21:19 UTC) #24
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/1be61ae09f6df6838443c5e260923917cb4be87c
Cr-Commit-Position: refs/heads/master@{#412627}

Powered by Google App Engine
This is Rietveld 408576698