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-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-05
LibWeb: Add window.setTimeout()
Andreas Kling
2020-04-04
LibWeb: Add CanvasRenderingContext2D scale() and translate() stubs
Andreas Kling
2020-04-04
LibWeb: Handle javascript: URLs inside LibWeb :^)
Andreas Kling
2020-04-04
LibWeb: Treat '<' characters as part of the text inside <script>
Andreas Kling
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-04
LibWeb: Don't call an absent error callback in load_sync()
Andreas Kling
2020-04-04
LibJS: Add js_string(Interpreter&, String)
Andreas Kling
2020-04-03
LibWeb: Implement <script src> support for synchronous scripts
Andreas Kling
2020-04-03
LibWeb: Add ResourceLoader::load_sync()
Andreas Kling
2020-04-03
LibWeb: Protect DOM node while preparing to send mouse events
Andreas Kling
2020-04-03
LibWeb: Add NavigatorObject to Makefile
Linus Groh
2020-04-03
LibWeb: Handle invalid URL in HtmlView::load()
Linus Groh
2020-04-03
LibWeb: Add "navigator" object and expose navigator.userAgent
Andreas Kling
2020-04-01
LibJS: Make Value::as_object() return Object&
Andreas Kling
2020-04-01
LibJS: Add Interpreter::create<GlobalObjectType>()
Andreas Kling
2020-04-01
LibWeb: Remove debug spam in WindowObject
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-04-01
Browser: Add error page
Linus Groh
2020-03-30
LibWeb: Support more advanced selectors in document.querySelectorAll()
Andreas Kling
2020-03-30
LibWeb: Add Element.id property to the bindings
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-29
LibJS+LibWeb: Function calls should always go through Interpreter
Andreas Kling
2020-03-29
LibJS+LibWeb: Move native properties to separate getters/setters
Andreas Kling
2020-03-28
LibJS+LibWeb: Move native JS functions into dedicated member functions
Andreas Kling
2020-03-28
LibJS: Rework how native functions are called to improve |this| value
Andreas Kling
2020-03-28
LibWeb: Move get_element_by_id() to a NonElementParentNode mixin class
Andreas Kling
2020-03-26
Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511)
Elisée Maurer
2020-03-25
LibWeb: Implement getting and setting element.innerHTML
Andreas Kling
2020-03-25
LibWeb: Add ParentNode::remove_all_children()
Andreas Kling
2020-03-25
LibWeb: Add Document::invalidate_layout()
Andreas Kling
2020-03-25
LibWeb: Commit uncommitted text at the end of HTML parse
Andreas Kling
2020-03-25
LibWeb: Make dump_tree() look okay for DocumentFragments
Andreas Kling
2020-03-25
LibWeb: Detach any LayoutNode from its parent if present in ~Node()
Andreas Kling
2020-03-25
LibWeb: Node::is_parent_node() should return true for DocumentFragments
Andreas Kling
2020-03-25
LibWeb: Remove debug spam about getting a 2D canvas context
Andreas Kling
2020-03-23
LibWeb: CSS: Add "position: absolute" with top and left
myphs
2020-03-22
LibWeb: Implement cancelAnimationFrame()
Andreas Kling
2020-03-22
LibWeb: Add basic support for requestAnimationFrame()
Andreas Kling
2020-03-22
LibWeb: Use FlyString for DOM event names
Andreas Kling
2020-03-22
LibWeb: Use FlyString for Element tag names
Andreas Kling
2020-03-22
LibWeb: Use FlyString for element attribute names
Andreas Kling
2020-03-22
LibJS: Use FlyString for identifiers
Andreas Kling
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-22
LibWeb: Put selection-related debug spam behind an #ifdef
Andreas Kling
2020-03-21
LibWeb: Add a naive implementation of setInterval()
Andreas Kling
2020-03-21
LibWeb: Silence some debug spam about JS event handler invocations
Andreas Kling
2020-03-21
LibWeb: Give MouseEvents the correct offsetX and offsetY values
Andreas Kling
2020-03-21
LibWeb: Add a DOM Event class (instead of events being simple strings)
Andreas Kling
[prev]
[next]