Commit History

Author SHA1 Message Date
  Andreas Kling 19de6bb1cc LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy 3 years ago
  Idan Horowitz aba4c9579f Browser: Use String::count instead of String::replace(X, X, true) 3 years ago
  Andreas Kling e91edcaa28 LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 3 years ago
  Sam Atkins 2b2158595f Browser: Move `show_console_window()` to Tab 3 years ago
  sin-ack 8ea22121ac Userland: Migrate to argument-less deferred_invoke 3 years ago
  Andreas Kling 6ad63ae71c Browser: Use LibConfig instead of Core::ConfigFile 3 years ago
  Andreas Kling 6b2aadce11 Browser: Remove single-process mode :^) 3 years ago
  Sam Atkins 37f060b873 Browser: Add "Inspect Element" to context menu :^) 3 years ago
  Sam Atkins 3ef4ba810a Browser: Hide inspected-element outline when DOM Inspector is closed 3 years ago
  networkException acde7d12b0 Everywhere: Rename get in ConfigFile::get_for_{lib,app,system} to open 3 years ago
  networkException 938051feb8 Everywhere: Use Core::ConfigFile::AllowWriting::Yes to allow writing 3 years ago
  TheFightingCatfish 652fa54495 Browser+LibWeb: Silence some debug spams 4 years ago
  TheFightingCatfish e80b887059 Browser+LibWeb: Make sure the default favicon is loaded 4 years ago
  TheFightingCatfish 9899addb1d Browser: Add more tab options 4 years ago
  Brian Gianforcaro a51e6547aa Applications: Remove unused header includes 4 years ago
  Andreas Kling 7f7ba726f0 Browser: Change "Custom" => "Custom..." in menus where appropriate 4 years ago
  Andreas Kling 687a12d7fb Userland: Add GUI::Window::add_menu() and use it everywhere 4 years ago
  Andreas Kling c7d891765c LibGfx: Use "try_" prefix for static factory functions 4 years ago
  Timothy Flynn 615a1c7210 Browser: Add context menu item for selecting all text 4 years ago
  Timothy Flynn 58cb37f986 Browser: Add context menu item for copying selected text 4 years ago
  Daniel Bertalan ca06fd658d Everywhere: Remove unused local variables and lambda captures 4 years ago
  networkException 2483a78313 Browser: Show an example url placeholder in the search engine InputBox 4 years ago
  Adam Hodgen 1e5e02c70b LibWeb+Browser: Support DOM Inspector for OutOfProcessWebView 4 years ago
  Andreas Kling ee3a73ddbb AK: Rename downcast<T> => verify_cast<T> 4 years ago
  Marcus Nilsson 32fc8da917 Browser: Enable close button on tabs 4 years ago
  Marco Cutecchia 24c243942d Browser: Add setting to change homepage URL 4 years ago
  Linus Groh 94a56c3aee Browser: Pass Tab::on_title_change title argument as const reference 4 years ago
  Max Wipfli 229414b002 Applications: Use titlecase and distinct underlined characters in menus 4 years ago
  Maciej Zygmanowski 78bc6c09ba Browser: Add support for custom search engines 4 years ago
  Andreas Kling a743075b9f Browser: Move actions from Tab to BrowserWindow 4 years ago