Linus Groh
|
b69abb3626
|
LibWeb: Make window.location.reload() enumerable only
|
2020-05-20 08:30:22 +02:00 |
|
Linus Groh
|
eb0810bf1a
|
LibWeb: Make window.location properties non-configurable
Technically the property descriptors for these should not have
"writable: true" but "get" and "set" instead - but we don't support that
yet.
|
2020-05-20 08:30:22 +02:00 |
|
Linus Groh
|
6caacfec85
|
LibWeb: Add leading "?" to window.location.search if not empty
|
2020-05-20 08:30:22 +02:00 |
|
Linus Groh
|
8a913f336a
|
LibWeb: Add leading "#" to window.location.hash if not empty
|
2020-05-20 08:30:22 +02:00 |
|
Andreas Kling
|
3b11e471bd
|
LibWeb: Allow reloading the current page with location.reload()
|
2020-05-18 22:05:13 +02:00 |
|
Andreas Kling
|
71007f6ebb
|
LibWeb: Add location.protocol and location.host
|
2020-05-18 21:59:16 +02:00 |
|
Andreas Kling
|
efdfdbabdb
|
LibWeb: Allow navigating to a new URL by setting window.location.href
|
2020-05-18 21:52:50 +02:00 |
|
Andreas Kling
|
1ec4db04cd
|
LibWeb: Add a simple window.location object with some getters :^)
|
2020-05-18 21:42:40 +02:00 |
|