commit | 3530b2483be2944842bd65f200f781db482e3899 | [log] [tgz] |
---|---|---|
author | Jeremie Boulic <[email protected]> | Wed Aug 12 01:10:18 2020 |
committer | Commit Bot <[email protected]> | Wed Aug 12 01:10:18 2020 |
tree | 060d65fe3e5be28a3ef474be48d9ba817e00499d | |
parent | 3e66276e777b10b5fdde4b53839fe76b9ac788bc [diff] |
[Files app] Move archive error dialog to visual signal When a mounting operation failed for an archive, we displayed the errors in a dialog: - as part of the error message, the raw error code was included, without translation. - only one error dialog could be displayed at a time. We're now using visual signals instead. Bug: chromium:1058689 Change-Id: I789663d226c5376db0327b809d9e39af1289ca4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336096 Commit-Queue: Jeremie Boulic <[email protected]> Reviewed-by: Luciano Pacheco <[email protected]> Reviewed-by: Alex Danilo <[email protected]> Reviewed-by: François Degros <[email protected]> Cr-Commit-Position: refs/heads/master@{#797069}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.