Changes between Version 89 and Version 90 of WebKitIDL


Ignore:
Timestamp:
Apr 30, 2013 1:10:35 AM (11 years ago)
Author:
Christophe Dumez
Comment:

Remove Callback section as this extended attribute is no longer needed after r149257

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v89 v90  
    1212 - [#Optional Optional(p)][[br]]
    1313 - [#Clamp Clamp(a,p)][[br]]
    14  - [#Callback Callback(p)][[br]]
    1514 - [#Custom Custom(m,a), JSCustom(m,a), V8Custom(m,a), CustomGetter(a), JSCustomGetter(a), V8CustomGetter(a), CustomSetter(a), JSCustomSetter(a), V8CustomSetter(a)][[br]]
    1615 - [#CallWith CallWith(i,m,a)][[br]]
     
    365364Hence calling context.setColor(-1, 255, 257) is equivalent to calling setColorClamped(0, 255, 255).
    366365
    367 == [Callback](p) FIXME == #Callback
    368 
    369 Summary: ADD SUMMARY
    370 
    371 Usage: [Callback] should be specified on parameters of callback type:
    372 {{{
    373     interface HTMLFoo {
    374         void func(int a, [Callback] VoidCallback b);
    375     };
    376 }}}
    377 
    378 ADD EXPLANATIONS
    379 
    380366== [Custom](m,a), [JSCustom](m,a), [V8Custom](m,a), [CustomGetter](a), [JSCustomGetter](a), [V8CustomGetter](a), [CustomSetter](a), [JSCustomSetter](a), [V8CustomSetter](a) == #Custom
    381367