mjz19910
|
10ec98dd38
Everywhere: Fix spelling mistakes
|
3 år sedan |
Daniel Bertalan
|
4a81b33c07
Everywhere: Fix -Winconsistent-missing-override warnings from Clang
|
3 år sedan |
Andreas Kling
|
d368b08698
LibWeb: Make DOMImplementation forward its ref count to DOM::Document
|
3 år sedan |
Andreas Kling
|
7c57961c61
LibWeb: Move BrowsingContext into HTML/
|
3 år sedan |
Sam Atkins
|
a214036509
LibWeb: Remove background-repeat/image fields and getters
|
3 år sedan |
Sam Atkins
|
cdeac132dc
LibWeb: Store background layers in ComputedValues
|
3 år sedan |
Andreas Kling
|
8b1108e485
Everywhere: Pass AK::StringView by value
|
3 år sedan |
Andreas Kling
|
0264ae23bc
LibWeb: Make CSS layout lazier
|
3 år sedan |
Sam Atkins
|
050823bea7
LibWeb: Fire MediaQueryListEvents when an MQL's match-state changes
|
3 år sedan |
Andreas Kling
|
6e341cd696
LibWeb: Let HTML::EventLoop drive the firing of `resize` events
|
3 år sedan |
Andreas Kling
|
e26e85a3d2
LibWeb: Support Document.hidden and Document.visibilityState
|
3 år sedan |
Luke Wilde
|
27dfd0170e
LibWeb: Implement Document.importNode
|
3 år sedan |
Andreas Kling
|
508edcd217
LibWeb: Add a "page showing" flag to documents
|
3 år sedan |
Andreas Kling
|
a2f77a2e39
LibWeb: Implement "update the current document readiness" from spec
|
3 år sedan |
Andreas Kling
|
8496024756
LibWeb: Store HTML document ready state as an enum
|
3 år sedan |
Andreas Kling
|
dbba0a520f
LibWeb: Allow HTML parser to delay delivery of the document "load" event
|
3 år sedan |
Andreas Kling
|
e7af6af626
LibWeb: Implement more of HTMLParser::the_end() and bring closer to spec
|
3 år sedan |
Andreas Kling
|
f67648f872
LibWeb: Rename HTMLDocumentParser => HTMLParser
|
3 år sedan |
Andreas Kling
|
f8dd3e14ba
LibWeb: Rename CSS::StyleResolver => StyleComputer
|
3 år sedan |
Luke Wilde
|
d47e431d54
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
|
3 år sedan |
Andreas Kling
|
c34da16089
LibWeb: Make <script src> loads partially async (by following the spec)
|
3 år sedan |
Andreas Kling
|
e649144a90
LibWeb: Replace ScriptExecutionContext::interpreter() with realm()
|
3 år sedan |
Andreas Kling
|
5fbd0c5ea0
LibWeb: Add DOM::Document::is_active()
|
3 år sedan |
Brian Gianforcaro
|
889ade06fe
LibWeb: Use explicit move to avoid unnecessary RefPtr ref / unref
|
3 år sedan |
Sam Atkins
|
3f31f109b5
LibWeb: Speed up computed style calculation
|
3 år sedan |
Idan Horowitz
|
4629f2e4ad
LibWeb: Add the Web::URL namespace and move URLEncoder to it
|
3 år sedan |
Luke Wilde
|
678dd2d180
LibWeb: Expose the location object via Document.location
|
3 år sedan |
Luke Wilde
|
1927600852
LibWeb: Add the History object and stub pushState and replaceState
|
3 år sedan |
Luke Wilde
|
3eca8cb243
LibWeb: Add Document::is_fully_active
|
3 år sedan |
Andreas Kling
|
5c905acf1d
LibWeb: Add naive support for the Document.referrer attribute
|
3 år sedan |