Timothy Flynn
|
32a22c49e3
LibWeb: Move StructuredSerializeOptions to its own header
|
8 months ago |
Timothy Flynn
|
d80d951991
LibWeb: Restore check to prevent closing a traversable twice
|
9 months ago |
Shannon Booth
|
f2134dc1e9
LibWeb: Throw exception for invalid URL before creating traversable
|
9 months ago |
Timothy Flynn
|
aa1df95b31
LibWeb: Implement window.close and window.closed
|
9 months ago |
Shannon Booth
|
501f92b54e
LibWeb+LibURL: Consolidate Origin parsing and serialization into LibURL
|
9 months ago |
Shannon Booth
|
dc401f49ea
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
9 months ago |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 months ago |
Tim Ledbetter
|
89b6cd3fb1
LibWeb: Expose `crypto` object to workers
|
9 months ago |
Sam Atkins
|
6a74b01644
LibWeb: Rename "identifier" and "ValueID" to "Keyword" where correct
|
10 months ago |
Sam Atkins
|
14611de362
LibWeb: Implement getComputedStyle() pseudoElement parameter
|
11 months ago |
Andreas Kling
|
0e1256e5a4
LibWeb: Make requestAnimationFrame() callback IDs sequential
|
11 months ago |
Shannon Booth
|
9b59dc5e8b
Bindings: Remove exception handling for named_item_value
|
11 months ago |
Timothy Flynn
|
bfc9dc447f
AK+LibWeb: Replace our home-grown base64 encoder/decoders with simdutf
|
11 months ago |
Tim Ledbetter
|
c4d5ae28ea
LibWeb: Implement a minimal version of `Window.find()`
|
1 year ago |
Luke Warlow
|
b216046234
LibWeb: Implement CloseWatcher API
|
1 year ago |
Luke Warlow
|
099b77d60f
LibWeb: Add motion preference
|
1 year ago |
Luke Warlow
|
ee64684565
LibWeb: Add Contrast preference
|
1 year ago |
Andrew Kaster
|
46e00a8f5e
LibWeb: Parse TokenizedFeatures from window.open
|
1 year ago |
Andrew Kaster
|
e2d50dc5dd
LibWeb: Move window.open TokenizedFeature parsing into its own file
|
1 year ago |
Andrew Kaster
|
a3a74245d6
LibWeb: Implement consume user activation AO
|
1 year ago |
Andrew Kaster
|
45860e3878
LibWeb: Move consume history-action user activation to Window
|
1 year ago |
Jamie Mansfield
|
34b2a4f7ca
LibWeb: Add getter for history-action activation
|
1 year ago |
Jamie Mansfield
|
227151b881
LibWeb: Add getter for sticky activation
|
1 year ago |
Matthew Olsson
|
a98ad191c7
Userland: Add ESCAPING annotations to a bunch of places
|
1 year ago |
Tim Ledbetter
|
63246577d2
LibWeb: Use correct type for `MessageEventInit.ports`
|
1 year ago |
Shannon Booth
|
e5d03e382e
LibWeb: Add AO for "normalize non-finite values"
|
1 year ago |
Tim Ledbetter
|
398bf10b92
LibWeb: Use `TraversalDecision` for multi level Node traversal methods
|
1 year ago |
Timothy Flynn
|
2d4d16ac37
LibWeb: Remove exceptional return types from infallible stream IDL
|
1 year ago |
Kenneth Myhra
|
a3661fd7f2
LibWeb: Let queue_global_task() take a JS::HeapFunction
|
1 year ago |
Andreas Kling
|
53d0dd4a2e
LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration
|
1 year ago |