summaryrefslogtreecommitdiff
path: root/Userland
AgeCommit message (Expand)Author
2021-10-07LibJS: Fast non-local variable access :^)Andreas Kling
2021-10-07LibJS: Taint variable environment chain after non-strict direct eval()Andreas Kling
2021-10-07Strace: Add formatting for misc syscallsRodrigo Tobar
2021-10-07Strace: Add formatting for main memory-related syscallsRodrigo Tobar
2021-10-07Strace: Add formatting for main socket syscallsRodrigo Tobar
2021-10-07Strace: Add main infrastructure and formatting of main I/O operationsRodrigo Tobar
2021-10-07Strace: Move output formatting to separate functionRodrigo Tobar
2021-10-07SpaceAnalyzer: Fix rendering bug when dealing with large file systemsMart G
2021-10-06LibWebSocket: Add missing headers to Message.hBen Wiederhake
2021-10-06LibWeb: Add missing headersBen Wiederhake
2021-10-06LibWeb: Clean up static function in headerBen Wiederhake
2021-10-06LibWeb: Resolve cyclic dependency: Length and CalculatedStyleValueBen Wiederhake
2021-10-06LibWeb: Resolve cyclic dependency between StyleSheet and ImportRuleBen Wiederhake
2021-10-06LibWasm: Add missing forward declaration to Printer/Printer.hBen Wiederhake
2021-10-06LibVT: Add missing headersBen Wiederhake
2021-10-06LibThreading: Add missing headers to Mutex.hBen Wiederhake
2021-10-06LibTLS: Add missing headers to CipherSuite.hBen Wiederhake
2021-10-06LibSyntax: Add missing headers to HighlighterClient.hBen Wiederhake
2021-10-06LibSQL: Resolve cyclic dependencyBen Wiederhake
2021-10-06LibJS: Add missing headersBen Wiederhake
2021-10-06LibGUI: Add missing headersBen Wiederhake
2021-10-06LibCrypto: Add missing header to EMSA_PSS.hBen Wiederhake
2021-10-06LibCompress: Add missing header to DeflateTables.hBen Wiederhake
2021-10-06LibC: Fix redeclaration in x86_64/regs.hBen Wiederhake
2021-10-06LibC: Make sure ARCH macro is available before useBen Wiederhake
2021-10-07SystemMonitor: Use u64 for all GraphWidget valuessin-ack
2021-10-07LibJS: Make Reference aware of DeclarativeEnvironment indicesAndreas Kling
2021-10-07LibJS: Add direct (indexed) binding accessors to DeclarativeEnvironmentAndreas Kling
2021-10-07LibJS: Make Environment::has_binding() optionally return binding indexAndreas Kling
2021-10-07LibJS: Make DeclarativeEnvironment store bindings in a VectorAndreas Kling
2021-10-07SystemMonitor: Use size_t for graph valuessin-ack
2021-10-06LibWeb: Move line boxes from Layout::Box to BlockContainerAndreas Kling
2021-10-06LibWeb: Mark Layout::ListItemMarkerBox as never having childrenAndreas Kling
2021-10-06LibWeb: Don't attempt to layout the inside of childless boxesAndreas Kling
2021-10-06LibWeb: Rename Layout::Node::is_block_box() => is_block_container()Andreas Kling
2021-10-06LibWeb: Remove unused local in FormattingContext::layout_inside()Andreas Kling
2021-10-06LibWeb: Rename Layout::BlockBox => BlockContainerAndreas Kling
2021-10-06LibWeb: Add BlockFormattingContext::root()Andreas Kling
2021-10-06UserspaceEmulator: Handle PerfEvent syscallsHediadyoin1
2021-10-06UserspaceEmulator: Use only the base name for the profile nameHendiadyoin1
2021-10-06LibWeb: Add CSS/Display.hAndreas Kling
2021-10-06LibWeb: Start work towards modern CSS "display" valuesAndreas Kling
2021-10-06HackStudio: Save editor's font in configsMarco Cutecchia
2021-10-06HackStudio: Add option to change the editor's fontMarco Cutecchia
2021-10-06LibWeb: Add a handful of missing CSS "display" value identifiersAndreas Kling
2021-10-06LibWeb: Make CSS layout lazierAndreas Kling
2021-10-06LibMarkdown: Add blockquotesPeter Elliott
2021-10-06LibMarkdown: Add blockquote support to LineIteratorPeter Elliott
2021-10-06LibELF: Fix dynamic linking of dlopen()-ed libsRodrigo Tobar
2021-10-05js: Fix pretty-printing of RegExp objectsLinus Groh