summaryrefslogtreecommitdiff
path: root/Applications/Browser
AgeCommit message (Expand)Author
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
2020-05-10Browser: Allow opening URLs by dropping them on the HtmlView :^)Andreas Kling
2020-05-10LibWeb: Teach HtmlView how to render Markdown files :^)Andreas Kling
2020-05-10Browser: Use "about:blank" as the default home pageAndreas Kling
2020-05-10LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)Andreas Kling
2020-05-09Browser: Close tabs when middle clickedFalseHonesty
2020-05-09Browser: Add missing copyright header to WindowActions.{cpp,h}Linus Groh
2020-05-08Services: Renamed from ServersAndreas Kling
2020-05-08Browser: Move InspectorWidget into the Browser namespaceAndreas Kling
2020-05-07Browser: Show line numbers when viewing page sourceNick Tiberi
2020-05-07Browser: Escape percent sign in download progress format stringLinus Groh
2020-05-07Browser: Assume http:// when no protocol is provided in the location bar (#2142)Maciej Sobaczewski
2020-05-06Browser: Open links in a new tab when middle clickedFalseHonesty
2020-05-06Browser: Add dedicated "view source" windowLinus Groh
2020-05-06Browser: Add "Copy link" context menu itemmodmuss50