Sam Atkins
|
ef1e942f3e
LibWeb: Use String for getting/setting MediaQueryList media
|
1 year ago |
Sam Atkins
|
2805e16c1c
LibWeb: Let NavigableContainers delay the document load event
|
1 year ago |
Sam Atkins
|
6c5450f9ce
LibWeb: Report if anything is delaying load event, not the count
|
1 year ago |
Sam Atkins
|
cc633123ca
LibWeb: Extract shared lazy-loading behavior into a base class
|
1 year ago |
Timothy Flynn
|
3cde479416
LibWeb: Add missing visitations to DOM::Document
|
1 year ago |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Matthew Olsson
|
979b9b942b
LibWeb: Add Document's pending animation event queue
|
1 year ago |
Matthew Olsson
|
13ae2a4dab
LibWeb: Store all timelines associated with a document on the document
|
1 year ago |
Matthew Olsson
|
2fbb9649e3
LibWeb: Add a default DocumentTimeline object to DOM::Document
|
1 year ago |
Shannon Booth
|
b337b4370a
LibWeb: Port validate_and_extract from DeprecatedFlyString
|
1 year ago |
Andreas Kling
|
3ff81dcb65
LibWeb: Make Web::Namespace::Foo strings be FlyString
|
1 year ago |
Andreas Kling
|
6b20a109c6
LibWeb: Pass DOM namespace strings as FlyString in more places
|
1 year ago |
Andreas Kling
|
f052823f5f
LibWeb: Use FlyString for create_element() namespace strings
|
1 year ago |
Andreas Kling
|
8f82bd044b
LibWeb: Use FlyString for create_element() prefix strings
|
1 year ago |
Andreas Kling
|
f9cab320e6
LibWeb: Only propagate CSS overflow to the viewport once per tree build
|
1 year ago |
Timothy Flynn
|
19313945f2
LibWeb: Implement loading a favicon in absence of a <link> icon element
|
1 year ago |
Aliaksandr Kalenik
|
8ebb4e8047
LibWeb: Forbid sharing image requests across documents
|
1 year ago |
Ali Mohammad Pur
|
0937d88869
LibWeb: Remove more DeprecatedString null state remnants
|
1 year ago |
Aliaksandr Kalenik
|
44f7d7406c
LibWeb: Use struct to pass Navigable::navigate() params
|
1 year ago |
Shannon Booth
|
48f367adbb
LibWeb: Port get_element_by_id from DeprecatedFlyString
|
1 year ago |
Aliaksandr Kalenik
|
a86531809e
LibWeb: Destroy navigable containers not inserted into document tree
|
1 year ago |
Shannon Booth
|
9303e9e76f
LibWeb: Port Element::local_name and TagNames from Deprecated String
|
1 year ago |
Aliaksandr Kalenik
|
dc19de58d0
LibWeb: Do not use JS::Handle for "scripts to execute" in DOM::Document
|
1 year ago |
Aliaksandr Kalenik
|
67c727177e
LibWeb: Clear all active timers when document is destroyed
|
1 year ago |
Aliaksandr Kalenik
|
0c46d79e78
LibWeb: Use JS::HeapFunction for resumption steps in HTMLImageElement
|
1 year ago |
Shannon Booth
|
3bd04d2c58
LibWeb: Port Attr interface from DeprecatedString to String
|
1 year ago |
Aliaksandr Kalenik
|
699ead0939
LibWeb: Start fleshing out update document for history step application
|
1 year ago |
Andrew Kaster
|
7e277797ad
LibWeb: Add about base url to the various AOs that construct documents
|
1 year ago |
Andrew Kaster
|
dc0f7c4c54
LibWeb: Align NavigationParams and the creation AOs to the spec
|
1 year ago |