NEW 75265
Comments in WebScriptController.h for registerExtension are outdated.
https://bugs.webkit.org/show_bug.cgi?id=75265
Summary Comments in WebScriptController.h for registerExtension are outdated.
Jamie Kirkpatrick
Reported 2011-12-27 12:08:14 PST
The comments currently read: // Registers a v8 extension to be available on webpages. The three forms // offer various restrictions on what types of contexts the extension is // loaded into. If a scheme is provided, only pages whose URL has the given // scheme will match. If extensionGroup is provided, the extension will only // be loaded into scripts run via WebFrame::ExecuteInNewWorld with the // matching group. The problem is there are no longer three forms of this function. See http://trac.webkit.org/browser/trunk/WebKit/chromium/public/WebScriptController.h?rev=68666, https://bugs.webkit.org/show_bug.cgi?id=46683 and https://bugs.webkit.org/show_bug.cgi?id=45721 The documentation should be updated to reflect the new method of restricting access.
Attachments
Note You need to log in before you can comment on or make changes to this bug.