summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page
AgeCommit message (Expand)Author
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