Luciano Pacheco | a42c2a17 | 2023-03-02 23:30:04 | [diff] [blame] | 1 | # File Manager aka Files app |
| 2 | |
| 3 | This directory contains the UI (HTML/JS/TS/CSS) for ChromeOS File Manager. |
| 4 | |
| 5 | In this directory we find 2 apps: |
| 6 | |
| 7 | * Files app in [./file_manager/](./file_manager/): Main code for Files app. |
| 8 | * Image Loader in [./image_loader/](./image_loader/): Auxiliary Chrome extension that tries to extract an image representation of a given file (image, raw image, video, pdf, etc). |
| 9 | |
| 10 | Other relevant directories: |
| 11 | |
| 12 | * [//ash/webui/file_manager/](/ash/webui/file_manager/): C++ and HTML/JS for the SWA (System Web App) wrapper. |
| 13 | * [//chrome/browser/ash/file_manager/](/chrome/browser/ash/file_manager/): Most of our C++ code running on the browser process. |
| 14 | * [//chrome/browser/ash/extensions/file_manager/](/chrome/browser/ash/extensions/file_manager/): `fileManagerPrivate` Our private API and some other code running on the browser process. |
| 15 | * [//chrome/common/extensions/api/file_manager_private.idl](/chrome/common/extensions/api/file_manager_private.idl) and [file_manager_private_internal.idl](/chrome/common/extensions/api/file_manager_private_internal.idl): The Private API definition. |
| 16 | |
| 17 | ## Other READMEs |
| 18 | |
| 19 | See the following READMEs for more details on the sub-directories. |
| 20 | |
| 21 | * [./file_manager/lib/README.md](/ui/file_manager/file_manager/lib/README.md) |
| 22 | * [./file_manager/widgets/README.md](/ui/file_manager/file_manager/widgets/README.md) |
| 23 | * [./file_manager/state/README.md](/ui/file_manager/file_manager/state/README.md) |
| 24 | * [./file_manager/containers/README.md](/ui/file_manager/file_manager/containers/README.md) |
| 25 | * [./image_loader/piex/README.md](/ui/file_manager/image_loader/piex/README.md) |
| 26 | |
| 27 | ## More info |
| 28 | |
| 29 | [Internal only] Files app team maintains some more information in http://go/xf-site. |