New issue
Advanced search Search tips

Issue 896339 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 3
Type: Bug

Blocked on:
issue 838736

Blocking:
issue 896349



Sign in to add a comment

[AF Android] Remove Deprecated Jellybean Dropdown Implementation

Project Member Reported by tmartino@chromium.org, Oct 17

Issue description

Currently, we support two implementations of DropdownPopupWindow:

DropdownPopupWindowImpl https://cs.chromium.org/chromium/src/ui/android/java/src/org/chromium/ui/DropdownPopupWindowImpl.java

DropdownPopupWindowJellyBean
https://cs.chromium.org/chromium/src/ui/android/java/src/org/chromium/ui/DropdownPopupWindowJellyBean.java

As the name suggests, the latter should only be necessary on Jellybean, but the blocking bug crbug.com/838736 currently means we are also using this on KitKat and Marshmallow.

After fixing that bug and reducing the use of the deprecated code to just Jellybean, the only thing blocking the removal of the second implementation will be the end of support for JB.
 
Blocking: 896349
Status: Assigned (was: Untriaged)
This issue has an owner, a component and a priority, but is still listed as untriaged or unconfirmed. By definition, this bug is triaged. Changing status to "assigned". Please reach out to me if you disagree with how I've done this.

Sign in to add a comment