summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Page
AgeCommit message (Expand)Author
2020-12-02LibWeb: Layout viewport rect was lagging behind when resizingAndreas Kling
2020-11-29LibWeb: Abort event handling if underlying layout tree disappearsAndreas Kling
2020-11-22LibWeb: Add HTML::EventNames and UIEvents::EventNamesLuke
2020-11-22LibWeb: Rename LayoutNode classes and move them into Layout namespaceAndreas Kling
2020-11-22LibWeb: Rename LayoutNode::node() => LayoutNode::dom_node()Andreas Kling
2020-11-19LibWeb: Remove ancient HTML_DEBUG debug loggingAndreas Kling
2020-11-12LibWeb: Make Frame point weakly to PageAndreas Kling
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-10-22LibWeb: Forget frame selection when changing documentsAndreas Kling
2020-10-08LibWeb: Add OutOfProcessWebView::load_html()Linus Groh
2020-10-08LibWeb: Handle PageClient::page_did_change_title() in Frame::set_document()Linus Groh
2020-10-07LibWeb: Use RefPtrs more in getElementById() and getElementsByName()Andreas Kling
2020-10-02LibWeb: Add a PageClient callback for image context menu requestsAndreas Kling
2020-09-28ProtocolServer+LibWeb: Support more detailed HTTP requestsAndreas Kling
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-22LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()Andreas Kling
2020-09-12LibWeb: Two mouse event handling fixesAndreas Kling
2020-09-12LibWeb: Support window.alert() in multi-process contextAndreas Kling
2020-09-11LibWeb: Allow layout nodes to receive and track mouse eventsAndreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-08-26LibWeb: Calculate selection based on glyph centersRewi Haar
2020-08-21LibWeb: Make selection state recomputation implicitAndreas Kling
2020-08-21LibWeb: Remember the selection state of each LayoutNodeAndreas Kling
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17LibWeb: Change cursor to IBeam when hovering textAnicJov
2020-08-15LibWeb: Allow focusing individual (focusable) elements with Tab keyAndreas Kling
2020-08-14LibWeb: Don't paint a text cursor in unfocused framesAndreas Kling
2020-08-14LibWeb: Send keydown events to the focused frameAndreas Kling
2020-08-14LibWeb: Add "focused frame" concept, one focused Frame per PageAndreas Kling
2020-08-06LibWeb: Move text selection serialization from PageView to FrameAndreas Kling
2020-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-05LibWeb: Specialize hit testing for text cursor purposesAndreas Kling
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-08-02LibWeb: Only allow editing of elements with contenteditable="true"Andreas Kling
2020-08-02LibWeb: Add very basic backspace support to content editingAndreas Kling
2020-08-02LibWeb: Allow inserting text at the cursor by typing characters :^)Andreas Kling
2020-08-02LibWeb: Add a blinking text cursor :^)Andreas Kling
2020-07-28LibWeb: Move the Page/Frame/EventHandler classes into Page/Andreas Kling