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
/
Libraries
Age
Commit message (
Expand
)
Author
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-25
LibWeb: Use Core::EventLoop::spin_until() for the ad-hoc loop spinning
Andreas Kling
2021-09-25
LibCore: Add Core::EventLoop::spin_until(Function<bool()>)
Andreas Kling
2021-09-25
LibWeb: Move window.scroll{X,Y} from wrapper into DOM::Window
Andreas Kling
2021-09-25
LibJS: Move has_constructor() from NativeFunction to FunctionObject
Linus Groh
2021-09-25
LibJS: Add const Value::as_function()
Linus Groh
2021-09-25
LibJS: Remove unused FunctionObject::environment()
Linus Groh
2021-09-25
LibJS: Move [[BoundThis]] and [[BoundArguments]] to BoundFunction
Linus Groh
2021-09-25
LibJS: Rename BoundFunction::m_target_function to match spec name
Linus Groh
2021-09-25
LibJS: Move has_simple_parameter_list to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[Fields]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[HomeObject]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[ConstructorKind]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Move [[ThisMode]] to ECMAScriptFunctionObject
Linus Groh
2021-09-25
LibJS: Add ECMAScriptFunctionObject forward declaration
Linus Groh
2021-09-25
LibJS: Rename ECMAScriptFunctionObject members to match spec names
Linus Groh
2021-09-25
LibJS: Rename OrdinaryFunctionObject to ECMAScriptFunctionObject
Linus Groh
2021-09-24
LibWeb: Skip decoding favicon.ico if downloaded data is empty
Mandar Kulkarni
2021-09-24
LibGfx: Forward declare Gfx::FontMetrics as a struct
Andreas Kling
2021-09-24
LibWeb: Ignore `font-size: calc(...)` for now
Andreas Kling
2021-09-24
LibWeb: Rename CSS::StyleResolver => StyleComputer
Andreas Kling
2021-09-24
LibWeb: Absolutize internal lengths in all StyleValues
Andreas Kling
2021-09-24
LibWeb: Remove on-demand font resolution
Andreas Kling
2021-09-24
LibWeb: Give DOM::Document some default style properties
Andreas Kling
2021-09-24
LibWeb: Make ListItemMarkerBox inherit style from ListItemBox
Andreas Kling
2021-09-24
LibWeb: Add tightly-typed DOM node accessors for Layout::ListItemBox
Andreas Kling
2021-09-24
LibWeb: Let <br> elements have style
Andreas Kling
2021-09-24
LibWeb: Make HTML::EventLoop::process() a no-op if there are no tasks
Andreas Kling
2021-09-24
LibWeb: Start absolutizing lengths after performing the CSS cascade
Andreas Kling
2021-09-24
LibGfx: Remove debug spam about not having some font installed
Andreas Kling
2021-09-24
LibGfx: Add a simple Gfx::FontMetrics and Gfx::Font::metrics(code_point)
Andreas Kling
2021-09-24
LibWeb: Rename "Computed" CSSStyleDeclaration => "Resolved"
Andreas Kling
2021-09-24
LibWeb: Replace last couple of StyleValue casts with `as_foo()`
Sam Atkins
2021-09-24
LibWeb: Use new StyleValue API in StyleResolver
Sam Atkins
2021-09-24
LibWeb: Use new StyleValue API in StyleProperties.cpp
Sam Atkins
2021-09-24
LibWeb: Use new StyleValue API in ComputedCSSStyleDeclaration
Sam Atkins
2021-09-24
LibWeb: Clarify StyleValue API with new naming scheme
Sam Atkins
2021-09-24
LibWeb: Alphabetically sort StyleValues
Sam Atkins
2021-09-24
LibGUI: Categorize font families by variant instead of weight
thankyouverycool
2021-09-24
LibGfx: Make BitmapFont::variant() report a complete typeface
thankyouverycool
2021-09-24
LibGfx: Get weight from tables for TrueTypeFonts
thankyouverycool
2021-09-24
LibGfx: Support italic BitmapFonts
thankyouverycool
2021-09-24
LibDiff: Coalesce adjacent changes into the same Hunk
Mustafa Quraish
2021-09-24
LibDiff: Perform diffing-algorithm in reverse order
Mustafa Quraish
2021-09-24
LibWeb: Return undefined from event handler setters, not an empty value
Linus Groh
2021-09-24
LibJS: Rename {Abstract,Typed => Loosely,Strictly}{Equals,Inequals}
Linus Groh
2021-09-24
LibJS: Rename abstract_relation() to is_less_than()
Linus Groh
2021-09-24
LibJS: Rename abstract_eq() to is_loosely_equal()
Linus Groh
2021-09-24
LibJS: Rename strict_eq() to is_strictly_equal()
Linus Groh
2021-09-24
LibJS: Close iterator on throw completion in Array.from
Idan Horowitz
[prev]
[next]