summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2022-01-23SystemServer: Rename devfs => devtmpfsLiav A
2022-01-23LibWeb: Make LineBuilder assign height to empty line boxesAndreas Kling
2022-01-23WindowServer: Paint menu checkboxes as such instead of as framesthankyouverycool
2022-01-23TextEditor: Fix crash on startup when file specified cannot be openedRummskartoffel
2022-01-23LibWeb: Allow CSS floating objects to flow across multiple linesAndreas Kling
2022-01-23LibWeb: Put BFC floating object state into a structAndreas Kling
2022-01-23LibWeb: Don't do horizontal inline line layout twice for last lineAndreas Kling
2022-01-23LibWeb: Pass correct state to TextNode::compute_text_for_rendering()Andreas Kling
2022-01-23LibWeb: Make InlineLevelIterator::m_container a Layout::BlockContainer&Andreas Kling
2022-01-23LibWeb: Ignore some collapsible whitespace when building linesAndreas Kling
2022-01-23LibWeb: Remove old Layout::Node::split_into_lines() APIAndreas Kling
2022-01-23LibWeb: Align inline-level boxes to the baseline of the line boxAndreas Kling
2022-01-23LibWeb: Avoid creating an empty first line box in block containersAndreas Kling
2022-01-23LibWeb: Make LineBuilder respect LayoutMode::OnlyRequiredLineBreaksAndreas Kling
2022-01-23LibWeb: Make InlineLevelIterator ignore list item marker boxesAndreas Kling
2022-01-23LibWeb: Dimension inline-block boxes before deciding about line breaksAndreas Kling
2022-01-23LibWeb: Teach InlineLevelIterator to skip across inline-block elementsAndreas Kling
2022-01-23LibWeb: Use LineBuilder in IFC to layout line boxes incrementallyAndreas Kling
2022-01-23LibWeb: Add Layout::LineBuilder class for incremental line box layoutAndreas Kling
2022-01-23LibWeb: Remove duplicate type checks in SelectorEngineAndreas Kling
2022-01-23LibWeb: Remove duplicate checks in for_each_effective_style_rule()Andreas Kling
2022-01-23LibWeb: Move available_space_for_line() into InlineFormattingContextAndreas Kling
2022-01-23LibWeb: Add inline-level iterator that enumerates items for line layoutAndreas Kling
2022-01-23LibWeb: Add TreeNode<T>::next_in_pre_order(T* stay_within) variantAndreas Kling
2022-01-23LibJS: Make CreateTemporalDuration infallible in PlainYearMonthPrototypeLinus Groh
2022-01-23LibJS: Avoid ambiguity in TimeZone productionLinus Groh
2022-01-23LibJS: Don't parse/re-format offset in parse_temporal_time_zone_string()Linus Groh
2022-01-23LibJS: Pass valid offset string directly to CreateTemporalTimeZoneLinus Groh
2022-01-23LibJS: Use consistent name for offset stringsLinus Groh
2022-01-22ping: Handle optional field in the IPv4 headerdayarthvader
2022-01-22markdown-check: Ignore absolute icon pathsIdan Horowitz
2022-01-22umount: Port to LibMainFederico Guerinoni
2022-01-22LibCore: Add syscall wrapper for umount()Federico Guerinoni
2022-01-22LibJS: Avoid potential signed integer overflow in CyclicModule.cppEmanuele Torre
2022-01-22LibSoftGPU: Configure stats overlay periodLenny Maiorani
2022-01-22Utilities+Lagom: Remove test-cryptoNico Weber
2022-01-22LibWeb: Make attribute hidden have an effect; hide some other elementsNico Weber
2022-01-22LibHTTP: Move more happy-path logging behind CHTTPJOB_DEBUGNico Weber
2022-01-22LibHTTP: Move more happy-path logging behind HTTPSJOB_DEBUGNico Weber
2022-01-22RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUGNico Weber
2022-01-22js: Display a warning if multiple files are givendavidot
2022-01-22Spreadsheet: Enable dynamic import of javascript modulesdavidot
2022-01-22LibJS: Use HostImportModuleDynamically in ShadowRealmImportValuedavidot
2022-01-22LibJS: Implement the ImportMeta MetaPropertydavidot
2022-01-22LibJS: Implement ImportCall and HostImportModuleDynamicallydavidot
2022-01-22LibJS: Implement evaluation of im- and exports statementsdavidot
2022-01-22LibJS: Implement HostResolveImportedModule for LibJSdavidot
2022-01-22LibJS: Implement Module linking and evaluatingdavidot
2022-01-22LibJS: Add host layering point related to modules to VMdavidot
2022-01-22LibJS: Add Module Namespace Exotic Objectdavidot