Bug 122276 - [WebIDL] Annotate IDL interfaces under Source/WebCore/css/ with the OperationsNotDeletable attribute
Summary: [WebIDL] Annotate IDL interfaces under Source/WebCore/css/ with the Operation...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Zan Dobersek
URL:
Keywords:
Depends on:
Blocks: 122213
  Show dependency treegraph
 
Reported: 2013-10-03 08:59 PDT by Zan Dobersek
Modified: 2013-10-04 05:21 PDT (History)
10 users (show)

See Also:


Attachments
Patch (21.78 KB, patch)
2013-10-03 09:01 PDT, Zan Dobersek
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Zan Dobersek 2013-10-03 08:59:44 PDT
[WebIDL] Annotate IDL interfaces under Source/WebCore/css/ with the OperationsNotDeletable attribute
Comment 1 Zan Dobersek 2013-10-03 09:01:16 PDT
Created attachment 213259 [details]
Patch
Comment 2 Darin Adler 2013-10-03 12:58:55 PDT
Comment on attachment 213259 [details]
Patch

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

> Source/WebCore/css/CSSCharsetRule.idl:23
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/CSSFontFaceLoadEvent.idl:36
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/CSSFontFaceRule.idl:25
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/CSSImportRule.idl:23
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/CSSPageRule.idl:23
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/CSSRule.idl:28
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/CSSStyleRule.idl:23
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/CSSUnknownRule.idl:24
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/CSSValue.idl:27
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/Counter.idl:23
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/RGBColor.idl:24
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/Rect.idl:22
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/StyleSheet.idl:28
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/WebKitCSSFilterRule.idl:32
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/WebKitCSSKeyframeRule.idl:31
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/WebKitCSSMixFunctionValue.idl:33
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/WebKitCSSRegionRule.idl:32
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.

> Source/WebCore/css/WebKitCSSViewportRule.idl:32
> +    OperationsNotDeletable

No operations in this interface, so it would be good not to make this change.
Comment 3 Zan Dobersek 2013-10-04 05:21:53 PDT
Committed r156886: <http://trac.webkit.org/changeset/156886>