summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-09-27LibWeb: Use TokenStreams when expanding unresolved CSS valuesSam Atkins
2022-09-27LibWeb: Expose token counts from CSS TokenStreamSam Atkins
2022-09-27LibWeb: Move CSS TokenStream to its own fileSam Atkins
2022-09-27LibWeb: In MimeType serialization, put just one \ in front of each "Nico Weber
2022-09-27LibTimeZone: Update to TZDB version 2022dTimothy Flynn
2022-09-27Meta: Update my email-addressThomas Voss
2022-09-27LibWeb: Implement '5.5. Response class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Implement '5.3. Body mixin' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Make HeaderList ref-countedLinus Groh
2022-09-27LibWeb: Make Fetch::Infrastructure::Request::m_method default to "GET"Linus Groh
2022-09-27LibWeb: Stub out Fetch::Infrastructure::Body::fully_read_as_promise()Linus Groh
2022-09-27LibWeb: Stub out Fetch::Infrastructure::Body::clone()Linus Groh
2022-09-27LibWeb: Implement Fetch::Infrastructure::Response::clone()Linus Groh
2022-09-27LibWeb: Support ReadonlyBytes as argument for extract_body()Linus Groh
2022-09-27LibWeb: Add WebIDL::ExceptionOr constructor for wrapped ValueTypeLinus Groh
2022-09-27LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOrLinus Groh
2022-09-27LibWeb: Don't always assign values to nullable IDL dictionary membersLinus Groh
2022-09-27LibWeb: Fix bindings codegen for IDL enums with only one memberLinus Groh
2022-09-27LibWeb: Add getters and setters for Fetch::Header's membersLinus Groh
2022-09-27LibWeb: Add referrer policy to Fetch::Infrastructure::RequestLinus Groh
2022-09-27LibWeb: Heap-allocate returned Fetch::Infrastructure::{Request,Response}Linus Groh
2022-09-27LibWeb: Mark two Fetch::Infrastructure::Request getters as constLinus Groh
2022-09-27LibWeb: Implement most WebIDL promise operationsLinus Groh
2022-09-27LibJS: Make JS::NativeFunction use JS::SafeFunction internallyLinus Groh
2022-09-27LibWeb: Implement JS value <-> JSON parsing/serialization AOsLinus Groh
2022-09-27LibJS: Add JSON.stringify function to the intrinsicsLinus Groh
2022-09-27LibWeb: Implement MimeType serializationLinus Groh
2022-09-27SQLStudio: Save and load blank files without failing assertionne0ndrag0n
2022-09-27PixelPaint: Use the parallel ImageProcessor to apply filterskleines Filmröllchen
2022-09-27PixelPaint: Add a general-purpose parallel image processing pipelinekleines Filmröllchen
2022-09-27PixelPaint: Expose the GUI event loop from the ImageEditorkleines Filmröllchen
2022-09-27PixelPaint: Reference-count filterskleines Filmröllchen
2022-09-27Spreadsheet: Add toolbar actions to change the cell styleMarco Santos
2022-09-27Icons: Add icon to represent text color changesMarco Santos
2022-09-26LibGUI: Make "Home" key behavior comfier on wrapped lines :^)Sam Atkins
2022-09-26LibHTTP: Null out on_ready_to_read on socket closeEnver Balalic
2022-09-26Kernel: Fix typo in comment in Ext2FileSystem::read_bytes_locked methodLiav A
2022-09-26Kernel/FileSystem: Remove the locking of a Inode mutex in InodeVMObjectsLiav A
2022-09-26Tests/Kernel: Add tests to ensure we don't regress InodeVMObjectsLiav A
2022-09-26Kernel: Send SIGBUS to threads that use after valid Inode mmaped rangeLiav A
2022-09-26Magnifier: Add the option to save capturesRoberto Bampi
2022-09-26LibWeb: Add WebIDL to the IDL generator's list of web namespacesTimothy Flynn
2022-09-26Base: Add some more new emojiMykola
2022-09-26Base: Remove period from TerminalSettings descriptionKemal Zebari
2022-09-26LibWeb: Fix destination bitmap edge clip case in transform paintingMacDue
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-25Base: Add paint effects with opacity/transforms HTML test casesMacDue
2022-09-25LibWeb: Fix shadow painting when the target painter is translatedMacDue