summaryrefslogtreecommitdiff
path: root/Ladybird
AgeCommit message (Expand)Author
2024-03-03AK+Lagom: Make it possible to build for iOSFiliph Siitam Sandström
2024-02-27Ladybird: Use Core::Environment instead of Core::System::*env()Sam Atkins
2024-02-26Ladybird/Qt: Use a precise timer for event loop timer eventsTim Ledbetter
2024-02-26Ladybird: Move helper processes to CMAKE_INSTALL_LIBEXECDIRAndrew Kaster
2024-02-26Ladybird: Remove $SERENITY_SOURCE_DIR from resource root candidatesAndrew Kaster
2024-02-26Ladybird+Userland: Use ByteString for candidate server pathsAndrew Kaster
2024-02-26Ladybird: Copy resources into the build directoryAndrew Kaster
2024-02-26Ladybird: Always place helper processes in bundle directory on macOSAndrew Kaster
2024-02-26Ladybird/AppKit: Implement the <input type=file> UITimothy Flynn
2024-02-26Ladybird/Qt: Implement the <input type=file> UITimothy Flynn
2024-02-25LibCore+Ladybird: Don't force timer ids to be integer just to remap themDan Klishch
2024-02-25LibCore+Ladybird: Make unregistering timer infallibleDan Klishch
2024-02-25LibCore+Ladybird: Don't store timer_id in Core::TimerEventDan Klishch
2024-02-25Everywhere: Use unqualified AK::URLShannon Booth
2024-02-21Ladybird/QT: Avoid incorrect round trip via QUrlSimon Wanner
2024-02-21Ladybird/QT: Avoid constructing AK String types from char* without sizeSimon Wanner
2024-02-19Ladybird/AppKit: Convert select dropdown position to correct scaleBastiaan van der Plaat
2024-02-14WebDriver: Add commandline option to pass extra certificatesAndrew Kaster
2024-02-08Ladybird: Plumb overriding root certificate paths through the chromesAndrew Kaster
2024-02-08RequestServer+LibTLS: Allow applications to specify multiple root certsAndrew Kaster
2024-02-08Tests: Pass App Bundle path to WebDriver to WPT CTest test on macOSAndrew Kaster
2024-02-06Ladybird/Qt: Properly listen for DPI changes on WaylandDan Klishch
2024-02-05Ladybird/Qt: Map Enter keypresses to the code point '\n'Tim Ledbetter
2024-02-03Ladybird+WebContent: Update IPC calls to handle multiple traversablesAndrew Kaster
2024-02-03Ladybird: Add IPC call for creating a new child tabAndrew Kaster
2024-02-03Ladybird: Open files from the open files dialog as a QURLAndrew Kaster
2024-02-03Ladybird/Qt: Rename new_tab to new_tab_from_url and make it take AK::URLAndrew Kaster
2024-02-03Ladybird/Qt: Rename new_tab(StringView) to new_tab_from_contentAndrew Kaster
2024-02-03Ladybird: Add ability to create a tab without creating a new WebContentAndrew Kaster
2024-02-03LibCore: Allow listening for multiple conditions using a single NotifierDan Klishch
2024-01-26Ladybird+LibWeb+WebContent: Port the `did_request_cookie` IPC to StringTimothy Flynn
2024-01-22Ladybird+Meta: Extract AK into its own library on LagomTimothy Flynn
2024-01-17Ladybird+WebContent: Add chrome command line and exe path passingBastiaan van der Plaat
2024-01-15Ladybird/AppKit/CMake: Use a more civilized way of finding CocoaNico Weber
2024-01-15Ladybird/AppKit: The "Window" menu should be called "Window"Nico Weber
2024-01-13Ladybird+LibWeb: Add initial about:version internal pageBastiaan van der Plaat
2024-01-12LibWeb+WebContent: Spawn Worker processes from the chromeAndrew Kaster
2024-01-06Ladybird/AppKit: Show an informational dialog after taking a screenshotTimothy Flynn
2024-01-06Ladybird/Qt: Show an informational dialog after taking a screenshotTimothy Flynn
2024-01-06LibWeb: Allow input color to give continuous updatesBastiaan van der Plaat
2024-01-01Ladybird+LibWebView+WebContent: Make the screenshot IPCs asyncTimothy Flynn
2023-12-29Ladybird/Qt: Ensure the Inspector widget is deleted before the WebViewTimothy Flynn
2023-12-27LibWeb: Use resources to find internal HTML template pathsBastiaan van der Plaat
2023-12-27LibWeb: Use resource scheme for icons in internal pagesBastiaan van der Plaat
2023-12-24Ladybird+BrowserSettings: Load the NTP/home resource files with LibWebTimothy Flynn
2023-12-23LibWeb: Fix select dropdown position when scrolled on a pageBastiaan van der Plaat
2023-12-22LibWebView+WebContent: Drive repainting from WebContent processAliaksandr Kalenik
2023-12-21Ladybird/AppKit: Use correct flag name for WebContent debuggingAndrew Kaster
2023-12-21LibWebView+Ladybird: Remove unused on_scroll_into_view callbackAliaksandr Kalenik
2023-12-21Ladybird: Add command line flag to wait for debugger in WebContentAndrew Kaster