Changes between Version 118 and Version 119 of WebKitIDL


Ignore:
Timestamp:
May 17, 2013 3:02:30 PM (11 years ago)
Author:
Christophe Dumez
Comment:

Add link to RuntimeEnabledFeatures header.

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v118 v119  
    14621462Summary: If the `[EnabledAtRuntime]` extended attribute is specified on non-callback interface that is not declared with the `[NoInterfaceObject]` extended attribute, it indicates that the corresponding attribute(s) generated on the global Window object can be enabled / disabled at runtime.
    14631463
    1464 The `RuntimeEnabledFeatures` class will be used to determine if the global constructor should be enabled, at runtime. By default, the name of the interface is used as feature name but it is possible to specify the feature name explicitly as well via `[EnabledAtRuntime=FeatureName]`.
     1464The [https://trac.webkit.org/browser/trunk/Source/WebCore/bindings/generic/RuntimeEnabledFeatures.h RuntimeEnabledFeatures class] is used to determine if the global constructor should be enabled, at runtime. By default, the name of the interface is used as feature name but it is possible to specify the feature name explicitly as well via `[EnabledAtRuntime=FeatureName]`.
    14651465
    14661466Usage: `[EnabledAtRuntime]` can be specified on interfaces.