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-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
2020-05-10
Browser: Allow opening URLs by dropping them on the HtmlView :^)
Andreas Kling
2020-05-10
LibWeb: Teach HtmlView how to render Markdown files :^)
Andreas Kling
2020-05-10
Browser: Use "about:blank" as the default home page
Andreas Kling
2020-05-10
LibWeb+Browser: Support about: URL protocol so "about:blank" works :^)
Andreas Kling
2020-05-09
Browser: Close tabs when middle clicked
FalseHonesty
2020-05-09
Browser: Add missing copyright header to WindowActions.{cpp,h}
Linus Groh
2020-05-08
Services: Renamed from Servers
Andreas Kling
2020-05-08
Browser: Move InspectorWidget into the Browser namespace
Andreas Kling
2020-05-07
Browser: Show line numbers when viewing page source
Nick Tiberi
2020-05-07
Browser: Escape percent sign in download progress format string
Linus Groh
2020-05-07
Browser: Assume http:// when no protocol is provided in the location bar (#2142)
Maciej Sobaczewski
2020-05-06
Browser: Open links in a new tab when middle clicked
FalseHonesty
2020-05-06
Browser: Add dedicated "view source" window
Linus Groh
2020-05-06
Browser: Add "Copy link" context menu item
modmuss50
[next]