Sam Atkins
|
13b4bf48a8
LibWeb: Give Document a "target element"
|
1 год назад |
MacDue
|
5f0d3c083f
LibWeb: Allow (explicitly) converting CSSPixels to float and int
|
1 год назад |
Andreas Kling
|
2eaa528a0e
LibJS: Rip out the AST interpreter :^)
|
1 год назад |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 год назад |
Aliaksandr Kalenik
|
c985a1b2af
LibWeb: Add non-const version of paintable_box() in DOM::Node
|
1 год назад |
Andreas Kling
|
9f6ceff7cf
LibWeb: Implement basic version of CSSOM View's VisualViewport
|
2 лет назад |
Shannon Booth
|
98666b012d
AK: Remove URL::ApplyPercentEncoding
|
1 год назад |
Andreas Kling
|
4011a107a4
LibWeb: Propagate overflow modes from <html> or <body> to viewport
|
1 год назад |
Shannon Booth
|
8751be09f9
AK: Serialize URL hosts with 'concept-host-serializer'
|
1 год назад |
Luke Wilde
|
34c702e6e8
LibWeb: Implement `<meta http-equiv="Refresh">`
|
1 год назад |
Aliaksandr Kalenik
|
608a730bd6
LibWeb: Use Core::Timer for style and layout update timers in Document
|
2 лет назад |
Sebastian Zaha
|
d24667a1b6
LibWeb: Rename loaded observer event to match spec
|
2 лет назад |
Luke Wilde
|
71f6e5c942
LibWeb: Implement `loading=lazy` for `<img>` elements
|
2 лет назад |
Luke Wilde
|
165abafb80
LibWeb: Add initial implementation of IntersectionObserver
|
2 лет назад |
PrestonLTaylor
|
0eac8bce6f
LibWeb: Fix js execution for js urls in anchor tags href
|
2 лет назад |
Andreas Kling
|
17ba47558c
LibWeb: Make a copy of Document's DocumentObserver set when iterating
|
2 лет назад |
Andreas Kling
|
8f927eaa68
LibWeb: Add HTMLDocument class
|
2 лет назад |
Andreas Kling
|
1b78e0f059
LibWeb: Implement "destroy" operation for documents
|
2 лет назад |
Andreas Kling
|
7af09481f5
LibWeb: Implement getting "descendant navigables" of a document
|
2 лет назад |
Hendiadyoin1
|
eeb15fc10b
LibWeb: Stop lying about string types
|
2 лет назад |
Timothy Flynn
|
f95ed9f373
LibWeb: Implement document.title for SVG documents
|
2 лет назад |
Timothy Flynn
|
f2a28e83de
LibWeb: Implement the document title attribute closer to the spec
|
2 лет назад |
Timothy Flynn
|
43b3673198
LibWeb: Add an accessor for the document's title element
|
2 лет назад |
Timothy Flynn
|
e8fde316f6
LibWeb: Add spec comments to a couple of Document element getters
|
2 лет назад |
PrestonLTaylor
|
b322abd8d0
LibWeb: Add document_fully_loaded event to DocumentObserver
|
2 лет назад |
Simon Wanner
|
ee7282cbe4
LibWeb: Make pseudo-elements inspectable
|
2 лет назад |
kleines Filmröllchen
|
effcd080ca
Userland: Remove remaining users of Duration::now_realtime()
|
2 лет назад |
kleines Filmröllchen
|
213025f210
AK: Rename Time to Duration
|
2 лет назад |
Andreas Kling
|
655d9d1462
LibWeb: Make CSSPixels and Length use 64-bit (double) floating point
|
2 лет назад |
Andreas Kling
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 лет назад |