summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page/EditEventHandler.cpp
AgeCommit message (Expand)Author
2022-02-19LibWeb: Refresh text-<input> contents when pressing backspace or deleteKenneth Myhra
2022-02-06LibWeb: Rename "frame" to "browsing_context" in various placesAndreas Kling
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-09-09LibWeb: Rename BrowsingContext::document() => active_document()Andreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-21LibWeb: Improve Unicode compatibility of HTML contenteditableMax Wipfli
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-06LibWeb: Make the node mutation algorithms more spec compliantLuke
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling