summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Page
AgeCommit message (Expand)Author
2021-09-13LibWeb: Add the Web::URL namespace and move URLEncoder to itIdan Horowitz
2021-09-12LibWeb: Start tracking elapsed time when a resource is loadedBrian Gianforcaro
2021-09-12LibWeb+Browser: Add Debug menu action for toggling Same-Origin PolicyAndreas Kling
2021-09-11LibWeb: Implement Window.scroll{X,Y} JS propertiesSam Atkins
2021-09-11LibWeb+WebContent: Add WebContentClient::did_request_scroll_to() callSam Atkins
2021-09-11LibWeb+WebContent: Modify did_request_scroll() IPC to take x&y deltasSam Atkins
2021-09-11LibWeb: Ignore keydown events when there is no layout treeAndreas Kling
2021-09-10LibWeb: Make "top-level browsing context" concept more spec-compliantAndreas Kling
2021-09-09LibWeb: Rename Document::complete_url() => parse_url()Andreas Kling
2021-09-09LibWeb: Rename BrowsingContext::document() => active_document()Andreas Kling
2021-09-09LibWeb: Add BrowsingContext::container_document()Andreas Kling
2021-09-09LibWeb: Add BrowsingContext::container() to align with the specAndreas Kling
2021-09-08LibWeb: Rename InitialContainingBlockBox => InitialContainingBlockAndreas Kling
2021-09-08LibWeb: Make BrowsingContext::m_top_level_browsing_context a WeakPtrAndreas Kling
2021-09-08LibWeb: Rename frame_did_set_viewport_rect() => browsing_context_*()Andreas Kling
2021-09-08LibWeb: Remove unused PageClient::is_multi_process()Andreas Kling
2021-09-08LibWeb: Convert BrowsingContext to east-const styleAndreas Kling
2021-09-08LibWeb: Use delegating constructors in BrowsingContextAndreas Kling
2021-08-24LibWeb+Browser: Remove unnecessary InProcessWebView.h includesAndreas Kling
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