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

Issue 2514483002: Add a crash key to record whether a windows machine is domain joined. (Closed)

Created:
4 years, 1 month ago by Georges Khalil
Modified:
4 years ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a crash key to record whether a windows machine is domain joined. BUG=660868 Committed: https://crrev.com/bf33256aee8db58c30b9d36e991055f2a4ed62a4 Committed: https://crrev.com/51cd41252a2c76b57cc298e8284cead2102ab9ca Cr-Original-Commit-Position: refs/heads/master@{#435018} Cr-Commit-Position: refs/heads/master@{#436966}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Naming change. #

Patch Set 3 : Register crash key. #

Patch Set 4 : Add key to 2 other places. #

Total comments: 2

Patch Set 5 : sky@ comments. #

Patch Set 6 : Merge ToT. #

Total comments: 2

Patch Set 7 : sky@ comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M blimp/engine/app/blimp_engine_crash_keys.cc View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M chrome/app/chrome_crash_reporter_client_win.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/chrome_browser_main_win.cc View 1 2 3 4 5 6 2 chunks +6 lines, -0 lines 0 comments Download
M chrome/common/crash_keys.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/crash_keys.cc View 1 2 3 4 5 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 78 (51 generated)
Georges Khalil
PTAL.
4 years, 1 month ago (2016-11-17 18:25:10 UTC) #4
Sigurður Ásgeirsson
lgtm
4 years, 1 month ago (2016-11-17 19:15:18 UTC) #9
Georges Khalil
+sky@, for owner review.
4 years, 1 month ago (2016-11-17 19:16:09 UTC) #11
sky
LGTM if my naming suggestion doesn't make sense. https://codereview.chromium.org/2514483002/diff/20001/chrome/common/crash_keys.h File chrome/common/crash_keys.h (right): https://codereview.chromium.org/2514483002/diff/20001/chrome/common/crash_keys.h#newcode99 chrome/common/crash_keys.h:99: extern ...
4 years, 1 month ago (2016-11-17 20:34:18 UTC) #12
Georges Khalil
Thanks, sending to CQ. https://codereview.chromium.org/2514483002/diff/20001/chrome/common/crash_keys.h File chrome/common/crash_keys.h (right): https://codereview.chromium.org/2514483002/diff/20001/chrome/common/crash_keys.h#newcode99 chrome/common/crash_keys.h:99: extern const char kDomainJoined[]; On ...
4 years, 1 month ago (2016-11-17 20:47:06 UTC) #13
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/2514483002/40001
4 years, 1 month ago (2016-11-17 20:48:07 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/317405)
4 years, 1 month ago (2016-11-17 23:28:04 UTC) #18
Sigurður Ásgeirsson
On 2016/11/17 23:28:04, commit-bot: I haz the power wrote: > Try jobs failed on following ...
4 years ago (2016-11-28 21:52:58 UTC) #19
Georges Khalil
Oops, never saw that it failed. Looks like flake, resending to CQ. On Mon, Nov ...
4 years ago (2016-11-28 21:54:34 UTC) #21
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/2514483002/40001
4 years ago (2016-11-28 21:55:17 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_x64_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_rel_ng/builds/324797)
4 years ago (2016-11-29 00:29:25 UTC) #24
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/2514483002/40001
4 years ago (2016-11-29 16:24:30 UTC) #26
Georges Khalil
On 2016/11/29 16:24:30, commit-bot: I haz the power wrote: > CQ is trying da patch. ...
4 years ago (2016-11-29 16:38:58 UTC) #28
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/2514483002/60001
4 years ago (2016-11-29 16:39:33 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years ago (2016-11-29 17:22:59 UTC) #34
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/bf33256aee8db58c30b9d36e991055f2a4ed62a4 Cr-Commit-Position: refs/heads/master@{#435018}
4 years ago (2016-11-29 17:25:58 UTC) #36
iclelland
A revert of this CL (patchset #3 id:60001) has been created in https://codereview.chromium.org/2536293002/ by iclelland@chromium.org. ...
4 years ago (2016-11-29 20:25:27 UTC) #37
Georges Khalil
On 2016/11/29 20:25:27, iclelland wrote: > A revert of this CL (patchset #3 id:60001) has ...
4 years ago (2016-12-05 16:33:44 UTC) #46
Georges Khalil
sky@: PTAnL for sanity check? rsesek@: PTAL for owner review for blimp/engine/app/blimp_engine_crash_keys.cc
4 years ago (2016-12-05 16:34:25 UTC) #48
Robert Sesek
lgtm
4 years ago (2016-12-05 18:00:40 UTC) #49
sky
https://codereview.chromium.org/2514483002/diff/100001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/2514483002/diff/100001/chrome/browser/chrome_browser_main.cc#newcode993 chrome/browser/chrome_browser_main.cc:993: // Record whether the machine is domain joined (Win ...
4 years ago (2016-12-05 21:59:49 UTC) #50
Georges Khalil
sky@, PTAnL. https://codereview.chromium.org/2514483002/diff/100001/chrome/browser/chrome_browser_main.cc File chrome/browser/chrome_browser_main.cc (right): https://codereview.chromium.org/2514483002/diff/100001/chrome/browser/chrome_browser_main.cc#newcode993 chrome/browser/chrome_browser_main.cc:993: // Record whether the machine is domain ...
4 years ago (2016-12-06 22:26:36 UTC) #66
sky
LGTM https://codereview.chromium.org/2514483002/diff/240001/chrome/browser/chrome_browser_main_win.cc File chrome/browser/chrome_browser_main_win.cc (right): https://codereview.chromium.org/2514483002/diff/240001/chrome/browser/chrome_browser_main_win.cc#newcode295 chrome/browser/chrome_browser_main_win.cc:295: #if defined(OS_WIN) These ifdefs should no longer be ...
4 years ago (2016-12-06 23:23:43 UTC) #67
Georges Khalil
Thanks, sending to CQ. https://codereview.chromium.org/2514483002/diff/240001/chrome/browser/chrome_browser_main_win.cc File chrome/browser/chrome_browser_main_win.cc (right): https://codereview.chromium.org/2514483002/diff/240001/chrome/browser/chrome_browser_main_win.cc#newcode295 chrome/browser/chrome_browser_main_win.cc:295: #if defined(OS_WIN) On 2016/12/06 23:23:43, ...
4 years ago (2016-12-07 15:00:23 UTC) #70
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/2514483002/260001
4 years ago (2016-12-07 15:00:40 UTC) #73
commit-bot: I haz the power
Committed patchset #7 (id:260001)
4 years ago (2016-12-07 15:56:21 UTC) #76
commit-bot: I haz the power
4 years ago (2016-12-07 16:00:30 UTC) #78
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/51cd41252a2c76b57cc298e8284cead2102ab9ca
Cr-Commit-Position: refs/heads/master@{#436966}

Powered by Google App Engine
This is Rietveld 408576698