summaryrefslogtreecommitdiff
path: root/Applications/Browser
AgeCommit message (Expand)Author
2020-08-05Browser: Move bookmarks.json to ~/.configAndreas Kling
2020-08-01Applications: Stop setting initial window locationPeter Elliott
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling
2020-07-28LibWeb: Move the CSS parser into CSS/Parser/Andreas Kling
2020-07-26LibWeb: Move CSS classes into the Web::CSS namespaceAndreas Kling
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibCore+LibGUI: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-23Browser: Escape JS source operators for HTML display in consoleNico Weber
2020-07-23LibGUI: Rename GUI::Image => GUI::ImageWidgetAndreas Kling
2020-07-23Browser: Focus input text field in JS console by defaultNico Weber
2020-07-16LibWeb: Require parent window argument for MessageBoxTom
2020-07-15LibGUI: Use enum for TextEditor modes & add new DisplayOnly modethankyouverycool
2020-07-13LibGUI: Add ModelClient abstract class and allow registering clientsTom
2020-07-07Browser: Simplify the History class and fix back/forward history pushAndreas Kling
2020-07-06Browser: Add a way to start Browser in multi-process mode :^)Andreas Kling
2020-07-06Browser+LibWeb: Pave the way for using WebContentView in BrowserAndreas Kling
2020-07-06LibWeb: Add a shared WebViewHooks base class for both web view widgetsAndreas Kling
2020-07-06LibWeb: Make the link context menu hook include the destination URLAndreas Kling
2020-07-06LibWeb: Make the link click hooks include the destination URLAndreas Kling
2020-07-05LibWeb: Tweak PageView::on_link_hover hookAndreas Kling
2020-07-05LibWeb: Move fragment link handling to FrameAndreas Kling
2020-07-04LibGUI: Turn GUI::Application::the() into a pointerAndreas Kling
2020-07-04LibGUI: Make GUI::Application a Core::ObjectAndreas Kling
2020-07-03Browser: Don't crash when inspecting an anonymous LayoutNodeAndreas Kling
2020-06-30Browser: Unset location bar icon on load startLinus Groh
2020-06-29Browser: Show website favicons in the location bar :^)Andreas Kling
2020-06-28Browser: Add right-click context menu to tabsAndrew Kaster
2020-06-26LibWeb+Browser: Remove old HTML parser :^)Andreas Kling
2020-06-22LibWeb+Browser: Decode non-animated images out-of-process :^)Andreas Kling
2020-06-18DownloadWidget: Use GUI::Image instead of Label to show image Hüseyin ASLITÜRK
2020-06-13ProtocolServer+LibProtocol: Propagate HTTP status codes to clientsAndreas Kling
2020-06-12LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector windowAndreas Kling
2020-06-12Browser: Be a little bit smarter about interpretering command line URLsAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-06-08LibJS: Make more Interpreter functions take a GlobalObject&Andreas Kling
2020-06-08LibWeb: Add Page abstraction between PageView and main FrameAndreas Kling
2020-06-07LibWeb: Move Frame.{cpp,h} into a new Frame/ directoryAndreas Kling
2020-06-04LibWeb: Process style sheets in document orderAndreas Kling
2020-06-02LibJS: Move Interpreter::get_trace() to ConsoleClientLinus Groh
2020-06-01LibWeb: Move ResourceLoader into a new Loader/ directoryAndreas Kling
2020-06-01LibWeb+Browser: Use the new HTML parser by defaultAndreas Kling
2020-05-30Browser: Show download progress in the taskbar if availableAndreas Kling
2020-05-29Browser: Add clear output button to the consoleFalseHonesty
2020-05-29Meta: Add a script check the presence of "#pragma once" in header filesEmanuele Torre
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-28Browser: Switch focus to the web page after pressing return in URL barAndreas Kling
2020-05-27LibWeb+Browser: Add ability to run Browser with the new HTML parserAndreas Kling
2020-05-27Browser: Add console history to re-send old commandsFalseHonesty
2020-05-26Browser: Add option in DownloadWidget to open download's in folderFalseHonesty