Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 yıl önce |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 yıl önce |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 yıl önce |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 yıl önce |
Kemal Zebari
|
93e230ba58
LibWeb/URL: Use the correct spec URL comment for `URL::port()`
|
1 yıl önce |
Kemal Zebari
|
824c54acaf
LibWeb/URL: Add `strip_trailing_spaces_from_an_opaque_path()`
|
1 yıl önce |
Kemal Zebari
|
ce549eb92a
LibWeb/URL: Don't have `URL::pathname()` perform percent decode
|
1 yıl önce |
Shannon Booth
|
9d60f23abc
AK: Port URL::m_fragment from DeprecatedString to String
|
1 yıl önce |
Shannon Booth
|
c25485700a
AK: Port URL scheme from DeprecatedString to String
|
1 yıl önce |
Shannon Booth
|
21fe86d235
AK: Port URL::m_query from DeprecatedString to String
|
1 yıl önce |
Shannon Booth
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
1 yıl önce |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 yıl önce |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 yıl önce |
Shannon Booth
|
98666b012d
AK: Remove URL::ApplyPercentEncoding
|
1 yıl önce |
Timothy Flynn
|
9957d48f48
LibWeb: Implement URL.createObjectURL and URL.revokeObjectURL
|
1 yıl önce |
Timothy Flynn
|
dd36a0c12d
LibWeb: Implement extracting the origin of a blob URL
|
1 yıl önce |
Shannon Booth
|
3cb65645cf
LibWeb: Make Web::URL::host_is_domain accept an AK::URL::Host
|
1 yıl önce |
Shannon Booth
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
1 yıl önce |
Andreas Kling
|
eb1f61f3b1
LibWeb: Fix logic typo in URL::parse()
|
2 yıl önce |
Shannon Booth
|
5625ca5cb9
AK: Rename URLParser::parse to URLParser::basic_parse
|
2 yıl önce |
Shannon Booth
|
6fecd8cc44
LibWeb: Add interface for 'concept-url-parser'
|
2 yıl önce |
Ben Wiederhake
|
36ff6187f6
Everywhere: Change spelling of 'behaviour' to 'behavior'
|
2 yıl önce |
MacDue
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
2 yıl önce |
MacDue
|
5acd40c525
AK+Everywhere: Add ApplyPercentDecoding option to URL getters
|
2 yıl önce |
Linus Groh
|
0a556ae26d
LibWeb/URL: Make URL::search_params() return a NonnullGCPtr
|
2 yıl önce |
Linus Groh
|
28cf8ba92e
LibWeb/URL: Add spec links and comments
|
2 yıl önce |
networkException
|
b1e43c9ea1
LibWeb: Implement URL.canParse(url, base)
|
2 yıl önce |
networkException
|
0e552f1d7a
LibWeb: Update URL constructor steps to match the specification
|
2 yıl önce |
networkException
|
9915fa72fb
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
|
2 yıl önce |
Kenneth Myhra
|
9da09e4fd3
LibWeb: Port URL and URLSearchParams to new String
|
2 yıl önce |