Changes between Version 129 and Version 130 of WebKitIDL


Ignore:
Timestamp:
Jun 28, 2013 9:11:26 AM (11 years ago)
Author:
Christophe Dumez
Comment:

Remove ExtendsDOMGlobalObject and IsWorkerContext after r152168

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v129 v130  
    3636 - [#ActiveDOMObject ActiveDOMObject(i)][[br]]
    3737 - [#CustomEnumerateProperty CustomEnumerateProperty(i), CustomDeleteProperty(i)][[br]]
    38  - [#IsWorkerContext IsWorkerContext(i)][[br]]
    3938 - [#TypedArray TypedArray(i), ConstructorTemplate=TypedArray(i)][[br]]
    4039 - [#CustomCall CustomCall(i)][[br]]
     
    4948 - [#CustomReturn CustomReturn(p)][[br]]
    5049 - [#ArrayClass ArrayClass(i)][[br]]
    51  - [#Immutable Immutable, MasqueradesAsUndefined, CustomGetOwnPropertySlot, ReplaceableConstructor, ExtendsDOMGlobalObject, IsIndex][[br]]
     50 - [#Immutable Immutable, MasqueradesAsUndefined, CustomGetOwnPropertySlot, ReplaceableConstructor, IsIndex][[br]]
    5251 - [#ImplementationNamespace ImplementationNamespace(i)][[br]]
    5352 - [#SkipVTableValidation SkipVTableValidation(i), ImplementationLacksVTable(i),][[br]]
     
    10761075}}}
    10771076
    1078 == `[IsWorkerContext]`(i) == #IsWorkerContext
    1079 
    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         IsWorkerContext
    1086     ] interface SharedWorkerContext {
    1087     };
    1088 }}}
    1089 
    10901077== `[TypedArray]`(i), [ConstructorTemplate=TypedArray](i) == #TypedArray
    10911078
     
    13561343}}}
    13571344
    1358 == `[Immutable]`, `[MasqueradesAsUndefined]`, `[CustomGetOwnPropertySlot]`, `[ReplaceableConstructor]`, `[ExtendsDOMGlobalObject]`, `[IsIndex]` == #Immutable
     1345== `[Immutable]`, `[MasqueradesAsUndefined]`, `[CustomGetOwnPropertySlot]`, `[ReplaceableConstructor]`, `[IsIndex]` == #Immutable
    13591346
    13601347Might be deprecated. Discussion is on-going.