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

Issue 393543002: Reflected attributes should be removed when 'null', 'undefined' or 'false' is specified (Closed)

Created:
6 years, 5 months ago by haraken
Modified:
6 years, 5 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink
Project:
blink
Visibility:
Public.

Description

Reflected attributes should be removed when 'null', 'undefined' or 'false' is specified This is a follow-up CL to address arv's comment in https://codereview.chromium.org/386353002/#msg9. Note that this CL will change existing behavior for reflected DOM attributes of HTMLMarqueeElement. Previously those reflected DOM attributes were not removed when 'null' or 'undefined' is specified. This was a bug. The new behavior implemented in this CL aligns with the spec and Firefox. I don't have a concern about compatibility since this just affects reflected attributes of HTMLMarqueeElement. BUG=341031 TEST=fast/html/marquee-element.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=178076

Patch Set 1 #

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -13 lines) Patch
M LayoutTests/fast/html/marquee-element.html View 1 2 10 chunks +23 lines, -10 lines 0 comments Download
M LayoutTests/fast/html/marquee-element-expected.txt View 1 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/html/HTMLMarqueeElement.js View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
haraken
arv@: PTAL
6 years, 5 months ago (2014-07-14 15:20:46 UTC) #1
arv (Not doing code reviews)
LGTM You just fixed https://code.google.com/p/chromium/issues/detail?id=304959 for HTMLMarqueeElement :-) https://codereview.chromium.org/393543002/diff/20001/LayoutTests/fast/html/marquee-element.html File LayoutTests/fast/html/marquee-element.html (right): https://codereview.chromium.org/393543002/diff/20001/LayoutTests/fast/html/marquee-element.html#newcode125 LayoutTests/fast/html/marquee-element.html:125: testParent.innerHTML ...
6 years, 5 months ago (2014-07-14 15:24:29 UTC) #2
haraken
Thanks for review! https://codereview.chromium.org/393543002/diff/20001/LayoutTests/fast/html/marquee-element.html File LayoutTests/fast/html/marquee-element.html (right): https://codereview.chromium.org/393543002/diff/20001/LayoutTests/fast/html/marquee-element.html#newcode125 LayoutTests/fast/html/marquee-element.html:125: testParent.innerHTML = '<marquee id="marquee" truespeed="true">test</marquee>'; On ...
6 years, 5 months ago (2014-07-14 15:28:49 UTC) #3
haraken
The CQ bit was checked by haraken@chromium.org
6 years, 5 months ago (2014-07-14 15:28:57 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/haraken@chromium.org/393543002/40001
6 years, 5 months ago (2014-07-14 15:29:15 UTC) #5
commit-bot: I haz the power
6 years, 5 months ago (2014-07-14 16:41:01 UTC) #6
Message was sent while issue was closed.
Change committed as 178076

Powered by Google App Engine
This is Rietveld 408576698