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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 28 13:25:00 PST 2012


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

           Summary: [BlackBerry] Change the WebPage::load*() 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
                CC: tonikitoo at webkit.org


This includes the following 4 functions and their call sites.

void load(const char* url, const char* networkToken, bool isInitial = false);
void loadExtended(const char* url, const char* networkToken, const char* method, Platform::NetworkRequest::CachePolicy = Platform::NetworkRequest::UseProtocolCachePolicy, const char* data = 0, size_t dataLength = 0, const char* const* headers = 0, size_t headersLength = 0, bool mustHandleInternally = false);
void loadFile(const char* path, const char* overrideContentType = "");
void loadString(const char* string, const char* baseURL, const char* contentType = "text/html", const char* failingURL = 0);

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