Bug 80359 - [CSSRegions][CSSOM]Restrict parsing of named flow name
Summary: [CSSRegions][CSSOM]Restrict parsing of named flow name
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-05 17:23 PST by Mihnea Ovidenie
Modified: 2012-03-06 14:41 PST (History)
3 users (show)

See Also:


Attachments
Patch (4.37 KB, patch)
2012-03-05 18:12 PST, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff
Patch 2 (4.46 KB, patch)
2012-03-06 11:21 PST, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.