summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-07LibJS: Only start ElapsedTimer for GC metrics when printing is enabledAndrew Kaster
2023-01-073DFileViewer: Use AK::Time to accumulate frame and cycle countsAndrew Kaster
2023-01-07Everywhere: Use ElapsedTimer::elapsed_time() for comparisonsAndrew Kaster
2023-01-07LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimerAndrew Kaster
2023-01-07LibJS: Use Core::ElapsedTimer in Bytecode::Pass instead of gettimeofdayAndrew Kaster
2023-01-07AK: Add user defined literals for Time for ns, us, ms, and secAndrew Kaster
2023-01-07LibGfx: Expand spec comment for parse_device_attributes() in ICCProfileNico Weber
2023-01-07LibGfx+icc: Print fields that are fourccs registered with the ICCNico Weber
2023-01-07icc: Extract out_optional() functionNico Weber
2023-01-07LibGUI+Userland: Rename `try_load_from_gml()` -> `load_from_gml()` :^)Sam Atkins
2023-01-07LibGUI: Delete old now-unused `Widget::load_from_gml()`Sam Atkins
2023-01-07Userland: Replace all uses of `load_from_gml` with `try_load_from_gml`Sam Atkins
2023-01-07LibGUI: Create an alias for Widget UnregisteredChildHandlerSam Atkins
2023-01-07LibWeb: Remove redundant BFC::is_block_formatting_context() methodSam Atkins
2023-01-07AK: Make `Statistics::median` return a mean for an even number of valuesStaubfinger
2023-01-07Kernel/Net: Introduce a new mechanism to initialize a PCI deviceLiav A
2023-01-07Kernel/Net: Allocate regions before invoking the RTL8139 constructorLiav A
2023-01-07Kernel/Net: Allocate regions before invoking Intel driver constructorsLiav A
2023-01-07PixelPaint: Port to `Core::Stream` :^)Karol Kosek
2023-01-07LibCore: Add forward declaration for `Core::Stream::File`Karol Kosek
2023-01-07LibFileSystemAccessClient: Add functions returning FSAC::FileKarol Kosek
2023-01-07LibFileSystemAccessClient+CrashReporter: Introduce FSAC::File and use itKarol Kosek
2023-01-07LibFileSystemAccessClient: Rename try_* functions to try_*_deprecatedKarol Kosek
2023-01-07Browser: Add Accessibility Tab to Inspector WidgetJonah
2023-01-07LibWebView+WebContent: Expose the Accessibility Tree to Other ProcessesJonah
2023-01-07LibWeb: Add Functionality to Dump to Accessibility TreeJonah
2023-01-07LibWeb: Add Function To Build Accessiblity TreeJonah
2023-01-07LibWeb: Add (exclude/include)_from_accessibility_treeJonah
2023-01-07LibWeb: Add has_global_aria_attributeJonah
2023-01-07LibWeb: Add Support for the ARIA Element PropertiesJonah
2023-01-07Meta: Mark myself as a CODEOWNER of a bunch of pathsAli Mohammad Pur
2023-01-07Spreadsheet: Port ExportDialog to Core::StreamKarol Kosek
2023-01-07Spreadsheet: Port XSV writer to Core::StreamKarol Kosek
2023-01-07Spreadsheet: Make file export functions return ErrorOr<>Karol Kosek
2023-01-07Spreadsheet: Generate file previews in memory and save directly to fileKarol Kosek
2023-01-07Spreadsheet: Use has_flag helper functions for XSV WriterBehaviorsKarol Kosek
2023-01-07Spreadsheet: Remove cursor keys from is_navigationCody Hein
2023-01-07Kernel: Mark Process::jail() method as constLiav A
2023-01-06LibCrypto: Use default Crypto::Hash::Digest comparison operatorsNico Weber
2023-01-06Base: Make the serenity-application HackStudio template build againKarol Kosek
2023-01-06Ports: Set `$LD` for Clang, GCC and host in `.hosted_defs.sh`EWouters
2023-01-06AK: Use base URL when the specified URL is emptyThiago Henrique Hupner
2023-01-06sed: Perform case insensitive substitutions with "/i"Eli Youngs
2023-01-06sed: Write substitution output to a file with "/w"Eli Youngs
2023-01-06Userland: Add a sed utilityEli Youngs
2023-01-06LibRegex: Prevent patterns from matching the empty string twiceEli Youngs
2023-01-06LibRegex: Allow the SingleMatch flag to be used as a PosixFlagEli Youngs
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2023-01-06LibGfx+icc: Print device attribute flagsNico Weber
2023-01-06LibGfx: Fix incorrect bitmask in Gfx::ICC::FlagsNico Weber