summaryrefslogtreecommitdiff
path: root/Userland/Applications/Browser
AgeCommit message (Expand)Author
2021-05-01Everywhere: Rename app_menu to file_menu or game_menuAndreas Kling
2021-04-30Browser: Add FrogFind search engineMaciej Zygmanowski
2021-04-29Browser: Display search engine format in statusbarMaciej Zygmanowski
2021-04-29Browser: Save search engine setting to preferencesMaciej Zygmanowski
2021-04-29Browser: Add GitHub and Yandex to search enginesPanagiotis Vasilopoulos
2021-04-26Browser: Add basic support for search enginessppmacd
2021-04-25Services: Rename ProtocolServer to RequestServerDexesTTP
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18LibJS: Implement console.assert()Linus Groh
2021-04-18Browser+WebContent: Fix HTML injection in console functions outputLinus Groh
2021-04-18Browser: Add status tips to most of the actionsAndreas Kling
2021-04-18Browser: Show status tips for any entered actionAndreas Kling
2021-04-18LibGUI: Rename Action::long_text to Action::status_tipAndreas Kling
2021-04-17Browser: Display full UserAgent string in status bar on menu hoverIdan Horowitz
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-15Browser: Implement spec-compliant cookie retrievalTimothy Flynn
2021-04-14Browser+LibWeb: Add support for spoofing the browser user agentIdan Horowitz
2021-04-14Browser: Respect the HttpOnly flag when storing cookiesTimothy Flynn
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-14Browser+LibWeb: Move the cookie structure into LibWebTimothy Flynn
2021-04-14Browser+LibWeb: Move cookie parser into LibWebTimothy Flynn
2021-04-13Browser: Remove expired cookies from the CookieJarTimothy Flynn
2021-04-13Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"Andreas Kling
2021-04-13Browser: Implement spec-compliant cookie storageTimothy Flynn
2021-04-12Browser: Change value of "the latest representable date" for cookiesTimothy Flynn
2021-04-12Browser: Add debug command to dump cookiesTimothy Flynn
2021-04-12Browser: Process Expires cookie attributeTimothy Flynn
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-12Browser: Process Secure and HttpOnly cookie attributesTimothy Flynn
2021-04-12Browser: Process Path cookie attributeTimothy Flynn
2021-04-12Browser: Process Domain cookie attributeTimothy Flynn
2021-04-12Browser: Process Max-Age cookie attributeTimothy Flynn
2021-04-12Browser: Parse cookie attribute name-value pairsTimothy Flynn
2021-04-11Browser+LibWeb: Add hooks for getting and setting cookiesTimothy Flynn
2021-04-11Browser: Initial cookie storage implementationTimothy Flynn
2021-04-09Browser: Add a separator line below the menu while in multi-tab modeAndreas Kling
2021-04-09Browser: Add more Alt shortcuts to menu actionsAndreas Kling
2021-04-09Browser: Add Alt shortcuts to menu actionsAndreas Kling
2021-04-05Browser: Add Alt shortcuts for top-level menusAndreas Kling
2021-03-30Browser+LibWeb+WebContent: Add action to clear resource cacheTimothy Flynn
2021-03-27Browser: Set parent of tab child windowsLinus Groh
2021-03-26Browser: Add right-click context menu item for editing bookmarksTimothy Flynn
2021-03-25Userland: Turn all application menus into window menus :^)Andreas Kling
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-09LibWeb: Rename CSSParser => DeprecatedCSSParserAndreas Kling
2021-03-07Applications: Open folder with pre-selected file where appropriate :^)speles
2021-02-28Browser: Implemented out of process JS consoleBrandon Scott
2021-02-26Browser: Add Go menu and move Bookmarks bar toggle to Viewthankyouverycool