Aliaksandr Kalenik
|
608a730bd6
LibWeb: Use Core::Timer for style and layout update timers in Document
|
2 年之前 |
Timothy Flynn
|
c911781c21
Everywhere: Remove needless trailing semi-colons after functions
|
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
|
1b78e0f059
LibWeb: Implement "destroy" operation for documents
|
2 年之前 |
Andreas Kling
|
7af09481f5
LibWeb: Implement getting "descendant navigables" of a document
|
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
|
efd8176ce3
LibWeb: Convert a couple west-const formattings to east-const
|
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
|
e2c72922f6
LibWeb: Make LayoutState use HashMap instead of potentially huge Vector
|
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
|
43616316de
LibWeb: Don't include CSS/StyleComputer.h from Element.h and Document.h
|
2 年之前 |
Timothy Flynn
|
f78eadf00f
LibWeb: Add an interface to be notified of Document state changes
|
2 年之前 |
Aliaksandr Kalenik
|
de2c016556
LibWeb: Implement "attempt to populate the history entry's document"
|
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 年之前 |
Luke Wilde
|
1f863de9aa
LibWeb: Add XMLDocument stub
|
2 年之前 |
Timothy Flynn
|
7966fc4780
LibWeb+LibWebView+WebContent: Add APIs to manage an autoplay allowlist
|
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 年之前 |
Matthew Olsson
|
7c0c1c8f49
LibJS+LibWeb: Wrap raw JS::Cell*/& fields in GCPtr/NonnullGCPtr
|
2 年之前 |
Linus Groh
|
4da68384e6
LibWeb/HTML: Make Window::m{location,navigator} lazily allocated
|
2 年之前 |
Andreas Kling
|
1cf5737e9e
LibWeb: Add fast_is<T>() for various types stood out in a profile
|
2 年之前 |