commit | 607f1fc65aedb5e0d654ad5f770343cecec0bfbf | [log] [tgz] |
---|---|---|
author | Austin Sullivan <asully@chromium.org> | Wed Nov 01 03:46:16 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Nov 01 03:46:16 2023 |
tree | 45b6e7b3dadc5ba9b24163f23b0a82fc8a55016a | |
parent | 550720d1dac10650eeeb911c24cb9123cb079092 [diff] |
FSA: Support change types in the FileSystemObserver callback As of https://crrev.com/c/4348175/ base::FilePathWatcher may optionally provide more information about local file system changes, including the type of change, on some platforms. This CL opts the FileSystemAccessLocalPathWatcher in to this new approach and plumbs through this information all the way to JavaScript This CL also updates the BucketFS path watcher to supply change info Bug: 1019297 Change-Id: I81927cc19191c0333f4ea2a3cefb539d4ea150c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4895437 Commit-Queue: Austin Sullivan <asully@chromium.org> Reviewed-by: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/main@{#1218073}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.
If you found a bug, please file it at https://crbug.com/new.