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-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
2020-08-09
LibWeb: Always add line boxes through LayoutBlock::add_line_box()
Andreas Kling
2020-08-07
LibWeb: Remove some unnecessary throwaway strings in the CSS parser
Andreas Kling
2020-08-07
LibWeb: Handle CSS "ex" lengths (relative to font x-height)
Andreas Kling
2020-08-07
LibWeb: Remove unused LayoutPosition comparison operators
Andreas Kling
2020-08-06
LibWeb: Move text selection serialization from PageView to Frame
Andreas Kling
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-05
LibWeb: Specialize hit testing for text cursor purposes
Andreas Kling
2020-08-04
Build: Support make's and ninja's restat optimization
Nico Weber
2020-08-04
LibWeb: Make sure that head and body always get the HTML element
Luke
2020-08-03
LibWeb: Add a very basic test for Text node APIs ("data" and "length")
Andreas Kling
2020-08-03
LibWeb: Add CharacterData and Text IDL interfaces
Andreas Kling
2020-08-03
LibWeb: Reorganize tests into DOM/ and HTML/
Andreas Kling
2020-08-03
LibWeb: Add Element.{next,previous}ElementSibling IDL attributes
Andreas Kling
2020-08-03
LibWeb: Move "element sibling" getters to NonDocumentTypeChildNode
Andreas Kling
2020-08-03
LibWeb: Send key events to the WebContent process
Andreas Kling
[next]