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

Issue 901673002: Instantiate a Kasko reporter inside the Chrome watcher process, when SyzyASAN instrumented. (Closed)

Created:
5 years, 10 months ago by erikwright (departed)
Modified:
5 years, 10 months ago
CC:
chromium-reviews, robertshield
Base URL:
https://chromium.googlesource.com/chromium/src.git@ship_kasko
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Instantiate a Kasko reporter inside the Chrome watcher process, when SyzyASAN instrumented. BUG=460512 Committed: https://crrev.com/d2349e504d60c9fd0b99420a10e8a83df0f7d8fe Cr-Commit-Position: refs/heads/master@{#317385}

Patch Set 1 #

Total comments: 1

Patch Set 2 : Review feedback. #

Total comments: 2

Patch Set 3 : Missing break. #

Patch Set 4 : Various tweaks. #

Total comments: 2

Patch Set 5 : Fix a runtime error. #

Total comments: 2

Patch Set 6 : Make chrome_watcher depend on copy_kasko_dlls #

Patch Set 7 : Remove premature dependency from chrome_exe to Kasko. #

Patch Set 8 : Simplify kasko.dll dependency declaration. #

Patch Set 9 : Update .gn file. #

Patch Set 10 : Pull in some changes from next CL. #

Patch Set 11 : Rebase. #

Patch Set 12 : Fix a character literal type. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -11 lines) Patch
M DEPS View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -1 line 0 comments Download
M chrome/app/client_util.cc View 1 2 3 4 5 6 7 chunks +19 lines, -6 lines 0 comments Download
M chrome/chrome.gyp View 1 2 3 4 5 6 7 8 9 10 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/chrome_watcher/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_watcher/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/chrome_watcher/chrome_watcher.gypi View 1 2 3 4 5 6 7 8 9 10 1 chunk +8 lines, -0 lines 0 comments Download
M chrome/chrome_watcher/chrome_watcher_main.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +27 lines, -1 line 0 comments Download
M chrome/chrome_watcher/chrome_watcher_main_api.h View 1 2 3 4 5 6 7 8 9 1 chunk +16 lines, -3 lines 0 comments Download
M chrome/chrome_watcher/chrome_watcher_main_api.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/common/chrome_paths.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/common/chrome_paths.cc View 1 2 3 4 5 6 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 44 (10 generated)
erikwright (departed)
grt: PTAL at least for DEPS and chrome/app. Your excellent feedback also welcome on the ...
5 years, 10 months ago (2015-02-04 16:24:50 UTC) #2
grt (UTC plus 2)
https://codereview.chromium.org/901673002/diff/1/chrome/app/client_util.cc File chrome/app/client_util.cc (right): https://codereview.chromium.org/901673002/diff/1/chrome/app/client_util.cc#newcode192 chrome/app/client_util.cc:192: base::FilePath browser_data_directory; what do you think about making a ...
5 years, 10 months ago (2015-02-04 16:42:51 UTC) #3
erikwright (departed)
PTAL.
5 years, 10 months ago (2015-02-04 18:25:54 UTC) #4
grt (UTC plus 2)
chrome/app lgtm https://codereview.chromium.org/901673002/diff/20001/chrome/common/chrome_paths.cc File chrome/common/chrome_paths.cc (right): https://codereview.chromium.org/901673002/diff/20001/chrome/common/chrome_paths.cc#newcode228 chrome/common/chrome_paths.cc:228: #endif break; #endif
5 years, 10 months ago (2015-02-04 18:50:36 UTC) #5
Sigurður Ásgeirsson
https://codereview.chromium.org/901673002/diff/20001/chrome/common/chrome_paths.cc File chrome/common/chrome_paths.cc (right): https://codereview.chromium.org/901673002/diff/20001/chrome/common/chrome_paths.cc#newcode228 chrome/common/chrome_paths.cc:228: #endif On 2015/02/04 18:50:36, grt wrote: > break; > ...
5 years, 10 months ago (2015-02-04 19:51:31 UTC) #6
erikwright (departed)
cpu: PTAL for chrome/common. This defines a directory within user-data-dir where the watcher can store ...
5 years, 10 months ago (2015-02-04 20:45:35 UTC) #9
Sigurður Ásgeirsson
lgtm
5 years, 10 months ago (2015-02-04 21:15:47 UTC) #10
cpu_(ooo_6.6-7.5)
lgtm
5 years, 10 months ago (2015-02-05 03:16:27 UTC) #11
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/901673002/diff/50001/chrome/chrome_exe.gypi File chrome/chrome_exe.gypi (right): https://codereview.chromium.org/901673002/diff/50001/chrome/chrome_exe.gypi#newcode718 chrome/chrome_exe.gypi:718: '<(PRODUCT_DIR)/kasko.dll.pdb', wait, what is this part?
5 years, 10 months ago (2015-02-05 18:46:43 UTC) #13
erikwright (departed)
https://codereview.chromium.org/901673002/diff/50001/chrome/chrome_exe.gypi File chrome/chrome_exe.gypi (right): https://codereview.chromium.org/901673002/diff/50001/chrome/chrome_exe.gypi#newcode718 chrome/chrome_exe.gypi:718: '<(PRODUCT_DIR)/kasko.dll.pdb', On 2015/02/05 18:46:43, cpu wrote: > wait, what ...
5 years, 10 months ago (2015-02-05 18:48:26 UTC) #14
erikwright (departed)
5 years, 10 months ago (2015-02-05 18:48:28 UTC) #15
erikwright (departed)
grt: In a follow-up CL you asked me to use PathService to get the exe ...
5 years, 10 months ago (2015-02-05 18:50:37 UTC) #16
erikwright (departed)
cpu: I'll hold this until I have further confirmation from you.
5 years, 10 months ago (2015-02-05 18:51:05 UTC) #17
cpu_(ooo_6.6-7.5)
not lgtm. lets go back to the email thread. I want to be perfectly clear ...
5 years, 10 months ago (2015-02-05 19:08:24 UTC) #18
grt (UTC plus 2)
https://codereview.chromium.org/901673002/diff/70001/chrome/chrome_watcher/chrome_watcher.gypi File chrome/chrome_watcher/chrome_watcher.gypi (right): https://codereview.chromium.org/901673002/diff/70001/chrome/chrome_watcher/chrome_watcher.gypi#newcode58 chrome/chrome_watcher/chrome_watcher.gypi:58: 'chrome_watcher_main.cc', this file includes syzygy/kasko/api/reporter.h, yet i don't see ...
5 years, 10 months ago (2015-02-05 19:45:29 UTC) #19
cpu_(ooo_6.6-7.5)
ok, back to lgtm, but grt question still stands.
5 years, 10 months ago (2015-02-10 22:02:40 UTC) #20
erikwright (departed)
grt: The dependency was not really set up properly. chrome_watcher was relying on the DLLs ...
5 years, 10 months ago (2015-02-11 14:48:20 UTC) #22
grt (UTC plus 2)
ah, i think i see what's going on. i'm not sure i'm GYPish enough to ...
5 years, 10 months ago (2015-02-12 03:11:09 UTC) #23
cpu_(ooo_6.6-7.5)
+1 on the gn build. I didn't realize until today that gn is now building ...
5 years, 10 months ago (2015-02-12 03:17:02 UTC) #24
erikwright (departed)
Nico, are you a good candidate to review changes to .gyp, .gypi, and .gn files? ...
5 years, 10 months ago (2015-02-12 19:06:00 UTC) #26
erikwright (departed)
thakis: PTAL.
5 years, 10 months ago (2015-02-19 18:09:53 UTC) #27
Nico
What's kasko? Should this have a tracking bug?
5 years, 10 months ago (2015-02-19 20:31:34 UTC) #28
Nico
Other than that, the gyp / gn changes lgtm.
5 years, 10 months ago (2015-02-19 20:33:32 UTC) #29
grt (UTC plus 2)
lgtm
5 years, 10 months ago (2015-02-19 21:00:18 UTC) #30
erikwright (departed)
On 2015/02/19 20:31:34, Nico wrote: > What's kasko? > > Should this have a tracking ...
5 years, 10 months ago (2015-02-19 21:02:56 UTC) #31
Nico
On 2015/02/19 21:02:56, erikwright wrote: > On 2015/02/19 20:31:34, Nico wrote: > > What's kasko? ...
5 years, 10 months ago (2015-02-19 21:17:17 UTC) #32
Nico
On 2015/02/19 21:17:17, Nico wrote: > On 2015/02/19 21:02:56, erikwright wrote: > > On 2015/02/19 ...
5 years, 10 months ago (2015-02-19 21:19:14 UTC) #33
erikwright (departed)
A good question, which is answered here: https://docs.google.com/a/google.com/document/d/1lF3nwY3Lp1zAz_kBRI4tmirB7IuJLssVwXeGLCpBZUE/edit# I will create a tracking bug before ...
5 years, 10 months ago (2015-02-19 21:41:43 UTC) #34
erikwright (departed)
Only in SyzyASAN builds, and after consideration of other alternatives. This will never ship concurrently ...
5 years, 10 months ago (2015-02-19 21:43:25 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/901673002/190001
5 years, 10 months ago (2015-02-20 17:56:29 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_rel on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_rel/builds/56713)
5 years, 10 months ago (2015-02-20 18:39:54 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/901673002/210001
5 years, 10 months ago (2015-02-20 19:25:11 UTC) #42
commit-bot: I haz the power
Committed patchset #12 (id:210001)
5 years, 10 months ago (2015-02-20 20:22:44 UTC) #43
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 20:23:44 UTC) #44
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/d2349e504d60c9fd0b99420a10e8a83df0f7d8fe
Cr-Commit-Position: refs/heads/master@{#317385}

Powered by Google App Engine
This is Rietveld 408576698