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

Issue 199843002: Require PLATFORM_FILE_BACKUP_SEMANTICS to open a directory (Closed)

Created:
6 years, 9 months ago by jschuh
Modified:
6 years, 9 months ago
CC:
chromium-reviews, erikwright+watch_chromium.org
Visibility:
Public.

Description

Require PLATFORM_FILE_BACKUP_SEMANTICS to open a directory BUG=352429 R=cpu,brettw TBR=brettw NOTRY=true NOTREECHECKS=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=256975

Patch Set 1 #

Total comments: 2

Patch Set 2 : nit #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -0 lines) Patch
M base/platform_file_win.cc View 1 1 chunk +14 lines, -0 lines 1 comment Download

Messages

Total messages: 11 (0 generated)
jschuh
ptal
6 years, 9 months ago (2014-03-14 02:19:57 UTC) #1
Peter Kasting
https://codereview.chromium.org/199843002/diff/1/base/platform_file_win.cc File base/platform_file_win.cc (right): https://codereview.chromium.org/199843002/diff/1/base/platform_file_win.cc#newcode89 base/platform_file_win.cc:89: if (INVALID_HANDLE_VALUE != file){ Drive-by: Please write (file != ...
6 years, 9 months ago (2014-03-14 02:23:10 UTC) #2
cpu_(ooo_6.6-7.5)
lgtm
6 years, 9 months ago (2014-03-14 02:23:25 UTC) #3
jschuh
The CQ bit was checked by jschuh@chromium.org
6 years, 9 months ago (2014-03-14 02:55:09 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jschuh@chromium.org/199843002/20001
6 years, 9 months ago (2014-03-14 02:55:43 UTC) #5
commit-bot: I haz the power
Change committed as 256975
6 years, 9 months ago (2014-03-14 02:57:09 UTC) #6
Peter Kasting
https://codereview.chromium.org/199843002/diff/20001/base/platform_file_win.cc File base/platform_file_win.cc (right): https://codereview.chromium.org/199843002/diff/20001/base/platform_file_win.cc#newcode89 base/platform_file_win.cc:89: if (INVALID_HANDLE_VALUE != file){ You didn't correct this style ...
6 years, 9 months ago (2014-03-14 02:58:19 UTC) #7
rvargas (doing something else)
Note that PlatformFile (and by extension CreateXXPlatformFile) is a deprecated API (still used, but less ...
6 years, 9 months ago (2014-03-17 23:44:04 UTC) #8
jschuh
On 2014/03/17 23:44:04, rvargas wrote: > Note that PlatformFile (and by extension CreateXXPlatformFile) is a ...
6 years, 9 months ago (2014-03-18 14:29:19 UTC) #9
rvargas (doing something else)
On 2014/03/18 14:29:19, Justin Schuh wrote: > On 2014/03/17 23:44:04, rvargas wrote: > > Note ...
6 years, 9 months ago (2014-03-18 17:32:52 UTC) #10
jschuh
6 years, 9 months ago (2014-03-18 19:21:23 UTC) #11
Message was sent while issue was closed.
On 2014/03/18 17:32:52, rvargas wrote:
> On 2014/03/18 14:29:19, Justin Schuh wrote:
> > On 2014/03/17 23:44:04, rvargas wrote:
> > > Note that PlatformFile (and by extension CreateXXPlatformFile) is a
> deprecated
> > > API (still used, but less each day).
> > > 
> > > You want to change file_win.h
> > 
> > Was that maybe the wrong file nae? I don't see a file_win.h in the repo
> > anywhere.
> 
> Yes, it was. base/files/file_win.cc :(

Thanks. I had no idea that even existed.

Powered by Google App Engine
This is Rietveld 408576698