[AF Android] Remove Deprecated Jellybean Dropdown Implementation |
||
Issue descriptionCurrently, 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.
,
Jan 11
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 |
||
Comment 1 by tmartino@chromium.org
, Oct 17