summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2023-03-20LibWeb: Let FormattingContext decide the automatic width of its rootAndreas Kling
2023-03-20LibJS: Update spec numbers / text for the Change Array by Copy proposalTimothy Flynn
2023-03-20LibWeb: Scale checkbox image instead of repeating on large checkboxesSrikavin Ramkumar
2023-03-20LibWeb: Add indeterminate checkbox styling to useragent stylesheetSrikavin Ramkumar
2023-03-20LibWeb: Implement selector matching for :indeterminate pseudo-classSrikavin Ramkumar
2023-03-20LibWeb: Implement indeterminate IDL attribute in HTMLInputElementSrikavin Ramkumar
2023-03-20LibWeb: Match selected option elements with checked pseudo-classSrikavin Ramkumar
2023-03-20LibCompress: Add support for LZMA streamsTim Schumacher
2023-03-20LibCrypt: Start installing headers againTim Schumacher
2023-03-19LibWeb: Add keep-alive in response headers if it present in requestAliaksandr Kalenik
2023-03-19LibWeb: Stub out a few form validation and selection methodsElisée Maurer
2023-03-19LibWeb: Rename `PaintableBox::clip_rect()`Aliaksandr Kalenik
2023-03-19LibWeb: Apply border-radius clip only if overflow hidden for both axisAliaksandr Kalenik
2023-03-19LibWeb: Update stylesheet loading to use fetch infrastructureSrikavin Ramkumar
2023-03-19LibWeb: Implement 'create a potential-CORS request' algorithmSrikavin Ramkumar
2023-03-19LibAudio: Support FLAC files with unknown amount of sampleskleines Filmröllchen
2023-03-19LibAudio: Use specified bit depth directlykleines Filmröllchen
2023-03-19LibGUI: Update progress of thumbnail generations on failureLucas CHOLLET
2023-03-19LibThreading: Execute `on_error` on the original `EventLoop`Lucas CHOLLET
2023-03-19LibGfx/JPEG: Make JPEGImageDecoderPlugin's constructor take a StreamLucas CHOLLET
2023-03-19LibGfx: Correct the type of Lookup.subtable_offsetsMatt Purnell
2023-03-19LibAudio: Use new generic seek table for MP3kleines Filmröllchen
2023-03-19LibAudio: Improve FLAC seekingkleines Filmröllchen
2023-03-19LibCore: Improve the `TempFile` wrapperCaoimhe
2023-03-19LibCore: Add syscall wrapper for `mkdtemp()`Caoimhe
2023-03-18LibWeb: Add temporary hack for `line-height: calc(...)`Andreas Kling
2023-03-18LibWeb: Don't deref HTMLInputElement parent if its nullMathis Wiehl
2023-03-18LibWeb: Honor `pointer-events: none` when hitting a PaintableBoxAndreas Kling
2023-03-18LibWeb: Traverse shadow boundaries when looking for focus candidatesAndreas Kling
2023-03-18LibWeb+Browser+Ladybird: Add menu action to dump paint treeAndreas Kling
2023-03-18LibWeb: Specify height as 1lh to fix the size of empty text boxesSimon Wanner
2023-03-18LibWeb+LibWebView: Show shadow roots in the DOM inspectorSimon Wanner
2023-03-18LibWeb: Add support for the lh and rlh length unitsSimon Wanner
2023-03-18LibWeb: Port MutationRecord types to FlyStringTimothy Flynn
2023-03-18LibWeb: Initialize static web strings during main-thread VM creationTimothy Flynn
2023-03-18LibJS: Add a PrimitiveString::create overload for FlyStringTimothy Flynn
2023-03-18LibWeb: Fix bogus callback comparisons in EventTargetAndreas Kling
2023-03-18LibWeb: Clarify stacking context creation for viewport boxAndreas Kling
2023-03-18LibWeb: Invalidate sibling styles on input element checked state changeMathis Wiehl
2023-03-18LibWeb: Consider deprecated application/font-woff mime typeMathis Wiehl
2023-03-18LibWeb: Load alternative font urls if others failMathis Wiehl
2023-03-18LibWeb: Treat flex item's cyclic percentage cross size as autoAndreas Kling
2023-03-18LibWeb: Print unimplemented calc() expressions in the debug logAndreas Kling
2023-03-17Userland: Use more common WAV MIME typekleines Filmröllchen
2023-03-17LibVT: Fix integer overflow when parsing long OSC sequencesDaniel Bertalan
2023-03-17LibWeb: Move initialization of the MainThreadVM to WebContent's main()Timothy Flynn
2023-03-17LibJS: Propagate errors from VM creationTimothy Flynn
2023-03-17LibJS: Move creation of fallible VM objects to its creation factoryTimothy Flynn
2023-03-17LibGfx/OpenType: Fix bound-checkgohai
2023-03-17LibJS: Fix a bunch of unwind related errors in GenerateCFGHendiadyoin1