summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/WebViewHooks.h
AgeCommit message (Expand)Author
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-10-06LibWeb: Add missing headersBen Wiederhake
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-06LibWeb+WebContent: Remove old console-logging IPC callsSam Atkins
2021-09-06LibWeb+WebContent: Add new console-message IPC callsSam Atkins
2021-09-02LibWeb+WebContent: Implement asynchronous DOM Node properties callSam Atkins
2021-06-29LibWeb+WebContent: Add IPC flow for Inspect DOM TreeAdam Hodgen
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-11Browser+LibWeb: Add hooks for getting and setting cookiesTimothy Flynn
2021-02-28LibWeb: Add in all of the plumbing required to use the JS console over IPCBrandon Scott
2021-02-23LibWeb: Added get source functionality and hook eventBrandon Scott
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling