summaryrefslogtreecommitdiff
path: root/Ladybird/BrowserWindow.cpp
AgeCommit message (Expand)Author
2023-04-23Ladybird: Implement the JavaScript console using a WebContentViewTimothy Flynn
2023-04-15Ladybird+LibWebView: Add -P/--enable-callgrind-profiling optionMacDue
2023-03-29Ladybird: Add reset zoom level button to toolbarMacDue
2023-03-27Ladybird: Don't update the zoom menu text for null tabsMacDue
2023-03-26Ladybird: Show current zoom level in view menuMacDue
2023-03-26Ladybird: Open target _blank links in new tabCoderdreams
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-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-16Ladybird: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-08Ladybird: Send window size and position to WebContent processAliaksandr Kalenik
2023-03-06Everywhere: Stop using NonnullOwnPtrVectorAndreas Kling
2023-02-16Ladybird: Close tab clicking wheel of the mouseFederico Guerinoni
2023-02-03Ladybird: Add setting for page to open on new tabFederico Guerinoni
2023-01-19Ladybird: Accept file dropsKarol Kosek
2023-01-19Ladybird: Add URL and 'open in background' parameters to new_tab()Karol Kosek
2023-01-19Ladybird: Move the initial blank page load to BrowserWindowKarol Kosek
2023-01-12Ladybird: Add Ctrl+= as an alternate "zoom in" shortcutAndreas Kling
2023-01-12Ladybird: Use QKeySequence::StandardKey as much as possibleAndreas Kling
2023-01-12Ladybird: Add "Copy" and "Select All" actions to the Edit menuAndreas Kling
2023-01-12Ladybird: Replace ColorScheme enum with Web::CSS::PreferredColorSchemeLinus Groh
2023-01-12Ladybird: Implement zoom :^)Linus Groh
2022-12-25Ladybird/WebDriver: Move to using local socket files for WebDriver IPCTimothy Flynn
2022-12-25Ladybird: Implement SQLServer for Ladybird :^)Timothy Flynn
2022-12-25Ladybird: Do not domain match on cookie updatesTimothy Flynn
2022-12-25Ladybird: Update for AK::{String => DeprecatedString} renameLinus Groh
2022-12-25Ladybird: Add block pop-ups checkbox to debug menuIdan Horowitz
2022-12-25Ladybird/WebDriver: Implement the cookie endpoints for LadybirdTimothy Flynn
2022-12-25Ladybird: Construct a WebDriverConnection when instructed to do soTimothy Flynn
2022-12-25Ladybird: Don't change window icons when background tabs change iconsGunnar Beutner
2022-12-25Ladybird: Don't update window titles when background tabs change titlesGunnar Beutner
2022-12-25Ladybird: Add Ctrl+Shift+G shortcut to force a garbage collectionAndreas Kling
2022-12-25Ladybird: Hook up the CookieJar again after WebContent introductionAndreas Kling
2022-12-25Ladybird: Render web content in a separate process :^)Andreas Kling
2022-12-25Ladybird/BrowserWindow: Make "View Source" a separate windowMoustafa Raafat
2022-12-25Ladybird/Everywhere: Ensure that Qt objects are created with parentsAndrew Kaster
2022-12-25Ladybird/BrowserWindow: Port user agent spoofing from BrowserIdan Horowitz
2022-12-25Ladybird/BrowserWindow: Give color scheme action group a detailed nameIdan Horowitz
2022-12-25Ladybird: Add a very simple DOM inspectorAndreas Kling
2022-12-25Ladybird: Rename WebView to SimpleWebViewAndreas Kling
2022-12-25Ladybird: Clean up tab bar autohideAaron Dewes
2022-12-25Ladybird/BrowserWindow: Add UI for switching preferred CSS color schemeAndreas Kling
2022-12-25Ladybird: Update pointer to current tab when the selected tab changesTimothy Flynn
2022-12-25Ladybird: Switch to next/previous tab with Ctrl+PageDown/PageUpAndreas Kling
2022-12-25Ladybird: Focus the location editor when creating a new tabAndreas Kling
2022-12-25Ladybird: Tweak the QTabWidget lookAndreas Kling
2022-12-25Ladybird: Use only the Qt event loop to speed everything up :^)Andreas Kling
2022-12-25Ladybird: Add SettingsDialog stubFiliph Sandström
2022-12-25Ladybird: Add Ctrl-W action to close current tab (#28)Alec Murphy
2022-12-25Ladybird: Add quick & dirty port of the JS console from Browser :^)Andreas Kling