index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-07
HackStudio: Apply INI syntax highlighter when opening a .ini file
Linus Groh
2020-05-07
LibGUI: Rename SyntaxLanguage::{Javascript -> JavaScript}
Linus Groh
2020-05-07
HackStudio: Rename ProjectType::{Javascript -> JavaScript}
Linus Groh
2020-05-07
Browser: Escape percent sign in download progress format string
Linus Groh
2020-05-07
LibCrypto: Cache the "trimmed length" of UnsignedBigIntegers
Andreas Kling
2020-05-07
LibX86: Rename build0FSlash() to build_0f_slash()
Linus Groh
2020-05-07
MouseDemo: A more visual approach for MouseEvents :^)
pierre
2020-05-07
Meta: We don't need to ignore run-tests in lint-shell-scripts.sh
Emanuele Torre
2020-05-07
LibJS: Fix shellcheck warnings in Tests/run-tests
Emanuele Torre
2020-05-07
Browser: Assume http:// when no protocol is provided in the location bar (#2142)
Maciej Sobaczewski
2020-05-07
LibTLS: Verify server certificate expiry date
AnotherTest
2020-05-07
LibCore: Add a primitive comparison function to DateTime
AnotherTest
2020-05-07
Build: Support building in Docker
Yonatan Goldschmidt
2020-05-07
Kernel: Memory purging was incorrectly "purging" the shared zero page
Andreas Kling
2020-05-06
Kernel: Crash the current process on OOM (instead of panicking kernel)
Andreas Kling
2020-05-06
Kernel: Assert on OOM in Region::commit()
Andreas Kling
2020-05-06
Kernel: Don't assert on OOM in allocate_user_physical_page()
Andreas Kling
2020-05-06
AK: Fix Bitmap not finding unset ranges at the end of the map
Andreas Kling
2020-05-06
Browser: Open links in a new tab when middle clicked
FalseHonesty
2020-05-06
LibWeb: Add hook when a link is middle clicked
FalseHonesty
2020-05-06
Misc: Replace "String(string_view)" with "string_view.to_string()"
Linus Groh
2020-05-06
LibJS: Add function call spreading
Matthew Olsson
2020-05-06
AK: Add to_string() method to StringView
Emanuel Sprung
2020-05-06
AK: Make tests compilable with the serenity target toolchain
Emanuel Sprung
2020-05-06
LibJS: Function.length respects default and rest parameters
Matthew Olsson
2020-05-06
Browser: Add dedicated "view source" window
Linus Groh
2020-05-06
Documentation: Add note about /dev/kvm to BuildInstructions.md
Andreas Kling
2020-05-06
LibJS: Simplify a Value type check in Object::to_string()
Andreas Kling
2020-05-06
LibWeb: Add canvas.fill
AnotherTest
2020-05-06
LibGfx: Implement filling paths
AnotherTest
2020-05-06
LibJS: Implement tagged template literals (foo`bar`)
Linus Groh
2020-05-06
LibJS: Add Value::{is, as}_function()
Linus Groh
2020-05-06
LibJS: Fix syntax error for arrow function non-decl variable assignment
Matthew Olsson
2020-05-06
Browser: Add "Copy link" context menu item
modmuss50
2020-05-06
Taskbar: Remove checkable property from taskbar buttons
Yonatan Goldschmidt
2020-05-05
Browser: Add a basic GUI download feature
Andreas Kling
2020-05-05
LibWeb: Expose the ProtocolClient inside ResourceLoader as an API
Andreas Kling
2020-05-05
LibCore: Add a standard downloads directory (~/Downloads)
Andreas Kling
2020-05-05
AK: Add URL::basename()
Andreas Kling
2020-05-05
ProtocolServer: Report success after stopping a download
Andreas Kling
2020-05-05
Browser: Add a simple context menu for hyperlinks
Andreas Kling
2020-05-05
LibWeb: Add hook when context menu is requested by right-clicking link
Andreas Kling
2020-05-05
LibGfx: Add missing FloatRect function implementations
Andreas Kling
2020-05-05
LibJS: Switch objects to unique shape after 100 property additions
Andreas Kling
2020-05-05
LibWeb: Add support for "display: inline-block"
Andreas Kling
2020-05-05
LibMarkdown: Escape HTML entities in text
Linus Groh
2020-05-05
LibMarkdown: Use escape_html_entities() from AK/String
Linus Groh
2020-05-05
LibGfx: Add a naive "rgba(r,g,b,a)" color parser
Andreas Kling
2020-05-05
LibWeb: Turn some HTML entities into nicer text in the parser
Andreas Kling
2020-05-05
LibWeb: Don't emit a simple selector if nothing was consumed
Andreas Kling
[next]