summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CodeGenerators
AgeCommit message (Expand)Author
2020-11-27LibWeb: Don't generate a wrap() function for the Event IDL interfaceAndreas Kling
2020-11-22LibWeb: Make event dispatching spec-compliantLuke
2020-11-15Everywhere: Add missing <AK/ByteBuffer.h> includesAndreas Kling
2020-11-13LibWeb: Add initial implementation of document.implementationLuke
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
2020-11-11LibWeb+LibJS: Add [LegacyNullToEmptyString] attributeLuke
2020-11-09LibWeb: Add support for reflected boolean valuesLuke
2020-10-24AK: Eradicate the uses of out().asynts
2020-10-03LibWeb: Add empty IDL bindings for current SVG elementsLuke
2020-09-29LibWeb: Implement performance.now()Andreas Kling
2020-09-29LibWeb: Remove a bunch of unnecessary <LibJS/Interpreter.h> includesAndreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Move most of Interpreter into VMAndreas Kling
2020-09-25Meta+LibHTTP through LibWeb: Make clang-format-10 cleanBen Wiederhake
2020-09-22LibWeb: Disallow cross-origin access to <iframe>.contentDocumentAndreas Kling
2020-09-11LibWeb: Add basic support for boolean IDL attributes :^)Andreas Kling
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
2020-08-21LibWeb: Use GenericLexer in WrapperGeneratorNico Weber
2020-08-17LibWeb: Add Comment and DocumentFragment bindings, move querySelector...Luke
2020-08-12LibWeb: Mark compilation-unit-only functions as staticBen Wiederhake
2020-08-09LibWeb: Add HTML elements to factories, add missing tags and attributesLuke
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-28LibWeb: Move MouseEvent into the UIEvents namespaceAndreas Kling
2020-07-27LibWeb: Add a whole bunch of HTML DOM bindingsLuke
2020-07-26LibWeb: Move DOM classes into the Web::DOM namespaceAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-24LibWeb: Allow specifying a custom attribute name for [Reflect]Andreas Kling
2020-07-24LibWeb: Add code generation for reflecting IDL attributesAndreas Kling
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-07-21LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)Andreas Kling
2020-07-21LibWeb: Implement quirks mode detectionLuke
2020-06-23LibWeb: Make wrapper factory functions take JS::GlobalObject&Andreas Kling
2020-06-22LibWeb: Generate CanvasRenderingContext2D bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate Event and MouseEvent bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate ImageData bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate HTMLCanvasElement bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate HTMLImageElement bindings from IDL :^)Andreas Kling
2020-06-21LibJS+LibWeb: Add JS::Object::inherits(class_name)Andreas Kling
2020-06-21LibWeb: Generate EventTarget bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Generate Element bindings from IDL :^)Andreas Kling
2020-06-21LibWeb: Expose Node.appendChild() to the webAndreas Kling
2020-06-21LibWeb: Expose Document.body to the webAndreas Kling
2020-06-21LibWeb: Fix missing snake_case-ificiation of function parameter namesAndreas Kling
2020-06-21LibWeb+LibJS: Add a naive way to check if a wrapper "is" a certain typeAndreas Kling
2020-06-21LibWeb: Start generating JS wrappers from (simplified) WebIDL :^)Andreas Kling
2020-06-13AK: JsonParser improvementsMatthew Olsson
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-13LibWeb: Make CSS property parsing case-insensitiveLinus Groh
2020-04-06AK: Add out() and warn() streams that forward to stdout and stderrAndreas Kling
2020-03-22AK: Add FlyString, a simple flyweight string classAndreas Kling