commit | 588f2385d6d88c418cbf402a46a247b0ecec2037 | [log] [tgz] |
---|---|---|
author | Mark Schillaci <mschillaci@google.com> | Tue Mar 26 18:17:34 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Mar 26 18:17:34 2024 |
tree | 20d8848d7018ccce84bf9dc9961c984e8477470a | |
parent | c254e15013c8b84fb53d1ce0cb60334c2ba9a015 [diff] |
[AssistData] Remove native object after unified snapshot completes This CL continues the work to unify the AssistData code path with the AccessibilityNodeInfo path. The native object for this class does not need to exist after the snapshot completes, so we add logic to destroy the object after the Java-side object has been constructed. AX-Relnotes: N/A Bug: 325665399 Change-Id: I5e603d902b7673b3bc1799bb69962c9252588883 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5393253 Commit-Queue: Mark Schillaci <mschillaci@google.com> Reviewed-by: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/main@{#1278477}
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.