index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-01-22
Utilities+Lagom: Remove test-crypto
Nico Weber
2022-01-22
LibWeb: Make attribute hidden have an effect; hide some other elements
Nico Weber
2022-01-22
LibHTTP: Move more happy-path logging behind CHTTPJOB_DEBUG
Nico Weber
2022-01-22
LibHTTP: Move more happy-path logging behind HTTPSJOB_DEBUG
Nico Weber
2022-01-22
RequestServer+AK: Move happy-path logging behind REQUESTSERVER_DEBUG
Nico Weber
2022-01-22
js: Display a warning if multiple files are given
davidot
2022-01-22
Spreadsheet: Enable dynamic import of javascript modules
davidot
2022-01-22
LibJS: Use HostImportModuleDynamically in ShadowRealmImportValue
davidot
2022-01-22
LibJS: Implement the ImportMeta MetaProperty
davidot
2022-01-22
LibJS: Implement ImportCall and HostImportModuleDynamically
davidot
2022-01-22
LibJS: Implement evaluation of im- and exports statements
davidot
2022-01-22
LibJS: Implement HostResolveImportedModule for LibJS
davidot
2022-01-22
LibJS: Implement Module linking and evaluating
davidot
2022-01-22
LibJS: Add host layering point related to modules to VM
davidot
2022-01-22
Meta: Add JS_MODULE_DEBUG define flag
davidot
2022-01-22
LibJS: Add Module Namespace Exotic Object
davidot
2022-01-22
LibJS: Add ModuleEnvironment
davidot
2022-01-22
LibJS: Add filename tracking to Script and Module
davidot
2022-01-22
LibJS: Add ScriptOrModule to execution context and track it everywhere
davidot
2022-01-22
LibJS: Track whether a program has a top level await statement
davidot
2022-01-22
LibJS: Make parsing import and export entries follow the spec
davidot
2022-01-22
LibJS: Refactor interpreter to use Script and Source Text Modules
Luke Wilde
2022-01-22
LibJS: Move binding_class_declaration_evaluation out of ClassDeclaration
davidot
2022-01-22
LibJS: Move async_block_start out of ECMAScriptFunctionObject
davidot
2022-01-22
LibRegex: Preserve capture groups and matches across ForkReplace
Ali Mohammad Pur
2022-01-22
LibRegex: Add some more information to Compare::Reference debug output
Ali Mohammad Pur
2022-01-22
LibRegex: Allow ClearCaptureGroup to create new groups
Ali Mohammad Pur
2022-01-22
Revert "LibRegex: Implement an ECMA262 Regex quirk with negative loo..."
Ali Mohammad Pur
2022-01-22
LibGfx: Fix stylistic issues in BitmapFont
Maciej
2022-01-22
LibGUI: Use Font::glyph_or_emoji_width() in TextEditor
Maciej
2022-01-22
LibGfx: Always scale emojis to fit font height
Maciej
2022-01-22
LibCore: Populate the read buffer of Core::Stream::BufferedHelper
kleines Filmröllchen
2022-01-22
LibAudio: Convert FlacLoader to use new Core::Stream APIs :^)
kleines Filmröllchen
2022-01-22
LibAudio: Add LOADER_TRY to auto-convert Error to LoaderError
kleines Filmröllchen
2022-01-22
LibAudio: Add Error conversion constructor for LoaderError
kleines Filmröllchen
2022-01-22
LibCore: Introduce MemoryStream
kleines Filmröllchen
2022-01-22
LibCore: Introduce BigEndianInputBitStream
kleines Filmröllchen
2022-01-21
Browser: Load icons at start of program
Dylan Katz
2022-01-21
LibGUI: Allow Button::set_icon to accept a bitmap without a move
Dylan Katz
2022-01-21
LibCore: Parse classless symbolic notation
Jean-Baptiste Boric
2022-01-21
groups: Do not attempt to open /etc/groups
Jean-Baptiste Boric
2022-01-21
pwd: Add missing rpath pledge
Jean-Baptiste Boric
2022-01-21
keymaps: Fix keymap for Russian ЙЦУКЕН keyboard
Timur Sultanov
2022-01-21
Ports: Set `config.sub` path for SDL2_mixer
Jelle Raaijmakers
2022-01-22
Ports: Remove redundant `ensure_new_config_sub` call
Fragstiller
2022-01-22
Ports: Relocate `use_fresh_config_sub` check to `do_configure()`
Fragstiller
2022-01-21
LibJS: Change test conditions to pass in all time zones
Timothy Flynn
2022-01-21
LibCore: Do not leak FILE pointer in Group::add_group()
Kenneth Myhra
2022-01-21
LibCore: Use generic AK_OS_BSD_GENERIC to hide Group::add_group()
Kenneth Myhra
2022-01-21
Kernel: Ensure that CommandLine is initialized before choosing PanicMode
Liav A
[next]