Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
Author: Radha Nakade <
Link:
Migrate traffic from pixel2 to mediumphone on FTL emulators.
Expand for full commit details
Migrate traffic from pixel2 to mediumphone on FTL emulators.
Bug: 396715333
Test: ./gradlew emoji2:emoji2-emojipicker:ftlmediumphoneapi33
Change-Id: If5555443ca1a91479128e1bd6f4f909154c40ba2
Files:
- M
buildSrc/private/src/main/kotlin/androidx/build/FtlRunner.kt
Hash: c76f8094154101867327912e659ae47509755957
Date: Wed Feb 26 11:27:46 2025
sh...@chromium.org <sh...@chromium.org> #3
[Navigation triage]
gjc@ : Can this be marked as fixed with the change above?
gjc@ : Can this be marked as fixed with the change above?
gj...@google.com <gj...@google.com>
ap...@google.com <ap...@google.com> #4
Project: chromium/src
Branch: main
Author: Jiacheng Guo <
Link:
Add holdback feature parameter for measuring the impact of removing debug strings
Expand for full commit details
Add holdback feature parameter for measuring the impact of removing
debug strings
Bug: 399783247
Change-Id: I00de7344b3d1b8324dd2c1612daab56867f6e991
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6332182
Reviewed-by: Kouhei Ueno <kouhei@chromium.org>
Commit-Queue: Jiacheng Guo <gjc@google.com>
Reviewed-by: Rakina Zata Amni <rakina@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1430115}
Files:
- M
content/browser/renderer_host/navigation_request.cc
- M
content/browser/renderer_host/render_frame_host_manager.cc
- M
content/common/features.cc
- M
content/common/features.h
Hash: d954fba11fd0acc59a9af85d27e9d8a041556e21
Date: Mon Mar 10 00:13:00 2025
Description
We've found that there are unnecessary calls to
AppendReason
which is very inefficient string building. They should be removed.