Changes between Version 129 and Version 130 of WebKitIDL
- Timestamp:
- Jun 28, 2013, 9:11:26 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v129 v130 36 36 - [#ActiveDOMObject ActiveDOMObject(i)][[br]] 37 37 - [#CustomEnumerateProperty CustomEnumerateProperty(i), CustomDeleteProperty(i)][[br]] 38 - [#IsWorkerContext IsWorkerContext(i)][[br]]39 38 - [#TypedArray TypedArray(i), ConstructorTemplate=TypedArray(i)][[br]] 40 39 - [#CustomCall CustomCall(i)][[br]] … … 49 48 - [#CustomReturn CustomReturn(p)][[br]] 50 49 - [#ArrayClass ArrayClass(i)][[br]] 51 - [#Immutable Immutable, MasqueradesAsUndefined, CustomGetOwnPropertySlot, ReplaceableConstructor, ExtendsDOMGlobalObject,IsIndex][[br]]50 - [#Immutable Immutable, MasqueradesAsUndefined, CustomGetOwnPropertySlot, ReplaceableConstructor, IsIndex][[br]] 52 51 - [#ImplementationNamespace ImplementationNamespace(i)][[br]] 53 52 - [#SkipVTableValidation SkipVTableValidation(i), ImplementationLacksVTable(i),][[br]] … … 1076 1075 }}} 1077 1076 1078 == `[IsWorkerContext]`(i) == #IsWorkerContext1079 1080 Summary: `[IsWorkerContext]` indicates that a given interface is a WorkerContext-related interface.1081 1082 Usage: `[IsWorkerContext]` can be specified on WorkerContext-related interfaces only:1083 {{{1084 [1085 IsWorkerContext1086 ] interface SharedWorkerContext {1087 };1088 }}}1089 1090 1077 == `[TypedArray]`(i), [ConstructorTemplate=TypedArray](i) == #TypedArray 1091 1078 … … 1356 1343 }}} 1357 1344 1358 == `[Immutable]`, `[MasqueradesAsUndefined]`, `[CustomGetOwnPropertySlot]`, `[ReplaceableConstructor]`, `[ ExtendsDOMGlobalObject]`, `[IsIndex]` == #Immutable1345 == `[Immutable]`, `[MasqueradesAsUndefined]`, `[CustomGetOwnPropertySlot]`, `[ReplaceableConstructor]`, `[IsIndex]` == #Immutable 1359 1346 1360 1347 Might be deprecated. Discussion is on-going.