summaryrefslogtreecommitdiffstats
path: root/ui/file_manager
Commit message (Expand)AuthorAgeFilesLines
* Add hand-rolled observer support to ImportHistory. Update ui wnen history cha...smckay2014-12-033-1/+152
* Disable cloud import when Drive mount is not present.smckay2014-12-031-0/+8
* Move task related code from FileManager to TaskController.hirono2014-12-0310-344/+458
* Fix a closure error on LRUCache.fukino2014-12-031-1/+1
* gn format //uiscottmg2014-12-031-1/+1
* Add cache utility class and use it in ImageLoaderClient.fukino2014-12-038-120/+269
* Show preview panel and cloud import button when current dir is DCIM on a medi...smckay2014-12-027-22/+233
* Reland: Issue 729523004: Files.app: Move methods related with file transferin...hirono2014-12-022-249/+231
* Fixed a bug that an image is always saved as image/png.yawano2014-12-022-7/+8
* Reland: Issue 736663002: Refoctoring FileSelection and FileSelectionHandler.hirono2014-12-025-65/+152
* Tighten up type info on FileOperationUtil Task classes.kenobi2014-12-022-15/+34
* Move FileOperationUtil into its own file.kenobi2014-12-017-996/+1000
* Files.app: Reuse thumbnail box instead of grid item.hirono2014-12-011-44/+58
* Add type annotation to gallery/js/image_editor/commands.js.yawano2014-12-012-24/+34
* Modify ThumbnailLoader not to refer external.imageRotation as thumbnail's rot...fukino2014-12-011-15/+3
* Add type annotation to gallery/js/image_editor/image_transform.js.yawano2014-12-014-37/+134
* Revert of Files.app: Move methods related with file transfering into FileTran...phoglund2014-11-282-231/+249
* Revert of Reland: Issue 736663002: Refoctoring FileSelection and FileSelectio...phoglund2014-11-285-147/+60
* Files.app: Move methods related with file transfering into FileTransferContro...hirono2014-11-282-249/+231
* Gallery: Remove fit zoom scale limitation.hirono2014-11-281-3/+1
* Reland: Issue 736663002: Refoctoring FileSelection and FileSelectionHandler.hirono2014-11-285-60/+147
* Files.app: Move UI event hanlders from FileManager to UIController.hirono2014-11-2811-401/+453
* Gallery: Prevent label wrapping in toolbar buttons.hirono2014-11-271-0/+1
* Move metadata update code from FileManager class to MetadataUpdateController ...hirono2014-11-279-213/+256
* Add type annotations to gallery/js/image_editor/image_adjust.js.yawano2014-11-274-58/+102
* Add whitelisting of Promise chain compiler errors.kenobi2014-11-261-18/+15
* Add type annotations to gallery/js/image_editor/filter.js.yawano2014-11-261-42/+48
* webui: Change all url('...') and url("...") to just url(...).Dan Beam2014-11-268-333/+333
* Files.app: Remove unused "auto-open" action.hirono2014-11-263-46/+2
* Split metrics.js into the base class and files.app class.yoshiki2014-11-257-120/+148
* Add type annotations to gallery/js/gallery_item.js.yawano2014-11-252-30/+37
* Files.app: Move application status related lines to AppStateController class.hirono2014-11-255-97/+150
* Files.app: Move gear menu related lines to new GearMenu and GearMenuControlle...hirono2014-11-2511-162/+324
* Files.app: Remove preferences caching in Files.app.hirono2014-11-251-59/+15
* Fix compiler errors in Foreground.smckay2014-11-214-15/+36
* Use promise to check feature flag.smckay2014-11-212-24/+22
* Revert of Refoctoring FileSelection and FileSelectionHandler. (patchset #9 id...mpearson2014-11-215-155/+67
* Refoctoring FileSelection and FileSelectionHandler.hirono2014-11-205-67/+155
* Add a media scanner convenience class.kenobi2014-11-204-0/+69
* Make folders always precede files in the file list.fukino2014-11-192-38/+85
* Make the format of FileTransferController consistent with other classes.hirono2014-11-191-932/+942
* Load import history into FileManager as part of core initialization.smckay2014-11-1917-78/+308
* Add type annotations to gallery/js/slide_mode.js.yawano2014-11-195-209/+508
* Revert of Add a media scanner convenience class. (patchset #1 id:1 of https:/...machenbach2014-11-184-70/+1
* Add a media scanner convenience class.kenobi2014-11-184-1/+70
* Added type annotations to galler/js/image_editor/image_encoder.js.yawano2014-11-181-31/+36
* Add a separate files.app notification for attached media devices.kenobi2014-11-183-21/+109
* Files.app: Show the drive options always in gear menu.hirono2014-11-173-3/+6
* Files.app: Move command methods to FileManagerCommand.hirono2014-11-142-146/+99
* Remove unnecessary handling for fake entry on setting up initial directory.fukino2014-11-141-9/+5