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

Issue 14073: Implement the memory mapped file class for posix. (Closed)

Created:
12 years ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Implement the memory mapped file class for posix. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=6935

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -27 lines) Patch
M base/file_util.h View 3 chunks +8 lines, -6 lines 0 comments Download
M base/file_util.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M base/file_util_posix.cc View 3 chunks +40 lines, -0 lines 1 comment Download
M base/file_util_win.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M chrome/browser/spellchecker.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
Evan Stade
Follow up to http://codereview.chromium.org/14041/show . Includes Brett's capitalization changes.
12 years ago (2008-12-12 21:23:10 UTC) #1
brettw
LGTM for the incredibly complicated case changes.
12 years ago (2008-12-12 21:25:37 UTC) #2
Peter Kasting
LGTM http://codereview.chromium.org/14073/diff/1/4 File base/file_util_posix.cc (right): http://codereview.chromium.org/14073/diff/1/4#newcode505 Line 505: data_ = static_cast<uint8*>(mmap(NULL, length_, PROT_READ, MAP_SHARED, Super-tiny ...
12 years ago (2008-12-12 21:27:49 UTC) #3
tommi (sloooow) - chröme
12 years ago (2008-12-12 21:45:59 UTC) #4
LGTM - sorry I lgtm-ed the other change again by mistake :)

Powered by Google App Engine
This is Rietveld 408576698