| commit | e70360e29ccd9630489fd4f111032275caaa144c | [log] [tgz] |
|---|---|---|
| author | Aldo Culquicondor <acondor@chromium.org> | Tue Jul 29 16:21:48 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Jul 29 16:21:48 2025 |
| tree | f2060f3d981c067f140c9a95749f8fcaf64576fb | |
| parent | 26d26bce92e246299e4dced068230a0edea80798 [diff] |
Enable BackForwardTransitions by default This commit enables the `BackForwardTransitions` feature by default and removes the corresponding field trial. The following flags are now enabled by default: - `NativePageTransitionHardwareCapture` with params: - `compress-screenshot-when-quiet`: `true` - `min-required-physical-ram-mb`: `7200` - `percentage-of-ram-to-use`: `0.5` - `screenshot-send-result-delay-ms`: `400` - `IPHRtlGestureNavigation` with params: - `availability`: any` - `session_rate`: `<1` - `event_used`: `name:rtl_gesture_iph_show;comparator:==0;window:365;storage:365` - `event_trigger`: `name:rtl_gesture_iph_trigger;comparator:==0;window:30;storage:365` - `MirrorBackForwardGesturesInRTL` Bug: 331710055 Change-Id: Iec59bb93097514e98336bbc3757f9bed41cb87ea Fixed: 393558258 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6787449 Auto-Submit: Aldo Culquicondor <acondor@chromium.org> Commit-Queue: Aldo Culquicondor <acondor@chromium.org> Reviewed-by: Theresa Sullivan <twellington@chromium.org> Reviewed-by: Bo Liu <boliu@chromium.org> Reviewed-by: Lijin Shen <lazzzis@google.com> Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/main@{#1493589}
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.