summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings/NavigatorObject.h
AgeCommit message (Expand)Author
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)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-05-21LibWeb: Send User-Agent in HTTP requestsAndreas Kling
2020-04-03LibWeb: Add "navigator" object and expose navigator.userAgentAndreas Kling