summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings/LocationObject.cpp
AgeCommit message (Expand)Author
2020-12-02LibWeb: Complete the URL in href_setter() before trying to load itAnotherTest
2020-09-29LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includesAndreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-06-23LibJS: Clarify Object (base class) construction somewhatAndreas Kling
2020-06-20LibWeb: Add some missing wrapper calls to base class initialize()Andreas Kling
2020-06-20LibWeb: Split JS wrapper constructors into construct/initializeAndreas Kling
2020-06-20LibJS: Pass GlobalObject& to native functions and property accessorsAndreas Kling
2020-06-06LibWeb: Make Document::url() return URL by valueAndreas Kling
2020-06-06LibWeb: Fix location.reload.lengthLuke
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-05-20LibWeb: Make window.location.reload() enumerable onlyLinus Groh
2020-05-20LibWeb: Make window.location properties non-configurableLinus Groh
2020-05-20LibWeb: Add leading "?" to window.location.search if not emptyLinus Groh
2020-05-20LibWeb: Add leading "#" to window.location.hash if not emptyLinus Groh
2020-05-18LibWeb: Allow reloading the current page with location.reload()Andreas Kling
2020-05-18LibWeb: Add location.protocol and location.hostAndreas Kling
2020-05-18LibWeb: Allow navigating to a new URL by setting window.location.hrefAndreas Kling
2020-05-18LibWeb: Add a simple window.location object with some getters :^)Andreas Kling