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

Issue 10696188: Adds the optional suggestedName to the chooseFile fileSystem API call. (Closed)

Created:
8 years, 5 months ago by thorogood
Modified:
8 years, 5 months ago
CC:
chromium-reviews, Aaron Boodman, kinuko+watch, mihaip-chromium-reviews_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Adds the optional suggestedName to the chooseFile fileSystem API call. BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146771

Patch Set 1 #

Total comments: 6

Patch Set 2 : suggested_path => suggested_name, plus BaseName fix #

Total comments: 2

Patch Set 3 : comment fix for benwells@ #

Patch Set 4 : sync to HEAD #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -17 lines) Patch
M chrome/browser/extensions/api/file_system/file_system_api.cc View 1 2 3 7 chunks +34 lines, -17 lines 0 comments Download
M chrome/common/extensions/api/file_system.idl View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
thorogood
8 years, 5 months ago (2012-07-12 08:01:31 UTC) #1
benwells
https://chromiumcodereview.appspot.com/10696188/diff/1/chrome/browser/extensions/api/file_system/file_system_api.cc File chrome/browser/extensions/api/file_system/file_system_api.cc (right): https://chromiumcodereview.appspot.com/10696188/diff/1/chrome/browser/extensions/api/file_system/file_system_api.cc#newcode247 chrome/browser/extensions/api/file_system/file_system_api.cc:247: : suggested_path_(suggested_path), Nit: change suggested_path here to suggested_name. https://chromiumcodereview.appspot.com/10696188/diff/1/chrome/browser/extensions/api/file_system/file_system_api.cc#newcode375 ...
8 years, 5 months ago (2012-07-12 08:23:32 UTC) #2
thorogood
https://chromiumcodereview.appspot.com/10696188/diff/1/chrome/browser/extensions/api/file_system/file_system_api.cc File chrome/browser/extensions/api/file_system/file_system_api.cc (right): https://chromiumcodereview.appspot.com/10696188/diff/1/chrome/browser/extensions/api/file_system/file_system_api.cc#newcode247 chrome/browser/extensions/api/file_system/file_system_api.cc:247: : suggested_path_(suggested_path), On 2012/07/12 08:23:33, benwells wrote: > Nit: ...
8 years, 5 months ago (2012-07-12 08:40:19 UTC) #3
benwells
lgtm https://chromiumcodereview.appspot.com/10696188/diff/4/chrome/browser/extensions/api/file_system/file_system_api.cc File chrome/browser/extensions/api/file_system/file_system_api.cc (right): https://chromiumcodereview.appspot.com/10696188/diff/4/chrome/browser/extensions/api/file_system/file_system_api.cc#newcode398 chrome/browser/extensions/api/file_system/file_system_api.cc:398: // result in a relative path, but in ...
8 years, 5 months ago (2012-07-12 08:48:01 UTC) #4
Mihai Parparita -not on Chrome
LGTM
8 years, 5 months ago (2012-07-13 00:43:55 UTC) #5
thorogood
https://chromiumcodereview.appspot.com/10696188/diff/4/chrome/browser/extensions/api/file_system/file_system_api.cc File chrome/browser/extensions/api/file_system/file_system_api.cc (right): https://chromiumcodereview.appspot.com/10696188/diff/4/chrome/browser/extensions/api/file_system/file_system_api.cc#newcode398 chrome/browser/extensions/api/file_system/file_system_api.cc:398: // result in a relative path, but in some ...
8 years, 5 months ago (2012-07-13 01:15:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10696188/7001
8 years, 5 months ago (2012-07-13 01:15:29 UTC) #7
thorogood
On 2012/07/13 01:15:22, thorogood wrote: > https://chromiumcodereview.appspot.com/10696188/diff/4/chrome/browser/extensions/api/file_system/file_system_api.cc > File chrome/browser/extensions/api/file_system/file_system_api.cc (right): > > https://chromiumcodereview.appspot.com/10696188/diff/4/chrome/browser/extensions/api/file_system/file_system_api.cc#newcode398 > ...
8 years, 5 months ago (2012-07-13 01:15:30 UTC) #8
commit-bot: I haz the power
Try job failure for 10696188-7001 (retry) on win_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-13 03:04:20 UTC) #9
thorogood
On 2012/07/13 03:04:20, I haz the power (commit-bot) wrote: > Try job failure for 10696188-7001 ...
8 years, 5 months ago (2012-07-13 03:05:45 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10696188/7001
8 years, 5 months ago (2012-07-13 03:06:16 UTC) #11
commit-bot: I haz the power
Try job failure for 10696188-7001 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-13 03:55:03 UTC) #12
thorogood
On 2012/07/13 03:55:03, I haz the power (commit-bot) wrote: > Try job failure for 10696188-7001 ...
8 years, 5 months ago (2012-07-13 04:42:22 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10696188/6003
8 years, 5 months ago (2012-07-13 04:42:30 UTC) #14
commit-bot: I haz the power
Try job failure for 10696188-6003 (retry) on linux_rel for step "browser_tests". It's a second try, ...
8 years, 5 months ago (2012-07-13 05:52:41 UTC) #15
thorogood
On 2012/07/13 05:52:41, I haz the power (commit-bot) wrote: > Try job failure for 10696188-6003 ...
8 years, 5 months ago (2012-07-13 13:32:53 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10696188/6003
8 years, 5 months ago (2012-07-13 13:32:54 UTC) #17
commit-bot: I haz the power
Try job failure for 10696188-6003 (retry) (retry) on linux_rel for step "browser_tests". It's a second ...
8 years, 5 months ago (2012-07-13 15:46:00 UTC) #18
thorogood
On 2012/07/13 15:46:00, I haz the power (commit-bot) wrote: > Try job failure for 10696188-6003 ...
8 years, 5 months ago (2012-07-15 23:36:20 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/thorogood@chromium.org/10696188/6003
8 years, 5 months ago (2012-07-15 23:36:29 UTC) #20
commit-bot: I haz the power
8 years, 5 months ago (2012-07-16 01:49:19 UTC) #21
Change committed as 146771

Powered by Google App Engine
This is Rietveld 408576698