summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
2023-03-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-17Browser: Have the bookmark button use the editor dialogKemal Zebari
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-03-13LibCore+Userland: Make Promise's on_resolve falliblekleines Filmröllchen
2023-03-13LibCore+Userland: Allow canceling promiseskleines Filmröllchen
2023-03-07Browser: Handle close event in WebContentViewAliaksandr Kalenik
2023-03-06Everywhere: Stop using NonnullRefPtrVectorAndreas Kling
2023-03-06Browser: Add a missing include in InspectorWidgetMatthew Olsson
2023-03-04Userland: Use Font::pixel_size_rounded_up() instead of glyph_height()Andreas Kling
2023-02-28LibWeb: Rename Layout::InitialContainingBlock to Layout::ViewportAndreas Kling
2023-02-25Everywhere: Use _{short_,}string to create Strings from literalsLinus Groh
2023-02-24Browser+LibWeb+WebContent: Store cookie expiry times in UTCTimothy Flynn
2023-02-18Userland: Specify margins and spacing in the GUI::Layout constructorSam Atkins
2023-02-18Userland: Use Widget::add_spacer() everywhereSam Atkins
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-02-13Userland: Set Button text using the new String classKarol Kosek
2023-02-13Userland: Replace usages of AbstractButton::text_deprecated with text()Karol Kosek
2023-02-13LibGUI+Userland: Add `_deprecated` suffix to AbstractButton::{set_,}textKarol Kosek
2023-02-08Everywhere: Use ReadonlySpan<T> instead of Span<T const>MacDue
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-02-03LibSQL+Userland: Pass SQL IPC results to clients in a structureTimothy Flynn
2023-02-02Browser: Disallow empty URLs in the bookmark editorKemal Zebari
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
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-13Userland: Remove a bunch of unveil calls on /sys/kernel/processesLiav A
2023-01-12LibWebView+Ladybird: Move DOM inspection helpers to ViewImplementationLinus Groh
2023-01-12Browser: Implement zoom :^)Linus Groh
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
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-07Browser: Add Accessibility Tab to Inspector WidgetJonah
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-05LibWeb+Browser+WebContent: Convert BoxModelMetrics to new pixel unitsSam Atkins
2023-01-03LibGfx: Make Font::width() return a floatAndreas Kling
2023-01-02Everywhere: Remove unused includes of AK/Format.hBen Wiederhake
2023-01-02Everywhere: Remove unused includes of AK/IterationDecision.hBen Wiederhake
2023-01-02Everywhere: Fix badly-formatted includesBen Wiederhake
2022-12-31Browser: Add window to inspect historyRafał Babiarz
2022-12-28Applications: Remove i686 supportLiav A