WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
79830
[BlackBerry] Change the WebPage::executeJavaScript*() functions to use std::string instead of char*
https://bugs.webkit.org/show_bug.cgi?id=79830
Summary
[BlackBerry] Change the WebPage::executeJavaScript*() functions to use std::s...
Konrad Piascik
Reported
2012-02-28 13:27:54 PST
This includes the following 2 functions and their call sites: bool executeJavaScript(const char* script, JavaScriptDataType& returnType, WebString& returnValue); // This will execute the script even if in-page JavaScript is disabled. bool executeJavaScriptInIsolatedWorld(const char* script, JavaScriptDataType& returnType, WebString& returnValue);
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug