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

Issue 1061263004: Fixes wrong inheritance of PrefSelect. (Closed)

Created:
5 years, 8 months ago by Yuki
Modified:
5 years, 7 months ago
CC:
chromium-reviews, dbeam+watch-options_chromium.org, michaelpg+watch-options_chromium.org, arv (Not doing code reviews), Evan Stade
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixes wrong inheritance of PrefSelect. PrefSelect must inherit from HTMLSelectElement, otherwise it will be broken when the DOM attributes are moved to prototype chains. Note that HTMLSelectElement does NOT inherit from HTMLInputElement, so it's simply wrong that PrefSelect inherits from HTMLInputElement. BUG=43394 Committed: https://crrev.com/ac0bacffa7b4f25a09abaa082a32abb599d6e318 Cr-Commit-Position: refs/heads/master@{#327023}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -1 line) Patch
M chrome/browser/resources/options/pref_ui.js View 1 2 chunks +46 lines, -1 line 0 comments Download

Messages

Total messages: 18 (6 generated)
Yuki
Could you review this CL?
5 years, 8 months ago (2015-04-20 10:42:45 UTC) #2
Dan Beam
I am not sure I'm the best reviewer for this. +jhawkins, estade, arv for their ...
5 years, 8 months ago (2015-04-20 15:06:27 UTC) #3
James Hawkins
On 2015/04/20 15:06:27, Dan Beam wrote: > I am not sure I'm the best reviewer ...
5 years, 8 months ago (2015-04-20 15:20:09 UTC) #4
Yuki
On 2015/04/20 15:20:09, James Hawkins wrote: > On 2015/04/20 15:06:27, Dan Beam wrote: > > ...
5 years, 8 months ago (2015-04-21 04:37:13 UTC) #5
Dan Beam
-dbeam, +arv
5 years, 8 months ago (2015-04-21 16:22:39 UTC) #8
Yuki
Friendly ping? arv@, could you review this CL?
5 years, 8 months ago (2015-04-23 04:54:17 UTC) #10
arv (Not doing code reviews)
LGTM Since Dan said they are rewriting prefs I don't think you need to refactor ...
5 years, 8 months ago (2015-04-24 14:22:46 UTC) #11
Dan Beam
https://codereview.chromium.org/1061263004/diff/1/chrome/browser/resources/options/pref_ui.js File chrome/browser/resources/options/pref_ui.js (right): https://codereview.chromium.org/1061263004/diff/1/chrome/browser/resources/options/pref_ui.js#newcode473 chrome/browser/resources/options/pref_ui.js:473: * Custom change handler that is invoked first when ...
5 years, 8 months ago (2015-04-24 21:48:29 UTC) #12
Yuki
https://codereview.chromium.org/1061263004/diff/1/chrome/browser/resources/options/pref_ui.js File chrome/browser/resources/options/pref_ui.js (right): https://codereview.chromium.org/1061263004/diff/1/chrome/browser/resources/options/pref_ui.js#newcode393 chrome/browser/resources/options/pref_ui.js:393: __proto__: HTMLSelectElement.prototype, On 2015/04/24 14:22:45, arv wrote: > On ...
5 years, 7 months ago (2015-04-27 09:22:38 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1061263004/20001
5 years, 7 months ago (2015-04-27 10:26:38 UTC) #16
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-04-27 10:30:18 UTC) #17
commit-bot: I haz the power
5 years, 7 months ago (2015-04-27 10:31:12 UTC) #18
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ac0bacffa7b4f25a09abaa082a32abb599d6e318
Cr-Commit-Position: refs/heads/master@{#327023}

Powered by Google App Engine
This is Rietveld 408576698