| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 DoNotCheckSignature | 64 DoNotCheckSignature |
| 65 DoNotGenerateToV8 | 65 DoNotGenerateToV8 |
| 66 DoNotGenerateWrap | 66 DoNotGenerateWrap |
| 67 EnforceRange | 67 EnforceRange |
| 68 GenerateIsReachable=* | 68 GenerateIsReachable=* |
| 69 GetterRaisesException | 69 GetterRaisesException |
| 70 GlobalContext=Window|WorkerGlobalScope|SharedWorkerGlobalScope|DedicatedWorkerGl
obalScope | 70 GlobalContext=Window|WorkerGlobalScope|SharedWorkerGlobalScope|DedicatedWorkerGl
obalScope |
| 71 Immutable | 71 Immutable |
| 72 ImplementedAs=* | 72 ImplementedAs=* |
| 73 InitializedByEventConstructor | 73 InitializedByEventConstructor |
| 74 KeepAttributeAliveForGC | |
| 75 # FIXME: We should remove this extended attribute once the needed refactoring is
complete. | 74 # FIXME: We should remove this extended attribute once the needed refactoring is
complete. |
| 76 LegacyImplementedInBaseClass | 75 LegacyImplementedInBaseClass |
| 77 MasqueradesAsUndefined | 76 MasqueradesAsUndefined |
| 78 MeasureAs=* | 77 MeasureAs=* |
| 79 NamedConstructor=* | 78 NamedConstructor=* |
| 80 NoInterfaceObject | 79 NoInterfaceObject |
| 81 NotEnumerable | 80 NotEnumerable |
| 82 OverrideBuiltins | 81 OverrideBuiltins |
| 83 # Valid values for [PerContextEnabled] are Context Features, in | 82 # Valid values for [PerContextEnabled] are Context Features, in |
| 84 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h | 83 # ContextFeatures::FeatureType in Source/core/dom/ContextFeatures.h |
| (...skipping 11 matching lines...) Expand all Loading... |
| 96 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow | 95 SetterCallWith=ExecutionContext|ScriptState|ScriptArguments|ActiveWindow|FirstWi
ndow |
| 97 SetterRaisesException | 96 SetterRaisesException |
| 98 SpecialWrapFor=* | 97 SpecialWrapFor=* |
| 99 StrictTypeChecking | 98 StrictTypeChecking |
| 100 TreatNullAs=NullString|* | 99 TreatNullAs=NullString|* |
| 101 TreatReturnedNullStringAs=Null|Undefined | 100 TreatReturnedNullStringAs=Null|Undefined |
| 102 TreatUndefinedAs=NullString|* | 101 TreatUndefinedAs=NullString|* |
| 103 URL | 102 URL |
| 104 Unforgeable | 103 Unforgeable |
| 105 Unserializable | 104 Unserializable |
| OLD | NEW |