Tim Ledbetter
|
fee7b4147c
LibWeb: Ensure layout is up to date before performing find in page query
|
1 year ago |
Luke Warlow
|
ce8d3d17c4
LibWeb: Implement unsafe HTML parsing methods
|
1 year ago |
Andreas Kling
|
f4bdf56212
LibWeb: Rename Element::shadow_root_internal() to shadow_root()
|
1 year ago |
Andreas Kling
|
f3070118b1
LibWeb: Add "allow declarative shadow roots" flag to Document
|
1 year ago |
Tim Ledbetter
|
a3a7a65b1c
LibWeb: Don't search non-visible text for find in page results
|
1 year ago |
Tim Ledbetter
|
23166b85d2
LibWeb: Don't match text across block elements for find in page queries
|
1 year ago |
Tim Ledbetter
|
ec4d29849d
LibWeb: Support finding text split across multiple text nodes
|
1 year ago |
Andreas Kling
|
b118c99c27
LibWeb: Add null check in Document::ancestor_navigables()
|
1 year ago |
Jamie Mansfield
|
8f0d035145
LibWeb: Implement should block mixed content request
|
1 year ago |
Andrew Kaster
|
7b67fa706f
DOM: Check for navigable destruction in declarative refresh timer
|
1 year ago |
Aliaksandr Kalenik
|
5285e22f2a
LibWeb+WebContent: Move scrollbar painting into WebContent
|
1 year ago |
Aliaksandr Kalenik
|
eb909118bf
LibWeb: Propagate scrollbar-width property from root element to viewport
|
1 year ago |
Aliaksandr Kalenik
|
50920b0595
LibWeb: Scroll into viewport from a task in set_focused_element()
|
1 year ago |
Matthew Olsson
|
5b84bd6e45
LibWeb: Add DocumentOrShadowRoot::get_animations()
|
1 year ago |
Matthew Olsson
|
37322baf54
LibWeb: Ensure all DocumentTimeline objects have the same time value
|
1 year ago |
Timothy Flynn
|
b01e810a89
LibWeb+LibWebView+WebContent: Support case-insensitive find-in-page
|
1 year ago |
Tim Ledbetter
|
7aea87c9df
LibWeb+LibWebView+WebContent: Add basic find in page functionality
|
1 year ago |
Aliaksandr Kalenik
|
e806136116
LibWeb: Refresh clip and scroll state only when needed
|
1 year ago |
Timothy Flynn
|
eb3b8f8ee4
LibWeb: Implement EventSource for server-sent events
|
1 year ago |
Timothy Flynn
|
79223f3e1b
LibWeb: Correctly check the document's salvageable state during cleanup
|
1 year ago |
Matthew Olsson
|
15a8baee03
LibWeb: Save time for animationcancel event before transitioning to idle
|
1 year ago |
Andreas Kling
|
9c205537e1
LibWeb: Add missing navigable null check in Document::open()
|
1 year ago |
Andreas Kling
|
f4636a0cf5
LibWeb: Stop spamming animation events on the wrong event target
|
1 year ago |
Tim Ledbetter
|
a6d6729034
LibWeb: Implement the `MouseEvent.relatedTarget` attribute
|
1 year ago |
Shannon Booth
|
27242c6be6
LibWeb: Implement Document.dir
|
1 year ago |
Shannon Booth
|
c071720430
LibWeb: Handle blob URLs in Document::parse_url
|
1 year ago |
Andrew Kaster
|
e10721f1b5
LibWeb: Add stub implementation of FontFaceSet and Document.fonts
|
1 year ago |
Tim Ledbetter
|
398bf10b92
LibWeb: Use `TraversalDecision` for multi level Node traversal methods
|
1 year ago |
Shannon Booth
|
aede010096
LibWeb: Use GCPtr for Element::layout_node
|
1 year ago |
Tim Ledbetter
|
b9f0ea2178
LibWeb: Evaluate media rules for adopted style sheets
|
1 year ago |