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

Issue 821483002: Change 'bool world_readable' to an enum (Closed)

Created:
6 years ago by scottmg
Modified:
6 years ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

Change 'bool world_readable' to an enum More clear at callsites, and relatively important not to accidentally choose the wrong one. R=mark@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/68658657739a01fd764e34d7946b6ee5d122e2d1

Patch Set 1 #

Total comments: 4

Patch Set 2 : fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -12 lines) Patch
M tools/generate_dump.cc View 1 chunk +1 line, -1 line 0 comments Download
M util/file/file_io.h View 1 2 chunks +14 lines, -5 lines 0 comments Download
M util/file/file_io_posix.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M util/file/file_io_win.cc View 1 chunk +1 line, -1 line 0 comments Download
M util/file/file_writer.h View 1 chunk +1 line, -1 line 0 comments Download
M util/file/file_writer.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scottmg
6 years ago (2014-12-19 23:20:34 UTC) #2
Mark Mentovai
LGTM. This is better. https://codereview.chromium.org/821483002/diff/20001/util/file/file_io.h File util/file/file_io.h (right): https://codereview.chromium.org/821483002/diff/20001/util/file/file_io.h#newcode178 util/file/file_io.h:178: //! open the file. On ...
6 years ago (2014-12-19 23:26:33 UTC) #3
scottmg
https://codereview.chromium.org/821483002/diff/20001/util/file/file_io.h File util/file/file_io.h (right): https://codereview.chromium.org/821483002/diff/20001/util/file/file_io.h#newcode178 util/file/file_io.h:178: //! open the file. On POSIX, \a permissions determines ...
6 years ago (2014-12-19 23:33:14 UTC) #4
Mark Mentovai
Thanks, I’ve been meaning to figure out which of the various bin-pack options controls this.
6 years ago (2014-12-19 23:34:04 UTC) #5
scottmg
6 years ago (2014-12-19 23:35:34 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as
68658657739a01fd764e34d7946b6ee5d122e2d1 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698