summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/Tab.h
AgeCommit message (Expand)Author
2021-05-29Browser: Pass Tab::on_title_change title argument as const referenceLinus Groh
2021-05-29Browser: Remove redundant parameter names from Tab::on_{g,s}et_cookieLinus Groh
2021-05-23Browser: Add context menu with history for back/forward buttonMarcus Nilsson
2021-05-18Browser: Move actions from Tab to BrowserWindowAndreas Kling
2021-05-18Browser: Move menu management from Tab to BrowserWindowAndreas Kling
2021-05-03LibGUI: Rename ScrollableWidget => AbstractScrollableWidgetAndreas Kling
2021-04-26Browser: Add basic support for search enginessppmacd
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-17Browser: Display full UserAgent string in status bar on menu hoverIdan Horowitz
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-12Browser: Add debug command to dump cookiesTimothy Flynn
2021-04-11Browser+LibWeb: Add hooks for getting and setting cookiesTimothy Flynn
2021-03-27Browser: Set parent of tab child windowsLinus Groh
2021-02-26Browser: Add Go menu and move Bookmarks bar toggle to Viewthankyouverycool
2021-02-16Browser: Don't show frame around the web view in full-screen modeAndreas Kling
2021-01-12Applications: Move to Userland/Applications/Andreas Kling