commit | cbc13e333fb60b99e8fca09da6ac963c26b1a6a4 | [log] [tgz] |
---|---|---|
author | viplavkadam <[email protected]> | Wed Aug 06 23:40:30 2025 |
committer | Chromium LUCI CQ <[email protected]> | Wed Aug 06 23:40:30 2025 |
tree | cd1980384035bccfe2d5b0cd000845f32c2e5915 | |
parent | 6719bb73c1bddd9e12df8e44cc7c6a56c23f9ac3 [diff] |
[BNPL][Ephemeral] Add methods to open and close Ephemeral Tab On Clank, when a user selects a Buy Now, Pay Later (BNPL) issuer, we redirect them to the issuer's website using the ephemeral tab. This change provides methods to open and close the ephemeral tab and includes an EphemeralTabObserver to listen for URL navigation. Design:go/clank-bnpl-ephemeral-tabs-engineering-design Bug: 430575808 Change-Id: I16d2ee9a85fc235788a9404d4e7140dbdb82c79e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6800014 Reviewed-by: Jinsuk Kim <[email protected]> Reviewed-by: Vinny Persky <[email protected]> Reviewed-by: Stephen McGruer <[email protected]> Commit-Queue: Viplav Kadam <[email protected]> Cr-Commit-Position: refs/heads/main@{#1497924}
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.