Andreas Kling
|
df1bb0ff49
LibWeb: Make HTMLCollection faster when it only cares about children
|
2 лет назад |
Andreas Kling
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
2 лет назад |
Andreas Kling
|
821f808e52
LibWeb: Avoid rebuilding layout tree unless CSS display property changes
|
2 лет назад |
Timothy Flynn
|
5bc386cc96
LibWeb: Change Document::parse_url to accept a StringView
|
2 лет назад |
Andreas Kling
|
9281bf7a01
LibWeb: Add class to represent "list of available images" from HTML spec
|
2 лет назад |
Andreas Kling
|
6ae208dbf6
LibWeb: Broadcast the viewport rect to clients immediately after layout
|
2 лет назад |
Andreas Kling
|
5b5fbecb38
LibWeb: Don't include DOM/Attr.h from DOM/Element.h
|
2 лет назад |
Andreas Kling
|
222a1b8b95
LibWeb: Don't force relayout on scheduled layout update
|
2 лет назад |
Timothy Flynn
|
f78eadf00f
LibWeb: Add an interface to be notified of Document state changes
|
2 лет назад |
Andreas Kling
|
590723aa3b
LibWeb: Implement the "The html element fills the viewport quirk"
|
2 лет назад |
Matthew Olsson
|
39d8c8d2a9
LibJS+LibWeb: Add missing visit calls in visit_edges implementations
|
2 лет назад |
Sigmund Lahn
|
f2f14ad9bd
LibWeb+WebContent: Make document background and Viewport transparent
|
2 лет назад |
Aliaksandr Kalenik
|
3b00636288
LibWeb: Implement "create a new browsing context and document"
|
2 лет назад |
Aliaksandr Kalenik
|
3225c39191
LibWeb: Implement Document::make_active()
|
2 лет назад |
Aliaksandr Kalenik
|
9f691b7fe4
LibWeb: Convert navigationId from DeprecatedString to String
|
2 лет назад |
Linus Groh
|
d58b671ff6
LibWeb/DOM: Rename Node::{paint => paintable}_box()
|
2 лет назад |
Andreas Kling
|
d8ccc2d54e
LibWeb: Rename BrowsingContextContainer => NavigableContainer
|
2 лет назад |
Timothy Flynn
|
7966fc4780
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
|
2 лет назад |
Kenneth Myhra
|
cbefab21be
LibWeb: Port fire_a_page_transition_event() to new FlyString
|
2 лет назад |
Kenneth Myhra
|
ad5cbdc51b
LibWeb: Port {Mouse,UI,Wheel,}Event to new String
|
2 лет назад |
Kenneth Myhra
|
59a21c6274
LibWeb: Port CustomEvent to new String
|
2 лет назад |
Kenneth Myhra
|
4d87072201
LibWeb: Port {HTML,UIEvents,XHR}::EventNames to new String
|
2 лет назад |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 лет назад |
Kenneth Myhra
|
03d6cb88ff
LibWeb: Port KeyboardEvent to new String
|
2 лет назад |
Srikavin Ramkumar
|
149e442c24
LibWeb: Iterate codepoints instead of characters in is_valid_name
|
2 лет назад |
Linus Groh
|
4da68384e6
LibWeb/HTML: Make Window::m{location,navigator} lazily allocated
|
2 лет назад |
Andreas Kling
|
8c5c78f1f1
LibWeb: Implement Document.createAttribute{,NS}()
|
2 лет назад |
Andreas Kling
|
2042993997
LibWeb: Convert DOM::Element::m_classes to the new AK::FlyString
|
2 лет назад |
Linus Groh
|
606b9ff6f3
LibWeb/HTML: Port Window.getSelection() to IDL
|
2 лет назад |
Linus Groh
|
c42496187b
LibWeb/HTML: Port Window.history to IDL
|
2 лет назад |