Shannon Booth
|
41f574155d
LibWeb: Factor out AO for 'try to scroll to the fragment'
|
9 months ago |
Andreas Kling
|
073bcfd386
AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case()
|
9 months ago |
ronak69
|
917a2a3c86
LibWeb: Only return HTML elements from getElementsByName()
|
9 months ago |
ronak69
|
3ff6137121
LibWeb: Insert title as first child on setting title of svg document
|
9 months ago |
Andreas Kling
|
175f3febb8
LibWeb: Make DOMException take error message as a String
|
9 months ago |
ronak69
|
5f9a36feac
LibWeb: Frameset should be the body element if it comes before body
|
9 months ago |
Aliaksandr Kalenik
|
6452bfb612
LibWeb: Store scroll and sticky frames state in single vector
|
9 months ago |
Aliaksandr Kalenik
|
d07643b122
LibWeb: Introduce a new class responsible for scroll state
|
9 months ago |
Andreas Kling
|
274411db97
LibWeb: Support Document.onvisibilitychange
|
9 months ago |
Andreas Kling
|
26be8f865a
LibWeb: Support Document.onreadystatechange
|
9 months ago |
Jamie Mansfield
|
f610a12671
LibWeb/UIEvents: Implement TextEvent
|
9 months ago |
Jamie Mansfield
|
86e20ea246
LibWeb/UIEvents: Implement CompositionEvent
|
1 year ago |
Tim Ledbetter
|
e1eeb93cc6
LibWeb: Fire iframe load event on document close
|
9 months ago |
Shannon Booth
|
43973f2d0a
LibURL: Define Origin methods depending on URL::Parser out of line
|
9 months ago |
Shannon Booth
|
dc401f49ea
LibWeb+LibURL: Move HTML::Origin to URL::Origin
|
9 months ago |
Tim Ledbetter
|
1fa948f114
LibWeb: Implement the "check if unloading is canceled" AO
|
9 months ago |
Tim Ledbetter
|
99ef078c97
LibWeb: Implement `BeforeUnloadEvent`
|
9 months ago |
Edwin Hoksberg
|
cbe4ba7f8c
LibWeb: Handle Refresh header
|
9 months ago |
Andreas Kling
|
cc4b3cbacc
Meta: Update my e-mail address everywhere
|
9 months ago |
Aliaksandr Kalenik
|
4a43d0ac98
LibWeb: Move updating the rendering into HTML task
|
9 months ago |
Aliaksandr Kalenik
|
9754b480fa
LibWeb: Move update_layout() to happen earlier in find_matching_text()
|
9 months ago |
Timothy Flynn
|
96fbb33b13
LibWeb: Log when document.execCommand and family are called
|
9 months ago |
Julius Elshoff
|
de31ea5852
LibWeb: Rename 'cross-origin opener policy' to 'opener policy'
|
9 months ago |
Timothy Flynn
|
5d71758742
LibWeb: Move initial creation of Unicode segmenters to the Document
|
9 months ago |
Tim Ledbetter
|
089139f09d
LibWeb: Return a WindowProxy from `document.defaultView`
|
9 months ago |
Annya
|
75c7dbc5d2
LibWeb: Implement Range's extension method
|
10 months ago |
Andreas Kling
|
aa8f17aea4
LibWeb: Rename invalidate_layout() => invalidate_layout_tree()
|
9 months ago |
Timothy Flynn
|
e74d2b1762
LibWeb+LibWebView: Set the default path for invalid cookie Path values
|
9 months ago |
Aliaksandr Kalenik
|
6199870528
LibWeb: Reset a vector of contained abspos before collecting them again
|
10 months ago |
Aliaksandr Kalenik
|
112dd4af3b
LibWeb: Transform ScrollFrame from a struct to a class
|
10 months ago |