Changes between Version 149 and Version 150 of WebKitIDL


Ignore:
Timestamp:
Mar 14, 2016 10:53:39 AM (8 years ago)
Author:
youenn.fablet@crf.canon.fr
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitIDL

    v149 v150  
    412412Summary: `[CallWith]` indicates that the bindings code calls a WebCore method with additional information.
    413413
    414 Usage: The possible usage is `[CallWith=X1|X2|X3|...]`, where X1, X2, X3, ... is "ScriptExecutionContext", "ScriptState", "ScriptArguments", "CallStack", "ActiveWindow" or "FirstWindow".
     414Usage: The possible usage is `[CallWith=X1|X2|X3|...]`, where X1, X2, X3, ... is "Document", "ScriptExecutionContext", "ScriptState", "ScriptArguments", "CallStack", "ActiveWindow" or "FirstWindow".
    415415"ScriptExecutionContext", "ScriptState" and "CallStack" can be specified on methods or attributes,
    416416but "ScriptArguments" can be specified on methods only: