Bug 72406

Summary: Clean up API for FilterOperations (and maybe TransformOperations)
Product: WebKit Reporter: Dean Jackson <dino>
Component: CSSAssignee: Dean Jackson <dino>
Status: NEW ---    
Severity: Normal CC: achicu, cmarrin, krit, simon.fraser
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 68469    

Description Dean Jackson 2011-11-15 12:38:44 PST
Currently the FilterOperations API means you get examples such as this:

operations.operations().append(operation);

We could probably expose the common accessors directly on FilterOperations. This applies to TransformOperations too, since it is basically the same API.