Aliaksandr Kalenik
|
1e54026269
LibWeb: Update `History::go()` to use navigables
|
1 год назад |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 год назад |
Shannon Booth
|
72f54eca26
LibWeb: Port History interface from DeprecatedString to String
|
1 год назад |
Andrew Kaster
|
ca233b5cf4
LibWeb: Implement more of the shared history push/replace state steps
|
1 год назад |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 год назад |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 год назад |
Andreas Kling
|
3b0e5a87db
LibWeb: Make SessionHistoryEntry GC-allocated
|
2 лет назад |
Kenneth Myhra
|
2f4db60c08
LibWeb: Make factory method of HTML::History fallible
|
2 лет назад |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 лет назад |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 лет назад |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 лет назад |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 лет назад |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 лет назад |
leeight
|
2029c98fa7
LibWeb: Add missing property and methods for history object
|
2 лет назад |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 лет назад |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 лет назад |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 лет назад |
Andreas Kling
|
497ead37bc
LibWeb: Make DOMException GC-allocated
|
2 лет назад |
Andreas Kling
|
ffad902c07
LibWeb: Use cached_web_prototype() as much as possible
|
2 лет назад |
Andreas Kling
|
16fbb91aa1
LibWeb: Make History GC-allocated
|
2 лет назад |
Lenny Maiorani
|
c37820b898
Libraries: Use default constructors/destructors in LibWeb
|
3 лет назад |
Luke Wilde
|
1927600852
LibWeb: Add the History object and stub pushState and replaceState
|
3 лет назад |