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

Issue 661693002: <marquee> in <template> should not crash

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

Description

<marquee> in <template> should not crash Currently the following HTML crashes because HTMLMarqueeElement's constructor fails to get a frame and thus cannot install a private script. Note that a template element does not have a frame (a template element just has a document fragment). <template><marquee> This CL defers the installation of the private script to the point where we get a frame. BUG=421002

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+32 lines, -8 lines) Patch
M Source/core/html/HTMLMarqueeElement.h View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download
M Source/core/html/HTMLMarqueeElement.cpp View 1 2 3 4 5 2 chunks +27 lines, -8 lines 0 comments Download

Messages

Total messages: 18 (4 generated)
haraken
PTAL
6 years, 2 months ago (2014-10-16 07:57:05 UTC) #2
tasak
lgtm
6 years, 2 months ago (2014-10-16 08:10:05 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/661693002/60001
6 years, 2 months ago (2014-10-16 08:11:06 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: linux_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/linux_blink_rel/builds/29450)
6 years, 2 months ago (2014-10-16 09:10:45 UTC) #7
adamk
Can you explain what effect delaying the installation of the private script has? Does this ...
6 years, 2 months ago (2014-10-16 16:38:57 UTC) #9
haraken
On 2014/10/16 16:38:57, adamk wrote: > Can you explain what effect delaying the installation of ...
6 years, 2 months ago (2014-10-17 00:52:14 UTC) #10
adamk
On 2014/10/17 at 00:52:14, haraken wrote: > On 2014/10/16 16:38:57, adamk wrote: > > Can ...
6 years, 2 months ago (2014-10-17 16:24:44 UTC) #11
haraken
Adamk: Updated the CL, PTAL. On 2014/10/17 16:24:44, adamk wrote: > On 2014/10/17 at 00:52:14, ...
6 years, 2 months ago (2014-10-20 06:03:00 UTC) #12
adamk
On 2014/10/20 at 06:03:00, haraken wrote: > Adamk: Updated the CL, PTAL. Where did the ...
6 years, 2 months ago (2014-10-20 17:51:59 UTC) #13
haraken
On 2014/10/20 17:51:59, adamk wrote: > On 2014/10/20 at 06:03:00, haraken wrote: > > Adamk: ...
6 years, 2 months ago (2014-10-21 12:00:38 UTC) #14
adamk
On 2014/10/21 at 12:00:38, haraken wrote: > On 2014/10/20 17:51:59, adamk wrote: > > On ...
6 years, 2 months ago (2014-10-21 20:07:08 UTC) #15
haraken
On 2014/10/21 20:07:08, adamk wrote: > On 2014/10/21 at 12:00:38, haraken wrote: > > On ...
6 years, 2 months ago (2014-10-21 23:57:36 UTC) #16
haraken
I'm sorry for taking a lot of cycles to fix this issue... I think rhogan's ...
6 years, 2 months ago (2014-10-22 12:14:27 UTC) #17
adamk
6 years, 2 months ago (2014-10-22 17:49:40 UTC) #18
On 2014/10/22 at 12:14:27, haraken wrote:
> I'm sorry for taking a lot of cycles to fix this issue...
> 
> I think rhogan's CL (https://codereview.chromium.org/654583003/) is a right
fix, but what do you think?

Responded over there. I think we're real close, just want to understand what the
right end point is for this work.

Powered by Google App Engine
This is Rietveld 408576698