commit | 59c9dbf01173750e54ff5b0693eed5b215f31bc2 | [log] [tgz] |
---|---|---|
author | Avi Drissman <avi@chromium.org> | Tue Dec 13 23:02:14 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Dec 13 23:02:14 2022 |
tree | 960c25f8c7d37b94fbd4d7ca40c08596fef8b247 | |
parent | 3e50f0c79a7602b366b9dadb1464737616a4b92b [diff] |
Remove third_party/mozilla/NSPasteboard+Utils etc macOS 10.14 deprecates most of the old pasteboard API, and rather than rewrite third_party/mozilla/NSPasteboard+Utils, just remove it and rebuild all the callers. That file was the sole caller of third_party/mozilla/NSString+Utils and third_party/mozilla/NSURL+Utils, so remove them too. ui/base/dragdrop/cocoa_dnd_util's sole remaining function was a wrapper of the functions in that file, so remove that too. Bug: 867553 Change-Id: I7e63d1e51cb1b8951aba8b76499c9744e2d6dc97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4086004 Commit-Queue: Avi Drissman <avi@chromium.org> Reviewed-by: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/main@{#1082783}
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.