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

Issue 2394763004: Componentize parts of minidump uploading for use from WebView. (Closed)

Created:
4 years, 2 months ago by gsennton
Modified:
4 years, 2 months ago
CC:
chromium-reviews, sadrul, droger+watchlist_chromium.org, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, asvitkine+watch_chromium.org, kalyank, Tobias Sargeant, nyquist
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Componentize parts of minidump uploading for use from WebView. We want to be able to upload minidumps for WebView. To do this we will reuse some of the code in Chrome that handles minidump files on disk and the file for uploading minidump files. The current CL only moves minor utility classes to the new component - the rest of the componentization will be performed in another CL. BUG=652719 Committed: https://crrev.com/157e49c9cbbfc0691c3cd2440c6d9b3d50a63e87 Cr-Commit-Position: refs/heads/master@{#424395}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 4

Patch Set 3 : Remove formatting changes - this CL now only creates a new component + moves some util files. #

Patch Set 4 : Added README file to new component. #

Total comments: 8

Patch Set 5 : Minor changes - README and copyrights. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -58 lines) Patch
M chrome/android/BUILD.gn View 1 2 chunks +2 lines, -0 lines 0 comments Download
M chrome/android/java/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/crash/MinidumpUploadCallable.java View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/util/HttpURLConnectionFactory.java View 1 chunk +0 lines, -19 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/util/HttpURLConnectionFactoryImpl.java View 1 chunk +0 lines, -24 lines 0 comments Download
M chrome/android/java_sources.gni View 1 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/android/javatests/DEPS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/crash/MinidumpUploadCallableTest.java View 1 chunk +1 line, -1 line 0 comments Download
A + components/minidump_uploader/BUILD.gn View 1 chunk +6 lines, -5 lines 0 comments Download
A components/minidump_uploader/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A components/minidump_uploader/OWNERS View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A components/minidump_uploader/README.md View 1 2 3 4 1 chunk +8 lines, -0 lines 0 comments Download
A + components/minidump_uploader/android/java/src/org/chromium/components/minidump_uploader/util/HttpURLConnectionFactory.java View 1 2 3 4 2 chunks +2 lines, -3 lines 0 comments Download
A + components/minidump_uploader/android/java/src/org/chromium/components/minidump_uploader/util/HttpURLConnectionFactoryImpl.java View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 16 (4 generated)
gsennton
blundell@chromium.org for adding a new component (the changes in components/) mariakhomenko@chromium.org for chrome/android/ (and note ...
4 years, 2 months ago (2016-10-06 13:44:03 UTC) #2
blundell
As I noted on the design doc, I would like to see either: (1) We ...
4 years, 2 months ago (2016-10-07 06:58:19 UTC) #3
Ilya Sherman
It looks like there are a number of stray diffs introduced on lines that you're ...
4 years, 2 months ago (2016-10-07 07:08:39 UTC) #4
gsennton
WebView needs CrashFileManager and MinidumpUploadCallable. MinidumpUploadCallable uses HttpURLConnectionFactory[Impl] so the thought with this CL is ...
4 years, 2 months ago (2016-10-07 09:58:13 UTC) #5
blundell
new component lgtm Could you add a README.md to the new component explaining its purpose ...
4 years, 2 months ago (2016-10-07 13:16:28 UTC) #6
gsennton
On 2016/10/07 13:16:28, blundell wrote: > new component lgtm > > Could you add a ...
4 years, 2 months ago (2016-10-10 18:25:06 UTC) #7
Ilya Sherman
LGTM, thanks! https://codereview.chromium.org/2394763004/diff/60001/components/minidump_uploader/README.md File components/minidump_uploader/README.md (right): https://codereview.chromium.org/2394763004/diff/60001/components/minidump_uploader/README.md#newcode3 components/minidump_uploader/README.md:3: The minidump\_uploader component provides functionality for uploading ...
4 years, 2 months ago (2016-10-10 23:55:27 UTC) #8
Maria
lgtm https://codereview.chromium.org/2394763004/diff/60001/components/minidump_uploader/README.md File components/minidump_uploader/README.md (right): https://codereview.chromium.org/2394763004/diff/60001/components/minidump_uploader/README.md#newcode5 components/minidump_uploader/README.md:5: that is useful when debugging. Slight rewording suggestion: ...
4 years, 2 months ago (2016-10-11 04:15:11 UTC) #9
gsennton
Alright! Committing :) https://codereview.chromium.org/2394763004/diff/60001/components/minidump_uploader/README.md File components/minidump_uploader/README.md (right): https://codereview.chromium.org/2394763004/diff/60001/components/minidump_uploader/README.md#newcode3 components/minidump_uploader/README.md:3: The minidump\_uploader component provides functionality for ...
4 years, 2 months ago (2016-10-11 08:27:57 UTC) #10
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/2394763004/80001
4 years, 2 months ago (2016-10-11 08:28:25 UTC) #13
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 2 months ago (2016-10-11 09:24:13 UTC) #14
commit-bot: I haz the power
4 years, 2 months ago (2016-10-11 09:25:53 UTC) #16
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/157e49c9cbbfc0691c3cd2440c6d9b3d50a63e87
Cr-Commit-Position: refs/heads/master@{#424395}

Powered by Google App Engine
This is Rietveld 408576698