index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibWeb
/
HTML
Age
Commit message (
Expand
)
Author
2020-12-08
LibWeb: <iframe src> same-origin check should be based on host document
Andreas Kling
2020-11-22
LibWeb: Add the submit event to HTMLFormElement
Luke
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-14
LibWeb: Use standardized encoding names, add encoding attribute to document
Luke
2020-11-12
LibWeb: Make Frame point weakly to Page
Andreas Kling
2020-11-12
LibWeb: Add almost all obsolete but required IDL attributes
Luke
2020-11-11
LibWeb: Move innerText from DOM::Element to HTML::HTMLElement
Luke
2020-11-10
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
Tom
2020-11-09
LibWeb: Add support for reflected boolean values
Luke
2020-11-07
LibWeb: Restrict HTML form submissions to permitted URL protocols
Brendan Coles
2020-11-07
LibWeb: Reject iframing file:// URLs if document is not a file:// URL
Brendan Coles
2020-10-23
LibWeb: Fix Document construction mishap in <template> element
Andreas Kling
2020-10-22
LibWeb: Add initial implementation of foreign content parsing
Luke
2020-10-22
LibWeb: Add namespace to Element
Luke
2020-10-22
AK: Make Utf8View and Utf32View more consistent
Tom
2020-10-18
LibWeb: Dispatch "load" on document and window
Andreas Kling
2020-10-18
LibWeb: Dispatch "load" event on script elements
Andreas Kling
2020-10-09
LibWeb: In the HTML tokenizer, pretty up ON_WHITESPACE a tiny bit
Nico Weber
2020-09-29
LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
Andreas Kling
2020-09-28
LibWeb: Support <form method=POST>
Andreas Kling
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-22
LibWeb: Disallow cross-origin access to <iframe>.contentDocument
Andreas Kling
2020-09-22
LibWeb: Dispatch DOM "load" event on <iframe> elements
Andreas Kling
2020-09-22
LibWeb: Rename HTMLIFrameElement::hosted_frame() => content_frame()
Andreas Kling
2020-09-12
LibWeb: Implement <input type=submit> without using LibGUI
Andreas Kling
2020-09-11
LibWeb: Dispatch a "change" event when <input> checked state changes
Andreas Kling
2020-09-11
LibWeb: Add basic support for <input type=checkbox>
Andreas Kling
2020-09-11
LibWeb: Add the "checked" and "disabled" HTML attributes
Andreas Kling
2020-08-31
LibWeb: Implement document ready state
Luke
2020-08-31
LibWeb: Take care of a FIXME in the "in table text" insertion mode
Andreas Kling
2020-08-26
LibWeb: Turn the <table height> attribute into the CSS height property
Andreas Kling
2020-08-25
Misc: Remove some unneeded includes of Timer.h and ElapsedTimer.h (#3286)
Nico Weber
2020-08-21
LibWeb: Implement <template> parsing
Luke
2020-08-17
LibWeb: Make HTMLPreElement's is_type match "listing" and "xmp"
Luke
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-15
LibWeb: Allow focusing individual (focusable) elements with Tab key
Andreas Kling
2020-08-12
LibWeb: Fix #include <LibWeb/{DOM => HTML}/AttributeNames.h>
Linus Groh
2020-08-12
LibWeb: Move HTML::AttributeNames file into HTML/ directory
Andreas Kling
2020-08-09
LibWeb: Add HTML elements to factories, add missing tags and attributes
Luke
2020-08-09
LibWeb: Add all HTML elements between S and V
Luke
2020-08-09
LibWeb: Add all HTML elements between L and Q
Luke
2020-08-09
LibWeb: Add all HTML elements between A and F
Luke
2020-08-09
LibWeb: Make all existing HTML elements "final"
Luke
2020-08-05
Unicode: Try s/codepoint/code_point/g again
Nico Weber
2020-08-05
Revert "Unicode: s/codepoint/code_point/g"
Nico Weber
2020-08-03
Unicode: s/codepoint/code_point/g
Andreas Kling
2020-08-03
LibWeb: Move contentEditable from Element to HTMLElement
Luke
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
[next]