index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
Page
Age
Commit message (
Expand
)
Author
2021-10-19
LibWeb: Don't assume we hit a layout node when handling mousedown events
Andreas Kling
2021-10-18
LibWeb: Only update layout if actually needed when scrolling to anchor
Andreas Kling
2021-10-12
LibWeb: Remove a bunch of pointless "else" in EventHandler
Andreas Kling
2021-10-12
LibWeb: Use strong pointers and null checks in handle_keydown()
Andreas Kling
2021-10-12
LibWeb: Use strong pointers and null checks in handle_keyup()
Andreas Kling
2021-10-09
LibWeb: Add initial version of pointer-events CSS property
huwdp
2021-10-06
LibWeb: Rename Layout::BlockBox => BlockContainer
Andreas Kling
2021-10-06
LibWeb: Make CSS layout lazier
Andreas Kling
2021-10-03
LibWeb+Browser: Disable Same-Origin Policy by default for now
Andreas Kling
2021-10-03
LibWeb: Don't update rendering in BrowsingContexts without opportunity
Andreas Kling
2021-10-03
LibWeb: Let HTML::EventLoop drive the firing of `resize` events
Andreas Kling
2021-10-01
LibWeb: Dispatch keydown/keyup events on the appropriate target
Idan Horowitz
2021-09-28
LibWeb: Fire "keyup" events as well :^)
Andreas Kling
2021-09-28
LibWeb: Add a basic KeyboardEvent and fire "keydown" events :^)
Andreas Kling
2021-09-13
LibWeb: Add the Web::URL namespace and move URLEncoder to it
Idan Horowitz
2021-09-12
LibWeb: Start tracking elapsed time when a resource is loaded
Brian Gianforcaro
2021-09-12
LibWeb+Browser: Add Debug menu action for toggling Same-Origin Policy
Andreas Kling
2021-09-11
LibWeb: Implement Window.scroll{X,Y} JS properties
Sam Atkins
2021-09-11
LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() call
Sam Atkins
2021-09-11
LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltas
Sam Atkins
2021-09-11
LibWeb: Ignore keydown events when there is no layout tree
Andreas Kling
2021-09-10
LibWeb: Make "top-level browsing context" concept more spec-compliant
Andreas Kling
2021-09-09
LibWeb: Rename Document::complete_url() => parse_url()
Andreas Kling
2021-09-09
LibWeb: Rename BrowsingContext::document() => active_document()
Andreas Kling
2021-09-09
LibWeb: Add BrowsingContext::container_document()
Andreas Kling
2021-09-09
LibWeb: Add BrowsingContext::container() to align with the spec
Andreas Kling
2021-09-08
LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock
Andreas Kling
2021-09-08
LibWeb: Make BrowsingContext::m_top_level_browsing_context a WeakPtr
Andreas Kling
2021-09-08
LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()
Andreas Kling
2021-09-08
LibWeb: Remove unused PageClient::is_multi_process()
Andreas Kling
2021-09-08
LibWeb: Convert BrowsingContext to east-const style
Andreas Kling
2021-09-08
LibWeb: Use delegating constructors in BrowsingContext
Andreas Kling
2021-08-24
LibWeb+Browser: Remove unnecessary InProcessWebView.h includes
Andreas Kling
2021-07-14
LibWeb: Handle when the last selected node does not contain text
Timothy Flynn
2021-07-14
LibWeb: Move select-all implementation to BrowsingContext
Timothy Flynn
2021-07-10
LibWeb: Avoid HashMap copy in BrowsingContext::set_frame_nesting_levels
Andreas Kling
2021-06-25
LibWeb: Support :active pseudo-class for hyperlinks, :focus possibly
Paul Irwin
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-03
AK: Do not VERIFY on invalid code point bytes in UTF8View
DexesTTP
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-30
LibWeb: Rename Web::Frame to Web::BrowsingContext
Andreas Kling
2021-05-21
LibWeb: Improve Unicode compatibility of HTML contenteditable
Max Wipfli
2021-05-21
LibWeb: Frame/Position: Implement cursor increment/decrement methods
Max Wipfli
2021-05-21
LibWeb: Improving cursor behavior in editable DOM nodes
Max Wipfli
2021-05-21
LibWeb: Do nothing when pressing modifier keys in HTML contenteditable
Max Wipfli
2021-05-21
LibWeb: Replace some TODO() calls with FIXME comments in EventHandler
Max Wipfli
2021-05-07
LibWeb: Make frames nesting-aware and disallow deep nesting
Tobias Christiansen
2021-05-02
LibGfx: Unify Rect, Point, and Size
Matthew Olsson
2021-04-23
AK: Rename adopt() to adopt_ref()
Andreas Kling
2021-04-22
LibWeb: Implement a slow but functional HTMLCollection :^)
Andreas Kling
[next]