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

Issue 1842113002: Refactor sym_upload in tools to extract code into common/linux, and minor fixes (Closed)

Created:
4 years, 8 months ago by lyan
Modified:
4 years, 8 months ago
Reviewers:
mmandlis
CC:
google-breakpad-dev_googlegroups.com
Base URL:
https://chromium.googlesource.com/breakpad/breakpad.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Refactor sym_upload in tools to extract code into common/linux, and minor fixes to code calling libcurl. This change may be used to build a tool to dump and upload symbols with multi-thread. BUG= R=mmandlis@chromium.org CC=google-breakpad-dev@googlegroups.com Committed: https://chromium.googlesource.com/breakpad/breakpad/+/c77c51fae6796fbe86ecafd6136ef9503251c035

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix indentation #

Patch Set 3 : one more fix indent #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -323 lines) Patch
M Makefile.am View 2 chunks +3 lines, -0 lines 0 comments Download
M Makefile.in View 14 chunks +42 lines, -44 lines 0 comments Download
M aclocal.m4 View 27 chunks +35 lines, -38 lines 0 comments Download
M src/common/linux/http_upload.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/common/linux/http_upload.cc View 3 chunks +14 lines, -1 line 0 comments Download
A + src/common/linux/symbol_upload.h View 2 chunks +20 lines, -14 lines 0 comments Download
A + src/common/linux/symbol_upload.cc View 1 2 6 chunks +16 lines, -98 lines 0 comments Download
M src/tools/linux/symupload/sym_upload.cc View 2 chunks +3 lines, -128 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
lyan
4 years, 8 months ago (2016-03-30 18:04:45 UTC) #1
mmandlis
lgtm https://codereview.chromium.org/1842113002/diff/1/src/common/linux/symbol_upload.cc File src/common/linux/symbol_upload.cc (right): https://codereview.chromium.org/1842113002/diff/1/src/common/linux/symbol_upload.cc#newcode46 src/common/linux/symbol_upload.cc:46: int c, std::vector<string> *results) { nit, please, fix ...
4 years, 8 months ago (2016-03-30 18:34:40 UTC) #2
lyan
Both done. Thanks for spotting misaligned. On 2016/03/30 18:34:40, mmandlis wrote: > lgtm > > ...
4 years, 8 months ago (2016-03-30 18:40:55 UTC) #3
lyan
On 2016/03/30 18:40:55, lyan wrote: > Both done. Thanks for spotting misaligned. > > On ...
4 years, 8 months ago (2016-03-30 18:43:18 UTC) #4
lyan
fixed indentation.
4 years, 8 months ago (2016-03-30 20:25:48 UTC) #5
lyan
4 years, 8 months ago (2016-03-30 20:46:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
c77c51fae6796fbe86ecafd6136ef9503251c035 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698