| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 MeasureAs=* | 73 MeasureAs=* |
| 74 NamedConstructor=* | 74 NamedConstructor=* |
| 75 NoImplHeader | 75 NoImplHeader |
| 76 NoInterfaceObject | 76 NoInterfaceObject |
| 77 NotEnumerable | 77 NotEnumerable |
| 78 OnlyExposedToPrivateScript | 78 OnlyExposedToPrivateScript |
| 79 OverrideBuiltins | 79 OverrideBuiltins |
| 80 PartialInterfaceImplementedAs=* | 80 PartialInterfaceImplementedAs=* |
| 81 PermissiveDictionaryConversion | 81 PermissiveDictionaryConversion |
| 82 PerWorldBindings | 82 PerWorldBindings |
| 83 PostMessage |
| 83 PrimaryGlobal=|* | 84 PrimaryGlobal=|* |
| 84 PutForwards=* | 85 PutForwards=* |
| 85 RaisesException=|Getter|Setter|Constructor | 86 RaisesException=|Getter|Setter|Constructor |
| 86 Reflect=|* | 87 Reflect=|* |
| 87 ReflectEmpty=* | 88 ReflectEmpty=* |
| 88 ReflectInvalid=* | 89 ReflectInvalid=* |
| 89 ReflectMissing=* | 90 ReflectMissing=* |
| 90 ReflectOnly=* | 91 ReflectOnly=* |
| 91 Replaceable | 92 Replaceable |
| 92 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in | 93 # Valid values for [RuntimeEnabled] are the Runtime Enabled Features, listed in |
| 93 # Source/core/page/RuntimeEnabledFeatures.in | 94 # Source/core/page/RuntimeEnabledFeatures.in |
| 94 RuntimeEnabled=* | 95 RuntimeEnabled=* |
| 95 SameObject | 96 SameObject |
| 96 SetWrapperReferenceFrom=* | 97 SetWrapperReferenceFrom=* |
| 97 SetWrapperReferenceTo=* | 98 SetWrapperReferenceTo=* |
| 98 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow | 99 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow |
| 99 TreatNullAs=NullString|EmptyString | 100 TreatNullAs=NullString|EmptyString |
| 100 TreatReturnedNullStringAs=Null|Undefined | 101 TreatReturnedNullStringAs=Null|Undefined |
| 101 TreatUndefinedAs=NullString | 102 TreatUndefinedAs=NullString |
| 102 TypeChecking=Interface | 103 TypeChecking=Interface |
| 103 URL | 104 URL |
| 104 Unforgeable | 105 Unforgeable |
| 105 Unscopeable | 106 Unscopeable |
| 106 WillBeGarbageCollected | 107 WillBeGarbageCollected |
| OLD | NEW |