mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: Remove API URL character encoding
See https://github.com/whatwg/html/pull/9755/
This commit is contained in:
Notes:
github-actions[bot]
2026-01-13 13:52:43 +00:00
Author: https://github.com/Gingeh Commit: https://github.com/LadybirdBrowser/ladybird/commit/fbde887cc8c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/7454 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -33,7 +33,6 @@ public:
|
||||
virtual ~WorkerEnvironmentSettingsObject() override = default;
|
||||
|
||||
virtual GC::Ptr<DOM::Document> responsible_document() override { return nullptr; }
|
||||
virtual String api_url_character_encoding() const override { return m_api_url_character_encoding; }
|
||||
virtual URL::URL api_base_url() const override;
|
||||
virtual URL::Origin origin() const override;
|
||||
virtual bool has_cross_site_ancestor() const override;
|
||||
@@ -44,7 +43,6 @@ public:
|
||||
private:
|
||||
virtual void visit_edges(JS::Cell::Visitor&) override;
|
||||
|
||||
String m_api_url_character_encoding;
|
||||
URL::Origin m_origin;
|
||||
bool m_outside_settings_has_cross_site_ancestor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user