commit | 61fae23affbe8b4b60ba0277fcd84963151a3404 | [log][tgz] |
---|---|---|
author | Tommy Martino <tmartino@chromium.org> | Mon Jul 14 16:37:15 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Jul 14 16:37:15 2025 |
tree | 3b0ba739090da4e9d22a8dc02d5be65af7e0f3b3 | |
parent | 54e60251c52a8b1337a1415be73a18909f5567c1[diff] |
[M138] [iOS] Check frame validity in AutofillAgent::sendDataOriginal change's description:> [iOS] Check frame validity in AutofillAgent::sendData> > We already convert `frame` to a WeakPtr before handing it off to a> callback, but it's also possible it was destroyed between when the> formData was cached (in `_pendingFormData`) and when we try to get the> WeakPtr. In this case we get a crash.> > Bug: 425991572> Change-Id:Icfc9c56d8e671dcb9585df1cde1778ec46989143> Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6681291> Commit-Queue: Tommy Martino <tmartino@chromium.org>> Reviewed-by: Vincent Boisselle <vincb@google.com>> Cr-Commit-Position: refs/heads/main@{#1479784}Bug: 428177931,425991572Change-Id:Icfc9c56d8e671dcb9585df1cde1778ec46989143Reviewed-on:https://chromium-review.googlesource.com/c/chromium/src/+/6733360Reviewed-by: Krishna Govind <govind@chromium.org>Auto-Submit: Chrome Cherry Picker <chrome-cherry-picker@chops-service-accounts.iam.gserviceaccount.com>Reviewed-by: Tommy Martino <tmartino@chromium.org>Owners-Override: Krishna Govind <govind@chromium.org>Commit-Queue: Tommy Martino <tmartino@chromium.org>Cr-Commit-Position: refs/branch-heads/7204@{#2041}Cr-Branched-From: d5de512dc9dc8ddfe4e6d71b0637578bb6158683-refs/heads/main@{#1465706}
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 ishttps://www.chromium.org.
To check out the source code locally, don't usegit clone
! Instead, followthe instructions on how to get the code.
Documentation in the source is rooted indocs/README.md.
Learn how toGet 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 athttps://crbug.com/new.