| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 # DartSuppress can have no value will suppress attribute/method, if attribute ca
n also suppress | 54 # DartSuppress can have no value will suppress attribute/method, if attribute ca
n also suppress |
| 55 # just the DartSuppress=getter or DartSuppress=Setter | 55 # just the DartSuppress=getter or DartSuppress=Setter |
| 56 DartSuppress=|Getter|Setter | 56 DartSuppress=|Getter|Setter |
| 57 # No need to setup Dart API scope when a native function is invoked. | 57 # No need to setup Dart API scope when a native function is invoked. |
| 58 DartNoAutoScope | 58 DartNoAutoScope |
| 59 # TODO(terry): Used in dart.idl - look at removing or using | 59 # TODO(terry): Used in dart.idl - look at removing or using |
| 60 DartSupplemental | 60 DartSupplemental |
| 61 # TODO(terry): Used in dart.idl (look at eliminating). | 61 # TODO(terry): Used in dart.idl (look at eliminating). |
| 62 DartForceOptional | 62 DartForceOptional |
| 63 # TODO(terry): Used in dart.idl (look at eliminating). | 63 # TODO(terry): Used in dart.idl (look at eliminating). |
| 64 DartCallback | 64 Callback |
| 65 # TODO(terry): Used in dart.idl (look at eliminating). | 65 # TODO(terry): Used in dart.idl (look at eliminating). |
| 66 DartStrictTypeChecking | 66 DartStrictTypeChecking |
| 67 # End of Dartium attributes. | 67 # End of Dartium attributes. |
| 68 Default=Undefined | 68 Default=Undefined |
| 69 DependentLifetime | 69 DependentLifetime |
| 70 DeprecateAs=* | 70 DeprecateAs=* |
| 71 DoNotCheckConstants | 71 DoNotCheckConstants |
| 72 DoNotCheckSecurity=|Setter | 72 DoNotCheckSecurity=|Setter |
| 73 DoNotCheckSignature | 73 DoNotCheckSignature |
| 74 EnforceRange | 74 EnforceRange |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 SetWrapperReferenceTo=* | 111 SetWrapperReferenceTo=* |
| 112 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow | 112 SetterCallWith=ExecutionContext|ScriptArguments|ActiveWindow|FirstWindow |
| 113 SpecialWrapFor=* | 113 SpecialWrapFor=* |
| 114 TreatNullAs=NullString | 114 TreatNullAs=NullString |
| 115 TreatReturnedNullStringAs=Null|Undefined | 115 TreatReturnedNullStringAs=Null|Undefined |
| 116 TreatUndefinedAs=NullString | 116 TreatUndefinedAs=NullString |
| 117 TypeChecking=Interface|Nullable|Unrestricted | 117 TypeChecking=Interface|Nullable|Unrestricted |
| 118 URL | 118 URL |
| 119 Unforgeable | 119 Unforgeable |
| 120 WillBeGarbageCollected | 120 WillBeGarbageCollected |
| OLD | NEW |