summaryrefslogtreecommitdiffstats
path: root/ui/file_manager
Commit message (Expand)AuthorAgeFilesLines
* Correct toggle-view button of file_manager.Naoki Fukino2014-11-141-4/+4
* Files.app: Add a check for uninitialized list view.Daichi Hirono2014-11-131-1/+4
* Files.app: Add guard closure for selectedAsyncData.Daichi Hirono2014-11-131-1/+4
* Show Zip unpacker as Open in buttons.yawano2014-11-072-2/+16
* Files.app: Fix typo in NamingController.Daichi Hirono2014-11-071-1/+1
* Fix type-check errors in file_manager/background.fukino2014-11-0711-65/+112
* Fixed a bug that user could enter non-existent folder.yawano2014-11-074-17/+83
* Add ScanController class and move scan related code from FileManager class.hirono2014-11-076-166/+246
* Files.app: Allow to drop non-native files dragged from Files.app.hirono2014-11-072-24/+42
* Add DialogActionController class and move related code from FileManager class.hirono2014-11-069-304/+488
* Add support for loading ImportHistory from a chrome.syncFileSystem.smckay2014-11-065-104/+471
* Use object URL instead of data URL in ImageLoader.hirono2014-11-061-10/+9
* Move rename related code from FileManager class to NamingController class.hirono2014-11-064-258/+288
* Move FileTable and FileGrid to ListContainer.hirono2014-11-056-391/+405
* Show generic file handler more modestly.yawano2014-11-055-58/+125
* Add support for My Maps maps in Chrome OS Drive integration.fukino2014-11-043-0/+21
* Create ListContainer and SpinnerController class.hirono2014-11-047-145/+234
* Add null check for entries of volume items.fukino2014-10-312-16/+21
* Display the icon in the top bar for FSP volumes.mtomasz2014-10-312-7/+19
* Add missing type comments for file_manager_commands.jshirono2014-10-313-35/+208
* Fix auto opening FSP volumes on mount.mtomasz2014-10-311-4/+6
* Files.app: Use the same file type associates as Windows on HTML files.kinaba2014-10-312-1/+4
* Add an unittest for background/volume_manager.jsyawano2014-10-311-7/+8
* [fsp] Polish icons in Files app.mtomasz2014-10-312-4/+4
* Automatically open FSP mounted file systems.mtomasz2014-10-311-0/+10
* Files.app: Make NamingControll class.hirono2014-10-315-29/+76
* Add ImportHistory class and RecordStorage class to manage storage of local de...smckay2014-10-301-0/+339
* Files.app: Show the notification when a user pins a drive file over cellular ...hirono2014-10-307-5/+126
* Fix fallback in Metadata Cache.mtomasz2014-10-291-15/+23
* Files.app: Add null check for fileTransferController in unload method.hirono2014-10-292-9/+19
* Add extern for Chromecast API.fukino2014-10-292-0/+1241
* Add externs files for file_manager.fukino2014-10-288-3/+726
* Added debugMe method.yawano2014-10-284-6/+115
* Fix some type check errors in file_manager.fukino2014-10-273-29/+42
* Avoid inserting duplicated entries after creating a directory.fukino2014-10-271-0/+8
* Show reload button only when the slider is at the end.fukino2014-10-271-5/+13
* Remove file-level 'use strict' from file_manager.fukino2014-10-24102-204/+3
* Files.app: Fix the order of ProgressCenterItem.hirono2014-10-241-1/+3
* Add <a is="action-link">, a web component extension of <a> for in-page actions.dbeam2014-10-241-1/+1
* Add type annotations for HTMLMenuItemElement.fukino2014-10-233-6/+67
* Files.app: Move fileNameInput element under the dialogFooter class.hirono2014-10-223-85/+111
* Files.app: Make DialogFooter UI class.hirono2014-10-227-109/+132
* Ensure existence of queried elements.fukino2014-10-228-75/+83
* Fix suspicious code detected by closure compiler.fukino2014-10-2114-29/+35
* Do not reshow the text message after navigating to the next video.mtomasz2014-10-181-0/+4
* Rename the VideoPlayer-related string IDsyoshiki2014-10-172-5/+6
* Fix trivial type-check errors in file_manager.fukino2014-10-1649-377/+600
* Separate the audio player app from Files.appyoshiki2014-10-1189-174/+534
* Fixed a bug that the list still shows deleted directory.yawano2014-10-102-3/+34
* Disable edit and print button when there is no selection.yawano2014-10-101-12/+15