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

Issue 1010163002: Files.app: Fix closure error which will raised by the updated compiler. (Closed)

Created:
5 years, 9 months ago by fukino
Modified:
5 years, 9 months ago
Reviewers:
yoshiki
CC:
chromium-reviews, tfarina, rginda+watch_chromium.org, mtomasz+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Files.app: Fix closure error which will raised by the updated compiler. BUG=467807 TEST=bump compiler version and compile all targets under ui/file_manager. Committed: https://crrev.com/7d6166f4461ed1c2a31ae6d3fd5a941a5625203c Cr-Commit-Position: refs/heads/master@{#321299}

Patch Set 1 #

Patch Set 2 : Define FakeEntry record type and use it. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -89 lines) Patch
M ui/file_manager/externs/webview_tag.js View 1 chunk +3 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/background/js/file_operation_manager.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/background/js/task_queue.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/background/js/volume_manager.js View 1 6 chunks +10 lines, -8 lines 0 comments Download
M ui/file_manager/file_manager/common/js/externs.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/common/js/importer_common.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/common/js/util.js View 1 4 chunks +7 lines, -7 lines 0 comments Download
M ui/file_manager/file_manager/common/js/volume_manager_common.js View 1 1 chunk +11 lines, -0 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/directory_contents.js View 1 3 chunks +6 lines, -6 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/directory_model.js View 1 12 chunks +25 lines, -18 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager.js View 1 2 chunks +4 lines, -4 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_manager_commands.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_transfer_controller.js View 1 4 chunks +6 lines, -4 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/file_watcher.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/import_controller.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/file_manager/foreground/js/main_window_component.js View 1 2 chunks +4 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/naming_controller.js View 2 chunks +3 lines, -2 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/directory_tree.js View 1 7 chunks +11 lines, -11 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/location_line.js View 1 5 chunks +10 lines, -7 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/ui/share_dialog.js View 5 chunks +6 lines, -6 lines 0 comments Download
M ui/file_manager/file_manager/foreground/js/volume_manager_wrapper.js View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_util.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/image_editor/image_view.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/mosaic_mode.js View 1 chunk +1 line, -1 line 0 comments Download
M ui/file_manager/gallery/js/slide_mode.js View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (2 generated)
fukino
Could you take a look? It should be better to have specific type for fake ...
5 years, 9 months ago (2015-03-17 06:25:43 UTC) #2
yoshiki
General Comment: We shouldn't degenerate FakeEntry into Object. We can't get any advantage of Closure ...
5 years, 9 months ago (2015-03-17 08:51:07 UTC) #3
fukino
On 2015/03/17 08:51:07, yoshiki wrote: > General Comment: We shouldn't degenerate FakeEntry into Object. We ...
5 years, 9 months ago (2015-03-17 10:44:00 UTC) #4
yoshiki
On 2015/03/17 10:44:00, fukino wrote: > On 2015/03/17 08:51:07, yoshiki wrote: > > General Comment: ...
5 years, 9 months ago (2015-03-17 11:18:40 UTC) #5
yoshiki
On 2015/03/17 10:44:00, fukino wrote: > On 2015/03/17 08:51:07, yoshiki wrote: > > General Comment: ...
5 years, 9 months ago (2015-03-17 11:18:42 UTC) #6
fukino
On 2015/03/17 11:18:42, yoshiki wrote: > On 2015/03/17 10:44:00, fukino wrote: > > On 2015/03/17 ...
5 years, 9 months ago (2015-03-18 11:00:51 UTC) #7
yoshiki
On 2015/03/18 11:00:51, fukino wrote: > On 2015/03/17 11:18:42, yoshiki wrote: > > On 2015/03/17 ...
5 years, 9 months ago (2015-03-19 04:10:15 UTC) #8
fukino
On 2015/03/19 04:10:15, yoshiki wrote: > On 2015/03/18 11:00:51, fukino wrote: > > On 2015/03/17 ...
5 years, 9 months ago (2015-03-19 04:37:25 UTC) #9
fukino
On 2015/03/19 04:10:15, yoshiki wrote: > On 2015/03/18 11:00:51, fukino wrote: > > On 2015/03/17 ...
5 years, 9 months ago (2015-03-19 04:37:25 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1010163002/20001
5 years, 9 months ago (2015-03-19 04:38:02 UTC) #12
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 9 months ago (2015-03-19 05:08:37 UTC) #13
commit-bot: I haz the power
5 years, 9 months ago (2015-03-19 05:09:09 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/7d6166f4461ed1c2a31ae6d3fd5a941a5625203c
Cr-Commit-Position: refs/heads/master@{#321299}

Powered by Google App Engine
This is Rietveld 408576698