summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
2022-02-07Meta+Userland: Run the GML formatter on CI and pre-commitkleines Filmröllchen
2022-02-07Base+Browser: Add Browser Iconselectrikmilk
2022-02-07Browser: Better handle ports in user input to url conversionnetworkException
2022-02-06Userland: Convert TLS::TLSv12 to a Core::Stream::SocketAli Mohammad Pur
2022-02-05Browser: Add Debug menu action for dumping the stacking context treeAndreas Kling
2022-02-05Browser: Don't log every content filter string when loadedAndreas Kling
2022-01-31Everywhere: Update copyrights with my new serenityos.org e-mail :^)Timothy Flynn
2022-01-28Revert "Userland: Invoke tzset in apps that care about time zones"Timothy Flynn
2022-01-25Userland: Invoke tzset in applications that care about time zonesTimothy Flynn
2022-01-24Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOrSam Atkins
2022-01-24Browser: Convert file-downloading code to Core::Stream :^)Sam Atkins
2022-01-24Browser: Convert ad-filter loading to Core::Stream :^)Sam Atkins
2022-01-24Browser: Convert search-engines file loading to Core::Stream :^)Sam Atkins
2022-01-23Userland: Add promises to programs that will read /etc/timezoneTimothy Flynn
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-12-30Userland: Link directly against LibUnicodeData where neededTimothy Flynn
2021-12-27LibJS+WebContent+Browser+js: Implement console.group() methodsSam Atkins
2021-12-21Userland: Add unveil/pledge requisites for dynamic Unicode data loadingTimothy Flynn
2021-12-10Browser+LibWeb+WebContent: Add variables display to InspectorSam Atkins
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-26Browser: Allow custom search engine URLs that don't start http[s]://Sam Atkins
2021-11-26Browser+Base: Delete provided Browser.ini fileSam Atkins
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-24LibDesktop: Make allowlist APIs return ErrorOr<void>Andreas Kling
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Everywhere: Use ArgsParser::parse() with Main::Arguments directlyMustafa Quraish
2021-11-22Browser: Scope bookmark actions so that they don't block the delete keySam Atkins
2021-11-22Browser: Port to LibMain :^)Andreas Kling
2021-11-21LibGUI+Everywhere: Make sync requests to Clipboard server more obviousBen Wiederhake
2021-11-21Browser: Make paste access to Clipboard atomicBen Wiederhake
2021-11-18LibWeb: Move BrowsingContext into HTML/Andreas Kling
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-11-02LibWeb+Browser: Show DOM comments with syntax_comment color in inspectorAndreas Kling
2021-10-31Browser: Add "Color scheme" settingSam Atkins
2021-10-07Browser: Use reorderable tabsPeter Elliott
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
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-27LibWeb+Browser: Make ad blocking work in the multi-process worldAndreas Kling
2021-09-18LibWeb: Remove the unused LayoutTreeModelAndreas Kling
2021-09-17Browser: Remove redundant tab::view() call from the tab constructorEyad Hossam
2021-09-13Browser: Rename "DOM Inspector" to just "Inspector"Andreas Kling
2021-09-13Browser: Add some UI padding in the Inspector widgetAndreas Kling
2021-09-12LibWeb+Browser: Add Debug menu action for toggling Same-Origin PolicyAndreas Kling