index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
Age
Commit message (
Expand
)
Author
2020-09-24
LibWeb: Add a separate UA style sheet for documents in quirks mode
Andreas Kling
2020-09-22
LibWeb: Disallow cross-origin access to <iframe>.contentDocument
Andreas Kling
2020-09-22
LibWeb: Add Origin::is_same(const Origin&)
Andreas Kling
2020-09-22
LibWeb: Add WindowObject::origin()
Andreas Kling
2020-09-22
LibWeb: Dispatch DOM "load" event on <iframe> elements
Andreas Kling
2020-09-22
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
Andreas Kling
2020-09-22
LibJS: Move the current exception from Interpreter to VM
Andreas Kling
2020-09-20
LibJS+Clients: Add JS::VM object, separate Heap from Interpreter
Andreas Kling
2020-09-20
LibWeb: Add Bindings::ScriptExecutionContext
Andreas Kling
2020-09-15
LibCore: Make Core::Object properties more dynamic
Andreas Kling
2020-09-14
LibWeb: Register the InProcessWebView widget
Andreas Kling
2020-09-12
LibWeb: cache in-process decoded images in ImageResource
Peter Nelson
2020-09-12
LibWeb: Fix layout of replaced with width:auto + no intrinsic ratio
Andreas Kling
2020-09-12
LibWeb: Implement <input type=submit> without using LibGUI
Andreas Kling
2020-09-12
LibWeb: Two mouse event handling fixes
Andreas Kling
2020-09-12
LibWeb: Do not handle mouse events on disabled checkboxes
redoste
2020-09-12
LibWeb: Support window.alert() in multi-process context
Andreas Kling
2020-09-11
LibWeb: Protect LayoutCheckBox against crashes after event dispatch
Andreas Kling
2020-09-11
LibWeb: Dispatch a "change" event when <input> checked state changes
Andreas Kling
2020-09-11
LibWeb: Add basic support for <input type=checkbox>
Andreas Kling
2020-09-11
LibWeb: Allow layout nodes to receive and track mouse events
Andreas Kling
2020-09-11
LibWeb: Add basic support for boolean IDL attributes :^)
Andreas Kling
2020-09-11
LibWeb: Add the "checked" and "disabled" HTML attributes
Andreas Kling
2020-09-11
LibWeb: Use widget override cursors
Andreas Kling
2020-09-11
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-09-08
LibWeb: Add support for viewport-relative length units (#3433)
Jakob-Niklas See
2020-09-08
LibWeb: SVG: implement SmoothQuadraticBezierCurve
Simon Danner
2020-09-08
LibWeb: SVG: draw commands can also be repeated after a comma
Simon Danner
2020-09-08
LibWeb: SVG: T commands only take two coordinates
Simon Danner
2020-09-08
LibWeb: make it possible to directly load .svg files
Simon Danner
2020-09-06
LibWeb: Move DOM event dispatch to its own class
Andreas Kling
2020-09-05
LibGUI: Make the Clipboard API deal in raw byte buffers a bit more
Andreas Kling
2020-08-31
LibWeb: Implement document ready state
Luke
2020-08-31
LibWeb: Expose window.self and window.frames
Luke
2020-08-31
LibWeb: Take care of a FIXME in the "in table text" insertion mode
Andreas Kling
2020-08-30
LibWeb: Remove redundant .prettierrc
Linus Groh
2020-08-30
Libraries: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-26
LibWeb: Turn the <table height> attribute into the CSS height property
Andreas Kling
2020-08-26
LibWeb: Fix sometimes missing text selection highlight
Andreas Kling
2020-08-26
LibJS: Add a helper for calling JS::Function's with arguments
AnotherTest
2020-08-26
LibWeb: Calculate selection based on glyph centers
Rewi Haar
2020-08-25
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-25
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Nico Weber
2020-08-24
LibWeb: Move OutOfProcessWebView into the Web namespace
AnotherTest
2020-08-21
LibWeb: InProcessWebView::selected_text() should use the focused frame
Andreas Kling
2020-08-21
LibWeb: Make selection state recomputation implicit
Andreas Kling
2020-08-21
LibWeb: Remember the selection state of each LayoutNode
Andreas Kling
2020-08-21
LibWeb: Use GenericLexer in WrapperGenerator
Nico Weber
2020-08-21
LibWeb: Implement <template> parsing
Luke
[next]