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

Mihnea Ovidenie
Reported 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.
Attachments
Patch (4.37 KB, patch)
2012-03-05 18:12 PST, Mihnea Ovidenie
no flags
Patch 2 (4.46 KB, patch)
2012-03-06 11:21 PST, Mihnea Ovidenie
no flags
Mihnea Ovidenie
Comment 1 2012-03-05 18:12:34 PST
Mihnea Ovidenie
Comment 2 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
WebKit Review Bot
Comment 3 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>
WebKit Review Bot
Comment 4 2012-03-06 14:41:49 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.