1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:57:42 +00:00
serenity/Userland/Services/WebContent
Idan Horowitz bc9cd55da4 Browser+LibWeb: Add support for spoofing the browser user agent
This is helpful when testing certain sites like twitter.com which
display differently based on the user agent.
2021-04-14 23:06:32 +02:00
..
ClientConnection.cpp Browser+LibWeb: Add support for spoofing the browser user agent 2021-04-14 23:06:32 +02:00
ClientConnection.h LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00
CMakeLists.txt WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
Documentation.txt Everywhere: Remove unnecessary whitespace at the end of some lines. 2021-03-08 09:20:53 +01:00
Forward.h WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
main.cpp Everywhere: Rename ASSERT => VERIFY 2021-02-23 20:56:54 +01:00
PageHost.cpp Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
PageHost.h Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
WebContentClient.ipc Browser+LibWeb+WebContent: Track the source of document.cookie requests 2021-04-14 16:07:46 +02:00
WebContentConsoleClient.cpp LibJS: Make Errors fully spec compliant 2021-04-12 09:38:57 +02:00
WebContentConsoleClient.h WebContent: Added IPC calls for initializing JS console and sending input 2021-02-28 15:30:17 +01:00
WebContentServer.ipc LibWeb+WebContent: Keep track of screen rect 2021-04-04 00:37:54 +02:00