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-12-12
LibWeb: Apply 'min-width' and 'max-width' constraints to replaced boxes
Andreas Kling
2020-12-09
LibWeb: Expose DOM::Range to JavaScript.
asynts
2020-12-09
LibWeb: Make DOM::Range more suitable for JS.
asynts
2020-12-09
LibWeb: Add support for range deletion.
asynts
2020-12-09
LibWeb: Move editing stuff into EditEventHandler.
asynts
2020-12-07
LibWeb: Cache parsed inline style of DOM elements
Andreas Kling
2020-12-03
LibWeb: Fix wrong forward declaration of LineBox & LineBoxFragment
Andreas Kling
2020-12-03
LibWeb: Move PaintPhase enum out of Layout::Node
Andreas Kling
2020-11-22
LibWeb: Add the submit event to HTMLFormElement
Luke
2020-11-22
LibWeb: Rename LayoutNode classes and move them into Layout namespace
Andreas Kling
2020-11-22
LibWeb: Reorganize layout system in terms of formatting contexts
Andreas Kling
2020-11-13
LibWeb: Add initial implementation of document.implementation
Luke
2020-11-12
LibWeb: Add almost all obsolete but required IDL attributes
Luke
2020-10-08
TextEditor: Replace InProcessWebView with OutOfProcessWebView
Linus Groh
2020-10-03
LibWeb: Add empty IDL bindings for current SVG elements
Luke
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-09-22
LibWeb: Dispatch DOM "load" event on <iframe> elements
Andreas Kling
2020-09-20
LibWeb: Add Bindings::ScriptExecutionContext
Andreas Kling
2020-09-12
LibWeb: Implement <input type=submit> without using LibGUI
Andreas Kling
2020-08-21
LibWeb: Implement <template> parsing
Luke
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
[next]