mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibURL: Rename 'cannot have a base URL' to 'has an opaque path'
This follows a rename made in the URL specification.
This commit is contained in:
Notes:
github-actions[bot]
2025-04-06 12:28:23 +00:00
Author: https://github.com/shannonbooth Commit: https://github.com/LadybirdBrowser/ladybird/commit/3f73cd30a24 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/3847 Reviewed-by: https://github.com/trflynn89
@@ -64,8 +64,7 @@ public:
|
||||
|
||||
void set_paths(Vector<ByteString> const& paths) { return m_url.set_paths(paths); }
|
||||
|
||||
// FIXME: Reimplement this to meet the definition in https://url.spec.whatwg.org/#url-opaque-path once we modernize URL to meet the spec.
|
||||
bool cannot_be_a_base_url() const { return m_url.cannot_be_a_base_url(); }
|
||||
bool has_an_opaque_path() const { return m_url.has_an_opaque_path(); }
|
||||
|
||||
String search() const;
|
||||
void set_search(String const&);
|
||||
|
||||
Reference in New Issue
Block a user