Changes between Version 89 and Version 90 of WebKitIDL
- Timestamp:
- Apr 30, 2013, 1:10:35 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v89 v90 12 12 - [#Optional Optional(p)][[br]] 13 13 - [#Clamp Clamp(a,p)][[br]] 14 - [#Callback Callback(p)][[br]]15 14 - [#Custom Custom(m,a), JSCustom(m,a), V8Custom(m,a), CustomGetter(a), JSCustomGetter(a), V8CustomGetter(a), CustomSetter(a), JSCustomSetter(a), V8CustomSetter(a)][[br]] 16 15 - [#CallWith CallWith(i,m,a)][[br]] … … 365 364 Hence calling context.setColor(-1, 255, 257) is equivalent to calling setColorClamped(0, 255, 255). 366 365 367 == [Callback](p) FIXME == #Callback368 369 Summary: ADD SUMMARY370 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 EXPLANATIONS379 380 366 == [Custom](m,a), [JSCustom](m,a), [V8Custom](m,a), [CustomGetter](a), [JSCustomGetter](a), [V8CustomGetter](a), [CustomSetter](a), [JSCustomSetter](a), [V8CustomSetter](a) == #Custom 381 367