Changes between Version 24 and Version 25 of WebKitIDL
- Timestamp:
- Feb 13, 2012, 6:27:28 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebKitIDL
v24 v25 198 198 === * [Deletable](a), [NotEnumerable](a), [V8ReadOnly](a) === 199 199 200 * [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf The spec of [ [Writable]], [[Enumerable]] and [[Configurable]] (8.6.1)]200 * [http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf The spec of [Writable], [Enumerable] and [Configurable] (8.6.1)] 201 201 202 202 Summary: They control Writability, Enumerability and Configurability of attributes. … … 309 309 * [http://dev.w3.org/2006/webapi/WebIDL/#dfn-supplemental-interface The spec of [Supplemental]] 310 310 311 * [http://old.nabble.com/Things-missing-from-Web-IDL-for-HTML5-td24873773.html Easy explanation of [Supplemental \]]311 * [http://old.nabble.com/Things-missing-from-Web-IDL-for-HTML5-td24873773.html Easy explanation of [Supplemental]] 312 312 313 313 Summary: [Supplemental] helps WebKit modularization. The [Supplemental] IDL makes it possible to add XXX's APIs (e.g. XXX=WebAudio, WebSocket, Blob, GamePad, ...etc) without modifying code outside of WebCore/Modules/XXX/. This helps make XXX a "self-contained module".