commit | 0949b232021e47bf097be3ba7cdfc626a9db5d0a | [log] [tgz] |
---|---|---|
author | Asami Doi <asamidoi@chromium.org> | Mon Nov 20 16:30:28 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Nov 20 16:30:28 2023 |
tree | 0b5e05f8d5b134639a9d124d4de55debe1d22cfc | |
parent | f23582c52b92d1bd210be7b2dfb69728b3d68554 [diff] |
[ios] Refactor SnapshotGenerator This CL refactors SnapshotGenerator by - renaming (and slightly updating) `updateSnapshot` method to `updateUIViewSnapshotWithCompletion` - renaming `updateWebViewSnapshotWithCompletion` method - dividing `generateSnapshotWithOverlays` method into 2 different methods - factoring out `overlays` from SnapshotInfo struct - renaming/updating private methods No behavior changes. Bug: 1485474 Change-Id: I4f4c23b4889749b83c4089700abd4815fa9ee28c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5028158 Reviewed-by: Federica Germinario <fedegermi@google.com> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Asami Doi <asamidoi@chromium.org> Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/main@{#1226862}
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.