Changes between Version 25 and Version 26 of WebKitIDL


Ignore:
Timestamp:
Feb 13, 2012 7:49:55 PM (12 years ago)
Author:
haraken@chromium.org
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v25 v26  
    2929=== * [TreatNullAs](a,p), [TreatUndefinedAs](a,p) ===
    3030
    31  * [http://dev.w3.org/2006/webapi/WebIDL/#TreatNullAs The spec of [TreatNullAs]] (Note: The WebKit IDL explained below behaves differently from the spec)
    32  * [http://dev.w3.org/2006/webapi/WebIDL/#TreatUndefinedAs The spec of [TreatUndefinedAs]] (Note: The WebKit IDL explained below behaves differently from the spec)
     31 * [http://dev.w3.org/2006/webapi/WebIDL/#TreatNullAs The spec of TreatNullAs] (Note: The WebKit IDL explained below behaves differently from the spec)
     32 * [http://dev.w3.org/2006/webapi/WebIDL/#TreatUndefinedAs The spec of TreatUndefinedAs] (Note: The WebKit IDL explained below behaves differently from the spec)
    3333
    3434Summary: They control the behavior when a JavaScript null or undefined is passed to DOMString attributes/parameters.
     
    198198=== * [Deletable](a), [NotEnumerable](a), [V8ReadOnly](a) ===
    199199
    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)]
    201201
    202202Summary: They control Writability, Enumerability and Configurability of attributes.
     
    266266=== * [V8Unforgeable](m,a), [V8OnProto](m,a) ===
    267267
    268  * [http://dev.w3.org/2006/webapi/WebIDL/#Unforgeable The spec of [Unforgeable]]
     268 * [http://dev.w3.org/2006/webapi/WebIDL/#Unforgeable The spec of Unforgeable]
    269269
    270270Summary: They control where a given attribute getter/setter is defined.
     
    307307=== * [Supplemental](i) ===
    308308
    309  * [http://dev.w3.org/2006/webapi/WebIDL/#dfn-supplemental-interface The spec of [Supplemental]]
    310 
    311  * [http://old.nabble.com/Things-missing-from-Web-IDL-for-HTML5-td24873773.html Easy explanation of [Supplemental]]
     309 * [http://dev.w3.org/2006/webapi/WebIDL/#dfn-supplemental-interface The spec of Supplemental]
     310
     311 * [http://old.nabble.com/Things-missing-from-Web-IDL-for-HTML5-td24873773.html Easy explanation of Supplemental]
    312312
    313313Summary: [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".