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-11-27
LibWeb: Don't generate a wrap() function for the Event IDL interface
Andreas Kling
2020-11-22
LibWeb: Make event dispatching spec-compliant
Luke
2020-11-15
Everywhere: Add missing <AK/ByteBuffer.h> includes
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-11-11
LibWeb+LibJS: Add [LegacyNullToEmptyString] attribute
Luke
2020-11-09
LibWeb: Add support for reflected boolean values
Luke
2020-10-24
AK: Eradicate the uses of out().
asynts
2020-10-03
LibWeb: Add empty IDL bindings for current SVG elements
Luke
2020-09-29
LibWeb: Implement performance.now()
Andreas Kling
2020-09-29
LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includes
Andreas Kling
2020-09-27
LibJS: Make native function/property callbacks take VM, not Interpreter
Andreas Kling
2020-09-27
LibJS: Move most of Interpreter into VM
Andreas Kling
2020-09-25
Meta+LibHTTP through LibWeb: Make clang-format-10 clean
Ben Wiederhake
2020-09-22
LibWeb: Disallow cross-origin access to <iframe>.contentDocument
Andreas Kling
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
[next]