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
/
HTML
Age
Commit message (
Expand
)
Author
2022-06-29
LibWeb: Move ClassicScript::m_settings_object into the Script base
Luke Wilde
2022-06-29
LibWeb: Implement WindowEventHandlers
Luke Wilde
2022-06-29
LibWeb: Only make certain <body> and <frameset> events apply to Window
Luke Wilde
2022-06-27
LibWeb: Forward CRC2D's ref count to HTMLCanvasElement
Luke Wilde
2022-06-19
LibWeb: Implement HTMLBaseElement.href
Luke Wilde
2022-06-19
LibWeb: Add support for the <base> element changing the base URL
Luke Wilde
2022-06-16
LibWeb: Disable unused error on temporarily unused variable from spec
FrHun
2022-06-13
LibWeb: Add the ability to retrieve a WebGL context from getContext
Luke Wilde
2022-06-03
LibWeb: Fix Array OOBs in the HTMLTokenizer
stelar7
2022-05-29
Everywhere: Fix a bunch of typos
Linus Groh
2022-05-15
LibWeb: Abstract the image decoding via Web::ImageDecoding::Decoder
DexesTTP
2022-05-13
LibWeb: Stop inactive requestAnimationFrame() callbacks from running
MacDue
2022-05-07
LibJS: Convert Console to use MarkedVector<Value>
Luke Wilde
2022-05-06
LibWeb: Remove unneeded LibGUI include in Window.cpp
DexesTTP
2022-04-20
LibWeb: Fix various spec comment inconsistencies
Linus Groh
2022-04-17
LibWeb: Dont abort when parsing data- properties that contain dashes
stelar7
2022-04-14
LibWeb: Stop including StyleValue.h in a few places
Sam Atkins
2022-04-13
LibWeb: Use Vector::in_reverse() in HTML::StackOfOpenElements
Andreas Kling
2022-04-13
LibWeb: Map <pre wrap> presentational hint to CSS white-space:pre-wrap
Andreas Kling
2022-04-12
LibWeb: Move CSS Parser into new Web::CSS::Parser namespace
Sam Atkins
2022-04-12
LibWeb: Bring HTMLOptionElement closer to spec
Igor Pissolati
2022-04-12
LibWeb: Improve HTMLImageElement::{width,height}()
Igor Pissolati
2022-04-12
LibWeb: Bring HTMLImageElement closer to spec
Igor Pissolati
2022-04-11
LibWeb: Reset canvas elements when their width/height attribute are set
Andreas Kling
2022-04-11
LibWeb: Add fast path for CRC2D.drawImage() with simple transform
Andreas Kling
2022-04-11
LibWeb: Honor "display:block" on IMG elements
Andreas Kling
2022-04-10
LibWeb: Update layout in HTMLElement.offset{Width,Height}
Andreas Kling
2022-04-10
LibWeb: Stub CanvasRenderingContext2D.clip
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.resetTransform
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.setTransform
Luke Wilde
2022-04-10
LibWeb: Implement CanvasRenderingContext2D.transform
Luke Wilde
2022-04-10
LibWeb: Update displayed favicon when a favicon is loaded
Anthony Van de Gejuchte
2022-04-10
LibWeb: Add icon as possible resource type on the link tag
Anthony Van de Gejuchte
2022-04-09
LibWeb: Bring MouseEvent a bit closer to spec
Igor Pissolati
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-06
LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled
Andreas Kling
2022-04-06
LibWeb: Remove unused HTML::parse_html_document()
Andreas Kling
2022-04-04
LibWeb: Add legacy Option factory function
Igor Pissolati
2022-04-03
LibWeb: Handle failed browsing context creation in HTMLObjectElement
Simon Wanner
2022-04-03
LibWeb: Add a null-check for page() in ESO::is_scripting_enabled()
Simon Wanner
2022-04-03
Browser+LibWeb+WebContent: Add ability to inspect local storage
Valtteri Koskivuori
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: 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: Add 'is scripting enabled' concept to EnvironmentSettingsObject
Linus Groh
2022-03-31
LibWeb: Add the HTMLOrSVGElement IDL interface mixin
Idan Horowitz
2022-03-31
LibWeb: Replace ad-hoc EventHandler type with callback function typedef
Idan Horowitz
[next]