Andreas Kling
|
8730e56f62
LibWeb: Fix uninitialized value in find_a_potential_indicated_element()
|
1 anno fa |
Aliaksandr Kalenik
|
41a3c19cfe
LibWeb: Make HTML::DecodedImageData to be GC-allocated
|
1 anno fa |
Aliaksandr Kalenik
|
6ac43274b2
LibWeb+LibJS: Use JS::GCPtr for pointers to GC-allocated objects
|
1 anno fa |
Shannon Booth
|
83758d4cdd
LibWeb: Wrap PseudoElements stored in SimpleSelector in a class
|
1 anno fa |
Shannon Booth
|
0cb0d60ac5
LibWeb: Make BrowsingContextGroup & TraversableNavigable return a Page&
|
1 anno fa |
Shannon Booth
|
88f8ea7c60
LibWeb: Make BrowsingContex::page() return a Page&
|
1 anno fa |
Shannon Booth
|
f976ec005c
LibWeb: Port DOM::Document from DeprecatedString
|
1 anno fa |
Shannon Booth
|
a8f5ebeddd
LibWeb: Port DOM::Node from DeprecatedString
|
1 anno fa |
Sam Atkins
|
ef1e942f3e
LibWeb: Use String for getting/setting MediaQueryList media
|
1 anno fa |
Sam Atkins
|
2805e16c1c
LibWeb: Let NavigableContainers delay the document load event
|
1 anno fa |
Sam Atkins
|
6c5450f9ce
LibWeb: Report if anything is delaying load event, not the count
|
1 anno fa |
Sam Atkins
|
cc633123ca
LibWeb: Extract shared lazy-loading behavior into a base class
|
1 anno fa |
Timothy Flynn
|
3cde479416
LibWeb: Add missing visitations to DOM::Document
|
1 anno fa |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 anno fa |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 anno fa |
Matthew Olsson
|
979b9b942b
LibWeb: Add Document's pending animation event queue
|
1 anno fa |
Matthew Olsson
|
13ae2a4dab
LibWeb: Store all timelines associated with a document on the document
|
1 anno fa |
Matthew Olsson
|
2fbb9649e3
LibWeb: Add a default DocumentTimeline object to DOM::Document
|
1 anno fa |
Shannon Booth
|
b337b4370a
LibWeb: Port validate_and_extract from DeprecatedFlyString
|
1 anno fa |
Andreas Kling
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 anno fa |
Andreas Kling
|
6b20a109c6
LibWeb: Pass DOM namespace strings as FlyString in more places
|
1 anno fa |
Andreas Kling
|
f052823f5f
LibWeb: Use FlyString for create_element() namespace strings
|
1 anno fa |
Andreas Kling
|
8f82bd044b
LibWeb: Use FlyString for create_element() prefix strings
|
1 anno fa |
Andreas Kling
|
f9cab320e6
LibWeb: Only propagate CSS overflow to the viewport once per tree build
|
1 anno fa |
Timothy Flynn
|
19313945f2
LibWeb: Implement loading a favicon in absence of a <link> icon element
|
1 anno fa |
Aliaksandr Kalenik
|
8ebb4e8047
LibWeb: Forbid sharing image requests across documents
|
1 anno fa |
Ali Mohammad Pur
|
0937d88869
LibWeb: Remove more DeprecatedString null state remnants
|
1 anno fa |
Aliaksandr Kalenik
|
44f7d7406c
LibWeb: Use struct to pass Navigable::navigate() params
|
1 anno fa |
Shannon Booth
|
48f367adbb
LibWeb: Port get_element_by_id from DeprecatedFlyString
|
1 anno fa |
Aliaksandr Kalenik
|
a86531809e
LibWeb: Destroy navigable containers not inserted into document tree
|
1 anno fa |