summaryrefslogtreecommitdiff
path: root/Userland/Services/WebContent
AgeCommit message (Expand)Author
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-25IPCCompiler: Remove hardcoded endpoint magic, attempt deuxsin-ack
2021-04-25Revert "IPCCompiler: Use string hashes for IPC endpoint magic"Andreas Kling
2021-04-25IPCCompiler: Use string hashes for IPC endpoint magicsin-ack
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-18Browser+WebContent: Fix HTML injection in console functions outputLinus Groh
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-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-11LibWeb+WebContent: Support image context menus in OOPWVAndreas Kling
2021-04-04LibWeb+WebContent: Keep track of screen rectLinus Groh
2021-03-30LibWeb+WebContent: Support displaying tooltips in OOPWVTimothy Flynn
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-26LibWeb+WebContent: Support displaying favicons in OOPWVTimothy Flynn
2021-03-08Everywhere: Remove unnecessary whitespace at the end of some lines.Emanuele Torre
2021-03-07LibWeb: Make tiled backgrounds scroll with contentAndreas Kling
2021-03-06WebContent: Set correct scroll offset for PageHost paintingspeles
2021-03-02LibWeb: Handle scrolling an OutOfProcessWebViewAngus Gibson
2021-02-28LibWeb: Support setting the cursor in OutOfProcessWebViewAdam Hodgen
2021-02-28WebContent: Added IPC calls for initializing JS console and sending inputBrandon Scott
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-23WebContent: Added IPC calls for getting sourceBrandon Scott
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-10LibWeb+WebContent: Support window.confirm() in OOPWVAndreas Kling
2021-02-09LibWeb+WebContent: Don't relayout page on every scroll eventAndreas Kling
2021-02-08Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)AnotherTest
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-02-01LibIPC: Stop sending client ID to clientsAndreas Kling
2021-01-31LibIPC: Stop exchanging client/server PIDs in greeting handshakeAndreas Kling
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-30WebContent: Set the main thread name based on the current page hostAndreas Kling
2021-01-30LibWeb: Don't try to create GUI::TextBox inside multi-process web viewsAndreas Kling
2021-01-25Everywhere: Debug macros instead of constexpr.asynts
2021-01-22Everywhere: Replace a bundle of dbg with dbgln.asynts
2021-01-17Everywhere: Remove a bunch of now-unnecessary shared_buffer pledgesAndreas Kling
2021-01-17Everywhere: Remove more <AK/SharedBuffer.h> includesAndreas Kling
2021-01-16LibWeb+WebContent: Use anonymous files for OOPWV backing storesAndreas Kling
2021-01-16Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd"Andreas Kling
2021-01-16LibWeb: Port the WebContent service to Core::AnonymousBuffer for themesAndreas Kling
2021-01-15Everywhere: Pledge "sendfd" in WindowServer client programsAndreas Kling
2021-01-12Services: Move to Userland/Services/Andreas Kling