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

Issue 2086483006: Dump process type into breakpad. (Closed)

Created:
4 years, 6 months ago by hush (inactive)
Modified:
4 years, 4 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org, sadrul, kalyank
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Dump process type into breakpad. The process type can be "webview", "browser", or "renderer". BUG=616774 Committed: https://crrev.com/e1a6b0a706a4badbe6131215da9e335d62ac5c93 Cr-Commit-Position: refs/heads/master@{#407869}

Patch Set 1 : Dump process type into breakpad. #

Total comments: 8

Patch Set 2 : comments #

Total comments: 6

Patch Set 3 : review #

Patch Set 4 : change the process names #

Total comments: 1

Patch Set 5 : comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -8 lines) Patch
M android_webview/lib/main/aw_main_delegate.cc View 1 2 3 4 2 chunks +7 lines, -4 lines 0 comments Download
M components/crash/content/app/breakpad_linux.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M components/crash/content/app/breakpad_linux.cc View 1 2 3 4 5 chunks +16 lines, -4 lines 0 comments Download

Messages

Total messages: 38 (13 generated)
hush (inactive)
PTAL https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc#newcode104 components/crash/content/app/breakpad_linux.cc:104: const char kWebViewSingleProcessType[] = "webview-singleprocess"; I hope this ...
4 years, 6 months ago (2016-06-22 21:34:20 UTC) #3
Torne
https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc#newcode104 components/crash/content/app/breakpad_linux.cc:104: const char kWebViewSingleProcessType[] = "webview-singleprocess"; On 2016/06/22 21:34:19, hush ...
4 years, 6 months ago (2016-06-23 13:40:10 UTC) #4
hush (inactive)
https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc#newcode104 components/crash/content/app/breakpad_linux.cc:104: const char kWebViewSingleProcessType[] = "webview-singleprocess"; On 2016/06/23 13:40:10, Torne ...
4 years, 6 months ago (2016-06-23 19:13:15 UTC) #6
Tobias Sargeant
https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc#newcode923 components/crash/content/app/breakpad_linux.cc:923: if (process_type == kWebViewSingleProcessType) { On 2016/06/23 19:13:14, hush ...
4 years, 5 months ago (2016-06-24 15:39:08 UTC) #7
hush (inactive)
https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2086483006/diff/20001/components/crash/content/app/breakpad_linux.cc#newcode104 components/crash/content/app/breakpad_linux.cc:104: const char kWebViewSingleProcessType[] = "webview-singleprocess"; On 2016/06/23 19:13:14, hush ...
4 years, 5 months ago (2016-06-24 20:18:46 UTC) #9
sgurun-gerrit only
https://codereview.chromium.org/2086483006/diff/40001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2086483006/diff/40001/components/crash/content/app/breakpad_linux.cc#newcode104 components/crash/content/app/breakpad_linux.cc:104: // Keep these 3 string for webview in sync ...
4 years, 5 months ago (2016-06-24 23:57:58 UTC) #11
sgurun-gerrit only
4 years, 5 months ago (2016-06-24 23:58:01 UTC) #12
Torne
https://codereview.chromium.org/2086483006/diff/40001/android_webview/lib/main/aw_main_delegate.cc File android_webview/lib/main/aw_main_delegate.cc (right): https://codereview.chromium.org/2086483006/diff/40001/android_webview/lib/main/aw_main_delegate.cc#newcode51 android_webview/lib/main/aw_main_delegate.cc:51: const char kWebViewSingleProcessType[] = "webview-singleprocess"; These seem really long; ...
4 years, 5 months ago (2016-06-25 14:05:16 UTC) #13
hush (inactive)
https://codereview.chromium.org/2086483006/diff/40001/android_webview/lib/main/aw_main_delegate.cc File android_webview/lib/main/aw_main_delegate.cc (right): https://codereview.chromium.org/2086483006/diff/40001/android_webview/lib/main/aw_main_delegate.cc#newcode51 android_webview/lib/main/aw_main_delegate.cc:51: const char kWebViewSingleProcessType[] = "webview-singleprocess"; On 2016/06/25 14:05:16, Torne ...
4 years, 5 months ago (2016-06-27 22:15:27 UTC) #14
hush (inactive)
ping Torne?
4 years, 5 months ago (2016-07-11 18:20:39 UTC) #15
Torne
On 2016/07/11 18:20:39, hush wrote: > ping Torne? It really seems simpler and more logical ...
4 years, 5 months ago (2016-07-12 11:26:23 UTC) #16
hush (inactive)
On 2016/07/12 11:26:23, Torne wrote: > On 2016/07/11 18:20:39, hush wrote: > > ping Torne? ...
4 years, 5 months ago (2016-07-13 23:12:46 UTC) #17
Torne
lgtm % nit https://codereview.chromium.org/2086483006/diff/80001/components/crash/content/app/breakpad_linux.cc File components/crash/content/app/breakpad_linux.cc (right): https://codereview.chromium.org/2086483006/diff/80001/components/crash/content/app/breakpad_linux.cc#newcode895 components/crash/content/app/breakpad_linux.cc:895: strdup(process_type.empty() ? "browser" : process_type.c_str()); Just ...
4 years, 5 months ago (2016-07-14 10:29:09 UTC) #18
hush (inactive)
On 2016/07/14 10:29:09, Torne wrote: > lgtm % nit > > https://codereview.chromium.org/2086483006/diff/80001/components/crash/content/app/breakpad_linux.cc > File components/crash/content/app/breakpad_linux.cc ...
4 years, 5 months ago (2016-07-14 18:32:27 UTC) #19
hush (inactive)
Hello rsesek@ PTAL component/
4 years, 5 months ago (2016-07-14 18:33:24 UTC) #21
Robert Sesek
What differentiates a crash report from webview from Chrome, if the process_type doesn't have a ...
4 years, 5 months ago (2016-07-14 19:02:24 UTC) #22
hush (inactive)
On 2016/07/14 19:02:24, Robert Sesek wrote: > What differentiates a crash report from webview from ...
4 years, 5 months ago (2016-07-14 19:11:11 UTC) #24
hush (inactive)
CL description updated.
4 years, 5 months ago (2016-07-14 20:08:11 UTC) #25
Robert Sesek
lgtm
4 years, 5 months ago (2016-07-14 20:21:59 UTC) #26
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/2086483006/100001
4 years, 5 months ago (2016-07-14 20:35:23 UTC) #29
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/104245)
4 years, 5 months ago (2016-07-14 20:49:48 UTC) #31
Torne
On 2016/07/14 19:02:24, Robert Sesek wrote: > What differentiates a crash report from webview from ...
4 years, 5 months ago (2016-07-15 11:16:02 UTC) #32
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/2086483006/100001
4 years, 4 months ago (2016-07-26 18:06:15 UTC) #34
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 4 months ago (2016-07-26 19:00:38 UTC) #36
commit-bot: I haz the power
4 years, 4 months ago (2016-07-26 19:02:04 UTC) #38
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e1a6b0a706a4badbe6131215da9e335d62ac5c93
Cr-Commit-Position: refs/heads/master@{#407869}

Powered by Google App Engine
This is Rietveld 408576698