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-23
LibWeb: Let HTMLScriptElement call Document::run_javascript()
Andreas Kling
2020-06-23
LibWeb: Remove hacky old ways of running <script> element contents
Andreas Kling
2020-06-23
LibWeb: Fix tokenization of attributes with URL query strings in them
Andreas Kling
2020-06-23
LibWeb: Remove Gfx::ImageDecoder from ImageLoader
Andreas Kling
2020-06-23
LibWeb: Use ImageLoader::has_image() in HTMLObjectElement
Andreas Kling
2020-06-23
LibWeb: Decode CSS image values out-of-process as well
Andreas Kling
2020-06-23
LibWeb: Give ImageResource::bitmap(frame_index) default frame_index = 0
Andreas Kling
2020-06-23
LibGfx+LibWeb: Add JPEG decoder and integrate with LibWeb
Devashish
2020-06-22
LibWeb+Browser: Decode non-animated images out-of-process :^)
Andreas Kling
2020-06-22
LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)
Andreas Kling
2020-06-22
LibWeb: Add "image/x‑portable‑pixmap" mime type for pbm file extension
Hüseyin ASLITÜRK
2020-06-21
LibWeb: Remove most uses of the old HTML parser
Andreas Kling
2020-06-21
LibWeb: Add PageView::load_html() for loading HTML directly
Andreas Kling
2020-06-21
LibWeb: Fix two typo bugs in table parsing
Andreas Kling
2020-06-21
LibWeb: A </table> inside <tbody> is not a parse error
Andreas Kling
2020-06-21
LibWeb: Fix misunderstood implementation of "table" and "select" scopes
Andreas Kling
2020-06-21
LibWeb: Implement more of the foster parenting algorithm in the parser
Andreas Kling
2020-06-21
LibWeb: Add Node.insertBefore(Node node, Node? child)
Andreas Kling
2020-06-21
LibWeb: Add "image/x‑portable‑bitmap" mime type for pbm file extension
Hüseyin ASLITÜRK
2020-06-21
LibWeb: Generate Event and MouseEvent bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate ImageData bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate HTMLCanvasElement bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate HTMLImageElement bindings from IDL :^)
Andreas Kling
2020-06-21
LibJS+LibWeb: Add JS::Object::inherits(class_name)
Andreas Kling
2020-06-21
LibWeb: Add HTMLElement wrapper
Andreas Kling
2020-06-21
LibWeb: Add EventTarget.removeEventListener()
Andreas Kling
2020-06-21
LibWeb: Generate EventTarget bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Add Element.tagName and Element.className
Andreas Kling
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
[prev]
[next]