Lines Matching full:kurl
473 * kwq/KWQKURL.mm: (KURL::parse): Changed non-hierarchical code to consider everything
3559 (KURL::KURL): store the URL string as UTF-8 when the URL is file, mailto and help.
3605 (KURL::getNSURL): Try UTF-8 first and fallback to ISO Latin-1 when creating an NSURL.
3823 <rdar://problem/3367434>: newly-added KURL assertion failing reproducibly for JavaScript URL (www.thai.com)
3833 (KURL::parse)
3850 KURL::KURL)
3960 <rdar://problem/3364251>: Modify KURL to call improved NSURL creation API
3963 (KURL::getNSURL): Modify to use CFURLCreateAbsoluteURLWithBytes to create
4206 Use the new KURL getNSURL() method to create an NSURL.
4877 * kwq/KWQKHTMLPart.h: _submittedFormURL is now a KURL, not a QString
4889 (KURL::KURL): Ditto.
4920 (KURL::getNSURL): Added convenience function to get an NSURL from a KURL
4921 (KURL::getNSData): Added convenience function to get an NSData from a KURL
5159 (KURL::setUser): Added. Adds or removes the username, adding or removing
5161 (KURL::setPass): Added. Adds or removes a password, adding or removing
6904 * kwq/KWQKURL.mm: (KURL::KURL): Add a case for queries (as with anchors) to match
7073 The bug was caused by our KURL class not parsing the query out of the mailto URL properly.
7077 (KURL::prettyURL): Removed parameter, unused in KHTML.
7078 (KURL::parse): Parse queries even from non-hierarchical URLs. This fixes the bug.
11799 - fixed 3179181 -- KURL won't accept URLs with a query part and no / separating host name from path
11801 * kwq/KWQKURL.mm: (KURL::parse): Allow any path segment end character to end the host part of a
12353 (DocumentImpl::completeURL): Pass the QTextCodec from m_decoder to KURL if present.
12362 * kwq/KWQKURL.mm: (KURL::KURL): Decode the relative string based on the QTextCodec parameter.
12368 * WebCore-tests.exp: Updated for changes in KURL API.
12701 Mea culpa. The KURL test in the Tests directory failed last time, but for
12710 (KURL::encode_string): Instead of calling appendEscapingBadChars, put in
12759 Don't bother passing the MIB number to KURL. Soon, we'll have to
12849 a filename to the KURL constructor.
12853 not adversely affect any calls, including running our KURL tests.
12854 (KURL::setPath): Encode the passed-in path. I determined this was correct both by looking
14003 I ran our KURL tests and found that my previous fix for "localhost" urls, fixed too much.
14009 (KURL::parse): Use different logic for deciding to add //authority to the URL
14500 (KURL::parse): Allow the authority processing even for links with
16548 (KURL::KURL): Changed to successfully resolve absolute URLs
17133 * kwq/KWQKURL.mm: (KURL::parse): Avoid function call overhead calling strncasecmp and strncmp.
17475 Take a const KURL & instead of a KURL to avoid unnecessary copying.
17742 * kwq/KWQKURL.mm: (KURL::decode_string): Made this function return the URL still encoded
18253 (KURL::KURL):
18256 (KURL::parse): Call new copyPathRemovingDots function instead of doing same work