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

Issue 890213002: Add basic support for CAPS exe (Closed)

Created:
5 years, 10 months ago by cpu_(ooo_6.6-7.5)
Modified:
5 years, 10 months ago
Reviewers:
scottmg
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add basic support for CAPS exe 1- A singleton 2- A logger Now CAPS depends on base and on chrome/common_version. About 190KB on plain release build. BUG=447073 Committed: https://crrev.com/51747bc6af43f662054ebee3a73976edad07f4a5 Cr-Commit-Position: refs/heads/master@{#314411}

Patch Set 1 #

Total comments: 37

Patch Set 2 : review fixes #

Total comments: 1

Patch Set 3 : oops #

Patch Set 4 : cast #

Total comments: 1

Patch Set 5 : cast again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+237 lines, -2 lines) Patch
M chrome/tools/crash_service/caps/caps.gyp View 1 2 1 chunk +8 lines, -1 line 0 comments Download
A chrome/tools/crash_service/caps/exit_codes.h View 1 1 chunk +21 lines, -0 lines 0 comments Download
A chrome/tools/crash_service/caps/logger_win.h View 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/tools/crash_service/caps/logger_win.cc View 1 2 3 4 1 chunk +89 lines, -0 lines 0 comments Download
M chrome/tools/crash_service/caps/main_win.cc View 1 1 chunk +28 lines, -1 line 0 comments Download
A chrome/tools/crash_service/caps/process_singleton_win.h View 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/tools/crash_service/caps/process_singleton_win.cc View 1 1 chunk +29 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (6 generated)
cpu_(ooo_6.6-7.5)
ptal https://codereview.chromium.org/890213002/diff/1/chrome/tools/crash_service/caps/caps.gyp File chrome/tools/crash_service/caps/caps.gyp (left): https://codereview.chromium.org/890213002/diff/1/chrome/tools/crash_service/caps/caps.gyp#oldcode42 chrome/tools/crash_service/caps/caps.gyp:42: '../..', I think I cargo cult this. https://codereview.chromium.org/890213002/diff/1/chrome/tools/crash_service/caps/caps.gyp ...
5 years, 10 months ago (2015-02-01 19:08:41 UTC) #2
scottmg
https://codereview.chromium.org/890213002/diff/1/chrome/tools/crash_service/caps/caps.gyp File chrome/tools/crash_service/caps/caps.gyp (right): https://codereview.chromium.org/890213002/diff/1/chrome/tools/crash_service/caps/caps.gyp#newcode43 chrome/tools/crash_service/caps/caps.gyp:43: '<(DEPTH)/', don't use DEPTH in gyp files. it's only ...
5 years, 10 months ago (2015-02-01 19:55:36 UTC) #3
cpu_(ooo_6.6-7.5)
ptal https://codereview.chromium.org/890213002/diff/1/chrome/tools/crash_service/caps/caps.gyp File chrome/tools/crash_service/caps/caps.gyp (right): https://codereview.chromium.org/890213002/diff/1/chrome/tools/crash_service/caps/caps.gyp#newcode43 chrome/tools/crash_service/caps/caps.gyp:43: '<(DEPTH)/', On 2015/02/01 19:55:35, scottmg wrote: > don't ...
5 years, 10 months ago (2015-02-03 02:44:59 UTC) #4
scottmg
LGTM
5 years, 10 months ago (2015-02-03 04:00:11 UTC) #5
scottmg
https://codereview.chromium.org/890213002/diff/20001/chrome/tools/crash_service/caps/caps.gyp File chrome/tools/crash_service/caps/caps.gyp (right): https://codereview.chromium.org/890213002/diff/20001/chrome/tools/crash_service/caps/caps.gyp#newcode55 chrome/tools/crash_service/caps/caps.gyp:55: '<../../../../base/base.gyp:base', oops, no < here.
5 years, 10 months ago (2015-02-03 04:00:53 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/890213002/40001
5 years, 10 months ago (2015-02-03 19:18:07 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/22424)
5 years, 10 months ago (2015-02-03 19:39:47 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/890213002/60001
5 years, 10 months ago (2015-02-03 20:20:21 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_ng on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_ng/builds/22473)
5 years, 10 months ago (2015-02-03 20:38:52 UTC) #14
scottmg
https://codereview.chromium.org/890213002/diff/60001/chrome/tools/crash_service/caps/logger_win.cc File chrome/tools/crash_service/caps/logger_win.cc (right): https://codereview.chromium.org/890213002/diff/60001/chrome/tools/crash_service/caps/logger_win.cc#newcode30 chrome/tools/crash_service/caps/logger_win.cc:30: reinterpret_cast<DWORD>(txt.size()), looks like a real failure, wants static_cast here, ...
5 years, 10 months ago (2015-02-03 20:43:26 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/890213002/80001
5 years, 10 months ago (2015-02-03 21:16:44 UTC) #17
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 10 months ago (2015-02-03 21:55:33 UTC) #18
commit-bot: I haz the power
5 years, 10 months ago (2015-02-03 21:56:18 UTC) #19
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/51747bc6af43f662054ebee3a73976edad07f4a5
Cr-Commit-Position: refs/heads/master@{#314411}

Powered by Google App Engine
This is Rietveld 408576698