[Webkit-unassigned] [Bug 79830] New: [BlackBerry] Change the WebPage::executeJavaScript*() functions to use std::string instead of char*

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 13:27:54 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79830

           Summary: [BlackBerry] Change the WebPage::executeJavaScript*()
                    functions to use std::string instead of char*
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kpiascik at rim.com


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);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list