summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/History.cpp
AgeCommit message (Expand)Author
2022-12-31Browser: Add window to inspect historyRafał Babiarz
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-26Browser: Remove previous history entry in History::replace_current()Baitinq
2022-11-26Browser: Add History::replace_current() functionBaitinq
2022-09-21Browser: Ignore title updates when history has no current itemAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-05-29Browser: Add title to go back/forward context menuMarcus Nilsson
2021-05-23Browser: Add context menu with history for back/forward buttonMarcus Nilsson
2021-05-18Browser: Don't add multiple page reloads to historyMarcus Nilsson
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling