index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2022-02-19
LibWeb: Add Layout::Node::debug_description()
Andreas Kling
2022-02-19
LibWeb: Share QualifiedName data between identical instances
Andreas Kling
2022-02-19
LibWeb: Use Vector::clear_with_capacity() in HTMLTokenizer
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName into the Web::DOM namespace
Andreas Kling
2022-02-19
LibWeb: Move QualifiedName.h into LibWeb/DOM/
Andreas Kling
2022-02-19
LibWeb: Shrink DOM::EventTarget by 80 bytes
Andreas Kling
2022-02-19
LibWeb: Cache and reuse some very common StyleValue objects
Andreas Kling
2022-02-19
LibWeb: Turn StyleProperties::m_property_values into an Array
Andreas Kling
2022-02-19
LibWeb: Inspector content_size tooltip in document view
Vrins
2022-02-19
LibWeb: Add support for CSS image-rendering property
Maciej
2022-02-19
LibGUI: Guard against use-after-free in Clipboard::the()
Itamar
2022-02-19
HackStudio: Don't store a global RefPtr to the HackStudioWidget
Itamar
2022-02-19
Kernel: Fixed argument passing for profiling_enable syscall
Jakub Berkop
2022-02-19
Filemanager: Only enable rename if available
Simon Danner
2022-02-19
Shell: Use an opaque default color for BarewordLiteral
kperdlich
2022-02-19
LibWeb: Return current document URL if form action missing or empty
Adam Plumb
2022-02-19
LibWeb: Refresh text-<input> contents when pressing backspace or delete
Kenneth Myhra
2022-02-19
gml-format: Exit with non-0 exit code when the file formatting changes
Idan Horowitz
2022-02-18
Core: Remove non-existent classes from `Forward.h`
James Puleo
2022-02-18
LibJS: Ensure we only call toString on computed properties once
Anonymous
2022-02-18
LibJS: Unify exponentiation logic for ** operator and Math.pow
Anonymous
2022-02-18
LibArchive: Use designated initializers
Lenny Maiorani
2022-02-18
LibArchive: Refactor zip header handling
Lenny Maiorani
2022-02-18
LibWeb: Use more relevant WebSocket spec links
Linus Groh
2022-02-18
LibWeb: Move WebSocket into the Web::WebSockets namespace
Linus Groh
2022-02-18
BrowserSettings: Run gml-format on ContentFilterSettingsWidget.gml
Andreas Kling
2022-02-18
LibWeb: Add missing is_length() check in FFC::is_cross_auto()
Andreas Kling
2022-02-18
LibWeb: Resolve Lengths to pixels earlier
Sam Atkins
2022-02-18
LibWeb: Remove Length::Type::Undefined! :^)
Sam Atkins
2022-02-18
LibWeb: Remove redundant Length::resolved() calls
Sam Atkins
2022-02-18
LibWeb: Calculate calc() lengths in to_px()
Sam Atkins
2022-02-18
LibWeb: Remove fallback value from Length::resolved()
Sam Atkins
2022-02-18
LibWeb: Use Optional instead of undefined-lengths for widths/heights
Sam Atkins
2022-02-18
LibWeb: VERIFY when getting a length from an invalid StyleValue
Sam Atkins
2022-02-18
LibWeb: Initialize BoxShadowData lengths to 0px instead of undefined
Sam Atkins
2022-02-18
LibWeb: Use a Variant for calc() percentage_basis
Sam Atkins
2022-02-18
Browser: Add option to open BrowserSettings from Browser :^)
Maciej
2022-02-18
BrowserSettings: Implement GUI for setting up content filters :^)
Maciej
2022-02-18
Browser: Add support for disabling content filtering
Maciej
2022-02-18
Browser: Implement listener for most config options
Maciej
2022-02-18
Browser: Call url_from_user_input for home URL
Maciej
2022-02-18
Browser: Update content filters if the config file changes
Maciej
2022-02-18
LibJS: Add a spec link for Iterator Records
Timothy Flynn
2022-02-18
LibJS: Allow methods in classes named 'async'
davidot
2022-02-18
LibJS: Allow CallExpression as left hand side of for-of/for-in loops
davidot
2022-02-18
RequestServer: Bump the ConnectionCache concurrent connection limit to 4
Ali Mohammad Pur
2022-02-18
FontEditor: Remove listener client
thankyouverycool
2022-02-18
FontEditor: Save settings for showing metadata and unicode blocks
thankyouverycool
2022-02-18
FontEditor: Add a search box to filter Unicode blocks
thankyouverycool
2022-02-18
LibGUI: Let AbstractViews be activated programmatically
thankyouverycool
[next]