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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2020-12-15
LibWeb: Generate the CSS::ValueID enum and its helper functions
Andreas Kling
2020-12-14
LibWeb: Add a simple StyleInvalidator class
Linus Groh
2020-12-13
LibWeb: Move DOM/TagNames.* => HTML/TagNames.*
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: Move editing stuff into EditEventHandler.
asynts
2020-12-08
LibWeb: Build the DumpLayoutTree subdirectory
Andreas Kling
2020-12-04
LibWeb: Move border painting from Layout::Box to a free function
Andreas Kling
2020-11-25
LibWeb: Rename Layout::LayoutTreeBuilder => Layout::TreeBuilder
Andreas Kling
2020-11-22
LibWeb: Add the submit event to HTMLFormElement
Luke
2020-11-22
LibWeb: Add HTML::EventNames and UIEvents::EventNames
Luke
2020-11-22
LibWeb: Make event dispatching spec-compliant
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-22
LibWeb: Add namespace to Element
Luke
2020-10-10
LibWeb: Create LayoutNodes for each SVG element
Matthew Olsson
2020-10-03
LibWeb: Add empty IDL bindings for current SVG elements
Luke
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-09-24
LibWeb: Add a separate UA style sheet for documents in quirks mode
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-09-11
LibWeb: Add basic support for <input type=checkbox>
Andreas Kling
2020-09-06
LibWeb: Move DOM event dispatch to its own class
Andreas Kling
2020-08-17
LibWeb: Add more document tests, add comment, text and mixin tests
Luke
2020-08-17
LibWeb: Add Comment and DocumentFragment bindings, move querySelector...
Luke
2020-08-17
LibWeb: Add Node.textContent
Nico Weber
2020-08-17
LibWeb: Rename WebContentView => OutOfProcessWebView
Andreas Kling
2020-08-17
LibWeb: Rename PageView => InProcessWebView
Andreas Kling
2020-08-12
LibWeb: Move HTML::AttributeNames file into HTML/ directory
Andreas Kling
2020-08-09
LibWeb: Add HTML elements to factories, add missing tags and attributes
Luke
2020-08-04
Build: Support make's and ninja's restat optimization
Nico Weber
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: Add UIEvent class (base of MouseEvent, and others)
Andreas Kling
2020-07-28
LibWeb: Move the Page/Frame/EventHandler classes into Page/
Andreas Kling
2020-07-28
LibWeb: Move the CSS parser into CSS/Parser/
Andreas Kling
2020-07-28
LibWeb: Move the HTML parser into HTML/Parser/
Andreas Kling
2020-07-28
LibWeb: Move MouseEvent into the UIEvents namespace
Andreas Kling
2020-07-27
LibWeb: Add a whole bunch of HTML DOM bindings
Luke
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-26
LibWeb: Refactor SVG files into their own directory; follow spec layout
Matthew Olsson
2020-07-26
LibWeb: Abstract common operations of graphical SVG elements
Matthew Olsson
2020-07-26
LibWeb: Begin SVG element support
Matthew Olsson
2020-07-21
LibWeb: Implement quirks mode detection
Luke
2020-07-06
LibWeb: Move WebContentView from Demos/WebView into LibWeb
Andreas Kling
2020-06-29
LibWeb: Add LayoutRange::normalized()
Andreas Kling
2020-06-27
LibWeb: Make DOM timers cancellable and stop leaking them
Andreas Kling
2020-06-26
LibWeb+Browser: Remove old HTML parser :^)
Andreas Kling
[next]