Bastiaan van der Plaat
|
c41b359ca5
LibWeb: Use WebIDL types where possible instead of C types
|
1 year ago |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 year ago |
Andrew Kaster
|
49e0466a3d
LibWeb: Add state field to History
|
1 year ago |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 year ago |
Aliaksandr Kalenik
|
7cdbd59e92
LibWeb: Update session history when `History` entry is pushed/replaced
|
1 year ago |
Aliaksandr Kalenik
|
40cbe9e72b
LibWeb: Add `index` and `length` into `HTML::History`
|
1 year ago |
Andrew Kaster
|
b07badb832
LibWeb: Make the can have its url rewritten AO publicly accessible
|
1 year ago |
Shannon Booth
|
72f54eca26
LibWeb: Port History interface from DeprecatedString to String
|
1 year ago |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 year ago |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 year ago |
Kenneth Myhra
|
2f4db60c08
LibWeb: Make factory method of HTML::History fallible
|
2 years ago |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 years ago |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 years ago |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 years ago |
leeight
|
2029c98fa7
LibWeb: Add missing property and methods for history object
|
2 years ago |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 years ago |
Linus Groh
|
ad04d7ac9b
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
|
2 years ago |
Linus Groh
|
4270ede7c4
LibWeb: Remove WRAPPER_HACK() macro
|
2 years ago |
Andreas Kling
|
16fbb91aa1
LibWeb: Make History GC-allocated
|
2 years ago |
Luke Wilde
|
1927600852
LibWeb: Add the History object and stub pushState and replaceState
|
3 years ago |