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
Age
Commit message (
Expand
)
Author
2021-02-15
LibWeb: Move cursor along when drag-selecting in editable content
Andreas Kling
2021-02-10
LibWeb: Relayout document on CharacterData data change
Andreas Kling
2021-02-10
LibWeb: Start implementing <input type=text> using a shadow DOM
Andreas Kling
2021-02-10
LibWeb: Include shadow DOM subtrees in DOM dumps
Andreas Kling
2021-02-10
LibWeb: Generate layout nodes for shadow subtrees
Andreas Kling
2021-02-10
LibWeb: Add a way to make a DOM::Text always editable
Andreas Kling
2021-02-10
LibWeb: Add DOM::Node::parent_or_shadow_host()
Andreas Kling
2021-02-10
LibWeb: Add a way to give DOM::Element a ShadowRoot
Andreas Kling
2021-02-10
LibWeb: Add DOM::ShadowRoot to forwarding header
Andreas Kling
2021-02-10
LibWeb: Use the DOM::Node::node_name() a bit more in dumps
Andreas Kling
2021-02-10
LibWeb: Respect the bgcolor attribute on <marquee> elements
Andreas Kling
2021-02-10
LibWeb: Remove WidgetBox layout node
Andreas Kling
2021-02-10
LibWeb+WebContent: Support window.confirm() in OOPWV
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: Make OOPWV resizing flicker-free :^)
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-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-08
LibWeb: Implement Element.getElementsBy{Tag,Class}Name()
Linus Groh
2021-02-08
LibWeb: Make getElementsByClassName() case-insensitive in quirks mode
Linus Groh
2021-02-08
LibWeb: Make getElementsByTagName() case-insensitive for HTML elements
Linus Groh
2021-02-07
LibWeb: Don't assert on <colgroup> & friends
Andreas Kling
2021-02-07
LibWeb: Reorganize Element::create_layout_node() into a switch
Andreas Kling
2021-02-07
LibWeb: Use any_of() for DOM::Element::has_class()
Andreas Kling
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
Andreas Kling
2021-02-07
LibWeb: Honor font sizes specified by CSS
Andreas Kling
2021-02-06
LibWeb: Anonymous table cells should have colspan=1
Andreas Kling
2021-02-03
LibWeb: Basic implementation of global event handlers :^)
Andreas Kling
2021-02-03
LibWeb: Add enumerator macro for all the "global event handlers"
Andreas Kling
2021-02-03
LibWeb: Add a whole bunch of onfooevent names to HTML::AttributeNames
Andreas Kling
2021-02-03
LibWeb: Move main thread JavaScript VM to its own file
Andreas Kling
2021-02-01
LibIPC: Stop sending client ID to clients
Andreas Kling
2021-01-31
LibWeb: Use URL::to_string_encoded() for the crash error page URL's href
Linus Groh
2021-01-31
LibIPC: Stop exchanging client/server PIDs in greeting handshake
Andreas Kling
2021-01-31
Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-process
Andreas Kling
2021-01-30
LibWeb: Don't try to create GUI::TextBox inside multi-process web views
Andreas Kling
2021-01-30
LibWeb: URL-encode/escape variables used in OOPWV's crash error page
Linus Groh
2021-01-30
LibWeb: Handle WebContent process crashes gracefully :^)
Andreas Kling
2021-01-30
LibWeb: Add Frame::ViewportClient and use it for Layout::ImageBox
Andreas Kling
2021-01-29
ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder
Andreas Kling
2021-01-29
LibWeb: Update the ICB's idea of the viewport rect after Frame resize
Andreas Kling
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-28
LibWeb: Add simple implementation of Document.createElementNS
Luke
2021-01-28
LibWeb: Add simple implementation of Node.removeChild()
Andreas Kling
2021-01-28
LibWeb: Remove accidentally committed changes from b72f067f0daac88ebe66e3f714...
Andreas Kling
2021-01-28
Kernel+Userland: Remove unused "effective priority" from threads
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
[next]