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

Issue 2435973002: INPUT element: code cleanup around setValue(). (Closed)

Created:
4 years, 2 months ago by tkent
Modified:
4 years, 1 month ago
Reviewers:
keishi
CC:
blink-reviews, blink-reviews-html_chromium.org, chromium-reviews, dglazkov+blink
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

INPUT element: code cleanup around setValue(). * ColorInputType and RangeInputType They don't need to override InputType::setValue(), and should override InputTypeView::didSetValue() instead. It makes code simpler. * HTMLInputElement::setValueInternal() Removed unused TextFieldEventBehavior argument, and rename the function to setNonAttributeValue(). Make sure this is only for ValueMode::kValue. * TextFieldInputType::setValue() Don't call InputType::setValue(), and call setNonAttributeValue() directly. * InputType::setValue() Make sure this is only for ValueMode::kValue. This CL has no behavior changes. Committed: https://crrev.com/760682ed1d9e83e40ef158f06a83b7fe626de745 Cr-Commit-Position: refs/heads/master@{#427026}

Patch Set 1 #

Messages

Total messages: 24 (17 generated)
tkent
Hattori-san, would you review this please?
4 years, 2 months ago (2016-10-21 00:08:49 UTC) #14
keishi
LGTM
4 years, 2 months ago (2016-10-24 04:23:40 UTC) #15
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/2435973002/20001
4 years, 2 months ago (2016-10-24 04:40:08 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_arm64_dbg_recipe/builds/150659)
4 years, 2 months ago (2016-10-24 06:32:33 UTC) #19
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/2435973002/20001
4 years, 2 months ago (2016-10-24 06:41:13 UTC) #21
commit-bot: I haz the power
Committed patchset #1 (id:20001)
4 years, 1 month ago (2016-10-24 07:54:13 UTC) #22
commit-bot: I haz the power
4 years, 1 month ago (2016-10-24 07:55:51 UTC) #24
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/760682ed1d9e83e40ef158f06a83b7fe626de745
Cr-Commit-Position: refs/heads/master@{#427026}

Powered by Google App Engine
This is Rietveld 408576698