summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser/BrowserWindow.cpp
AgeCommit message (Expand)Author
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-17Browser+Ladybird+LibWebView: Move some common functions to LibWebViewTimothy Flynn
2023-05-09Userland: Show "Ladybird" instead of "Browser" in titles, menus, etcAndreas Kling
2023-04-30LibGfx+Userland: Merge FrameShape and FrameShadow into FrameStylethankyouverycool
2023-04-19LibGUI+Userland: Make Menu::*add_submmenu take name using new stringKarol Kosek
2023-04-19LibGUI+Userland: Make Window::*add_menu take name using new stringKarol Kosek
2023-04-19LibGUI+Browser: Set menu names using the new String classKarol Kosek
2023-04-18Browser: Propagate autoplay settings to the WebContent processTimothy Flynn
2023-04-18LibGUI+Userland: Improve error and font handling for InputBoxthankyouverycool
2023-03-29Browser: Add reset zoom level button to toolbarMacDue
2023-03-26Browser: Show current zoom level in view menuMacDue
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-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-16Browser: Implement `notify_request_open_new_tab`Aliaksandr Kalenik
2023-03-16LibGUI+Userland: Port TabWidget set_tab_title to new stringKarol Kosek
2023-03-16LibGUI+Userland: Make TabWidget::*add_tab() take title using new stringKarol Kosek
2023-03-13Everywhere: Remove unintentional partial stream reads and writesTim Schumacher
2023-03-13AK: Rename Stream::read_entire_buffer to Stream::read_until_filledTim Schumacher
2023-03-13AK: Rename Stream::{read,write} to Stream::{read_some,write_some}Tim Schumacher
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-07Browser: Use `GUI::CommonActions::make_about_action()`Sam Atkins
2023-02-04LibGUI+Userland: Switch order of parameters for InputBox::showKarol Baraniecki
2023-02-04Userland: Replace manual checking by using GUI::InputType::NonemptyTextKarol Baraniecki
2023-01-27Browser: Replace uses of JsonObject::get_deprecated()/get_ptr()Sam Atkins
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-17AK+Everywhere: Rename JsonObject::get() to ::get_deprecated()Sam Atkins
2023-01-12Browser: Implement zoom :^)Linus Groh
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-31Browser: Add window to inspect historyRafał Babiarz
2022-12-28Applications: Remove i686 supportLiav A
2022-12-21Browser: Introduce action for opening bookmarks in a new windowKemal Zebari
2022-12-12LibCore: Propagate errors from `Stream::*_entire_buffer`Tim Schumacher
2022-12-12LibCore: Rename `Stream::*_or_error` to `*_entire_buffer`Tim Schumacher
2022-12-08Browser+LibWebView+WebContent: Do not domain match on cookie updatesTimothy Flynn
2022-12-08LibGfx+Userland: Make PNGWriter::encode() return ErrorOr<ByteBuffer>Andreas Kling
2022-12-07Meta+Userland: Pass Gfx::IntSize by valueMacDue
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-15LibWeb: Add 'should block pop ups' user config to PageIdan Horowitz
2022-11-11Browser+WebContent+WebDriver: Move Get Named Cookie to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get All Cookies to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Execute Async Script to WebContentTimothy Flynn
2022-11-11Browser+WebContent+WebDriver: Move Get Page Source to WebContentTimothy Flynn