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

Issue 14749003: Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble (Closed)

Created:
7 years, 7 months ago by Yusuke Sato
Modified:
7 years, 7 months ago
Reviewers:
brettw
CC:
chromium-reviews, erikwright+watch_chromium.org, jshin+watch_chromium.org, sail+watch_chromium.org
Visibility:
Public.

Description

Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble. BUG=None TEST=new tests added Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=198001

Patch Set 1 : #

Total comments: 2

Patch Set 2 : address review comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+88 lines, -21 lines) Patch
M base/base.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M base/process_util_mac.mm View 2 chunks +1 line, -19 lines 0 comments Download
A base/scoped_clear_errno.h View 1 1 chunk +34 lines, -0 lines 0 comments Download
A base/scoped_clear_errno_unittest.cc View 1 1 chunk +30 lines, -0 lines 0 comments Download
M base/stringprintf.cc View 2 chunks +2 lines, -1 line 0 comments Download
M base/stringprintf_unittest.cc View 2 chunks +12 lines, -0 lines 0 comments Download
M base/strings/string_number_conversions.cc View 2 chunks +4 lines, -1 line 0 comments Download
M base/strings/string_number_conversions_unittest.cc View 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Yusuke Sato
Brett, could you have a look at this? This CL adds errno restoring code to ...
7 years, 7 months ago (2013-05-02 14:58:25 UTC) #1
brettw
LGTM https://codereview.chromium.org/14749003/diff/7003/base/scoped_clear_errno.h File base/scoped_clear_errno.h (right): https://codereview.chromium.org/14749003/diff/7003/base/scoped_clear_errno.h#newcode12 base/scoped_clear_errno.h:12: // Simple scoper that saves the current value ...
7 years, 7 months ago (2013-05-02 18:30:18 UTC) #2
Yusuke Sato
https://codereview.chromium.org/14749003/diff/7003/base/scoped_clear_errno.h File base/scoped_clear_errno.h (right): https://codereview.chromium.org/14749003/diff/7003/base/scoped_clear_errno.h#newcode12 base/scoped_clear_errno.h:12: // Simple scoper that saves the current value of ...
7 years, 7 months ago (2013-05-02 18:50:31 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusukes@chromium.org/14749003/51001
7 years, 7 months ago (2013-05-02 18:56:46 UTC) #4
commit-bot: I haz the power
7 years, 7 months ago (2013-05-02 23:06:27 UTC) #5
Message was sent while issue was closed.
Change committed as 198001

Powered by Google App Engine
This is Rietveld 408576698