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-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
2020-08-20
LibWeb: Crash instead of spinning if parse_drawto fails to match
Luke
2020-08-18
LibWeb: Implement Element.innerText
Nico Weber
2020-08-18
LibWeb: Simplify Node::text_content()
Nico Weber
2020-08-17
LibWeb: Add more document tests, add comment, text and mixin tests
Luke
2020-08-17
LibWeb: Add Comment and DocumentFragment bindings, move querySelector...
Luke
2020-08-17
LibWeb: Make HTMLPreElement's is_type match "listing" and "xmp"
Luke
2020-08-17
LibWeb: Add Node.textContent
Nico Weber
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
LibWeb: Change cursor to IBeam when hovering text
AnicJov
2020-08-17
LibWeb: Remove unused member in LayoutNodeWithStyle, found by Coverity
Brian Gianforcaro
2020-08-16
LibGUI: Move GUI::Model::Role to GUI::ModelRole
Andreas Kling
2020-08-15
LibGUI: Update active tooltip when source widget changes the label
Linus Groh
2020-08-15
LibWeb: Only paint focus outline when browser window has focus
Andreas Kling
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-15
LibWeb: Pass non-accepted keydown events to PageView's base class
Andreas Kling
2020-08-15
LibWeb: Add NonDocumentTypeChildNode::next_element_in_pre_order()
Andreas Kling
2020-08-14
LibJS+LibWeb: Clear exceptions after call'ing JavaScript functions
Andreas Kling
2020-08-14
LibWeb: Don't paint a text cursor in unfocused frames
Andreas Kling
2020-08-14
LibWeb: Send keydown events to the focused frame
Andreas Kling
2020-08-14
LibWeb: Add "focused frame" concept, one focused Frame per Page
Andreas Kling
2020-08-12
LibWeb: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-12
LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>
Linus Groh
2020-08-12
LibWeb: Until an image has loaded or failed, don't occupy layout size
Andreas Kling
2020-08-12
LibWeb: Move HTML::AttributeNames file into HTML/ directory
Andreas Kling
2020-08-12
LibWeb: Initialize tag/attribute name globals in init-time constructors
Andreas Kling
2020-08-11
LibWeb: Clear exceptions in each Document::run_javascript() call
Linus Groh
2020-08-10
LibWeb: Move tree iteration helpers from Node/LayoutNode to TreeNode
Andreas Kling
2020-08-09
LibWeb: Add HTML elements to factories, add missing tags and attributes
Luke
2020-08-09
LibWeb: Add all HTML elements between S and V
Luke
2020-08-09
LibWeb: Add all HTML elements between L and Q
Luke
2020-08-09
LibWeb: Add all HTML elements between A and F
Luke
2020-08-09
LibWeb: Make all existing HTML elements "final"
Luke
[next]