summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings/MouseEventWrapper.cpp
AgeCommit message (Expand)Author
2020-05-27LibJS: Simplify and normalize publicly-exposed Object functionsMatthew Olsson
2020-05-18LibJS: Change Value::to_object(Heap& -> Interpreter&)Linus Groh
2020-03-29LibJS+LibWeb: Move native properties to separate getters/settersAndreas Kling
2020-03-22LibJS: Use FlyString for identifiersAndreas Kling
2020-03-21LibWeb: Add a DOM Event class (instead of events being simple strings)Andreas Kling