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
/
Page
Age
Commit message (
Expand
)
Author
2020-12-02
LibWeb: Layout viewport rect was lagging behind when resizing
Andreas Kling
2020-11-29
LibWeb: Abort event handling if underlying layout tree disappears
Andreas Kling
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()
Andreas Kling
2020-11-19
LibWeb: Remove ancient HTML_DEBUG debug logging
Andreas Kling
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-10-22
LibWeb: Forget frame selection when changing documents
Andreas Kling
2020-10-08
LibWeb: Add OutOfProcessWebView::load_html()
Linus Groh
2020-10-08
LibWeb: Handle PageClient::page_did_change_title() in Frame::set_document()
Linus Groh
2020-10-07
LibWeb: Use RefPtrs more in getElementById() and getElementsByName()
Andreas Kling
2020-10-02
LibWeb: Add a PageClient callback for image context menu requests
Andreas Kling
2020-09-28
ProtocolServer+LibWeb: Support more detailed HTTP requests
Andreas Kling
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-22
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
Andreas Kling
2020-09-12
LibWeb: Two mouse event handling fixes
Andreas Kling
2020-09-12
LibWeb: Support window.alert() in multi-process context
Andreas Kling
2020-09-11
LibWeb: Allow layout nodes to receive and track mouse events
Andreas Kling
2020-09-10
LibGfx: Move StandardCursor enum to LibGfx
Andreas Kling
2020-08-26
LibWeb: Calculate selection based on glyph centers
Rewi Haar
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-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-17
LibWeb: Change cursor to IBeam when hovering text
AnicJov
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
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-06
LibWeb: Move text selection serialization from PageView to Frame
Andreas Kling
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-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-02
LibWeb: Only allow editing of elements with contenteditable="true"
Andreas Kling
2020-08-02
LibWeb: Add very basic backspace support to content editing
Andreas Kling
2020-08-02
LibWeb: Allow inserting text at the cursor by typing characters :^)
Andreas Kling
2020-08-02
LibWeb: Add a blinking text cursor :^)
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling