Aliaksandr Kalenik
|
608a730bd6
LibWeb: Use Core::Timer for style and layout update timers in Document
|
2 anos atrás |
Sebastian Zaha
|
d24667a1b6
LibWeb: Rename loaded observer event to match spec
|
2 anos atrás |
Luke Wilde
|
71f6e5c942
LibWeb: Implement `loading=lazy` for `<img>` elements
|
2 anos atrás |
Luke Wilde
|
165abafb80
LibWeb: Add initial implementation of IntersectionObserver
|
2 anos atrás |
PrestonLTaylor
|
0eac8bce6f
LibWeb: Fix js execution for js urls in anchor tags href
|
2 anos atrás |
Andreas Kling
|
17ba47558c
LibWeb: Make a copy of Document's DocumentObserver set when iterating
|
2 anos atrás |
Andreas Kling
|
8f927eaa68
LibWeb: Add HTMLDocument class
|
2 anos atrás |
Andreas Kling
|
1b78e0f059
LibWeb: Implement "destroy" operation for documents
|
2 anos atrás |
Andreas Kling
|
7af09481f5
LibWeb: Implement getting "descendant navigables" of a document
|
2 anos atrás |
Hendiadyoin1
|
eeb15fc10b
LibWeb: Stop lying about string types
|
2 anos atrás |
Timothy Flynn
|
f95ed9f373
LibWeb: Implement document.title for SVG documents
|
2 anos atrás |
Timothy Flynn
|
f2a28e83de
LibWeb: Implement the document title attribute closer to the spec
|
2 anos atrás |
Timothy Flynn
|
43b3673198
LibWeb: Add an accessor for the document's title element
|
2 anos atrás |
Timothy Flynn
|
e8fde316f6
LibWeb: Add spec comments to a couple of Document element getters
|
2 anos atrás |
PrestonLTaylor
|
b322abd8d0
LibWeb: Add document_fully_loaded event to DocumentObserver
|
2 anos atrás |
Simon Wanner
|
ee7282cbe4
LibWeb: Make pseudo-elements inspectable
|
2 anos atrás |
kleines Filmröllchen
|
effcd080ca
Userland: Remove remaining users of Duration::now_realtime()
|
2 anos atrás |
kleines Filmröllchen
|
213025f210
AK: Rename Time to Duration
|
2 anos atrás |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 anos atrás |
Andreas Kling
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 anos atrás |
Andreas Kling
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
2 anos atrás |
Andreas Kling
|
821f808e52
LibWeb: Avoid rebuilding layout tree unless CSS display property changes
|
2 anos atrás |
Timothy Flynn
|
5bc386cc96
LibWeb: Change Document::parse_url to accept a StringView
|
2 anos atrás |
Andreas Kling
|
9281bf7a01
LibWeb: Add class to represent "list of available images" from HTML spec
|
2 anos atrás |
Andreas Kling
|
6ae208dbf6
LibWeb: Broadcast the viewport rect to clients immediately after layout
|
2 anos atrás |
Andreas Kling
|
5b5fbecb38
LibWeb: Don't include DOM/Attr.h from DOM/Element.h
|
2 anos atrás |
Andreas Kling
|
222a1b8b95
LibWeb: Don't force relayout on scheduled layout update
|
2 anos atrás |
Timothy Flynn
|
f78eadf00f
LibWeb: Add an interface to be notified of Document state changes
|
2 anos atrás |
Andreas Kling
|
590723aa3b
LibWeb: Implement the "The html element fills the viewport quirk"
|
2 anos atrás |
Matthew Olsson
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 anos atrás |