mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2026-04-21 03:10:26 +00:00
Everywhere: Abandon Swift adoption
After making no progress on this for a very long time, let's acknowledge it's not going anywhere and remove it from the codebase.
This commit is contained in:
parent
b3231ea2a0
commit
e87f889e31
Notes:
github-actions[bot]
2026-02-17 15:49:30 +00:00
Author: https://github.com/awesomekling
Commit: e87f889e31
84 changed files with 22 additions and 4747 deletions
|
|
@ -51,10 +51,6 @@
|
|||
#include <LibWeb/SVG/SVGScriptElement.h>
|
||||
#include <LibWeb/SVG/TagNames.h>
|
||||
|
||||
#ifdef LIBWEB_USE_SWIFT
|
||||
# include <LibWeb-Swift.h>
|
||||
#endif
|
||||
|
||||
namespace Web::HTML {
|
||||
|
||||
GC_DEFINE_ALLOCATOR(HTMLParser);
|
||||
|
|
@ -205,10 +201,6 @@ void HTMLParser::visit_edges(Cell::Visitor& visitor)
|
|||
void HTMLParser::initialize(JS::Realm& realm)
|
||||
{
|
||||
Base::initialize(realm);
|
||||
|
||||
#if defined(LIBWEB_USE_SWIFT)
|
||||
m_speculative_parser = GC::ForeignRef<Web::SpeculativeHTMLParser>::allocate(realm.heap(), this);
|
||||
#endif
|
||||
}
|
||||
|
||||
void HTMLParser::run(HTMLTokenizer::StopAtInsertionPoint stop_at_insertion_point)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue