Bug 79830 - [BlackBerry] Change the WebPage::executeJavaScript*() functions to use std::string instead of char*
Summary: [BlackBerry] Change the WebPage::executeJavaScript*() functions to use std::s...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 79826
  Show dependency treegraph
 
Reported: 2012-02-28 13:27 PST by Konrad Piascik
Modified: 2014-01-28 08:19 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konrad Piascik 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);