summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-01LibJS: Keep track of current AST node inside the call stackJean-Baptiste Boric
2021-03-01LibJS: Keep track of file names, lines and columns inside the ASTJean-Baptiste Boric
2021-03-01Profiler: Print addresses as pointers in new Samples viewBrian Gianforcaro
2021-03-01Base: Add test-math to set of tests run on CIAndrew Kaster
2021-03-01AK/Lagom: Modify TestSuite to return how many tests failed from mainAndrew Kaster
2021-03-01Meta: Allow specifying custom grub config file for build-image-grub.shTom
2021-03-01Kernel: Fix APIC timer calibration to be more accurateTom
2021-03-01Meta: Use ninja instead of make in the WSL docs (#5575)Paweł Łukasik
2021-03-01Kernel: Fix scrolling up in VMwareTom
2021-03-01LibAudio: Move format and BPS checks before VERIFYs in WAV loaderLuke
2021-03-01LibAudio: Use handle_any_error in WAV loaderLuke
2021-03-01Lagom/Fuzzers: Add WAV fuzzerLuke
2021-03-01LibGUI: Implemented line wrapping for new spanned text drawingTorben Thaysen
2021-03-01LibGUI: drawing spanned text no longer *horribly* inefficientTorben Thaysen
2021-03-01LibC: Implement fenv.hMițca Dumitru
2021-02-28LibWeb: Set link cursor via the default CSSAdam Hodgen
2021-02-28LibWeb: Support setting the cursor in OutOfProcessWebViewAdam Hodgen
2021-02-28LibWeb: Call `page_did_request_cursor_change` with CSS cursorAdam Hodgen
2021-02-28LibWeb: Parese the CSS "cursor" propertyAdam Hodgen
2021-02-28CI: Allow run step of on target tests to failAndrew Kaster
2021-02-28LibRegex: VERIFY that string builder in print_header is not null.Andrew Kaster
2021-02-28Documentation: Add RunningTests documentAndrew Kaster
2021-02-28Base/CI: Boot serenity in CI in a mode that runs tests on targetAndrew Kaster
2021-02-28Kernel: Add self-test boot mode, an alias for text modeAndrew Kaster
2021-02-28Meta: Add run target for CIAndrew Kaster
2021-02-28Userland: Don't leak buffer from getline in shuf programAndrew Kaster
2021-02-28Shell: Remove WAITID_ONCE workaroundAndrew Kaster
2021-02-28Userland: Install shell tests on SerenityAndrew Kaster
2021-02-28Meta: Build AK and LibRegex tests in Lagom and for SerenityAndrew Kaster
2021-02-28Kernel: Use default con/de-structorsBen Wiederhake
2021-02-28Base: Add mktemp(1) man pageIdan Horowitz
2021-02-28Userland: Add a simple mktemp(1) utilityIdan Horowitz
2021-02-28Browser: Implemented out of process JS consoleBrandon Scott
2021-02-28LibWeb: Add in all of the plumbing required to use the JS console over IPCBrandon Scott
2021-02-28WebContent: Added IPC calls for initializing JS console and sending inputBrandon Scott
2021-02-28Profiler: remove unimplemented Profile::LibraryMetadata::symbolicate() defini...thislooksfun
2021-02-28Kernel: Fix KUBSAN warnings due to unaligned APIC variablesTom
2021-02-28Kernel: Fix GenericInterruptHandler problems with virtual functionsTom
2021-02-28LibWeb: Add actual document loading for the CSS (at)import ruleSviatoslav Peleshko
2021-02-28LibWeb: Added simple parsing for (at)import rulesSviatoslav Peleshko
2021-02-28LibWeb: Create base class CSSRule for all CSS rulesSviatoslav Peleshko
2021-02-28LibTTF: Fix glyph rasterizer coverage calculationStephan Unverwerth
2021-02-27Profiler: Add a new "Samples" view to the main UIAndreas Kling
2021-02-27LibVT: Put TerminalWidget in the VT namespace :^)Andreas Kling
2021-02-27Profiler: Move ELF object name to its own profile graph columnAndreas Kling
2021-02-27Profiler: Unbreak DisassemblyModel after shared library introductionAndreas Kling
2021-02-27Kernel: Use get_fast_random() for MAP_RANDOMIZED addressesAndreas Kling
2021-02-27LibGUI: Remove ControlBoxButton widgetthankyouverycool
2021-02-27Lagom: Build with -Wno-literal-suffix when using GCCLinus Groh
2021-02-27Lagom: CMakeLists.txt housekeepingLinus Groh