Bug 132311 - SelectorCodeGenerator::generateElementIsNthChild() leaks the parent register :nth-child() is non-filtering
Summary: SelectorCodeGenerator::generateElementIsNthChild() leaks the parent register ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-28 16:44 PDT by Benjamin Poulain
Modified: 2014-04-28 19:30 PDT (History)
1 user (show)

See Also:


Attachments
Patch (5.73 KB, patch)
2014-04-28 16:45 PDT, Benjamin Poulain
no flags Details | Formatted Diff | Diff
Patch (7.72 KB, patch)
2014-04-28 17:31 PDT, Benjamin Poulain
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2014-04-28 16:44:04 PDT
SelectorCodeGenerator::generateElementIsNthChild() leaks the parent register :nth-child() is non-filtering
Comment 1 Benjamin Poulain 2014-04-28 16:45:39 PDT
Created attachment 230337 [details]
Patch
Comment 2 Benjamin Poulain 2014-04-28 17:31:53 PDT
Created attachment 230339 [details]
Patch
Comment 3 Benjamin Poulain 2014-04-28 19:30:05 PDT
Committed r167921: <http://trac.webkit.org/changeset/167921>