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
/
LibHTML
Age
Commit message (
Expand
)
Author
2020-01-23
AK: Let's call decrementing reference counts "unref" instead of "deref"
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-15
Build: more IPCCompiler-generated dependencies
joshua stein
2020-01-13
LibDraw+LibHTML: Make link colors themeable
Andreas Kling
2020-01-05
LibHTML: Fix broken build after Element::computed_style() change
Andreas Kling
2020-01-05
LibHTML: Make the Element::computed_style() return NonnullRefPtr
Matrix89
2020-01-05
LibHTML: Add four missing border properties to the computed style
Matrix89
2020-01-05
LibHTML: Replace StyleProperties::create(StyleProperties) with clone()
Matrix89
2020-01-05
Browser+LibHTML: Change the way computed styles are queried
Matrix89
2020-01-05
Browser+LibHTML: Deduplicate inspector code
Matrix89
2020-01-05
Browser+LibHTML: Add "Computed" styles to the DOM inspector
Matrix89
2020-01-05
LibHTML: Respect the system theme
Sergey Bugaev
2020-01-02
Build: HOST_CXX -> USE_HOST_CXX
joshua stein
2020-01-02
Browser+LibHTML: Add resolved element style to the DOM inspector
Andreas Kling
2020-01-02
LibHTML: Include element attributes in the DOMTreeModel
Andreas Kling
2020-01-02
LibHTML: Have element keep a pointer to their resolved style
Andreas Kling
2020-01-01
AK: Move the userspace SharedBuffer from LibC to AK
Andreas Kling
2019-12-30
LibHTML: Ignore all CSS rules starting with "@" for now
Andreas Kling
2019-12-29
LibHTML: RenderingContext should keep the Palette alive
Andreas Kling
2019-12-28
LibHTML: Add missing flock to Makefile (thanks jcs)
Andreas Kling
2019-12-28
Build: Fix missing IPC dependency for LibHTML
Stefano Cristiano
2019-12-28
Build: wrap make invocations with flock(1)
joshua stein
2019-12-26
LibHTML: Remove fixed FIXME
Shannon Booth
2019-12-25
Build: support library and generator dependencies
joshua stein
2019-12-24
LibGUI+LibDraw: Add "Palette" concept for scoped color theming
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
2019-12-18
LibHTML: Ignore layout repaints outside the visible viewport
Andreas Kling
2019-12-18
LibHTML: Add TreeNode::for_each_in_subtree_of_type<T>()
Andreas Kling
2019-12-18
LibHTML: Mark image bitmaps outside the visible viewport as volatile
Andreas Kling
2019-12-18
LibHTML: Push the visible viewport rect from HtmlView to Frame
Andreas Kling
2019-12-18
LibHTML: Add LayoutNode::is_image() and is<LayoutImage> helper
Andreas Kling
2019-12-18
LibHTML: Insert a new linebox for every newline in "white-space: pre"
Andreas Kling
2019-12-18
LibHTML: Ignore case of presentation attribute names
Andreas Kling
2019-12-18
LibHTML: Don't insert line breaks between multiple <pre>'s on a line
Andreas Kling
2019-12-18
LibHTML: Let's display <basefont> as block-level elements for now
Andreas Kling
2019-12-18
LibHTML: Use a fixed-width font for <pre> tags, duh!
Andreas Kling
2019-12-16
LibHTML: Support the :only-child pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :empty pseudo class
Andreas Kling
2019-12-16
LibHTML: Support the :first-child and :last-child pseudo classes
Andreas Kling
2019-12-11
LibHTML: Rename HTMLImageElement::m_image_data => m_encoded_data
Andreas Kling
2019-12-09
AK: Use size_t for the length of strings
Andreas Kling
2019-11-30
LibHTML: Allow resource loads to fail
Andreas Kling
2019-11-30
LibHTML: Don't bother updating layout in frameless documents
Andreas Kling
2019-11-28
LibHTML: Just swallow :not selectors for now
Andreas Kling
2019-11-28
LibHTML: CSS parser should accept "foo>bar", not just "foo > bar"
Andreas Kling
2019-11-28
LibHTML: Update CSS parser with terminology from Selectors Level 4
Andreas Kling
2019-11-27
LibHTML: Respect "border-style: dotted"
Andreas Kling
2019-11-27
LibHTML: Add shorthand expansion for border-{style,width,color}
Andreas Kling
2019-11-27
LibHTML: Implement compound selectors
Andreas Kling
2019-11-25
LibHTML: Implement basic <form> and <input> element support
Andreas Kling
[next]