Changes between Version 13 and Version 14 of WebKitIDL
- Timestamp:
- Feb 12, 2012, 10:21:39 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v13 v14 7 7 = Basics of the IDL = 8 8 9 = How the IDL binding works=9 = How the IDL bindings work = 10 10 11 11 == JavaScriptCore == … … 23 23 == Basic naming rules == 24 24 25 == Terminologies ==26 27 25 == IDL attributes around operations, attributes and parameters == 28 26 29 == [TreatNullAs](a,p), [TreatUndefinedAs](a,p)==27 === [TreatNullAs](a,p), [TreatUndefinedAs](a,p) === 30 28 31 29 == [TreatReturnedNullStringAs](o,a,p) ==