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

Issue 11437: Port directory lister so test shell can view file directories. (Closed)

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

Description

Port directory lister so test shell can view file directories. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=5725

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+182 lines, -132 lines) Patch
M base/file_util.h View 1 2 3 4 4 chunks +14 lines, -0 lines 0 comments Download
M base/file_util_posix.cc View 1 2 3 4 3 chunks +29 lines, -19 lines 0 comments Download
M base/file_util_win.cc View 1 2 3 4 1 chunk +9 lines, -0 lines 0 comments Download
M net/base/directory_lister.h View 1 2 3 4 4 chunks +18 lines, -12 lines 0 comments Download
M net/base/directory_lister.cc View 1 2 3 4 5 chunks +51 lines, -61 lines 0 comments Download
M net/base/net_util.h View 1 2 3 4 2 chunks +6 lines, -5 lines 0 comments Download
M net/base/net_util.cc View 1 2 3 4 5 5 chunks +17 lines, -8 lines 0 comments Download
M net/net_lib.scons View 1 2 3 4 1 chunk +0 lines, -2 lines 0 comments Download
M net/url_request/url_request_file_dir_job.h View 1 2 3 4 2 chunks +6 lines, -4 lines 0 comments Download
M net/url_request/url_request_file_dir_job.cc View 1 2 3 4 5 chunks +28 lines, -14 lines 0 comments Download
M net/url_request/url_request_file_job.cc View 1 2 3 4 2 chunks +0 lines, -4 lines 0 comments Download
M net/url_request/url_request_ftp_job.cc View 1 2 3 4 3 chunks +4 lines, -3 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Evan Stade
This doesn't get it working yet, but it's closer. http://codereview.chromium.org/11437/diff/1/5 File net/base/directory_lister.cc (left): http://codereview.chromium.org/11437/diff/1/5#oldcode88 Line ...
12 years, 1 month ago (2008-11-18 02:22:00 UTC) #1
Evan Stade
OK I take it back. This does get it working.
12 years, 1 month ago (2008-11-18 03:27:49 UTC) #2
tony
The net_util and url_request changes LGTM. A couple nits below. http://codereview.chromium.org/11437/diff/213/218 File net/base/net_util.cc (right): http://codereview.chromium.org/11437/diff/213/218#newcode810 ...
12 years, 1 month ago (2008-11-18 04:41:17 UTC) #3
ibrar
Hi Evan, Actually I have done the same work and planning to upload it. But ...
12 years, 1 month ago (2008-11-18 07:40:45 UTC) #4
Evan Stade
thanks for the comments Ibrar. http://codereview.chromium.org/11437/diff/213/217 File net/base/directory_lister.cc (right): http://codereview.chromium.org/11437/diff/213/217#newcode35 Line 35: DirectoryLister::DirectoryLister(const std::wstring& dir, ...
12 years, 1 month ago (2008-11-18 19:01:09 UTC) #5
Dean McNamee
just skimmed http://codereview.chromium.org/11437/diff/50/58 File base/file_util_win.cc (right): http://codereview.chromium.org/11437/diff/50/58#newcode634 Line 634: memcpy(info, &find_data_, sizeof(WIN32_FIND_DATA)); sizeof(*info) ? http://codereview.chromium.org/11437/diff/50/54 ...
12 years, 1 month ago (2008-11-19 01:58:52 UTC) #6
darin (slow to review)
http://codereview.chromium.org/11437/diff/50/59 File base/file_util.h (right): http://codereview.chromium.org/11437/diff/50/59#newcode333 Line 333: } FileInfo; hrm... notice that there is another ...
12 years, 1 month ago (2008-11-19 02:11:49 UTC) #7
Evan Stade
http://codereview.chromium.org/11437/diff/50/59 File base/file_util.h (right): http://codereview.chromium.org/11437/diff/50/59#newcode333 Line 333: } FileInfo; On 2008/11/19 02:11:49, darin wrote: > ...
12 years, 1 month ago (2008-11-19 04:07:57 UTC) #8
Evan Stade
FileEnumerator::FileInfo --> FileEnumerator::FindInfo
12 years, 1 month ago (2008-11-19 19:04:53 UTC) #9
Evan Stade
Added LOG(INFO) message. ping
12 years, 1 month ago (2008-11-19 22:38:08 UTC) #10
Evan Martin
12 years, 1 month ago (2008-11-19 23:00:51 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld 408576698