index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-09-23
LibWeb: Use property_accepts_value() for overflow parsing
Sam Atkins
2021-09-23
LibWeb: Fix `auto` conversion to identifier
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for list style parsing
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for font parsing
Sam Atkins
2021-09-23
LibWeb: Add range-checking to property_accepts_value()
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for parsing flexbox properties
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() when parsing borders
Sam Atkins
2021-09-23
LibWeb: Use property_accepts_value() for background parsing
Sam Atkins
2021-09-23
LibWeb: Add better debug logging for CSS parsing errors
Sam Atkins
2021-09-23
LibWeb: Check parsed CSS values with property_accepts_value()
Sam Atkins
2021-09-23
LibWeb: Add valid-value information to Properties.json
Sam Atkins
2021-09-23
LibWeb: Add several CSS identifiers to the list
Sam Atkins
2021-09-23
LibWeb: Sort StyleValue enums alphabetically
Sam Atkins
2021-09-23
LibWeb: Move color identifier checking to StyleValue::is_color()
Sam Atkins
2021-09-23
LibWeb: Prevent special-case CSS property parsing fallback
Sam Atkins
2021-09-22
WebContent: Pass an empty bitmap object if the pointer is null
Karol Kosek
2021-09-22
LibWeb: Ignore negative margins for calculating height in a BFC
Tobias Christiansen
2021-09-22
FontEditor: Keep selected glyph in view on resize
thankyouverycool
2021-09-22
FontEditor: Make update_{statusbar,preview} member functions
thankyouverycool
2021-09-22
LibGUI: Calculate unclamped_scrubber_size() as float
thankyouverycool
2021-09-22
FontEditor: Remove reprobe_font()
thankyouverycool
2021-09-22
FontEditor: Sanitize RTL and control glyphs in Clipboard metadata
thankyouverycool
2021-09-22
FontEditor: Put glyph width changes on the undo stack
thankyouverycool
2021-09-22
FontEditor: Set width to zero when deleting a glyph
thankyouverycool
2021-09-22
FontEditor: Simplify initialization by disabling widget callbacks
thankyouverycool
2021-09-22
LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere
thankyouverycool
2021-09-22
LibWeb: Add getElementsByTagNameNS and add support for * in non-NS
Luke Wilde
2021-09-22
LibWeb: Stop rejecting valid values for several CSS properties
Sam Atkins
2021-09-22
LibWeb: Expose the GlobalEventHandlers mixin on the Window object
Andreas Kling
2021-09-22
LibWeb: Remove unnecessary WindowObject.h include in DOMException.h
Andreas Kling
2021-09-22
LibWeb: Add DOM::ExceptionOr<T> to forwarding header
Andreas Kling
2021-09-22
LibWeb: Log resource load success before invoking success callback
Andreas Kling
2021-09-22
LibCoredump: Don't copy uncompressed coredumps into a ByteBuffer
Andreas Kling
2021-09-21
LibJS: Convert perform_eval to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Add VM::throw_completion helper for throwing custom Strings
Idan Horowitz
2021-09-21
LibJS: Convert get_substitution to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Remove non-specification compliant exception check
Idan Horowitz
2021-09-21
LibJS: Convert length_of_array_like to ThrowCompletionOr
Idan Horowitz
2021-09-21
LibJS: Convert make_super_property_reference to ThrowCompletionOr
Idan Horowitz
2021-09-21
CrashReporter: Show coredump loading progress in the Taskbar :^)
Andreas Kling
2021-09-21
CrashReporter+LibCoredump: Show progress window while loading coredump
Andreas Kling
2021-09-21
CrashDaemon+CrashReporter: Streamline crash reporting a little bit
Andreas Kling
2021-09-21
LibCoredump: Make Backtrace getters return const references
Andreas Kling
2021-09-21
checksum: Stop reusing the same Core::File for multiple files
Idan Horowitz
2021-09-21
LibJS: Update spec comment to convert mathematical to number value
Linus Groh
2021-09-21
LibWeb: Don't add shorthand CSS properties to cascaded values
Andreas Kling
2021-09-21
LibWeb: Paint bitmaps with rounded_int_rect(), not enclosing_int_rect()
Sam Atkins
2021-09-21
LibGfx: Add rounded_int_rect() function for Rects
Sam Atkins
2021-09-21
LibWeb: Display actual (float) values when dumping layout
Sam Atkins
2021-09-21
LibWeb: Use AK::Variant default initialization in one more place
Ben Wiederhake
[next]