Lines Matching full:kurl
2355 Modified FrameLoader::urlSelected() to accept a KURL instead of a
2361 String and KURL, urlSelected() previously accepted any of String, KURL,
2363 a KURL to make the API tighter and easier to refactor.
2369 - Changed the public overload to accept a KURL instead of a ResourceRequest.
2371 - Changed the public overload to accept a KURL instead of a ResourceRequest.
17084 * platform/KURL.cpp:
21364 * platform/KURL.h:
21365 (WebCore::KURL::operator const String&):
22272 the relative URL into a KURL instance, but when KURL is backed by GURL as it is on Chromium, relative URLs are
22280 (WebCore::Notification::Notification): Accept resolved KURL instead of relative string.
22283 (WebCore::Notification::iconURL): Return resolved KURL instead of relative string.
22288 (WebCore::NotificationContents::NotificationContents): Accept resolved KURL instead of relative string.
26655 (WebCore::KURL::setPort): Ditto.
28474 * platform/KURL.cpp:
28475 (WebCore::KURL::port): Explicitly handle the case of a colon being present in the URL after the host name but with
29046 * platform/KURL.cpp:
29688 Change NotificationPresenter::checkPermission() to take the source frames full KURL,
31007 Replaced SoupURI calls with KURL and pause/resume internal soup
31293 have unspecified port to return invalidPortNumber from KURL::port().
31295 * platform/KURLGoogle.cpp: Return 0 for unspecified ports, mimic WebKit KURL behavior for invalid ports.
31296 (WebCore::KURL::port):
31692 * platform/KURL.cpp:
31693 KURL::port): Use the "ok" argument to charactersToUIntStrict to determine whether
31714 * platform/KURL.cpp:
31715 (WebCore::KURL::port): Map invalid port numbers to invalidPortNumber.
31718 (WebCore::KURL::port): Add invalidPortNumber to the blacklist.
31719 Also bring this in to sync with KURL. Having this identical code in two places is stupid.
32596 (WebCore::KURL::operator QUrl):
34539 component using the KURL utility.
34542 (WebCore::encodedHost): Modeled after KURL's host escaping method, but targeted
34543 for the escaping considerations for the host component. We don't use the KURL
37064 (WebCore::KURL::isHierarchical):
42539 Update the Google-URL version of KURL and the V8 bindings to the new
42540 behavior of KURL.IsStandard.
42549 (WebCore::KURL::setProtocol):
42550 (WebCore::KURL::isHierarchical):
44301 * WebCore/platform/KURL.cpp
45920 (WebCore::KURL::setProtocol):
45921 (WebCore::KURL::isHierarchical):
46356 Update the Google-URL version of KURL and the V8 bindings to the new
46357 behavior of KURL.IsStandard.
46366 (WebCore::KURL::setProtocol):
46367 (WebCore::KURL::isHierarchical):
50516 [BREWMP] Port KURL::fileSystemPath
50527 (WebCore::KURL::fileSystemPath):
52639 * platform/KURL.cpp:
52640 (WebCore::KURL::init): When resolving new URL from an empty reference relative to an absolute URL,
52903 Avoid using an invalidated KURL object in baseURI.
52907 This change fixes baseURI for Chromium (where the KURL implementation
53488 Avoid using an invalidated KURL object in baseURI.
53492 This change fixes baseURI for Chromium (where the KURL implementation
54065 * platform/KURL.cpp: