| OLD | NEW |
| 1 # | 1 # |
| 2 # This file describes all Blink IDL extended attributes and allowed values. | 2 # This file describes all Blink IDL extended attributes and allowed values. |
| 3 # If any IDL file uses an extended attribute or values not listed below, the | 3 # If any IDL file uses an extended attribute or values not listed below, the |
| 4 # build will fail. | 4 # build will fail. |
| 5 # If you would like to add a new extended attribute or value, please: | 5 # If you would like to add a new extended attribute or value, please: |
| 6 # (1) add the extended attribute or value to this file | 6 # (1) add the extended attribute or value to this file |
| 7 # (2) add an explanation to the Blink IDL extended attributes document: | 7 # (2) add an explanation to the Blink IDL extended attributes document: |
| 8 # http://www.chromium.org/blink/webidl/blink-idl-extended-attributes | 8 # http://www.chromium.org/blink/webidl/blink-idl-extended-attributes |
| 9 # (3) add appropriate test cases to run-bindings-tests | 9 # (3) add appropriate test cases to run-bindings-tests |
| 10 # | 10 # |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 # | 34 # |
| 35 | 35 |
| 36 ActiveDOMObject | 36 ActiveDOMObject |
| 37 ActivityLogging=ForAllWorlds|GetterForAllWorlds|SetterForAllWorlds|ForIsolatedWo
rlds|GetterForIsolatedWorlds|SetterForIsolatedWorlds | 37 ActivityLogging=ForAllWorlds|GetterForAllWorlds|SetterForAllWorlds|ForIsolatedWo
rlds|GetterForIsolatedWorlds|SetterForIsolatedWorlds |
| 38 CachedAttribute=* | 38 CachedAttribute=* |
| 39 CallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow|T
hisValue | 39 CallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWindow|T
hisValue |
| 40 CheckSecurity=Frame|Node | 40 CheckSecurity=Frame|Node |
| 41 Clamp | 41 Clamp |
| 42 Conditional=* | 42 Conditional=* |
| 43 Constructor | 43 Constructor |
| 44 # FIXME: remove [ConstructorCallWith=Document], as can instead use |
| 45 # [ConstructorCallWith=ExecutionContext] + toDocument(executionContext) |
| 44 ConstructorCallWith=ExecutionContext|Document | 46 ConstructorCallWith=ExecutionContext|Document |
| 45 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap | 47 Custom=|Getter|Setter|LegacyCallAsFunction|ToV8|VisitDOMWrapper|Wrap |
| 46 CustomConstructor | 48 CustomConstructor |
| 47 CustomElementCallbacks | 49 CustomElementCallbacks |
| 48 CustomEnumerateProperty | 50 CustomEnumerateProperty |
| 49 Default=NullString|Undefined | 51 Default=NullString|Undefined |
| 50 DependentLifetime | 52 DependentLifetime |
| 51 DeprecateAs=* | 53 DeprecateAs=* |
| 52 DoNotCheckConstants | 54 DoNotCheckConstants |
| 53 DoNotCheckSecurity=|Setter | 55 DoNotCheckSecurity=|Setter |
| (...skipping 28 matching lines...) Expand all Loading... |
| 82 SetReference=* | 84 SetReference=* |
| 83 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow | 85 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow |
| 84 SpecialWrapFor=* | 86 SpecialWrapFor=* |
| 85 StrictTypeChecking | 87 StrictTypeChecking |
| 86 TreatNullAs=NullString|* | 88 TreatNullAs=NullString|* |
| 87 TreatReturnedNullStringAs=Null|Undefined | 89 TreatReturnedNullStringAs=Null|Undefined |
| 88 TreatUndefinedAs=NullString|* | 90 TreatUndefinedAs=NullString|* |
| 89 URL | 91 URL |
| 90 Unforgeable | 92 Unforgeable |
| 91 Unserializable | 93 Unserializable |
| OLD | NEW |