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

Issue 812593005: Add LoggingSeekFile (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

Add LoggingSeekFile As the whence values are "helpfully" available in windows.h as well ( http://msdn.microsoft.com/en-us/library/windows/desktop/dd757336(v=vs.85).aspx ) don't bother inventing a new enum. Add implementations for POSIX and Win32. R=mark@chromium.org BUG=crashpad:1 Committed: https://chromium.googlesource.com/crashpad/crashpad/+/384497475a5e0002d2af6a80cd75ee6d3cd69644

Patch Set 1 #

Patch Set 2 : . #

Total comments: 6

Patch Set 3 : SetFilePointerEx #

Unified diffs Side-by-side diffs Delta from patch set Stats (+53 lines, -0 lines) Patch
M util/file/file_io.h View 1 2 2 chunks +19 lines, -0 lines 0 comments Download
M util/file/file_io_posix.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M util/file/file_io_win.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (1 generated)
scottmg
6 years ago (2014-12-19 05:56:51 UTC) #2
Mark Mentovai
LGTM https://codereview.chromium.org/812593005/diff/40001/util/file/file_io_win.cc File util/file/file_io_win.cc (right): https://codereview.chromium.org/812593005/diff/40001/util/file/file_io_win.cc#newcode107 util/file/file_io_win.cc:107: CHECK(whence == SEEK_SET || whence == SEEK_CUR || ...
6 years ago (2014-12-19 14:51:01 UTC) #3
scottmg
https://codereview.chromium.org/812593005/diff/40001/util/file/file_io_win.cc File util/file/file_io_win.cc (right): https://codereview.chromium.org/812593005/diff/40001/util/file/file_io_win.cc#newcode107 util/file/file_io_win.cc:107: CHECK(whence == SEEK_SET || whence == SEEK_CUR || whence ...
6 years ago (2014-12-19 17:57:23 UTC) #4
Mark Mentovai
LGTM
6 years ago (2014-12-19 18:44:17 UTC) #5
scottmg
6 years ago (2014-12-19 18:45:28 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 (id:60001) manually as
384497475a5e0002d2af6a80cd75ee6d3cd69644 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698