Bug 79829 - [BlackBerry] Change the WebPage::load*() functions to use std::string instead of char*
Summary: [BlackBerry] Change the WebPage::load*() functions to use std::string instead...
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:25 PST by Konrad Piascik
Modified: 2014-01-28 08:19 PST (History)
2 users (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: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);