Home | History | Annotate | Download | only in WebCore

Lines Matching full:kurl

960         * platform/KURL.cpp: Modified. Include HashMap.h
1469 [Qt] Speed up KURL to QUrl conversion
1479 (WebCore::KURL::operator QUrl):
2092 * platform/KURL.cpp:
4600 Assertion failure in KURL::setProtocol when running DOM Fuzzer
4605 if KURL::setProtocol fails.
4608 tweaking logic into KURL. This way, the ':' trick applies to both JSLocation and
4615 * platform/KURL.cpp: (WebCore::KURL::setProtocol): Remove everything past ':', if present.
4619 * platform/KURL.h: isValidProtocol() is now static in KURL.cpp, it's only used in setProtocol().
4622 (WebCore::KURL::setProtocol): Always return true. This should hopefully prevent Chromium build
10787 [Qt] Missing fileSystemPath() method in Qt KURL implementation
10793 (WebCore::KURL::fileSystemPath):
19656 * platform/KURL.h:
24541 Fix a bug that KURL rejects a host name which has an IPv4 address
24545 * platform/KURL.cpp:
24893 portAllowed() into KURL.h/KURL.cpp. Cloning code.
25006 Move isDefaultPortForProtocol() to KURL, because that's a better place for it (SecurityOrigin
25015 * platform/KURL.cpp:
25016 (WebCore::KURL::protocolIs): In an assertion, compare to "javascript" case-insensitively,
25020 * platform/KURL.h:
26172 (WebCore::KURL::query): returns a null if query is not specified and returns an empty if query is specified but empty.
28020 In r47907 the single parameter KURL constructor to parse
31615 (WebCore::KURL::setHostAndPort): Added handling of arguments without port specified.
31639 * platform/KURL.cpp:
31641 * platform/KURL.h:
33769 (WebCore::KURL::hasPort):
33770 (WebCore::KURL::removePort):
34070 * platform/KURL.cpp:
34071 (WebCore::KURL::removePort):
34072 (WebCore::KURL::setPort):
34073 (WebCore::KURL::prettyURL):
34075 * platform/KURL.h:
34076 (WebCore::KURL::canSetHostOrPort):
34077 (WebCore::KURL::canSetPathname):
34078 (WebCore::KURL::hasPort):
38410 * platform/KURL.cpp:
38411 (WebCore::KURL::parse):
43151 (WebCore::KURL::fileSystemPath):
50195 * platform/KURL.cpp:
50196 (WebCore::KURL::copy):
60685 (WebCore::KURL::fileSystemPath):
64205 (WebCore::KURL::KURL):
64232 Rename KURL single argument constructor to avoid confusion
64234 * platform/KURL.h: The constructor that used to be single argument should now be invoked
64235 as KURL(ParsedURLString, myString).
64297 * platform/KURL.cpp:
64298 (WebCore::KURL::KURL):
65469 KURL.cpp. This makes the XSSAuditor tests pass when using KURLGoogle.
74424 KURL ref() methods should be fragmentIdentifier() methods
74432 * platform/KURL.cpp:
74433 (WebCore::KURL::fragmentIdentifier):
74434 (WebCore::KURL::hasFragmentIdentifier):
74435 (WebCore::KURL::setFragmentIdentifier):
74436 (WebCore::KURL::removeFragmentIdentifier):
74437 (WebCore::KURL::prettyURL):
74439 * platform/KURL.h:
75065 (WebCore::KURL::fileSystemPath):
94901 (WebCore::HTMLMediaElement::initialURL): Don't convert a KURL
94902 object to a String when assigning to a KURL variable.