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

Issue 329763003: Update file extension based on the selected type in the save dialog. (Closed)

Created:
6 years, 6 months ago by kinaba
Modified:
6 years, 6 months ago
Reviewers:
hirono
CC:
chromium-reviews, rginda+watch_chromium.org, mtomasz+watch_chromium.org, yoshiki+watch_chromium.org
Visibility:
Public.

Description

Update file extension based on the selected type in the save dialog. Along the way, it fixes the filter regexp so that ("txt") will not match "foo.xtxt", etc. BUG=373659 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=276430

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -1 line) Patch
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 chunk +14 lines, -1 line 2 comments Download

Messages

Total messages: 7 (0 generated)
kinaba
6 years, 6 months ago (2014-06-11 06:39:58 UTC) #1
hirono
Thank you for fixing it! https://codereview.chromium.org/329763003/diff/1/ui/file_manager/file_manager/foreground/js/file_manager.js File ui/file_manager/file_manager/foreground/js/file_manager.js (right): https://codereview.chromium.org/329763003/diff/1/ui/file_manager/file_manager/foreground/js/file_manager.js#newcode1360 ui/file_manager/file_manager/foreground/js/file_manager.js:1360: if (newExt && !regexp.test(current)) ...
6 years, 6 months ago (2014-06-11 07:14:05 UTC) #2
kinaba
https://codereview.chromium.org/329763003/diff/1/ui/file_manager/file_manager/foreground/js/file_manager.js File ui/file_manager/file_manager/foreground/js/file_manager.js (right): https://codereview.chromium.org/329763003/diff/1/ui/file_manager/file_manager/foreground/js/file_manager.js#newcode1360 ui/file_manager/file_manager/foreground/js/file_manager.js:1360: if (newExt && !regexp.test(current)) { On 2014/06/11 07:14:05, hirono ...
6 years, 6 months ago (2014-06-11 07:23:44 UTC) #3
hirono
On 2014/06/11 07:23:44, kinaba wrote: > https://codereview.chromium.org/329763003/diff/1/ui/file_manager/file_manager/foreground/js/file_manager.js > File ui/file_manager/file_manager/foreground/js/file_manager.js (right): > > https://codereview.chromium.org/329763003/diff/1/ui/file_manager/file_manager/foreground/js/file_manager.js#newcode1360 > ...
6 years, 6 months ago (2014-06-11 07:28:54 UTC) #4
kinaba
The CQ bit was checked by kinaba@chromium.org
6 years, 6 months ago (2014-06-11 07:29:31 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kinaba@chromium.org/329763003/1
6 years, 6 months ago (2014-06-11 07:30:38 UTC) #6
commit-bot: I haz the power
6 years, 6 months ago (2014-06-11 16:32:16 UTC) #7
Message was sent while issue was closed.
Change committed as 276430

Powered by Google App Engine
This is Rietveld 408576698