summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/StylePropertiesModel.h
AgeCommit message (Expand)Author
2022-05-15LibWebView: Move StylePropertiesModel to LibWebViewDexesTTP
2022-03-15Browser: Allow jumping to stylenames by typing in the inspectorVrins
2021-11-17AK: Make JSON parser return ErrorOr<JsonValue> (instead of Optional)Andreas Kling
2021-09-03Everywhere: Use my shiny new serenityos.org email :^)Sam Atkins
2021-09-02LibWeb: Modify StylePropertiesModel to work with JSONSam Atkins
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling