Status Update
Comments
dr...@chromium.org <dr...@chromium.org> #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
dr...@chromium.org <dr...@chromium.org> #3
al...@chromium.org <al...@chromium.org> #4
Visually, the bug manifests as three-dotted menu disappearing from the profile card
al...@chromium.org <al...@chromium.org> #5
The name should probably be html-escaped before passing it to the i18n()
function
al...@chromium.org <al...@chromium.org>
ap...@google.com <ap...@google.com> #6
Project: chromium/src
Branch: main
Author: Alex Ilin <
Link:
[profile-picker] Escape profile name before generating a11y label
Expand for full commit details
[profile-picker] Escape profile name before generating a11y label
Fixed: 400338974
Change-Id: I0dd81b78444f0a289d969691324bff5b1321f12b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6317947
Reviewed-by: David Roger <droger@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Auto-Submit: Alex Ilin <alexilin@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1427168}
Files:
- M
chrome/browser/resources/signin/profile_picker/profile_card_menu.ts
- M
chrome/test/data/webui/signin/profile_card_menu_test.ts
Hash: 0160eaaccb9cdde84f8368f5e579d3f1be3884e2
Date: Mon Mar 03 08:42:22 2025
Description
These are JS errors, so not fatal for the users but we still need to investigate and fix these.
From the looks of it,
i18n()
JS function might be not supporting some user-provided input as a second parameter.