index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
Bindings
/
LocationObject.cpp
Age
Commit message (
Expand
)
Author
2020-12-02
LibWeb: Complete the URL in href_setter() before trying to load it
AnotherTest
2020-09-29
LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
Andreas Kling
2020-06-23
LibJS: Clarify Object (base class) construction somewhat
Andreas Kling
2020-06-20
LibWeb: Add some missing wrapper calls to base class initialize()
Andreas Kling
2020-06-20
LibWeb: Split JS wrapper constructors into construct/initialize
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-06
LibWeb: Make Document::url() return URL by value
Andreas Kling
2020-06-06
LibWeb: Fix location.reload.length
Luke
2020-05-27
LibJS: Simplify and normalize publicly-exposed Object functions
Matthew Olsson
2020-05-20
LibWeb: Make window.location.reload() enumerable only
Linus Groh
2020-05-20
LibWeb: Make window.location properties non-configurable
Linus Groh
2020-05-20
LibWeb: Add leading "?" to window.location.search if not empty
Linus Groh
2020-05-20
LibWeb: Add leading "#" to window.location.hash if not empty
Linus Groh
2020-05-18
LibWeb: Allow reloading the current page with location.reload()
Andreas Kling
2020-05-18
LibWeb: Add location.protocol and location.host
Andreas Kling
2020-05-18
LibWeb: Allow navigating to a new URL by setting window.location.href
Andreas Kling
2020-05-18
LibWeb: Add a simple window.location object with some getters :^)
Andreas Kling