git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
URLParser should not consider path of URLs with no host to start at the first slash...
[WebKit-https.git]
/
Source
/
WebCore
/
platform
/
URLParser.cpp
2016-11-10
commit-queue@webki...
URLParser should not consider path of URLs with no...
blob
|
commitdiff
2016-11-04
achristensen@apple.com
Move isDefaultPortForProtocol from URLParser.cpp back...
blob
|
commitdiff
|
diff to current
2016-11-01
achristensen@apple.com
Percent-encode non-ASCII code points in hosts of URLs...
blob
|
commitdiff
|
diff to current
2016-10-29
achristensen@apple.com
Unreviewed, rolling out r207700.
blob
|
commitdiff
|
diff to current
2016-10-29
achristensen@apple.com
Partially revert 207805 after resolution in URL spec...
blob
|
commitdiff
|
diff to current
2016-10-29
achristensen@apple.com
URLParser should not try to interpret host of URLs...
blob
|
commitdiff
|
diff to current
2016-10-25
achristensen@apple.com
URLParser should match old URL::parse with %2E in path
blob
|
commitdiff
|
diff to current
2016-10-25
ryanhaddad@apple.com
Unreviewed, rolling out r207795.
blob
|
commitdiff
|
diff to current
2016-10-25
achristensen@apple.com
URLParser should match old URL::parse with %2E in path
blob
|
commitdiff
|
diff to current
2016-10-24
achristensen@apple.com
URL::port should return Optional<uint16_t>
blob
|
commitdiff
|
diff to current
2016-10-21
achristensen@apple.com
Unreviewed, rolling out r207582.
blob
|
commitdiff
|
diff to current
2016-10-20
commit-queue@webki...
Re-enable URLParser for non-Safari Cocoa apps after...
blob
|
commitdiff
|
diff to current
2016-10-14
achristensen@apple.com
Hosts of URLs with non-special schemes should be case...
blob
|
commitdiff
|
diff to current
2016-10-13
achristensen@apple.com
Disable URLParser for non-Safari iOS and Mac apps for now
blob
|
commitdiff
|
diff to current
2016-10-13
ryanhaddad@apple.com
Unreviewed, rolling out r207297.
blob
|
commitdiff
|
diff to current
2016-10-13
achristensen@apple.com
Disable URLParser for non-Safari iOS and Mac apps for now
blob
|
commitdiff
|
diff to current
2016-10-13
achristensen@apple.com
Fix out-of-bounds reading in URLParser when parsing...
blob
|
commitdiff
|
diff to current
2016-10-13
achristensen@apple.com
Mail needs nonspecial URLs to keep case in host and...
blob
|
commitdiff
|
diff to current
2016-10-11
achristensen@apple.com
Enable URLParser by default
blob
|
commitdiff
|
diff to current
2016-10-11
achristensen@apple.com
URLParser should percent-encode non-ASCII and non-print...
blob
|
commitdiff
|
diff to current
2016-10-07
achristensen@apple.com
Non-special URL fragments should percent-encode non...
blob
|
commitdiff
|
diff to current
2016-10-07
achristensen@apple.com
Disable URLParser logs by default in all builds
blob
|
commitdiff
|
diff to current
2016-10-06
achristensen@apple.com
URLParser: Non-ASCII characters in Non-UTF-8 encoded...
blob
|
commitdiff
|
diff to current
2016-10-06
achristensen@apple.com
Skip tabs and newlines between end of query and beginni...
blob
|
commitdiff
|
diff to current
2016-10-06
achristensen@apple.com
URLParser should parse file URLs with ports consistently
blob
|
commitdiff
|
diff to current
2016-10-06
achristensen@apple.com
URLParser should parse IPv4 addresses as the last two...
blob
|
commitdiff
|
diff to current
2016-10-05
achristensen@apple.com
URLParser should correctly strip unnecessary 0's in...
blob
|
commitdiff
|
diff to current
2016-10-05
achristensen@apple.com
UTF-8 encode queries of nonspecial and websocket schemes
blob
|
commitdiff
|
diff to current
2016-10-04
achristensen@apple.com
URLParser: query-only URLs relative to file URLs should...
blob
|
commitdiff
|
diff to current
2016-10-04
achristensen@apple.com
URLParser should match URL::parse and other browsers...
blob
|
commitdiff
|
diff to current
2016-10-03
achristensen@apple.com
Source/WebCore:
blob
|
commitdiff
|
diff to current
2016-10-03
achristensen@apple.com
URLParser: fragment-only URLs relative to file URLs...
blob
|
commitdiff
|
diff to current
2016-10-03
achristensen@apple.com
URLParser: empty relative URLs should not copy fragment...
blob
|
commitdiff
|
diff to current
2016-09-30
achristensen@apple.com
Fix off-by-one error in URLParser::parseIPv4Host
blob
|
commitdiff
|
diff to current
2016-09-30
achristensen@apple.com
URLParser: parsing a URL with an empty host and a colon...
blob
|
commitdiff
|
diff to current
2016-09-30
achristensen@apple.com
URLParser: handle syntax violations in non-UTF-8 encode...
blob
|
commitdiff
|
diff to current
2016-09-29
achristensen@apple.com
Fix syntax violation handling in IPv4 address parsing
blob
|
commitdiff
|
diff to current
2016-09-29
achristensen@apple.com
URLParser should correctly parse ports with leading 0's
blob
|
commitdiff
|
diff to current
2016-09-29
achristensen@apple.com
URLParser should correctly parse ports with leading 0's
blob
|
commitdiff
|
diff to current
2016-09-29
achristensen@apple.com
URLParser: make parsing invalid IPv4 addresses more...
blob
|
commitdiff
|
diff to current
2016-09-29
achristensen@apple.com
URLParser: IPv6 addresses followed by a colon are invalid
blob
|
commitdiff
|
diff to current
2016-09-29
achristensen@apple.com
URLParser should fail to parse unclosed IPv6 addresses
blob
|
commitdiff
|
diff to current
2016-09-29
achristensen@apple.com
URLParser should ignore tabs at all possible locations
blob
|
commitdiff
|
diff to current
2016-09-28
achristensen@apple.com
URLParser should properly handle unexpected periods...
blob
|
commitdiff
|
diff to current
2016-09-28
achristensen@apple.com
URLParser should ignore tabs in authority
blob
|
commitdiff
|
diff to current
2016-09-28
achristensen@apple.com
URLParser should ignore extra slashes after scheme...
blob
|
commitdiff
|
diff to current
2016-09-28
achristensen@apple.com
URLParser should correctly canonicalize uppercase IPv6...
blob
|
commitdiff
|
diff to current
2016-09-28
achristensen@apple.com
Inline critical functions in URLParser
blob
|
commitdiff
|
diff to current
2016-09-28
achristensen@apple.com
Correctly parse URLs with the first tab in the fragment
blob
|
commitdiff
|
diff to current
2016-09-28
achristensen@apple.com
URLParser: Handle windows drive letters after two slash...
blob
|
commitdiff
|
diff to current
2016-09-28
achristensen@apple.com
URLs with @ in the user should only search for the...
blob
|
commitdiff
|
diff to current
2016-09-27
achristensen@apple.com
Implement URLParser::syntaxViolation
blob
|
commitdiff
|
diff to current
2016-09-26
mcatanzaro@igalia.com
-Wtautological-compare triggered in URLParser::internal...
blob
|
commitdiff
|
diff to current
2016-09-23
achristensen@apple.com
Refactor URLParser
blob
|
commitdiff
|
diff to current
2016-09-23
achristensen@apple.com
Refactor URLParser
blob
|
commitdiff
|
diff to current
2016-09-23
achristensen@apple.com
Refactor URLParser
blob
|
commitdiff
|
diff to current
2016-09-23
achristensen@apple.com
Remove URLParser serialized template
blob
|
commitdiff
|
diff to current
2016-09-21
achristensen@apple.com
URLParser should match URL::parse when parsing data...
blob
|
commitdiff
|
diff to current
2016-09-21
achristensen@apple.com
URLParser should fail when parsing invalid relative...
blob
|
commitdiff
|
diff to current
2016-09-21
achristensen@apple.com
Optimize URLParser
blob
|
commitdiff
|
diff to current
2016-09-21
achristensen@apple.com
URLParser: Correctly parse URLs that are just nonspecia...
blob
|
commitdiff
|
diff to current
2016-09-21
achristensen@apple.com
URLParser: correctly parse relative URLs that are just...
blob
|
commitdiff
|
diff to current
2016-09-21
achristensen@apple.com
Optimize URLParser
blob
|
commitdiff
|
diff to current
2016-09-21
achristensen@apple.com
Require WTFMove for String::adopt
blob
|
commitdiff
|
diff to current
2016-09-20
achristensen@apple.com
Reduce allocations in URLParser
blob
|
commitdiff
|
diff to current
2016-09-20
achristensen@apple.com
URLParser: uidna_IDNToASCII_56 is deprecated
blob
|
commitdiff
|
diff to current
2016-09-20
achristensen@apple.com
Align URLParser with web platform tests when parsing...
blob
|
commitdiff
|
diff to current
2016-09-20
achristensen@apple.com
URLParser should allow '@' in user
blob
|
commitdiff
|
diff to current
2016-09-20
achristensen@apple.com
URLParser: Fix parsing relative URLs with one slash...
blob
|
commitdiff
|
diff to current
2016-09-20
achristensen@apple.com
Fix Windows file URL quirks in URLParser
blob
|
commitdiff
|
diff to current
2016-09-19
achristensen@apple.com
URLParser can read memory out of bounds
blob
|
commitdiff
|
diff to current
2016-09-19
achristensen@apple.com
URLParser should parse serialized valid URLs faster...
blob
|
commitdiff
|
diff to current
2016-09-18
achristensen@apple.com
Remove unnecessary String allocations in URLParser
blob
|
commitdiff
|
diff to current
2016-09-18
achristensen@apple.com
Inline functions in URLParser
blob
|
commitdiff
|
diff to current
2016-09-16
achristensen@apple.com
Use Vector<LChar> instead of StringBuilder for the...
blob
|
commitdiff
|
diff to current
2016-09-16
achristensen@apple.com
URLParser should percent encode the user and password...
blob
|
commitdiff
|
diff to current
2016-09-16
achristensen@apple.com
Fix more edge cases in URLParser
blob
|
commitdiff
|
diff to current
2016-09-15
achristensen@apple.com
Use character class table in URLParser
blob
|
commitdiff
|
diff to current
2016-09-15
achristensen@apple.com
URLParser: Check for invalid characters in the host
blob
|
commitdiff
|
diff to current
2016-09-15
achristensen@apple.com
Use efficient iterators in URLParser
blob
|
commitdiff
|
diff to current
2016-09-14
achristensen@apple.com
URLParser: Add fast path for hosts containing no non...
blob
|
commitdiff
|
diff to current
2016-09-14
achristensen@apple.com
URLParser: Add fast path for utf8 encoding queries
blob
|
commitdiff
|
diff to current
2016-09-14
achristensen@apple.com
Implement URLSearchParams
blob
|
commitdiff
|
diff to current
2016-09-13
achristensen@apple.com
URLParser: Correctly ignore spaces before relative...
blob
|
commitdiff
|
diff to current
2016-09-12
achristensen@apple.com
URLParser: Fix relative URLs containing only fragments
blob
|
commitdiff
|
diff to current
2016-09-12
achristensen@apple.com
URLParser: Correctly handle relative URLs that are...
blob
|
commitdiff
|
diff to current
2016-09-12
achristensen@apple.com
Remove trailing control characters and spaces before...
blob
|
commitdiff
|
diff to current
2016-09-12
achristensen@apple.com
Fix more URLParser quirks
blob
|
commitdiff
|
diff to current
2016-09-12
achristensen@apple.com
Optimize URLParser performance
blob
|
commitdiff
|
diff to current
2016-09-10
achristensen@apple.com
URLParser: Keep track of cannot-be-a-base-url according...
blob
|
commitdiff
|
diff to current
2016-09-09
achristensen@apple.com
URLParser should convert ASCII hosts to lowercase
blob
|
commitdiff
|
diff to current
2016-09-09
achristensen@apple.com
Source/WebCore:
blob
|
commitdiff
|
diff to current
2016-09-09
achristensen@apple.com
URLParser: Handle \ in path according to spec
blob
|
commitdiff
|
diff to current
2016-09-09
achristensen@apple.com
URLParser should parse URLs with non-special schemes
blob
|
commitdiff
|
diff to current
2016-09-09
achristensen@apple.com
URLParser: Handle \ in paths of special URLs according...
blob
|
commitdiff
|
diff to current
2016-09-09
achristensen@apple.com
URLParser: Parsing empty URLs with a base URL should...
blob
|
commitdiff
|
diff to current
2016-09-09
achristensen@apple.com
URLParser failures should preserve the original input...
blob
|
commitdiff
|
diff to current
2016-09-09
achristensen@apple.com
URLParser should parse URLs with a user but no password
blob
|
commitdiff
|
diff to current
2016-09-08
achristensen@apple.com
Fix URLs after r205669.
blob
|
commitdiff
|
diff to current
2016-09-08
achristensen@apple.com
URLParser should parse ports after IPv4 and IPv6 hosts
blob
|
commitdiff
|
diff to current
next