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

Issue 1200853003: HTMLSelectElement size type changed to unsigned (Closed)

Created:
5 years, 6 months ago by Habib Virji
Modified:
5 years, 6 months ago
Reviewers:
keishi, philipj_slow
CC:
blink-reviews, pdr+renderingwatchlist_chromium.org, arv+blink, szager+layoutwatch_chromium.org, vivekg_samsung, blink-reviews-html_chromium.org, eae+blinkwatch, leviw+renderwatch, vivekg, dglazkov+blink, blink-reviews-rendering, Inactive, jchaffraix+rendering, zoltan1
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

HTMLSelectElement size type changed to unsigned Changes include in LayoutListBox as its value is based on size value. BUG=496400 R=philipj@opera.com, keishi Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=197636

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -13 lines) Patch
M Source/core/html/HTMLSelectElement.h View 3 chunks +3 lines, -3 lines 0 comments Download
M Source/core/html/HTMLSelectElement.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M Source/core/html/HTMLSelectElement.idl View 1 chunk +1 line, -2 lines 0 comments Download
M Source/core/layout/LayoutListBox.h View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/layout/LayoutListBox.cpp View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200853003/1
5 years, 6 months ago (2015-06-22 14:24:34 UTC) #2
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 6 months ago (2015-06-22 15:30:42 UTC) #4
Habib Virji
PTAL.
5 years, 6 months ago (2015-06-22 15:47:43 UTC) #5
keishi
LGTM
5 years, 6 months ago (2015-06-22 16:35:16 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200853003/1
5 years, 6 months ago (2015-06-23 08:08:09 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://src.chromium.org/viewvc/blink?view=rev&revision=197636
5 years, 6 months ago (2015-06-23 08:11:38 UTC) #9
philipj_slow
This change should have been accompanied by a test case, as the change should be ...
5 years, 6 months ago (2015-06-23 08:51:38 UTC) #10
Habib Virji
On 2015/06/23 08:51:38, philipj wrote: > This change should have been accompanied by a test ...
5 years, 6 months ago (2015-06-25 13:26:23 UTC) #11
philipj_slow
5 years, 6 months ago (2015-06-26 14:20:39 UTC) #12
Message was sent while issue was closed.
On 2015/06/25 13:26:23, Habib Virji wrote:
> On 2015/06/23 08:51:38, philipj wrote:
> > This change should have been accompanied by a test case, as the change
should
> be
> > observable, when setting select.size = -1, the size content attribute should
> be
> > UINT_MAX or something. Please add a test in a follow-up CL.
> 
> I did try implementing the test case you suggested, and it returns 0 when
value
> is -1. 
> 
> Should a submit a CL with just a test case or include it part of other CL
where
> i am fixing other todo of the HTMLSelectElement.

A test and fix together sounds good, even if part of the test is actually for
the change in this CL.

Powered by Google App Engine
This is Rietveld 408576698