Bug 137593

Summary: Update :nth-child(An+B of selector-list) to the latest specification
Product: WebKit Reporter: Benjamin Poulain <benjamin>
Component: New BugsAssignee: Benjamin Poulain <benjamin>
Status: RESOLVED FIXED    
Severity: Normal CC: 7raivis, kling
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Benjamin Poulain 2014-10-09 20:34:50 PDT
Update :nth-child(An+B of selector-list) to the latest specification
Comment 1 Benjamin Poulain 2014-10-09 20:38:55 PDT
Created attachment 239594 [details]
Patch
Comment 2 Andreas Kling 2014-10-10 14:15:16 PDT
Comment on attachment 239594 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=239594&action=review

r=me

> Source/WebCore/cssjit/SelectorCompiler.cpp:3227
> +    for (const NthChildOfSelectorInfo& nthChildOfSelectorInfo : fragment.nthChildOfFilters) {

Come on man, auto.
Comment 3 Benjamin Poulain 2014-10-10 14:23:44 PDT
Comment on attachment 239594 [details]
Patch

Clearing flags on attachment: 239594

Committed r174613: <http://trac.webkit.org/changeset/174613>
Comment 4 Benjamin Poulain 2014-10-10 14:23:46 PDT
All reviewed patches have been landed.  Closing bug.