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

Issue 1518913002: [Android WebView] Update microdump generation for sandboxed renderers (Closed)

Created:
5 years ago by mnaganov (inactive)
Modified:
5 years ago
Reviewers:
Robert Sesek, Torne
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

[Android WebView] Update microdump generation for sandboxed renderers Now microdump handling has three modes depending on the process type: "webview" -- displays crash dialog, supports dump on demand; "" (browser) -- displays crash dialog, doesn't support dump on demand; "renderer" -- doesn't display crash dialog, no dump on demand. Dump on demand may be enabled later if we figure out how to do it properly for sandboxed renderers. Exported `InitMicrodumpCrashHandlerIfNecessary` as calling `InitNonBrowserCrashReporterForAndroid` for that purpose is misleading, and WebView doesn't need any of the functionality that it can enable. BUG=568825 Committed: https://crrev.com/412d1a272f9f7b68803ca5932e96049ae86171be Cr-Commit-Position: refs/heads/master@{#364766}

Patch Set 1 #

Patch Set 2 : Disabled failing test #

Total comments: 2

Patch Set 3 : Fixed typo #

Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -31 lines) Patch
M android_webview/crash_reporter/aw_microdump_crash_reporter.h View 1 chunk +1 line, -1 line 0 comments Download
M android_webview/crash_reporter/aw_microdump_crash_reporter.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M android_webview/javatests/src/org/chromium/android_webview/test/AwDebugTest.java View 1 1 chunk +3 lines, -0 lines 0 comments Download
M android_webview/lib/main/aw_main_delegate.cc View 1 chunk +6 lines, -1 line 0 comments Download
M components/crash/content/app/breakpad_linux.h View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M components/crash/content/app/breakpad_linux.cc View 2 chunks +25 lines, -25 lines 0 comments Download

Messages

Total messages: 15 (7 generated)
mnaganov (inactive)
5 years ago (2015-12-10 21:51:56 UTC) #2
Torne
LGTM except for typo ;) https://codereview.chromium.org/1518913002/diff/20001/components/crash/content/app/breakpad_linux.h File components/crash/content/app/breakpad_linux.h (right): https://codereview.chromium.org/1518913002/diff/20001/components/crash/content/app/breakpad_linux.h#newcode24 components/crash/content/app/breakpad_linux.h:24: // Enables *micro*dump only. ...
5 years ago (2015-12-11 15:41:42 UTC) #4
mnaganov (inactive)
https://codereview.chromium.org/1518913002/diff/20001/components/crash/content/app/breakpad_linux.h File components/crash/content/app/breakpad_linux.h (right): https://codereview.chromium.org/1518913002/diff/20001/components/crash/content/app/breakpad_linux.h#newcode24 components/crash/content/app/breakpad_linux.h:24: // Enables *micro*dump only. Can be calleed from any ...
5 years ago (2015-12-11 16:21:04 UTC) #5
mnaganov (inactive)
rsesek@: PTAL components/crash
5 years ago (2015-12-11 16:21:34 UTC) #7
Robert Sesek
lgtm
5 years ago (2015-12-11 18:02:10 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1518913002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1518913002/40001
5 years ago (2015-12-11 18:12:41 UTC) #11
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-11 19:12:57 UTC) #13
commit-bot: I haz the power
5 years ago (2015-12-11 19:14:56 UTC) #15
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/412d1a272f9f7b68803ca5932e96049ae86171be
Cr-Commit-Position: refs/heads/master@{#364766}

Powered by Google App Engine
This is Rietveld 408576698