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
2021-01-09
LibWeb: Convert a bunch of dbg() to dbgln()
Andreas Kling
2021-01-04
LibWeb: Restart the cursor blink cycle whenever the user edits content
Andreas Kling
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-14
LibWeb: Don't replace selection on key press in non-editable content
Andreas Kling
2020-12-14
LibWeb: Merge Document::layout() and Document::update_layout()
Andreas Kling
2020-12-13
LibWeb: Attach DOM::Document to its frame before parsing
Andreas Kling
2020-12-12
LibWeb: Store layout box model metrics as floats
Andreas Kling
2020-12-09
LibWeb: Make DOM::Range more suitable for JS.
asynts
2020-12-09
LibWeb: Join start and end after deleting selection.
asynts
2020-12-09
LibWeb: Implement deletion of more complex selections.
asynts
2020-12-09
LibWeb: Fix many bugs with the editing.
asynts
2020-12-09
LibWeb: Add support for cursor movement and delete.
asynts
2020-12-09
LibWeb: Support range delection accross nodes with shared parent.
asynts
2020-12-09
LibWeb: Add support for range deletion.
asynts
2020-12-09
LibWeb: Move editing stuff into EditEventHandler.
asynts
2020-12-08
LibWeb+WebContent: Add on_load_finish hook to web views
Andreas Kling
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
[next]