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
/
LibWeb
Age
Commit message (
Expand
)
Author
2022-04-07
LibWeb: Fix logic mistake in CRC2D's default_source_size()
Andreas Kling
2022-04-07
LibWeb: Support CRC2D.drawImage() with affine transform
Andreas Kling
2022-04-07
LibWeb: Ignore non-painting layout nodes when hit testing
Andreas Kling
2022-04-07
LibWeb: Ignore non-painting layout nodes when building stacking contexts
Andreas Kling
2022-04-06
LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled
Andreas Kling
2022-04-06
LibWeb+Browser: Remove Web::WebViewHooks class
Andreas Kling
2022-04-06
LibWeb: Remove the InProcessWebView widget
Andreas Kling
2022-04-06
LibWeb: Remove unused HTML::parse_html_document()
Andreas Kling
2022-04-06
LibWeb: Use FrameLoader::load_html() when loading error pages
Andreas Kling
2022-04-06
LibWeb: Rename compute_intrinsic_height() => calculate_auto_height()
Andreas Kling
2022-04-06
LibWeb: Remove incorrect comment from FFC flex item cross sizing
Andreas Kling
2022-04-06
LibWeb: Determine intrinsic flex container size from content-size
Andreas Kling
2022-04-06
LibWeb: Add basic constructor/prototype to exotic objects
Igor Pissolati
2022-04-06
LibWeb: Implement basic intrinsic sizing algorithms for flex containers
Andreas Kling
2022-04-05
LibWeb: Add XMLHttpRequest::open() overload
Kenneth Myhra
2022-04-04
LibWeb: Make default text-decoration-thickness a fraction of font height
Karol Kosek
2022-04-04
LibWeb: Use correct global object in legacy factories
Igor Pissolati
2022-04-04
LibWeb: Add legacy Option factory function
Igor Pissolati
2022-04-04
LibWeb: Add spec comments to ImageConstructor::construct()
Igor Pissolati
2022-04-04
AK: Return Optional<T&> from HashMap<..., T>::get()
Ali Mohammad Pur
2022-04-04
LibWeb: Bring BorderRadiusStyleValue::to_string() closer to spec
Igor Pissolati
2022-04-03
LibWeb: Include all row-groups in column width calculations
Simon Wanner
2022-04-03
LibWeb: Handle failed browsing context creation in HTMLObjectElement
Simon Wanner
2022-04-03
LibWeb: Make resolved styles handle calculated length-percentages
Simon Wanner
2022-04-03
LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()
Simon Wanner
2022-04-03
LibWeb: Don't break text lines if white-space: nowrap
Enver Balalic
2022-04-03
Userland: Remove a few gratuitous IPC namespace qualifiers
Valtteri Koskivuori
2022-04-03
Browser+LibWeb+WebContent: Add ability to inspect local storage
Valtteri Koskivuori
2022-04-03
LibWeb: Fix computing_width of a block when LayoutMode::MaxContent
Enver Balalic
2022-04-03
LibWeb: Not dispatching page_did_click_link event breaks page refresh
Rob Ryan
2022-04-02
LibWeb: Add the requestIdleCallback/cancelIdleCallback API
Simon Wanner
2022-04-02
LibWeb: Implement the infrastructure necessary for requestIdleCallback
Simon Wanner
2022-04-02
LibWeb: Expose IdleDeadline on the window object
Simon Wanner
2022-04-02
LibWeb: Implement flex reverse layouts
Enver Balalic
2022-04-02
LibWeb: Implement the flex order CSS property
Enver Balalic
2022-04-02
Meta+LibWeb: Port PropertyID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
Meta+LibWeb: Port ValueID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
Meta+LibWeb: Port MediaFeatureID.h/cpp generators to invoke_generator()
Sam Atkins
2022-04-02
LibWeb: Use the specification defined types in IntersectionObserverInit
Idan Horowitz
2022-04-02
LibWeb: Add the ResizeObserverBoxOptions IDL enum
Idan Horowitz
2022-04-02
LibWeb: Use OnErrorEventHandler in WorkerGlobalScope IDL
Idan Horowitz
2022-04-02
LibWeb: Add the GlobalEventHandlers IDL mixin
Idan Horowitz
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-31
LibWeb: Flex fix minimum main size in min/max violations calculation
Enver Balalic
2022-03-31
LibWeb: Add 'is scripting enabled' concept to EnvironmentSettingsObject
Linus Groh
2022-03-31
LibWeb: Remove Document::is_scripting_enabled() and use Node's
Linus Groh
2022-03-31
LibWeb: Add the HTMLOrSVGElement IDL interface mixin
Idan Horowitz
2022-03-31
LibWeb: Use a callback function in ResizeObserver IDL
Idan Horowitz
2022-03-31
LibWeb: Use a callback function in IntersectionObserver IDL
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
[next]