commit | e9472c93ac2f9d17c4befd4ae55de8be39ac3184 | [log] [tgz] |
---|---|---|
author | Sylvain Defresne <sdefresne@chromium.org> | Fri Oct 13 18:18:10 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Oct 13 18:18:10 2023 |
tree | 21546a503b274563ee20fc6da6fa9effad5f25cc | |
parent | 18993f1bfa4449ee40df176c3e512d562480c63d [diff] |
[ios] Fix ios::sessions::CopyDirectory(...) The method -linkItemAtPath:toPath:error: does not create the parent directory of target if it does not exists which cause the copy to fail. Fix the function by creating the parent of the target directory and add unit test for this case. Bug: 1383087 Change-Id: I533840bd61a6fd942c16e551b82f157df3ee8c42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4935682 Commit-Queue: Sylvain Defresne <sdefresne@chromium.org> Reviewed-by: Federica Germinario <fedegermi@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Auto-Submit: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1209544}
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.