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
/
CodeGenerators
Age
Commit message (
Expand
)
Author
2020-09-11
LibWeb: Add basic support for boolean IDL attributes :^)
Andreas Kling
2020-08-25
LibJS: Make Interpreter::throw_exception() a void function
Linus Groh
2020-08-21
LibWeb: Use GenericLexer in WrapperGenerator
Nico Weber
2020-08-17
LibWeb: Add Comment and DocumentFragment bindings, move querySelector...
Luke
2020-08-12
LibWeb: Mark compilation-unit-only functions as static
Ben Wiederhake
2020-08-09
LibWeb: Add HTML elements to factories, add missing tags and attributes
Luke
2020-07-28
LibWeb: Move HTML classes into the Web::HTML namespace
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 DOM classes into the Web::DOM namespace
Andreas Kling
2020-07-26
LibWeb: Move HTML object model stuff into LibWeb/HTML/
Andreas Kling
2020-07-24
LibWeb: Allow specifying a custom attribute name for [Reflect]
Andreas Kling
2020-07-24
LibWeb: Add code generation for reflecting IDL attributes
Andreas Kling
2020-07-23
LibJS: Simplify Cell::initialize()
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-23
LibWeb: Make wrapper factory functions take JS::GlobalObject&
Andreas Kling
2020-06-22
LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)
Andreas Kling
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: Generate EventTarget bindings from IDL :^)
Andreas Kling
2020-06-21
LibWeb: Generate Element bindings from IDL :^)
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: Fix missing snake_case-ificiation of function parameter names
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-13
AK: JsonParser improvements
Matthew Olsson
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-13
LibWeb: Make CSS property parsing case-insensitive
Linus Groh
2020-04-06
AK: Add out() and warn() streams that forward to stdout and stderr
Andreas Kling
2020-03-22
AK: Add FlyString, a simple flyweight string class
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling