summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/BrowserWindow.cpp
AgeCommit message (Expand)Author
2022-02-05Browser: Add Debug menu action for dumping the stacking context treeAndreas Kling
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24Browser: Convert search-engines file loading to Core::Stream :^)Sam Atkins
2022-01-21Browser: Load icons at start of programDylan Katz
2022-01-12Base+Userland: Add various iconselectrikmilk
2022-01-12Base+Browser: Add Browser iconselectrikmilk
2021-11-26Browser: Move search engine definitions to a json fileSam Atkins
2021-11-26Browser+BrowserSettings: Persist the "show bookmarks bar" settingSam Atkins
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-31Browser: Add "Color scheme" settingSam Atkins
2021-10-07Browser: Use reorderable tabsPeter Elliott
2021-10-05Everywhere: Change from http to https where feasibleBen Wiederhake
2021-10-03LibWeb+Browser: Disable Same-Origin Policy by default for nowAndreas Kling
2021-09-29Browser: Use CommonActions where possible and various fixesMarcus Nilsson
2021-09-13Browser: Rename "DOM Inspector" to just "Inspector"Andreas Kling
2021-09-12LibWeb+Browser: Add Debug menu action for toggling Same-Origin PolicyAndreas Kling
2021-09-11Browser: Use String::count instead of String::replace(X, X, true)Idan Horowitz
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-06Browser: Move `show_console_window()` to TabSam Atkins
2021-09-02Userland: Migrate to argument-less deferred_invokesin-ack
2021-08-26Browser: Use LibConfig instead of Core::ConfigFileAndreas Kling
2021-08-24Browser: Remove single-process mode :^)Andreas Kling
2021-08-23Browser: Add "Inspect Element" to context menu :^)Sam Atkins
2021-08-23Browser: Hide inspected-element outline when DOM Inspector is closedSam Atkins
2021-08-22Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to opennetworkException
2021-08-22Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writingnetworkException
2021-08-08Browser+LibWeb: Silence some debug spamsTheFightingCatfish
2021-08-08Browser+LibWeb: Make sure the default favicon is loadedTheFightingCatfish
2021-08-06Browser: Add more tab optionsTheFightingCatfish
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-31Browser: Change "Custom" => "Custom..." in menus where appropriateAndreas Kling
2021-07-21Userland: Add GUI::Window::add_menu() and use it everywhereAndreas Kling
2021-07-21LibGfx: Use "try_" prefix for static factory functionsAndreas Kling
2021-07-14Browser: Add context menu item for selecting all textTimothy Flynn
2021-07-14Browser: Add context menu item for copying selected textTimothy Flynn
2021-07-08Everywhere: Remove unused local variables and lambda capturesDaniel Bertalan
2021-07-07Browser: Show an example url placeholder in the search engine InputBoxnetworkException
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-20Browser: Enable close button on tabsMarcus Nilsson
2021-06-18Browser: Add setting to change homepage URLMarco Cutecchia
2021-05-29Browser: Pass Tab::on_title_change title argument as const referenceLinus Groh
2021-05-21Applications: Use titlecase and distinct underlined characters in menusMax Wipfli
2021-05-19Browser: Add support for custom search enginesMaciej Zygmanowski
2021-05-18Browser: Move actions from Tab to BrowserWindowAndreas Kling
2021-05-18Browser: Move menu management from Tab to BrowserWindowAndreas Kling
2021-05-17Browser: Move main browser window logic into a BrowserWindow classAndreas Kling