Bug 72406
Summary: | Clean up API for FilterOperations (and maybe TransformOperations) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dean Jackson <dino> |
Component: | CSS | Assignee: | 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 |
Dean Jackson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |