Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 年之前 |
Idan Horowitz
|
d6cfa34667
AK: Make URL::m_port an Optional<u16>, Expose raw port getter
|
3 年之前 |
Idan Horowitz
|
55b67ba7a7
AK: Accept optional url and state override parameters in URLParser
|
3 年之前 |
Idan Horowitz
|
6fa4fc8353
AK: Add URL::serialize_origin based on HTML's origin definition
|
3 年之前 |
Max Wipfli
|
9b8f35259c
AK: Remove the LexicalPath::is_valid() API
|
4 年之前 |
Max Wipfli
|
bc8d16ad28
Everywhere: Replace ctype.h to avoid narrowing conversions
|
4 年之前 |
Max Wipfli
|
2e23954271
AK: Move identity check from URL::operator==() to equals()
|
4 年之前 |
Max Wipfli
|
a9114be1b8
AK: Use correct constness in URL class methods
|
4 年之前 |
Max Wipfli
|
5caaa52bee
AK: Add hostname parameter to URL::create_with_file_scheme()
|
4 年之前 |
Max Wipfli
|
ebf074ca29
AK: Rewrite URL::compute_validity() to conform to new parser
|
4 年之前 |
Max Wipfli
|
522ef53b98
AK: Remove deprecated m_path member variable from URL
|
4 年之前 |
Max Wipfli
|
b7c6af0a04
AK: Replace URL::to_string() with new serialize() implementation
|
4 年之前 |
Max Wipfli
|
81f03e7a5d
AK: Replace old URL parser with new URLParser::parse()
|
4 年之前 |
Max Wipfli
|
1697f3c35b
AK: Add spec-compliant URL serialization methods
|
4 年之前 |
Max Wipfli
|
8a938a3e25
AK: Add helper functions and private data URL constructor to URL
|
4 年之前 |
Max Wipfli
|
dd392dfa03
AK: Add member variables to the URL class
|
4 年之前 |
Max Wipfli
|
a603e69599
AK+Everywhere: Replace usages of URLParser::urlencode() and urldecode()
|
4 年之前 |
Max Wipfli
|
2a6c9bc5f7
AK: Implement more conforming URL percent encode/decode mechanism
|
4 年之前 |
Max Wipfli
|
31f6ba0952
AK: Internally rename protocol to scheme in URL
|
4 年之前 |
Max Wipfli
|
d6709ac87d
AK: Omit unnecessary function parameter names in URL
|
4 年之前 |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 年之前 |
DexesTTP
|
8e44a0bd46
AK: Add default ports for Websockets to the URL class
|
4 年之前 |
speles
|
50de653cc9
AK: Add optional fragment parameter to create_with_file_protocol()
|
4 年之前 |
xspager
|
dd198e1a29
AK::URL: Fix setting the port number in the case it was the last element of the URL
|
4 年之前 |
Brendan Coles
|
3e0e84dcd1
AK::URL: Check if URL requires a port set to be considered a valid URL
|
4 年之前 |
asynts
|
1d96d5eea4
AK: Use new format functions.
|
4 年之前 |
AnotherTest
|
5b5ba91335
AK: Add URL::create_with_data() to create data URLs
|
5 年之前 |
Andreas Kling
|
fdfda6dec2
AK: Make string-to-number conversion helpers return Optional
|
5 年之前 |
Andreas Kling
|
ff6de8a169
AK: URL should urldecode data: URL payloads
|
5 年之前 |
Andreas Kling
|
ec83555b87
AK: Don't try to complete relative data: URLs
|
5 年之前 |