Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Issue 2381063003: Avoid creating new CheckedTextViews in AlertDialog for <select> (Closed)

Created:
4 years, 2 months ago by wychen
Modified:
4 years, 2 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, agrieve+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Avoid creating new CheckedTextViews in AlertDialog for <select> BUG=649795 Committed: https://crrev.com/de19ad74627c0db106df590c7fd3a22d7bc0e5e7 Cr-Commit-Position: refs/heads/master@{#422690}

Patch Set 1 : Avoid creating new CheckedTextViews in AlertDialog #

Total comments: 2

Patch Set 2 : use tag instead of stack #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -14 lines) Patch
M content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java View 1 2 chunks +24 lines, -14 lines 0 comments Download

Messages

Total messages: 12 (4 generated)
wychen
PTAL
4 years, 2 months ago (2016-09-30 23:15:42 UTC) #3
Ted C
nice find! https://codereview.chromium.org/2381063003/diff/20001/content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java File content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java (right): https://codereview.chromium.org/2381063003/diff/20001/content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java#newcode74 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java:74: mDrawableStack.add(view.getCheckMarkDrawable()); instead of needing a stack, I ...
4 years, 2 months ago (2016-10-03 21:55:47 UTC) #4
wychen
https://codereview.chromium.org/2381063003/diff/20001/content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java File content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java (right): https://codereview.chromium.org/2381063003/diff/20001/content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java#newcode74 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupAdapter.java:74: mDrawableStack.add(view.getCheckMarkDrawable()); On 2016/10/03 21:55:47, Ted C wrote: > instead ...
4 years, 2 months ago (2016-10-04 00:19:36 UTC) #5
Ted C
lgtm
4 years, 2 months ago (2016-10-04 00:25:40 UTC) #6
wychen
One more side note: the Stack implementation had some artifacts. In <select multiple>, when some ...
4 years, 2 months ago (2016-10-04 02:48:49 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2381063003/40001
4 years, 2 months ago (2016-10-04 02:49:56 UTC) #9
commit-bot: I haz the power
Committed patchset #2 (id:40001)
4 years, 2 months ago (2016-10-04 03:34:14 UTC) #10
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 03:36:28 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/de19ad74627c0db106df590c7fd3a22d7bc0e5e7
Cr-Commit-Position: refs/heads/master@{#422690}

Powered by Google App Engine
This is Rietveld 408576698