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
Age
Commit message (
Expand
)
Author
2020-06-21
LibWeb: Generate Element bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Update parser with more insertion modes :^)
stelar7
2020-06-21
LibGfx: Add BMP loader
Matthew Olsson
2020-06-21
LibWeb: Assume URLs ending in / serve html content :^)
stelar7
2020-06-21
LibWeb: Respect display:none on <input> elements
Maciej Sobaczewski
2020-06-21
LibWeb: Fix build after atob/btoa changes
Andreas Kling
2020-06-21
LibWeb: Expose Node.appendChild() to the web
Andreas Kling
2020-06-21
LibWeb: Expose Document.body to the web
Andreas Kling
2020-06-21
LibWeb: Expose Document.createElement() to the web
Andreas Kling
2020-06-21
LibWeb: Fix missing snake_case-ificiation of function parameter names
Andreas Kling
2020-06-21
LibWeb: Add Node.parentNode and Node.parentElement to DOM API :^)
Andreas Kling
2020-06-21
LibWeb+LibJS: Add a naive way to check if a wrapper "is" a certain type
Andreas Kling
2020-06-21
LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)
Andreas Kling
2020-06-20
LibWeb: Add atob/btoa to WindowObject
Joel Puig Rubio
2020-06-20
LibWeb: Add some missing wrapper calls to base class initialize()
Andreas Kling
2020-06-20
LibWeb: Give the DOM Window object a (weak) pointer to its JS wrapper
Andreas Kling
2020-06-20
LibWeb: JS wrappers need to call base class initialize()
Andreas Kling
2020-06-20
LibWeb: Split JS wrapper constructors into construct/initialize
Andreas Kling
2020-06-20
LibJS: Make Value::to_object() take a GlobalObject&
Andreas Kling
2020-06-20
LibJS: Move native objects towards two-pass construction
Andreas Kling
2020-06-20
LibJS: Pass GlobalObject& to native functions and property accessors
Andreas Kling
2020-06-18
LibWeb: Fix broken #include after moving files around
Andreas Kling
2020-06-18
LibWeb: Move StackingContext from Layout/ to Painting/
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-18
LibWeb: Respect min-width and max-width on position:absolute elements
Andreas Kling
2020-06-18
LibWeb: More work on width of position:absolute elements
Andreas Kling
2020-06-18
LibWeb: Separate layout tree rendering into phases
Andreas Kling
2020-06-18
LibWeb: Better width computation for position:absolute blocks
Andreas Kling
2020-06-17
LibWeb: Add PageClient::palette() for view-agnostic palette access
Andreas Kling
2020-06-17
LibWeb: Make RenderingContext use Gfx::Painter instead of GUI::Painter
Andreas Kling
2020-06-16
LibWeb: Make Element::tag_name() return a const FlyString&
Andreas Kling
2020-06-15
LibWeb: Fix broken parsing of </form> during "in body" insertion
Andreas Kling
2020-06-15
LibWeb: Don't load stylesheets with rel="alternate"
Andreas Kling
2020-06-15
LibWeb: Fix broken parsing of </select> during "in select" insertion
Andreas Kling
2020-06-15
LibWeb: Just ignore <script> elements that failed to load the script
Andreas Kling
2020-06-15
LibWeb: Use the URL encoder from AK instead of rolling a custom one
Andreas Kling
2020-06-15
LibWeb: Force a full relayout if an element's CSS display changes
Andreas Kling
2020-06-15
LibWeb: Allow block children of inlines
Andreas Kling
2020-06-15
LibWeb: Respect CSS z-index property while painting
Andreas Kling
2020-06-15
LibWeb: Layout nodes without own style can't be absolutely positioned
Andreas Kling
2020-06-14
LibWeb: Make the specificity sort comparator a bit more readable
Andreas Kling
2020-06-14
LibWeb: Don't assert when containing block doesn't know how to place
Andreas Kling
2020-06-14
LibWeb: Don't animate images outside the visible viewport :^)
Andreas Kling
2020-06-14
LibWeb: Move "visible in viewport" state tracking to ImageLoader
Andreas Kling
2020-06-14
LibWeb: Move bitmap animation from HTMLImageElement to ImageLoader
Andreas Kling
2020-06-14
LibWeb: Remove some unused functions from LayoutTable
Andreas Kling
2020-06-14
LibWeb: Remove some unused functions from HTMLImageElement
Andreas Kling
2020-06-14
LibWeb: Reorganize layout algorithm
Andreas Kling
2020-06-14
LibWeb: Dump layout node style properties in alphabetical order
Andreas Kling
2020-06-14
LibWeb: Simplify LayoutBlock::layout_block_children() a little bit
Andreas Kling
[next]