summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-30AK: Make LexicalPath immutableMax Wipfli
2021-06-30Tests: Rewrite tests for LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-30AK: Remove the LexicalPath::is_valid() APIMax Wipfli
2021-06-30AK: Use east const style in LexicalPath.{cpp,h}Max Wipfli
2021-06-30Kernel/PCI: Keep track of the currently mapped bus in MMIO modeLuke
2021-06-30Kernel/PCI: Don't unmap determine_memory_mapped_bus_region after initLuke
2021-06-30LibGUI: Add PasswordBoxMax Wipfli
2021-06-30LibGUI: Add glyph substitution to TextEditorMax Wipfli
2021-06-30LibGUI: Fix double-clicking words in syntax-highlighted textMax Wipfli
2021-06-30LibVideo: Migrate to east-const style & apply other minor fixesFalseHonesty
2021-06-30LibVideo/VP9: Implement most of block_mode_info methods (6.4.15-6.4.18)FalseHonesty
2021-06-30LibVideo/VP9: Implement most of inter_frame_mode_info (6.4.11-6.4.14)FalseHonesty
2021-06-30LibVideo/VP9: Implement intra_frame_mode_info procedure (6.4.6)FalseHonesty
2021-06-30LibVideo/VP9: Add SAFE_CALL macro to help propagate failure stateFalseHonesty
2021-06-30LibVideo/VP9: Refactor how TreeParser accesses decoder dataFalseHonesty
2021-06-30LibVideo/VP9: Begin decoding VP9 blocksFalseHonesty
2021-06-30LibVideo/VP9: Successfully parse partition syntax elementFalseHonesty
2021-06-30LibVideo/VP9: Begin creating a tree parser to parse syntax elementsFalseHonesty
2021-06-30LibVideo/VP9: Begin decoding tilesFalseHonesty
2021-06-30LibVideo/VP9: Parse compressed header dataFalseHonesty
2021-06-30Kernel: Give Devices without a custody a less fake absoulte_pathAndrew Kaster
2021-06-30Userland: Unlink file after waiting for child in run-testsAndrew Kaster
2021-06-30Base+Utilities: Add run-tests program to run system tests with LibTestAndrew Kaster
2021-06-30Userland+Tests: Split out generic test runner from JS TestRunnerAndrew Kaster
2021-06-30Tests: TestProcFs cannot assume stdin/stdout/stderr are the sameAndrew Kaster
2021-06-30LibRegex: Make regex::Regex move-constructible and move-assignableAndrew Kaster
2021-06-30LibCore: Add getter for how many groups exist in a Core::ConfigFileAndrew Kaster
2021-06-29LibJS: Handle the different realms case in ArraySpeciesCreatedavidot
2021-06-29LibWeb: Fix build breakage after merging the oldish DOM inspector PRAndreas Kling
2021-06-29Kernel: ProcFS and SysFS component indices should be InodeIndexAndreas Kling
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-06-29LibWeb+WebContent: Add IPC flow for Inspect DOM TreeAdam Hodgen
2021-06-29LibWeb: Add JSON serialization method to DOM::NodeAdam Hodgen
2021-06-30LibHTTP: Finish the request up on TLS connection finishAli Mohammad Pur
2021-06-30Meta: Add my emails to .mailmapMax Wipfli
2021-06-29Kernel: Make sure JSON blobs in core dumps are correctly terminatedAndreas Kling
2021-06-30SoundPlayer: Don't limit duration inference to WAV filesngc6302h
2021-06-30FileIconProvider: Use sound icon for flac file extensionngc6302h
2021-06-30LaunchServer: Add flac file association to /bin/SoundPlayerngc6302h
2021-06-29Kernel+AK: Don't compile JSON parser into the kernelAndreas Kling
2021-06-29Kernel: Remove some unnecessary JSON related includesAndreas Kling
2021-06-29Kernel: Use JsonObjectSerializer in the core dump generation codeAndreas Kling
2021-06-29Kernel: Don't create a JsonArray when generating /proc/cpuinfoAndreas Kling
2021-06-29LibGUI: Don't allocate a scope-local MouseEvent on the heapAli Mohammad Pur
2021-06-29Kernel/ProcFS: Tighten modified time value across the filesystem objectsLiav A
2021-06-29Kernel/ProcFS: Tighten permissions on the exposed objectsLiav A
2021-06-29Kernel/ProcFS: Split code into more separate filesLiav A
2021-06-29Kernel: Don't copy a Vector<FileDescriptionAndFlags>Liav A