summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/CodeGenerators
AgeCommit message (Expand)Author
2021-08-28Everywhere: Move all host tools into the Lagom/Tools subdirectoryAndrew Kaster
2021-08-25LibWeb: Generate property_initial_value() function from Properties.jsonSam Atkins
2021-08-16LibWeb: Replace is_inherited_property() with generated codeSam Atkins
2021-08-01LibWeb: Remove unused header includesBrian Gianforcaro
2021-07-26LibWeb: Make functions and attributes in bindings writabledavidot
2021-07-26LibWeb: Add a CustomHasProperty trait to WrapperGeneratordavidot
2021-07-26LibWeb: Convert WrapperGenerator and the generated code to east-constdavidot
2021-07-23LibWeb: Fix that empty event handlers return null instead of crashingdavidot
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-05LibWeb: Use is_nullish instead of is_null for nullable typesLuke
2021-07-05LibWeb: Make WrapperGenerator generate nullable wrapper typesLuke
2021-07-04LibWeb: Change WrapperGenerator to emit acessor propertiesLinus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibJS: Bring ArrayCreate and ArrayConstructor closer to specIdan Horowitz
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-29AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()Max Wipfli
2021-06-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-17LibJS: Replace boolean without_side_effects parameters with an enumIdan Horowitz
2021-06-16LibJS: Respect Object::get's without_side_effects parameter for numbersIdan Horowitz
2021-06-15LibWeb: Use Optional<String> more in WrapperGeneratorAndreas Kling
2021-05-31LibWeb/WrapperGenerator: Replace a fprintf() with warnln()Linus Groh
2021-05-28LibWeb: Add PropertyID::Custom to code generatorTobias Christiansen
2021-05-26LibJS+LibWeb: Make Uint8ClampedArray use TypedArrayAli Mohammad Pur
2021-05-19Everywhere: Add missing includes for <AK/OwnPtr.h>Gunnar Beutner
2021-05-12LibCore+Everywhere: Move OpenMode out of IODeviceAli Mohammad Pur
2021-05-09LibWeb: Implement HTMLTableElement thead attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement caption attributesAdam Hodgen
2021-05-09LibWeb: Implement HTMLTableElement row attributesAdam Hodgen
2021-05-04LibWeb: Implement EventTarget.dispatchEventLuke
2021-05-04LibWeb: Add support for extended attributes on IDL parametersLuke
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-25LibWeb: Add exception support in IDL constructorsDexesTTP
2021-04-23AK: Rename adopt() to adopt_ref()Andreas Kling
2021-04-22Everywhere: Use linusg@serenityos.org for my copyright headersLinus Groh
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22LibWeb: Allow IDL interfaces to override get_by_index()Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-20LibWeb: Add basic support for HTMLInputElement.formAndreas Kling
2021-04-20LibWeb: Don't include "Wrapper" suffix in JS wrapper class_name()Andreas Kling
2021-04-15LibWeb: Add support for optional double arguments with no default valueIdan Horowitz
2021-04-15LibWeb: Emit optional boolean variable definition in WrapperGeneratorIdan Horowitz
2021-04-13LibWeb: Make ExceptionOr work with non-JS::Value typesAnotherTest
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-11LibWeb: Add support for optional default values and optional bools in IDLLuke
2021-04-11LibWeb: Remove trailing ';' from WrapperGenerator functions.Brian Gianforcaro
2021-04-10LibWeb: Support nullable EventListener parameters in WrapperGeneratorLinus Groh
2021-04-06LibWeb: Support the "ImplementedAs" IDL attribute on functionsLuke
2021-04-05LibWeb: Support "pseudo" CSS propertiesTimothy Flynn
2021-04-03LibWeb: Implement XMLHttpRequest.getResponseHeader()Linus Groh
2021-03-15LibWeb: Allow JS wrappers to customize get() and put()Andreas Kling