Bug 79829

Summary: [BlackBerry] Change the WebPage::load*() functions to use std::string instead of char*
Product: WebKit Reporter: Konrad Piascik <kpiascik>
Component: WebKit Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: andersca, tonikitoo
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 79826    

Description Konrad Piascik 2012-02-28 13:25:00 PST
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);