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-09-27
LibWeb: Use TokenStreams when expanding unresolved CSS values
Sam Atkins
2022-09-27
LibWeb: Expose token counts from CSS TokenStream
Sam Atkins
2022-09-27
LibWeb: Move CSS TokenStream to its own file
Sam Atkins
2022-09-27
LibWeb: In MimeType serialization, put just one \ in front of each "
Nico Weber
2022-09-27
LibTimeZone: Update to TZDB version 2022d
Timothy Flynn
2022-09-27
Meta: Update my email-address
Thomas Voss
2022-09-27
LibWeb: Implement '5.5. Response class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Implement '5.4. Request class' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)
Linus Groh
2022-09-27
LibWeb: Make HeaderList ref-counted
Linus Groh
2022-09-27
LibWeb: Make Fetch::Infrastructure::Request::m_method default to "GET"
Linus Groh
2022-09-27
LibWeb: Stub out Fetch::Infrastructure::Body::fully_read_as_promise()
Linus Groh
2022-09-27
LibWeb: Stub out Fetch::Infrastructure::Body::clone()
Linus Groh
2022-09-27
LibWeb: Implement Fetch::Infrastructure::Response::clone()
Linus Groh
2022-09-27
LibWeb: Support ReadonlyBytes as argument for extract_body()
Linus Groh
2022-09-27
LibWeb: Add WebIDL::ExceptionOr constructor for wrapped ValueType
Linus Groh
2022-09-27
LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOr
Linus Groh
2022-09-27
LibWeb: Don't always assign values to nullable IDL dictionary members
Linus Groh
2022-09-27
LibWeb: Fix bindings codegen for IDL enums with only one member
Linus Groh
2022-09-27
LibWeb: Add getters and setters for Fetch::Header's members
Linus Groh
2022-09-27
LibWeb: Add referrer policy to Fetch::Infrastructure::Request
Linus Groh
2022-09-27
LibWeb: Heap-allocate returned Fetch::Infrastructure::{Request,Response}
Linus Groh
2022-09-27
LibWeb: Mark two Fetch::Infrastructure::Request getters as const
Linus Groh
2022-09-27
LibWeb: Implement most WebIDL promise operations
Linus Groh
2022-09-27
LibJS: Make JS::NativeFunction use JS::SafeFunction internally
Linus Groh
2022-09-27
LibWeb: Implement JS value <-> JSON parsing/serialization AOs
Linus Groh
2022-09-27
LibJS: Add JSON.stringify function to the intrinsics
Linus Groh
2022-09-27
LibWeb: Implement MimeType serialization
Linus Groh
2022-09-27
SQLStudio: Save and load blank files without failing assertion
ne0ndrag0n
2022-09-27
PixelPaint: Use the parallel ImageProcessor to apply filters
kleines Filmröllchen
2022-09-27
PixelPaint: Add a general-purpose parallel image processing pipeline
kleines Filmröllchen
2022-09-27
PixelPaint: Expose the GUI event loop from the ImageEditor
kleines Filmröllchen
2022-09-27
PixelPaint: Reference-count filters
kleines Filmröllchen
2022-09-27
Spreadsheet: Add toolbar actions to change the cell style
Marco Santos
2022-09-27
Icons: Add icon to represent text color changes
Marco Santos
2022-09-26
LibGUI: Make "Home" key behavior comfier on wrapped lines :^)
Sam Atkins
2022-09-26
LibHTTP: Null out on_ready_to_read on socket close
Enver Balalic
2022-09-26
Kernel: Fix typo in comment in Ext2FileSystem::read_bytes_locked method
Liav A
2022-09-26
Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjects
Liav A
2022-09-26
Tests/Kernel: Add tests to ensure we don't regress InodeVMObjects
Liav A
2022-09-26
Kernel: Send SIGBUS to threads that use after valid Inode mmaped range
Liav A
2022-09-26
Magnifier: Add the option to save captures
Roberto Bampi
2022-09-26
LibWeb: Add WebIDL to the IDL generator's list of web namespaces
Timothy Flynn
2022-09-26
Base: Add some more new emoji
Mykola
2022-09-26
Base: Remove period from TerminalSettings description
Kemal Zebari
2022-09-26
LibWeb: Fix destination bitmap edge clip case in transform painting
MacDue
2022-09-25
LibWeb: Move DOMException from DOM/ to WebIDL/
Linus Groh
2022-09-25
LibWeb: Move ExceptionOr from DOM/ to WebIDL/
Linus Groh
2022-09-25
Base: Add paint effects with opacity/transforms HTML test cases
MacDue
2022-09-25
LibWeb: Fix shadow painting when the target painter is translated
MacDue
[next]