Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(18)

Issue 7714002: GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by gunsch
Modified:
9 years, 8 months ago
Reviewers:
Mark Mentovai, lcwu
CC:
gfhuang_chromium.org, google-breakpad-dev_googlegroups.com
Base URL:
http://google-breakpad.googlecode.com/svn/trunk/src/
Visibility:
Public.

Description

GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.

Patch Set 1 #

Patch Set 2 : rename to server_response to match LibcurlWrapper #

Total comments: 1

Patch Set 3 : GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response. #

Total comments: 6

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats Patch
M src/client/linux/sender/google_crash_report_sender.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M src/common/linux/google_crashdump_uploader.cc View 1 2 3 2 chunks +6 lines, -2 lines 0 comments Download
M src/common/linux/google_crashdump_uploader.h View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M src/common/linux/google_crashdump_uploader_test.cc View 1 2 3 4 5 10 chunks +12 lines, -11 lines 0 comments Download
M src/common/linux/libcurl_wrapper.cc View 1 2 3 4 4 chunks +20 lines, -3 lines 0 comments Download
M src/common/linux/libcurl_wrapper.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 11
gunsch
FYI: this is my first CL sent over to Breakpad, apologies if I sent anything ...
9 years, 8 months ago #1
Mark Mentovai
Please use mark@chromium.org (fixed). What’s “response?” It’s just a string. Is it just the response ...
9 years, 8 months ago #2
gunsch
On 2014/09/16 18:39:54, Mark Mentovai wrote: > Please use mailto:mark@chromium.org (fixed). > > What’s “response?” ...
9 years, 8 months ago #3
Mark Mentovai
OK, then the parameter should at least be called http_response_body. But I don’t know how ...
9 years, 8 months ago #4
lcwu
https://breakpad.appspot.com/7714002/diff/30002/google_crashdump_uploader.cc File google_crashdump_uploader.cc (right): https://breakpad.appspot.com/7714002/diff/30002/google_crashdump_uploader.cc#newcode166 google_crashdump_uploader.cc:166: return Upload(&server_response); Since the original behavior of Upload() is ...
9 years, 8 months ago #5
gunsch
GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.
9 years, 8 months ago #6
gunsch
On 2014/09/17 22:19:28, gunsch wrote: > GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response. ...
9 years, 8 months ago #7
Mark Mentovai
https://breakpad.appspot.com/7714002/diff/80001/src/common/linux/google_crashdump_uploader.h File src/common/linux/google_crashdump_uploader.h (right): https://breakpad.appspot.com/7714002/diff/80001/src/common/linux/google_crashdump_uploader.h#newcode82 src/common/linux/google_crashdump_uploader.h:82: bool Upload(); Is this even needed anymore? Don’t we ...
9 years, 8 months ago #8
gunsch
https://breakpad.appspot.com/7714002/diff/80001/src/common/linux/google_crashdump_uploader.h File src/common/linux/google_crashdump_uploader.h (right): https://breakpad.appspot.com/7714002/diff/80001/src/common/linux/google_crashdump_uploader.h#newcode82 src/common/linux/google_crashdump_uploader.h:82: bool Upload(); On 2014/09/17 22:47:29, Mark Mentovai wrote: > ...
9 years, 8 months ago #9
lcwu
On 2014/09/17 23:38:10, gunsch wrote: > https://breakpad.appspot.com/7714002/diff/80001/src/common/linux/google_crashdump_uploader.h > File src/common/linux/google_crashdump_uploader.h (right): > > https://breakpad.appspot.com/7714002/diff/80001/src/common/linux/google_crashdump_uploader.h#newcode82 > ...
9 years, 8 months ago #10
Mark Mentovai
9 years, 8 months ago #11
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld 1004:630ec63f810e-tainted