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

Issue 12321062: base: Move MemoryMappedFile out of file_util.h and into its own header file. (Closed)

Created:
7 years, 10 months ago by tfarina
Modified:
7 years, 9 months ago
CC:
chromium-reviews, grt+watch_chromium.org, rpetterson, jam, rouslan+spellwatch_chromium.org, sail+watch_chromium.org, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, darin-cc_chromium.org, apatrick_chromium, groby+spellwatch_chromium.org, robertshield, erikwright+watch_chromium.org, amit, jshin+watch_chromium.org, erikwright (departed), tommi (sloooow) - chröme, Ami GONE FROM CHROMIUM, Ben Goodger (Google)
Visibility:
Public.

Description

Patch Set 1 : #

Patch Set 2 : rm forward declaration #

Patch Set 3 : fix1 #

Patch Set 4 : fix2 #

Patch Set 5 : fix3 #

Patch Set 6 : fix4 #

Patch Set 7 : AsUTF8Unsafe #

Patch Set 8 : fix chrome_frame #

Total comments: 2

Patch Set 9 : rm unnecessary file_util.h include #

Patch Set 10 : fix chrome_frame2 #

Total comments: 1

Patch Set 11 : chrome_frame fix #

Patch Set 12 : fix chrome_frame #

Patch Set 13 : rebase #

Patch Set 14 : fix chrome_frame again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+335 lines, -264 lines) Patch
M base/base.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +4 lines, -0 lines 0 comments Download
M base/file_util.h View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -53 lines 0 comments Download
M base/file_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -50 lines 0 comments Download
M base/file_util_posix.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -40 lines 0 comments Download
M base/file_util_win.cc View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +0 lines, -76 lines 0 comments Download
A base/files/memory_mapped_file.h View 1 chunk +76 lines, -0 lines 0 comments Download
A base/files/memory_mapped_file.cc View 1 2 3 4 5 6 1 chunk +58 lines, -0 lines 0 comments Download
A base/files/memory_mapped_file_posix.cc View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A base/files/memory_mapped_file_win.cc View 1 2 3 4 5 6 1 chunk +87 lines, -0 lines 0 comments Download
M base/i18n/icu_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M base/test/test_file_util_mac.cc View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/spellchecker/spellcheck_hunspell_dictionary.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/installer/test/resource_updater.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M chrome/installer/util/move_tree_work_item_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M chrome/renderer/spellchecker/hunspell_engine.h View 3 chunks +8 lines, -7 lines 0 comments Download
M chrome/renderer/spellchecker/hunspell_engine.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/renderer/spellchecker/spellcheck.h View 1 1 chunk +0 lines, -4 lines 0 comments Download
M chrome_frame/test/navigation_test.cc View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M chrome_frame/test/test_server.h View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -2 lines 0 comments Download
M chrome_frame/test/test_server.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +3 lines, -2 lines 0 comments Download
M chrome_frame/test/test_with_web_server.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M chrome_frame/test/ui_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M content/common/gpu/media/h264_parser_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/hyphenator/hyphenator.h View 2 chunks +2 lines, -2 lines 0 comments Download
M content/renderer/hyphenator/hyphenator.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M courgette/ensemble_apply.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M media/ffmpeg/ffmpeg_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M media/filters/file_data_source.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M media/test/ffmpeg_tests/ffmpeg_tests.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M media/tools/media_bench/media_bench.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -1 line 0 comments Download
M ui/base/resource/data_pack.h View 2 chunks +2 lines, -5 lines 0 comments Download
M ui/base/resource/data_pack.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M webkit/plugins/npapi/plugin_list_win.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
tfarina
A gift for you :) Please, take a look. Thanks,
7 years, 10 months ago (2013-02-21 22:36:06 UTC) #1
brettw
Yay! https://codereview.chromium.org/12321062/diff/8002/chrome/installer/test/resource_updater.cc File chrome/installer/test/resource_updater.cc (right): https://codereview.chromium.org/12321062/diff/8002/chrome/installer/test/resource_updater.cc#newcode10 chrome/installer/test/resource_updater.cc:10: #include "base/file_util.h" I wonder if you checked whether ...
7 years, 10 months ago (2013-02-22 21:28:15 UTC) #2
tfarina
https://codereview.chromium.org/12321062/diff/8002/chrome/installer/test/resource_updater.cc File chrome/installer/test/resource_updater.cc (right): https://codereview.chromium.org/12321062/diff/8002/chrome/installer/test/resource_updater.cc#newcode10 chrome/installer/test/resource_updater.cc:10: #include "base/file_util.h" On 2013/02/22 21:28:15, brettw wrote: > I ...
7 years, 10 months ago (2013-02-22 22:58:53 UTC) #3
brettw
https://codereview.chromium.org/12321062/diff/1060/base/files/memory_mapped_file_win.cc File base/files/memory_mapped_file_win.cc (right): https://codereview.chromium.org/12321062/diff/1060/base/files/memory_mapped_file_win.cc#newcode29 base/files/memory_mapped_file_win.cc:29: DLOG(ERROR) << "Couldn't open " << file_name.AsUTF8Unsafe(); It's not ...
7 years, 10 months ago (2013-02-22 23:02:56 UTC) #4
tfarina
On 2013/02/22 23:02:56, brettw wrote: > https://codereview.chromium.org/12321062/diff/1060/base/files/memory_mapped_file_win.cc > File base/files/memory_mapped_file_win.cc (right): > > https://codereview.chromium.org/12321062/diff/1060/base/files/memory_mapped_file_win.cc#newcode29 > ...
7 years, 10 months ago (2013-02-22 23:05:18 UTC) #5
brettw
lgtm
7 years, 10 months ago (2013-02-22 23:27:39 UTC) #6
brettw
BTW if you do a move and change anything in the future other than just ...
7 years, 10 months ago (2013-02-22 23:28:08 UTC) #7
tfarina
TBRing the following owners for the respective directories: chrome_frame -> erikwright courgette -> tommi media ...
7 years, 10 months ago (2013-02-23 01:58:58 UTC) #8
Ami GONE FROM CHROMIUM
LGTM for *media*
7 years, 10 months ago (2013-02-23 02:01:36 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/12321062/10064
7 years, 10 months ago (2013-02-24 18:08:37 UTC) #10
commit-bot: I haz the power
Failed to apply patch for base/i18n/icu_util.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 10 months ago (2013-02-24 18:08:44 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/12321062/5048
7 years, 10 months ago (2013-02-24 18:19:28 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/12321062/8016
7 years, 10 months ago (2013-02-24 19:48:07 UTC) #13
commit-bot: I haz the power
Change committed as 184356
7 years, 10 months ago (2013-02-24 21:55:49 UTC) #14
tommi (sloooow) - chröme
belated lgtm for courgette.
7 years, 10 months ago (2013-02-25 12:49:01 UTC) #15
Ben Goodger (Google)
7 years, 9 months ago (2013-02-25 16:04:02 UTC) #16
Message was sent while issue was closed.
ui lgtm

Powered by Google App Engine
This is Rietveld 408576698