Andreas Kling
|
c0d7f748ed
LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
|
1 gadu atpakaļ |
Bastiaan van der Plaat
|
c41b359ca5
LibWeb: Use WebIDL types where possible instead of C types
|
1 gadu atpakaļ |
Shannon Booth
|
9ce8189f21
Everywhere: Use unqualified AK::URL
|
1 gadu atpakaļ |
Andrew Kaster
|
6c1944ee61
LibWeb: Flesh out apply the history step to setup the navigation API
|
1 gadu atpakaļ |
Andrew Kaster
|
49e0466a3d
LibWeb: Add state field to History
|
1 gadu atpakaļ |
Ali Mohammad Pur
|
5e1499d104
Everywhere: Rename {Deprecated => Byte}String
|
1 gadu atpakaļ |
Shannon Booth
|
88f8ea7c60
LibWeb: Make BrowsingContex::page() return a Page&
|
1 gadu atpakaļ |
Shannon Booth
|
96af80acd1
LibWeb: Port Intrinsics from DeprecatedString
|
1 gadu atpakaļ |
Andreas Kling
|
bfd354492e
LibWeb: Put most LibWeb GC objects in type-specific heap blocks
|
1 gadu atpakaļ |
Shannon Booth
|
6a2a7cad61
LibWeb/LibJS: Avoid GC visit of raw pointers where possible
|
1 gadu atpakaļ |
Aliaksandr Kalenik
|
f9520af71e
LibWeb: Do page_did_start_loading if history state is pushed/replaced
|
1 gadu atpakaļ |
Aliaksandr Kalenik
|
7cdbd59e92
LibWeb: Update session history when `History` entry is pushed/replaced
|
1 gadu atpakaļ |
Aliaksandr Kalenik
|
40cbe9e72b
LibWeb: Add `index` and `length` into `HTML::History`
|
1 gadu atpakaļ |
Andrew Kaster
|
b07badb832
LibWeb: Make the can have its url rewritten AO publicly accessible
|
1 gadu atpakaļ |
Aliaksandr Kalenik
|
1e54026269
LibWeb: Update `History::go()` to use navigables
|
1 gadu atpakaļ |
Shannon Booth
|
41928c2902
LibWeb: Port DOMException interface from DeprecatedString to String
|
1 gadu atpakaļ |
Shannon Booth
|
72f54eca26
LibWeb: Port History interface from DeprecatedString to String
|
1 gadu atpakaļ |
Andrew Kaster
|
ca233b5cf4
LibWeb: Implement more of the shared history push/replace state steps
|
1 gadu atpakaļ |
Andreas Kling
|
72c9f56c66
LibJS: Make Heap::allocate<T>() infallible
|
1 gadu atpakaļ |
Andreas Kling
|
18c54d8d40
LibJS: Make Cell::initialize() return void
|
1 gadu atpakaļ |
Andreas Kling
|
3b0e5a87db
LibWeb: Make SessionHistoryEntry GC-allocated
|
2 gadi atpakaļ |
Kenneth Myhra
|
2f4db60c08
LibWeb: Make factory method of HTML::History fallible
|
2 gadi atpakaļ |
Timothy Flynn
|
b75b7f0c0d
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
|
2 gadi atpakaļ |
Timothy Flynn
|
2692db8699
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
|
2 gadi atpakaļ |
Timothy Flynn
|
834202aeb9
LibWeb: Move setting of Web object prototypes to initialize()
|
2 gadi atpakaļ |
Linus Groh
|
22089436ed
LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtr
|
2 gadi atpakaļ |
Linus Groh
|
6e19ab2bbc
AK+Everywhere: Rename String to DeprecatedString
|
2 gadi atpakaļ |
leeight
|
2029c98fa7
LibWeb: Add missing property and methods for history object
|
2 gadi atpakaļ |
Andrew Kaster
|
f0c5f77f99
LibWeb: Remove unecessary dependence on Window from HTML classes
|
2 gadi atpakaļ |
Linus Groh
|
bbaa05fcf9
LibWeb: Move DOMException from DOM/ to WebIDL/
|
2 gadi atpakaļ |