Bug 156346 - [WebIDL] Add support for [EnabledAtRuntime] attributes on non-global objects
Summary: [WebIDL] Add support for [EnabledAtRuntime] attributes on non-global objects
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-07 10:50 PDT by Chris Dumez
Modified: 2016-04-07 14:57 PDT (History)
9 users (show)

See Also:


Attachments
Patch (28.13 KB, patch)
2016-04-07 10:58 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-04-07 10:50:22 PDT
Add support for [EnabledAtRuntime] attributes on non-global objects by using the same approach as for [EnabledAtRuntime] operations.
Comment 1 Chris Dumez 2016-04-07 10:58:29 PDT
Created attachment 275898 [details]
Patch
Comment 2 WebKit Commit Bot 2016-04-07 10:59:27 PDT
Attachment 275898 [details] did not pass style-queue:


ERROR: Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp:1330:  One line control clauses should not use braces.  [whitespace/braces] [4]
ERROR: Source/WebCore/bindings/scripts/test/JS/JSTestObj.cpp:2540:  One line control clauses should not use braces.  [whitespace/braces] [4]
Total errors found: 2 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 WebKit Commit Bot 2016-04-07 14:56:58 PDT
Comment on attachment 275898 [details]
Patch

Clearing flags on attachment: 275898

Committed r199188: <http://trac.webkit.org/changeset/199188>
Comment 4 WebKit Commit Bot 2016-04-07 14:57:04 PDT
All reviewed patches have been landed.  Closing bug.