Bug 72406 - Clean up API for FilterOperations (and maybe TransformOperations)
Summary: Clean up API for FilterOperations (and maybe TransformOperations)
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords:
Depends on:
Blocks: 68469
  Show dependency treegraph
 
Reported: 2011-11-15 12:38 PST by Dean Jackson
Modified: 2014-03-02 10:17 PST (History)
4 users (show)

See Also:


Attachments

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