Bug 80359

Summary: [CSSRegions][CSSOM]Restrict parsing of named flow name
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, menard, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch 2 none

Description Mihnea Ovidenie 2012-03-05 17:23:43 PST
Parsing of a named flow name should not allow something like:
var namedFlow = document.webkitGetFlowByName("flow; color: red;")

In this case, the named flow object should be null.
Comment 1 Mihnea Ovidenie 2012-03-05 18:12:34 PST
Created attachment 130256 [details]
Patch
Comment 2 Mihnea Ovidenie 2012-03-06 11:21:28 PST
Created attachment 130418 [details]
Patch 2

Instead of adding a new test file i modified an existing test previously added for https://bugs.webkit.org/show_bug.cgi?id=79685
Comment 3 WebKit Review Bot 2012-03-06 14:41:45 PST
Comment on attachment 130418 [details]
Patch 2

Clearing flags on attachment: 130418

Committed r109961: <http://trac.webkit.org/changeset/109961>
Comment 4 WebKit Review Bot 2012-03-06 14:41:49 PST
All reviewed patches have been landed.  Closing bug.