summaryrefslogtreecommitdiff
path: root/Ladybird/WebContentView.cpp
AgeCommit message (Expand)Author
2023-05-23LibGfx+Everywhere: Change `Gfx::Rect` to be endpoint exclusiveJelle Raaijmakers
2023-05-21Ladybird: Remove unused IODevice.h includeBen Wiederhake
2023-05-17Browser+Ladybird+LibWebView: Handle trivial content APIs in LibWebViewTimothy Flynn
2023-05-17Ladybird: Move ownership of the JS console/inspector to the tab objectTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Virtualize computing content/widget pointsTimothy Flynn
2023-05-17Ladybird: Remove unused JS console methodsTimothy Flynn
2023-05-17Browser+Ladybird+LibWebView: Move some common functions to LibWebViewTimothy Flynn
2023-05-16Ladybird: Add screenshot actions to the page context menuTimothy Flynn
2023-05-16Ladybird: Add a context menu for image elementsTimothy Flynn
2023-05-16Ladybird: Add a context menu for link elementsTimothy Flynn
2023-05-16Ladybird: Move the page context menu from the BrowserWindow to the TabTimothy Flynn
2023-05-16Browser+LibWeb+WebContent: Broadcast video element context menu requestsTimothy Flynn
2023-05-15Ladybird+LibWebView: Move backing store management code to LibWebViewAndreas Kling
2023-05-15Ladybird: Make resizing the window a lot less laggyAndreas Kling
2023-05-15Ladybird: Only request repaint for what's in the visible viewportAndreas Kling
2023-05-15Ladybird+LibWebView: Remember the size of the last paintAndreas Kling
2023-05-15Ladybird: Floor the WebContentView viewport offset at 0, 0Andreas Kling
2023-05-14Ladybird: Send the double click event to WebContentLuke Wilde
2023-05-09Ladybird: Allow right clicking and inspecting elementsMacDue
2023-04-30Ladybird: Let WebContent know if the current system theme is darkAndreas Kling
2023-04-25Ladybird: Remove Web::Platform plugins for Qt in favor of LibCoreAndreas Kling
2023-04-25LibCore: Simplify Core::Notifier by only allowing one event typeAndreas Kling
2023-04-24Ladybird: Define AK_DONT_REPLACE_STD via CMake rather than in every fileTimothy Flynn
2023-04-23Ladybird: Implement the JavaScript console using a WebContentViewTimothy Flynn
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-04-14Ladybird: Display Qt cursors corresponding to missing CSS cursorsSrikavin Ramkumar
2023-03-26Ladybird: Open target _blank links in new tabCoderdreams
2023-03-21LibGfx: Move all image loaders and writers to a subdirectoryLucas CHOLLET
2023-03-21WebContent+Everywhere: Add a WebContent IPC to activate a tabTimothy Flynn
2023-03-21WebContent+Everywhere: Add an option to not activate new tabs over IPCTimothy Flynn
2023-03-16Ladybird: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-16LibWeb+LibWebView+WebContent+Ladybird: Add IPC call that opens new tabAliaksandr Kalenik
2023-03-16Ladybird: Generate window handle during client creationAliaksandr Kalenik
2023-03-16WebContent+LibWebView: Consolidate the way browsers connect to WebDriverTimothy Flynn
2023-03-15Ladybird: Get the system's current color theme settings from QtAndreas Kling
2023-03-13LibWeb+Ladybird+Userland: Port window.[alert,confirm,prompt] to StringTimothy Flynn
2023-03-13Ladybird+LibWebView: Move WebContent process launcher to LibWebViewTimothy Flynn
2023-03-08Ladybird: Send window size and position to WebContent processAliaksandr Kalenik
2023-03-07Ladybird: Handle close event in WebContentViewAliaksandr Kalenik
2023-03-07LibWebView+WebContent: Propagate close from WebContent to LibWebViewAliaksandr Kalenik
2023-02-22Ladybird: Support inspecting the accessibility treeMacDue
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Move Stream-based sockets into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-08Ladybird: Don't overwrite argv[0] in spawn_helper_process()MacDue
2023-02-06Ladybird: Specify window size in layout dump modeAliaksandr Kalenik
2023-02-02Ladybird: Abstract spawning helper processes into separate methodsAndrew Kaster
2023-02-01Ladybird: Store the WebContent QSocketNotifier on the stackTimothy Flynn
2023-01-29AK: Move memory streams from `LibCore`Tim Schumacher