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
/
HTML
Age
Commit message (
Expand
)
Author
2021-04-06
LibWeb: Implement "select" portion of reset_the_insertion_mode_appropriately
Luke
2021-04-06
LibWeb: Use the new "ensure_pre_insertion_validity" in the HTML document parser
Luke
2021-04-06
LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...
Luke
2021-04-06
LibWeb: Only prepare scripts on insertion if they're not parser inserted
Luke
2021-04-06
LibWeb: Make the node mutation event functions spec compliant
Luke
2021-04-04
LibWeb: Add "Label" to be the layout node for HTMLLabelElement
Timothy Flynn
2021-04-03
LibWeb: Defer creation of subframes until host element is connected
Andreas Kling
2021-04-03
LibWeb: Pass optional status code to ResourceLoader callbacks
Linus Groh
2021-04-03
LibWeb: Add support for HTML input type=radio
Timothy Flynn
2021-04-03
LibWeb: Add a FrameHostElement for frame/iframe common functionality
Andreas Kling
2021-03-21
LibWeb: Only call page_did_change_title() from main frame
Linus Groh
2021-03-16
LibWeb: Use Gfx::Bitmap::RGBA8888 for ImageData bitmaps
Andreas Kling
2021-03-16
LibGfx: Rename 32-bit BitmapFormats to BGRA8888 and BGRx888x
Andreas Kling
2021-03-15
LibWeb: Make sure <script> elements get prepared when connected
Andreas Kling
2021-03-15
LibWeb: Add CanvasRenderingContext2D.clearRect()
Andreas Kling
2021-03-11
LibWeb: Remove FIXME in is_javascript_mime_type_essence_match
Luke
2021-03-09
LibWeb: Rename CSSParser => DeprecatedCSSParser
Andreas Kling
2021-03-08
LibWeb: Give CSSLoader a backpointer to its owner element
Andreas Kling
2021-03-08
LibWeb: Implement StyleSheet.ownerNode :^)
Andreas Kling
2021-03-07
LibWeb: Split CSS::StyleSheet into StyleSheet and CSSStyleSheet
Andreas Kling
2021-03-01
LibWeb: Provide file name to JavaScript interpreter
Jean-Baptiste Boric
2021-02-28
LibWeb: Add actual document loading for the CSS (at)import rule
Sviatoslav Peleshko
2021-02-26
Everywhere: Remove a bunch of redundant 'AK::' namespace prefixes
Linus Groh
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-20
LibWeb: Use DOMException in HTMLElement::set_content_editable()
Linus Groh
2021-02-10
LibWeb: Start implementing <input type=text> using a shadow DOM
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: Remove low-hanging LibGUI fruit from LibWeb
Andreas Kling
2021-02-10
LibWeb: Remove a whole bunch of unnecessary #includes
Andreas Kling
2021-02-08
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
AnotherTest
2021-02-07
LibWeb: Use move semantics for QualifiedName more often
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-01-30
LibWeb: Don't try to create GUI::TextBox inside multi-process web views
Andreas Kling
2021-01-29
ImageDecoder+LibImageDecoder+LibWeb: Support animations in ImageDecoder
Andreas Kling
2021-01-29
LibWeb: Flesh out prepare_script and execute_script
Luke
2021-01-25
Everywhere: Debug macros instead of constexpr.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-25
Everywhere: Use CMake to generate AK/Debug.h.
asynts
2021-01-22
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-20
LibGfx: Give Bitmap a scale factor
Nico Weber
2021-01-18
LibWeb: Move HTML::SubmitEvent functions out of line
Andreas Kling
2021-01-16
Everywhere: Replace a bundle of dbg with dbgln.
asynts
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling