Bug 107415

Summary: [Refactoring] rename StyleRuleBlock -> StyleRuleGroup
Product: WebKit Reporter: Takashi Sakamoto <tasak>
Component: CSSAssignee: Takashi Sakamoto <tasak>
Status: RESOLVED FIXED    
Severity: Normal CC: cmarcelo, koivisto, macpherson, menard, ojan.autocc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Takashi Sakamoto 2013-01-20 22:05:08 PST
Rename StyleRuleBlock to StyleRuleGroup, because:

- CSSGroupingRule is an interface for representing an at-rule that contains other rules nested inside itself 
  http://www.w3.org/TR/2012/WD-css3-conditional-20121213/#the-cssgroupingrule-interface

- The spec defines CSSGroupingRule, not CSSBlockRule.

So StyleRuleGroup looks a better name comparing with StyleRuleBlock.
Comment 1 Takashi Sakamoto 2013-01-21 00:05:38 PST
Created attachment 183722 [details]
Patch
Comment 2 WebKit Review Bot 2013-01-21 02:34:46 PST
Comment on attachment 183722 [details]
Patch

Clearing flags on attachment: 183722

Committed r140316: <http://trac.webkit.org/changeset/140316>
Comment 3 WebKit Review Bot 2013-01-21 02:34:50 PST
All reviewed patches have been landed.  Closing bug.