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-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
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-16
Browser+LibWeb+WebContent: Parse cookies in the OOP tab
Timothy Flynn
2021-04-15
Everything: Add `-Wnon-virtual-dtor` flag
Nicholas-Baron
2021-04-15
LibWeb: Expose the MouseEvent::{clientX, clientY} attributes
Idan Horowitz
2021-04-14
Browser+LibWeb+WebContent: Track the source of document.cookie requests
Timothy Flynn
2021-04-11
LibWeb+WebContent: Hook document.cookie to the backend cookie storage
Timothy Flynn
2021-04-06
LibWeb: Make the node mutation algorithms more spec compliant
Luke
2021-04-04
LibWeb+WebContent: Keep track of screen rect
Linus Groh
2021-03-30
LibWeb: Get the first DOM node with a 'title' attribute for tooltip area
Timothy Flynn
2021-03-21
LibWeb: Only call page_did_change_title() from main frame
Linus Groh
2021-03-16
LibWeb: Dispatch "resize" events on the Window object
Andreas Kling
2021-03-02
LibWeb: Handle scrolling an OutOfProcessWebView
Angus Gibson
2021-03-02
LibWeb: Return whether handle_mousewheel was handled
Angus Gibson
2021-02-28
LibWeb: Call `page_did_request_cursor_change` with CSS cursor
Adam Hodgen
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-22
LibWeb: Allow scrolling overflowed content with the mouse wheel :^)
Andreas Kling
2021-02-22
LibWeb: Plumb wheel events from widget layer to EventHandler
Andreas Kling
2021-02-20
LibWeb: Implement Window.prompt()
Linus Groh
2021-02-15
LibWeb: Use the correct DOM node when moving text cursor with mouse
Andreas Kling
2021-02-15
LibWeb: Move cursor along when drag-selecting in editable content
Andreas Kling
2021-02-10
LibWeb: Remove WidgetBox layout node
Andreas Kling
2021-02-10
LibWeb: Move window.confirm() to using a PageClient callback
Andreas Kling
2021-02-10
LibWeb: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-09
LibWeb+WebContent: Don't relayout page on every scroll event
Andreas Kling
2021-02-09
LibWeb: Reset the HTML editing cursor blink cycle on arrow key movement
Andreas Kling
2021-02-09
LibWeb: Remove duplicated locals in EventHandler::handle_mousedown()
Andreas Kling
2021-01-30
LibWeb: Don't try to create GUI::TextBox inside multi-process web views
Andreas Kling
2021-01-30
LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox
Andreas Kling
2021-01-29
LibWeb: Update the ICB's idea of the viewport rect after Frame resize
Andreas Kling
2021-01-22
Libraries: Add missing headers
Ben Wiederhake
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling