index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Applications
/
Browser
Age
Commit message (
Expand
)
Author
2020-07-05
LibWeb: Tweak PageView::on_link_hover hook
Andreas Kling
2020-07-05
LibWeb: Move fragment link handling to Frame
Andreas Kling
2020-07-04
LibGUI: Turn GUI::Application::the() into a pointer
Andreas Kling
2020-07-04
LibGUI: Make GUI::Application a Core::Object
Andreas Kling
2020-07-03
Browser: Don't crash when inspecting an anonymous LayoutNode
Andreas Kling
2020-06-30
Browser: Unset location bar icon on load start
Linus Groh
2020-06-29
Browser: Show website favicons in the location bar :^)
Andreas Kling
2020-06-28
Browser: Add right-click context menu to tabs
Andrew Kaster
2020-06-26
LibWeb+Browser: Remove old HTML parser :^)
Andreas Kling
2020-06-22
LibWeb+Browser: Decode non-animated images out-of-process :^)
Andreas Kling
2020-06-18
DownloadWidget: Use GUI::Image instead of Label to show image
Hüseyin ASLITÜRK
2020-06-13
ProtocolServer+LibProtocol: Propagate HTTP status codes to clients
Andreas Kling
2020-06-12
LibWeb+Browser: Add a barebones LayoutTreeModel to the inspector window
Andreas Kling
2020-06-12
Browser: Be a little bit smarter about interpretering command line URLs
Andreas Kling
2020-06-10
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
Andreas Kling
2020-06-08
LibJS: Make more Interpreter functions take a GlobalObject&
Andreas Kling
2020-06-08
LibWeb: Add Page abstraction between PageView and main Frame
Andreas Kling
2020-06-07
LibWeb: Move Frame.{cpp,h} into a new Frame/ directory
Andreas Kling
2020-06-04
LibWeb: Process style sheets in document order
Andreas Kling
2020-06-02
LibJS: Move Interpreter::get_trace() to ConsoleClient
Linus Groh
2020-06-01
LibWeb: Move ResourceLoader into a new Loader/ directory
Andreas Kling
2020-06-01
LibWeb+Browser: Use the new HTML parser by default
Andreas Kling
2020-05-30
Browser: Show download progress in the taskbar if available
Andreas Kling
2020-05-29
Browser: Add clear output button to the console
FalseHonesty
2020-05-29
Meta: Add a script check the presence of "#pragma once" in header files
Emanuele Torre
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-28
Browser: Switch focus to the web page after pressing return in URL bar
Andreas Kling
2020-05-27
LibWeb+Browser: Add ability to run Browser with the new HTML parser
Andreas Kling
2020-05-27
Browser: Add console history to re-send old commands
FalseHonesty
2020-05-26
Browser: Add option in DownloadWidget to open download's in folder
FalseHonesty
2020-05-26
Browser: Show a "source location hint" for syntax errors :^)
Linus Groh
2020-05-26
Browser: Add output styles to JS source printed in the console
FalseHonesty
2020-05-26
LibJS: Create JS to HTML markup generator
FalseHonesty
2020-05-25
Browser: Add output styles to values printed in the console
FalseHonesty
2020-05-24
Browser: Add new icons for the add/remove bookmark toolbar button
Andreas Kling
2020-05-24
Browser: Set the console's interpreter when a tab's document changes
FalseHonesty
2020-05-24
Browser: Add JS Console
FalseHonesty
2020-05-23
Browser: An anchor link should open in a new tab when required
FalseHonesty
2020-05-23
Browser: Add "Paste & Go" action to the location box
FalseHonesty
2020-05-22
Browser: Pop up a context menu when requested on a bookmark button
FalseHonesty
2020-05-21
Browser: Pop up a context menu when one is requested on a tab
FalseHonesty
2020-05-21
LibGUI: Get rid of Model::ColumnMetadata and always use auto-sizing
Andreas Kling
2020-05-19
Browser: Hide tab bar if there's only one tab
Linus Groh
2020-05-19
Browser: Support fullscreen view
Linus Groh
2020-05-18
Browser: Make the location box 2px taller
Andreas Kling
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-12
Browser: Allow Ctrl+clicking on bookmark bar buttons :^)
Andreas Kling
2020-05-12
LibGUI: Include keyboard modifier state with button on_click calls
Andreas Kling
2020-05-12
Browser: Some action fixes
Andreas Kling
2020-05-10
LibProtocol: Pass response headers in a case insensitive HashMap
Andreas Kling
[next]