Andreas Kling
|
51caa14381
LibWeb: Remove FrameLoader
|
před 1 rokem |
Aliaksandr Kalenik
|
c7a6d418d7
LibWeb: Update HTMLHyperlinkElementUtils to use navigables
|
před 2 roky |
Shannon Booth
|
de07fb5132
LibWeb: Port HTMLAreaElement interface from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
099a069b86
LibWeb: Fix typo in query of link element search params
|
před 1 rokem |
Shannon Booth
|
9d60f23abc
AK: Port URL::m_fragment from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
21fe86d235
AK: Port URL::m_query from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
55a01e72ca
AK: Port URL username/password from DeprecatedString to String
|
před 1 rokem |
Shannon Booth
|
6b29dc3e46
LibWeb: Fix double percent encode of username
|
před 1 rokem |
Shannon Booth
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
před 1 rokem |
Shannon Booth
|
5625ca5cb9
AK: Rename URLParser::parse to URLParser::basic_parse
|
před 2 roky |
Luke Wilde
|
995df8f565
LibWeb: Move get_an_elements_{target,noopener} to HTMLElement
|
před 2 roky |
PrestonLTaylor
|
5d3b7a5ecc
LibWeb: Return DOMException instead of crashing when setting attributes
|
před 2 roky |
Ben Wiederhake
|
36ff6187f6
Everywhere: Change spelling of 'behaviour' to 'behavior'
|
před 2 roky |
MacDue
|
35612c6a7f
AK+Everywhere: Change URL::path() to serialize_path()
|
před 2 roky |
networkException
|
9915fa72fb
AK+Everywhere: Use Optional for URLParser::parse's base_url parameter
|
před 2 roky |
Timothy Flynn
|
1b811191cd
LibWeb+WebContent: Change the "noopener" storage type to a named enum
|
před 2 roky |
Aliaksandr Kalenik
|
40ec976781
LibWeb: Inherit BrowsingContext from AbstractBrowsingContext
|
před 2 roky |
Sam Atkins
|
2026ea557e
LibWeb: Use is_ascii_case_insensitive_match() where the spec says to
|
před 2 roky |
Keir Davis
|
f639445456
LibWeb: Fully Implement `get_an_elements_noopener`
|
před 2 roky |
Linus Groh
|
57dc179b1f
Everywhere: Rename to_{string => deprecated_string}() where applicable
|
před 2 roky |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
před 2 roky |
MacDue
|
8a5d2be617
Everywhere: Remove unnecessary mutable attributes from lambdas
|
před 2 roky |
MacDue
|
862320828f
LibWeb: Fix clicking on links
|
před 2 roky |
Idan Horowitz
|
ff2f31bc81
LibWeb: Bring BrowsingContext::choose_a_browsing_context closer to spec
|
před 2 roky |
sin-ack
|
aaa954f900
LibWeb: Bring handling of anchor elements closer to spec
|
před 3 roky |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
před 3 roky |
Andreas Kling
|
a7a3f41f67
LibWeb: Implement the HTMLHyperlinkElementUtils mixin
|
před 3 roky |