| 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 # IDLExtendedAttributes.md (in this directory) | 8 # IDLExtendedAttributes.md (in this directory) |
| 9 # (3) add appropriate test cases to run-bindings-tests | 9 # (3) add appropriate test cases to run-bindings-tests |
| 10 # | 10 # |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 DoNotTestNewObject | 53 DoNotTestNewObject |
| 54 EnforceRange | 54 EnforceRange |
| 55 ExperimentalCallbackFunction | 55 ExperimentalCallbackFunction |
| 56 Exposed=* | 56 Exposed=* |
| 57 FeaturePolicy=* | 57 FeaturePolicy=* |
| 58 FlexibleArrayBufferView | 58 FlexibleArrayBufferView |
| 59 Global=|* | 59 Global=|* |
| 60 HTMLConstructor | 60 HTMLConstructor |
| 61 ImmutablePrototype | 61 ImmutablePrototype |
| 62 ImplementedAs=* | 62 ImplementedAs=* |
| 63 Iterable | |
| 64 LegacyInterfaceTypeChecking | 63 LegacyInterfaceTypeChecking |
| 65 LegacyTreatAsPartialInterface | 64 LegacyTreatAsPartialInterface |
| 66 LenientThis | 65 LenientThis |
| 67 LogActivity=|GetterOnly|SetterOnly | 66 LogActivity=|GetterOnly|SetterOnly |
| 68 LogAllWorlds | 67 LogAllWorlds |
| 69 NewObject | 68 NewObject |
| 70 Measure | 69 Measure |
| 71 MeasureAs=* | 70 MeasureAs=* |
| 72 NamedConstructor=* | 71 NamedConstructor=* |
| 73 NoInterfaceObject | 72 NoInterfaceObject |
| (...skipping 18 matching lines...) Expand all Loading... |
| 92 RuntimeEnabled=* | 91 RuntimeEnabled=* |
| 93 SameObject | 92 SameObject |
| 94 SaveSameObject | 93 SaveSameObject |
| 95 SecureContext | 94 SecureContext |
| 96 SetterCallWith=ExecutionContext|ScriptArguments|CurrentWindow|EnteredWindow | 95 SetterCallWith=ExecutionContext|ScriptArguments|CurrentWindow|EnteredWindow |
| 97 TreatNullAs=NullString|EmptyString | 96 TreatNullAs=NullString|EmptyString |
| 98 URL | 97 URL |
| 99 Unforgeable | 98 Unforgeable |
| 100 Unscopable | 99 Unscopable |
| 101 WebAgentAPI | 100 WebAgentAPI |
| OLD | NEW |