commit | 789c6a6f24f6777e1e8902198eb25f6f425b1ab3 | [log] [tgz] |
---|---|---|
author | Hzj_jie <zijiehe@google.com> | Mon Apr 22 19:34:52 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 22 19:34:52 2024 |
tree | 847709be1cce4a3a95535aed9bb38fa722c55565 | |
parent | 81f4f2c7936cc451e4071b9b7b25d86040d869c7 [diff] |
[crdtp] Maybe::value()&& shouldn't de-reference The issue was noticed when I implemented PWA integration at https://crrev.com/c/5466816. I was a little bit too aggressively using std::move(Maybe<>).value() which triggered this compilation failure. It seems like this API wasn't being used by anyone before. Since it has no meaningful relationship with my original https://crrev.com/c/5466816, I'd move this fix out to a standalone CL. Bug: 331214986 Change-Id: Iec03f0a8e6933b9652d0ed2f3479636546768da3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5472429 Reviewed-by: Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/main@{#1290839}
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.