summaryrefslogtreecommitdiff
path: root/Applications/Browser
AgeCommit message (Expand)Author
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
2020-05-26Browser: Show a "source location hint" for syntax errors :^)Linus Groh
2020-05-26Browser: Add output styles to JS source printed in the consoleFalseHonesty
2020-05-26LibJS: Create JS to HTML markup generatorFalseHonesty
2020-05-25Browser: Add output styles to values printed in the consoleFalseHonesty
2020-05-24Browser: Add new icons for the add/remove bookmark toolbar buttonAndreas Kling
2020-05-24Browser: Set the console's interpreter when a tab's document changesFalseHonesty
2020-05-24Browser: Add JS ConsoleFalseHonesty
2020-05-23Browser: An anchor link should open in a new tab when requiredFalseHonesty
2020-05-23Browser: Add "Paste & Go" action to the location boxFalseHonesty
2020-05-22Browser: Pop up a context menu when requested on a bookmark buttonFalseHonesty
2020-05-21Browser: Pop up a context menu when one is requested on a tabFalseHonesty
2020-05-21LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizingAndreas Kling
2020-05-19Browser: Hide tab bar if there's only one tabLinus Groh
2020-05-19Browser: Support fullscreen viewLinus Groh
2020-05-18Browser: Make the location box 2px tallerAndreas Kling
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-12Browser: Allow Ctrl+clicking on bookmark bar buttons :^)Andreas Kling
2020-05-12LibGUI: Include keyboard modifier state with button on_click callsAndreas Kling
2020-05-12Browser: Some action fixesAndreas Kling
2020-05-10LibProtocol: Pass response headers in a case insensitive HashMapAndreas Kling