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-01-23
SystemServer: Rename devfs => devtmpfs
Liav A
2022-01-23
LibWeb: Make LineBuilder assign height to empty line boxes
Andreas Kling
2022-01-23
WindowServer: Paint menu checkboxes as such instead of as frames
thankyouverycool
2022-01-23
TextEditor: Fix crash on startup when file specified cannot be opened
Rummskartoffel
2022-01-23
LibWeb: Allow CSS floating objects to flow across multiple lines
Andreas Kling
2022-01-23
LibWeb: Put BFC floating object state into a struct
Andreas Kling
2022-01-23
LibWeb: Don't do horizontal inline line layout twice for last line
Andreas Kling
2022-01-23
LibWeb: Pass correct state to TextNode::compute_text_for_rendering()
Andreas Kling
2022-01-23
LibWeb: Make InlineLevelIterator::m_container a Layout::BlockContainer&
Andreas Kling
2022-01-23
LibWeb: Ignore some collapsible whitespace when building lines
Andreas Kling
2022-01-23
LibWeb: Remove old Layout::Node::split_into_lines() API
Andreas Kling
2022-01-23
LibWeb: Align inline-level boxes to the baseline of the line box
Andreas Kling
2022-01-23
LibWeb: Avoid creating an empty first line box in block containers
Andreas Kling
2022-01-23
LibWeb: Make LineBuilder respect LayoutMode::OnlyRequiredLineBreaks
Andreas Kling
2022-01-23
LibWeb: Make InlineLevelIterator ignore list item marker boxes
Andreas Kling
2022-01-23
LibWeb: Dimension inline-block boxes before deciding about line breaks
Andreas Kling
2022-01-23
LibWeb: Teach InlineLevelIterator to skip across inline-block elements
Andreas Kling
2022-01-23
LibWeb: Use LineBuilder in IFC to layout line boxes incrementally
Andreas Kling
2022-01-23
LibWeb: Add Layout::LineBuilder class for incremental line box layout
Andreas Kling
2022-01-23
LibWeb: Remove duplicate type checks in SelectorEngine
Andreas Kling
2022-01-23
LibWeb: Remove duplicate checks in for_each_effective_style_rule()
Andreas Kling
2022-01-23
LibWeb: Move available_space_for_line() into InlineFormattingContext
Andreas Kling
2022-01-23
LibWeb: Add inline-level iterator that enumerates items for line layout
Andreas Kling
2022-01-23
LibWeb: Add TreeNode<T>::next_in_pre_order(T* stay_within) variant
Andreas Kling
2022-01-23
LibJS: Make CreateTemporalDuration infallible in PlainYearMonthPrototype
Linus Groh
2022-01-23
LibJS: Avoid ambiguity in TimeZone production
Linus Groh
2022-01-23
LibJS: Don't parse/re-format offset in parse_temporal_time_zone_string()
Linus Groh
2022-01-23
LibJS: Pass valid offset string directly to CreateTemporalTimeZone
Linus Groh
2022-01-23
LibJS: Use consistent name for offset strings
Linus Groh
2022-01-22
ping: Handle optional field in the IPv4 header
dayarthvader
2022-01-22
markdown-check: Ignore absolute icon paths
Idan Horowitz
2022-01-22
umount: Port to LibMain
Federico Guerinoni
2022-01-22
LibCore: Add syscall wrapper for umount()
Federico Guerinoni
2022-01-22
LibJS: Avoid potential signed integer overflow in CyclicModule.cpp
Emanuele Torre
2022-01-22
LibSoftGPU: Configure stats overlay period
Lenny Maiorani
2022-01-22
Utilities+Lagom: Remove test-crypto
Nico Weber
2022-01-22
LibWeb: Make attribute hidden have an effect; hide some other elements
Nico Weber
2022-01-22
LibHTTP: Move more happy-path logging behind CHTTPJOB_DEBUG
Nico Weber
2022-01-22
LibHTTP: Move more happy-path logging behind HTTPSJOB_DEBUG
Nico Weber
2022-01-22
RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG
Nico Weber
2022-01-22
js: Display a warning if multiple files are given
davidot
2022-01-22
Spreadsheet: Enable dynamic import of javascript modules
davidot
2022-01-22
LibJS: Use HostImportModuleDynamically in ShadowRealmImportValue
davidot
2022-01-22
LibJS: Implement the ImportMeta MetaProperty
davidot
2022-01-22
LibJS: Implement ImportCall and HostImportModuleDynamically
davidot
2022-01-22
LibJS: Implement evaluation of im- and exports statements
davidot
2022-01-22
LibJS: Implement HostResolveImportedModule for LibJS
davidot
2022-01-22
LibJS: Implement Module linking and evaluating
davidot
2022-01-22
LibJS: Add host layering point related to modules to VM
davidot
2022-01-22
LibJS: Add Module Namespace Exotic Object
davidot
[next]