summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOMTreeModel.cpp
AgeCommit message (Expand)Author
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02LibWeb+Browser: Show DOM comments with syntax_comment color in inspectorAndreas Kling
2021-11-02LibWeb: Show DOM comment contents in DOM inspectorAndreas Kling
2021-10-18LibWeb: Ensure parent is not null in DOMTreeModel::index_for_node()Dana Burkart
2021-09-02LibWeb: Implement DOMTreeModel::index_for_node()Sam Atkins
2021-09-02LibWeb: Replace unused DOMTreeModel with DOMTreeJSONModelSam Atkins
2021-08-23LibWeb: Add DOMTreeModel::index_for_node()Sam Atkins
2021-08-06Everywhere: Replace Model::update() with Model::invalidate()sin-ack
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling