summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page
AgeCommit message (Expand)Author
2021-07-14LibWeb: Handle when the last selected node does not contain textTimothy Flynn
2021-07-14LibWeb: Move select-all implementation to BrowsingContextTimothy Flynn
2021-07-10LibWeb: Avoid HashMap copy in BrowsingContext::set_frame_nesting_levelsAndreas Kling
2021-06-25LibWeb: Support :active pseudo-class for hyperlinks, :focus possiblyPaul Irwin
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-03AK: Do not VERIFY on invalid code point bytes in UTF8ViewDexesTTP
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-21LibWeb: Improve Unicode compatibility of HTML contenteditableMax Wipfli
2021-05-21LibWeb: Frame/Position: Implement cursor increment/decrement methodsMax Wipfli
2021-05-21LibWeb: Improving cursor behavior in editable DOM nodesMax Wipfli
2021-05-21LibWeb: Do nothing when pressing modifier keys in HTML contenteditableMax Wipfli
2021-05-21LibWeb: Replace some TODO() calls with FIXME comments in EventHandlerMax Wipfli
2021-05-07LibWeb: Make frames nesting-aware and disallow deep nestingTobias Christiansen
2021-05-02LibGfx: Unify Rect, Point, and SizeMatthew Olsson
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-15Everything: Add `-Wnon-virtual-dtor` flagNicholas-Baron
2021-04-15LibWeb: Expose the MouseEvent::{clientX, clientY} attributesIdan Horowitz
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-06LibWeb: Make the node mutation algorithms more spec compliantLuke
2021-04-04LibWeb+WebContent: Keep track of screen rectLinus Groh
2021-03-30LibWeb: Get the first DOM node with a 'title' attribute for tooltip areaTimothy Flynn
2021-03-21LibWeb: Only call page_did_change_title() from main frameLinus Groh
2021-03-16LibWeb: Dispatch "resize" events on the Window objectAndreas Kling
2021-03-02LibWeb: Handle scrolling an OutOfProcessWebViewAngus Gibson
2021-03-02LibWeb: Return whether handle_mousewheel was handledAngus Gibson
2021-02-28LibWeb: Call `page_did_request_cursor_change` with CSS cursorAdam Hodgen
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22LibWeb: Allow scrolling overflowed content with the mouse wheel :^)Andreas Kling
2021-02-22LibWeb: Plumb wheel events from widget layer to EventHandlerAndreas Kling
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-15LibWeb: Use the correct DOM node when moving text cursor with mouseAndreas Kling
2021-02-15LibWeb: Move cursor along when drag-selecting in editable contentAndreas Kling
2021-02-10LibWeb: Remove WidgetBox layout nodeAndreas Kling
2021-02-10LibWeb: Move window.confirm() to using a PageClient callbackAndreas Kling
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-02-09LibWeb+WebContent: Don't relayout page on every scroll eventAndreas Kling
2021-02-09LibWeb: Reset the HTML editing cursor blink cycle on arrow key movementAndreas Kling
2021-02-09LibWeb: Remove duplicated locals in EventHandler::handle_mousedown()Andreas Kling
2021-01-30LibWeb: Don't try to create GUI::TextBox inside multi-process web viewsAndreas Kling
2021-01-30LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBoxAndreas Kling
2021-01-29LibWeb: Update the ICB's idea of the viewport rect after Frame resizeAndreas Kling
2021-01-22Libraries: Add missing headersBen Wiederhake
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling