Files
brave-core/android/java
AlexeyBarabash 369e8c62cb [cr146][Android] Decouple Autocomplete from Focus tracking
Chromium change:
https://source.chromium.org/chromium/chromium/src/+/0c57afbab4d40c54ee55637488cf7a800c2cb378

	Decouple Autocomplete from Focus tracking.

	This change removes remaining logic where Autocomplete was tracking
	UrlBar logic, decoupling the editing session from focus entirely. This
	aims at addressing a discrepancy between the isInInputSession and
	the isUrlBarFocused that can come after a delay (from the Animation
	driver).

	Change-Id: I888abb47fa746531fe27a10b6d3cb5e72e3b34a8
	Fixed: 480832132, 480721973
	Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7539776
2026-02-26 14:14:52 +00:00
..