Hi, would you please review this change?
@twell...@chromium.org, this includes the out of the box centralization discussed [here](https://chromium-review.googlesource.com/c/chromium/src/+/6931457/comment/ca224976_9517131f/).
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Did a (very quick pass) and looks good overall!
@laz...@google.com -- will you please do a detailed pass? Then I'll re-review and add owners approval
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[Esc Secondary Activities] Backpress/Escape handling for History Page
Could you please update the commit description to also mention the changes of the bookmark functionality and back press manager refactoring?
Optional nit: for easier review, would you consider splitting it into a few smaller, chained CLs?
if (ChromeFeatureList.isEnabled(
ChromeFeatureList.ENABLE_ESCAPE_HANDLING_FOR_SECONDARY_ACTIVITIES)) {
Since it looks like this logic will be used across multiple activities, what do you think about moving it into a static helper method in BackPressHelper or BackPressManager?
Centralizing it there would also make it easier to gate with a Finch parameter in the future if needed.
if (mToolbar.isLargeScreenWithKeyboard()) {
if (mToolbar.hasSearchText()) {
mToolbar.clearSearch();
return true;
is this a new behavior change?
Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |