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

Issue 6623015: Add a path for a web page to request the enumeration of a directory. This, t... (Closed)

Created:
9 years, 9 months ago by John Gregg
Modified:
9 years ago
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Add a path for a web page to request the enumeration of a directory. This, together with a WebKit change, will allow a drag-and-drop on a Directory Upload control (<input type=file webkitdirectory>) which provides only the path to the renderer, to correctly populate the control as if the user had selected that directory in a file picker. BUG=58977 TEST=drag-and-drop on directory upload control (with upstream change) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81183

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 1

Patch Set 4 : '' #

Patch Set 5 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+263 lines, -39 lines) Patch
M base/platform_file.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/file_select_helper.h View 1 2 3 4 7 chunks +55 lines, -15 lines 0 comments Download
M chrome/browser/file_select_helper.cc View 1 2 3 4 8 chunks +80 lines, -23 lines 0 comments Download
M content/browser/child_process_security_policy.h View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download
M content/browser/child_process_security_policy.cc View 1 2 3 3 chunks +16 lines, -0 lines 0 comments Download
M content/browser/child_process_security_policy_unittest.cc View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host.h View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host.cc View 1 2 3 2 chunks +18 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 2 chunks +13 lines, -0 lines 0 comments Download
M content/renderer/render_view.h View 1 2 3 3 chunks +8 lines, -0 lines 0 comments Download
M content/renderer/render_view.cc View 1 2 3 3 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
John Gregg
jcivelli: Please review file_select_helper changes. Basically I am changing from one directory enumeration following a ...
9 years, 9 months ago (2011-03-04 19:11:15 UTC) #1
jam
-I don't see you checking that the renderer supplied directory was known by the browser ...
9 years, 9 months ago (2011-03-04 21:35:46 UTC) #2
John Gregg
On 2011/03/04 21:35:46, John Abd-El-Malek wrote: > -I don't see you checking that the renderer ...
9 years, 9 months ago (2011-03-04 21:44:16 UTC) #3
jam
On Fri, Mar 4, 2011 at 1:44 PM, <johnnyg@chromium.org> wrote: > On 2011/03/04 21:35:46, John ...
9 years, 9 months ago (2011-03-04 22:01:19 UTC) #4
jschuh
On 2011/03/04 22:01:19, John Abd-El-Malek wrote: > On Fri, Mar 4, 2011 at 1:44 PM, ...
9 years, 9 months ago (2011-03-07 17:07:48 UTC) #5
Jay Civelli
file_selected.[h, cc] LGTM http://codereview.chromium.org/6623015/diff/6005/chrome/browser/file_select_helper.h File chrome/browser/file_select_helper.h (right): http://codereview.chromium.org/6623015/diff/6005/chrome/browser/file_select_helper.h#newcode83 chrome/browser/file_select_helper.h:83: int error); Nit: this can fit ...
9 years, 9 months ago (2011-03-07 17:27:12 UTC) #6
John Gregg
Please take another look for the security policy and refactored IPC implementation
9 years, 8 months ago (2011-03-30 00:40:31 UTC) #7
John Gregg
ping? On 2011/03/30 00:40:31, John Gregg wrote: > Please take another look for the security ...
9 years, 8 months ago (2011-04-04 19:17:14 UTC) #8
mprocopio
Hi reviewers, Mike here on the Google Docs team. Thanks in advance for your help ...
9 years, 8 months ago (2011-04-06 19:19:44 UTC) #9
jam
the multi-proc stuff looks good to me, as well as the security stuff, but best ...
9 years, 8 months ago (2011-04-07 22:13:18 UTC) #10
jschuh
I'm still excavating myself from a pile that built up over my vacation last week. ...
9 years, 8 months ago (2011-04-07 23:28:04 UTC) #11
mprocopio
Thanks, everyone! On 2011/04/07 23:28:04, Justin Schuh wrote: > I'm still excavating myself from a ...
9 years, 8 months ago (2011-04-09 01:45:55 UTC) #12
jschuh
9 years, 8 months ago (2011-04-11 16:12:52 UTC) #13
SGTM on the security end.

Powered by Google App Engine
This is Rietveld 408576698