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
/
Forward.h
Age
Commit message (
Expand
)
Author
2020-08-17
LibWeb: Add Comment and DocumentFragment bindings, move querySelector...
Luke
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-14
LibWeb: Add "focused frame" concept, one focused Frame per Page
Andreas Kling
2020-08-09
LibWeb: Add HTML elements to factories, add missing tags and attributes
Luke
2020-08-03
LibWeb: Add CharacterData and Text IDL interfaces
Andreas Kling
2020-08-02
LibWeb: Add a basic DOM::Position class
Andreas Kling
2020-07-28
LibWeb: Oops, provide the correct WrapperType for UIEvent
Andreas Kling
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
Andreas Kling
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-26
LibWeb: Move CSS classes into the Web::CSS namespace
Andreas Kling
2020-07-26
LibWeb: Move DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-21
LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)
Andreas Kling
2020-07-21
LibWeb: Implement quirks mode detection
Luke
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-21
LibWeb: Add HTMLElement wrapper
Andreas Kling
2020-06-18
LibWeb: Rename LayoutNode::render() to paint()
Andreas Kling
2020-06-15
LibWeb: Respect CSS z-index property while painting
Andreas Kling
2020-06-14
LibWeb: Reorganize layout algorithm
Andreas Kling
2020-06-10
LibWeb: Rework the layout engine to use relative offsets
Andreas Kling
2020-06-09
LibWeb: Add some iteration helpers to LayoutNode
Andreas Kling
2020-06-08
LibWeb: Add Page abstraction between PageView and main Frame
Andreas Kling
2020-06-07
LibWeb: Add per-Frame EventHandler, handle mouse events recursively
Andreas Kling
2020-06-01
LibWeb: Add a naive Resource cache
Andreas Kling
2020-06-01
LibWeb: Start building a new Resource class to share more resources
Andreas Kling
2020-05-28
LibWeb: Rename Web::HtmlView => Web::PageView
Andreas Kling
2020-05-24
LibWeb: Add HTMLScriptElement to the forwarding header
Andreas Kling
2020-05-24
LibWeb: More work on the HTML parser and tokenizer
Andreas Kling
2020-05-24
LibWeb: Add HTMLFormElement to forwarding header
Andreas Kling
2020-05-18
LibWeb: Allow navigating to a new URL by setting window.location.href
Andreas Kling
2020-05-10
LibWeb: Add Text to the forwarding header
Andreas Kling
2020-04-21
LibWeb: Add ImageData objects and implement 2D context putImageData()
Andreas Kling
2020-04-14
LibWeb: Add a JavaScript wrapper for HTMLImageElement :^)
Andreas Kling
2020-04-08
LibWeb: Add XMLHttpRequest object :^)
Andreas Kling
2020-04-07
LibWeb: Add Origin concept (protocol, host, port tuple)
Andreas Kling
2020-04-01
LibWeb+LibJS: Move DOM Window object to dedicated classes
Andreas Kling
2020-03-30
LibWeb: Add naive support for document.querySelectorAll()
Andreas Kling
2020-03-25
LibWeb: Implement getting and setting element.innerHTML
Andreas Kling
2020-03-21
LibWeb: Add a DOM Event class (instead of events being simple strings)
Andreas Kling
2020-03-19
LibWeb: Add <canvas> element and start fleshing out CRC2D
Andreas Kling
2020-03-18
LibWeb: Start working on DOM event support
Andreas Kling
2020-03-14
LibWeb: Start implementing basic JavaScript DOM bindings
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling