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

Issue 637873006: Add a flag to show if the FileChooserCompletion needs local paths or not. (Closed)

Created:
6 years, 2 months ago by hirono
Modified:
6 years, 2 months ago
Reviewers:
tkent
CC:
blink-reviews, dglazkov+blink, tzik, kinuko+fileapi, nhiroki, mkwst+moarreviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Add a flag to show if the FileChooserCompletion needs local paths or not. BUG=126902 TEST=None Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183798

Patch Set 1 #

Total comments: 7

Patch Set 2 : Fixed. #

Total comments: 7

Patch Set 3 : Add default value. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -0 lines) Patch
M Source/web/ChromeClientImpl.cpp View 1 1 chunk +1 line, -0 lines 0 comments Download
M public/web/WebFileChooserParams.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 14 (2 generated)
hirono
PTAL the CL? The flag will be needed to let FileChooserCompletion handle non-native files that ...
6 years, 2 months ago (2014-10-15 08:45:13 UTC) #2
tkent
https://codereview.chromium.org/637873006/diff/1/Source/web/ChromeClientImpl.cpp File Source/web/ChromeClientImpl.cpp (right): https://codereview.chromium.org/637873006/diff/1/Source/web/ChromeClientImpl.cpp#newcode617 Source/web/ChromeClientImpl.cpp:617: params.needLocalPath = !fileChooser->settings().allowsDirectoryUpload; I don't understand why directory-upload doesn't ...
6 years, 2 months ago (2014-10-15 08:58:13 UTC) #3
hirono
Thank you! https://codereview.chromium.org/637873006/diff/1/Source/web/ChromeClientImpl.cpp File Source/web/ChromeClientImpl.cpp (right): https://codereview.chromium.org/637873006/diff/1/Source/web/ChromeClientImpl.cpp#newcode617 Source/web/ChromeClientImpl.cpp:617: params.needLocalPath = !fileChooser->settings().allowsDirectoryUpload; On 2014/10/15 08:58:12, tkent ...
6 years, 2 months ago (2014-10-15 09:26:51 UTC) #4
tkent
https://codereview.chromium.org/637873006/diff/1/public/web/WebFileChooserParams.h File public/web/WebFileChooserParams.h (right): https://codereview.chromium.org/637873006/diff/1/public/web/WebFileChooserParams.h#newcode76 public/web/WebFileChooserParams.h:76: // local path specifies false to the flag. On ...
6 years, 2 months ago (2014-10-16 00:39:02 UTC) #5
hirono
https://codereview.chromium.org/637873006/diff/20001/Source/web/ChromeClientImpl.cpp File Source/web/ChromeClientImpl.cpp (right): https://codereview.chromium.org/637873006/diff/20001/Source/web/ChromeClientImpl.cpp#newcode617 Source/web/ChromeClientImpl.cpp:617: params.needLocalPath = fileChooser->settings().allowsDirectoryUpload; On 2014/10/16 00:39:02, tkent wrote: > ...
6 years, 2 months ago (2014-10-16 06:45:07 UTC) #6
tkent
https://codereview.chromium.org/637873006/diff/20001/Source/web/ChromeClientImpl.cpp File Source/web/ChromeClientImpl.cpp (right): https://codereview.chromium.org/637873006/diff/20001/Source/web/ChromeClientImpl.cpp#newcode617 Source/web/ChromeClientImpl.cpp:617: params.needLocalPath = fileChooser->settings().allowsDirectoryUpload; On 2014/10/16 06:45:07, hirono wrote: > ...
6 years, 2 months ago (2014-10-16 07:50:30 UTC) #7
hirono
https://codereview.chromium.org/637873006/diff/20001/Source/web/ChromeClientImpl.cpp File Source/web/ChromeClientImpl.cpp (right): https://codereview.chromium.org/637873006/diff/20001/Source/web/ChromeClientImpl.cpp#newcode617 Source/web/ChromeClientImpl.cpp:617: params.needLocalPath = fileChooser->settings().allowsDirectoryUpload; On 2014/10/16 07:50:30, tkent wrote: > ...
6 years, 2 months ago (2014-10-16 07:52:45 UTC) #8
hirono
On 2014/10/16 07:52:45, hirono wrote: > https://codereview.chromium.org/637873006/diff/20001/Source/web/ChromeClientImpl.cpp > File Source/web/ChromeClientImpl.cpp (right): > > https://codereview.chromium.org/637873006/diff/20001/Source/web/ChromeClientImpl.cpp#newcode617 > ...
6 years, 2 months ago (2014-10-16 07:54:28 UTC) #9
tkent
lgtm. > Also PTAL the design doc for the entire design. - http://goo.gl/NUuNxG No. It ...
6 years, 2 months ago (2014-10-16 07:59:52 UTC) #10
hirono
On 2014/10/16 07:59:52, tkent wrote: > lgtm. > > > Also PTAL the design doc ...
6 years, 2 months ago (2014-10-16 08:03:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/637873006/40001
6 years, 2 months ago (2014-10-16 08:03:53 UTC) #13
commit-bot: I haz the power
6 years, 2 months ago (2014-10-16 09:54:08 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as 183798

Powered by Google App Engine
This is Rietveld 408576698