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

Issue 1027173002: KEYGEN elements should always create LayoutBlockFlow, regardless of display type. (Closed)

Created:
5 years, 9 months ago by mstensho (USE GERRIT)
Modified:
5 years, 9 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink
Target Ref:
refs/remotes/origin/master
Project:
blink
Visibility:
Public.

Description

KEYGEN elements should always create LayoutBlockFlow, regardless of display type. Since it's a replaced element, the display value on a KEYGEN element should only affect whether it's inline-level or block-level. The actual type of layout object should be the same, regardless of display type. BUG=455867 R=jchaffraix@chromium.org Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192399

Patch Set 1 #

Total comments: 2

Patch Set 2 : code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -0 lines) Patch
A LayoutTests/fast/replaced/keygen-as-table-column-group-crash.html View 1 chunk +9 lines, -0 lines 0 comments Download
A LayoutTests/fast/replaced/keygen-as-table-column-group-crash-expected.txt View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLKeygenElement.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/html/HTMLKeygenElement.cpp View 1 2 chunks +9 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
mstensho (USE GERRIT)
5 years, 9 months ago (2015-03-23 13:36:36 UTC) #1
Julien - ping for review
lgtm https://codereview.chromium.org/1027173002/diff/1/Source/core/html/HTMLKeygenElement.cpp File Source/core/html/HTMLKeygenElement.cpp (right): https://codereview.chromium.org/1027173002/diff/1/Source/core/html/HTMLKeygenElement.cpp#newcode62 Source/core/html/HTMLKeygenElement.cpp:62: return new LayoutBlockFlow(this); We have this pattern around ...
5 years, 9 months ago (2015-03-23 15:16:51 UTC) #2
mstensho (USE GERRIT)
https://codereview.chromium.org/1027173002/diff/1/Source/core/html/HTMLKeygenElement.cpp File Source/core/html/HTMLKeygenElement.cpp (right): https://codereview.chromium.org/1027173002/diff/1/Source/core/html/HTMLKeygenElement.cpp#newcode62 Source/core/html/HTMLKeygenElement.cpp:62: return new LayoutBlockFlow(this); On 2015/03/23 15:16:51, Julien Chaffraix - ...
5 years, 9 months ago (2015-03-23 22:46:46 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1027173002/20001
5 years, 9 months ago (2015-03-23 22:46:50 UTC) #6
commit-bot: I haz the power
5 years, 9 months ago (2015-03-24 01:41:00 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192399

Powered by Google App Engine
This is Rietveld 408576698