summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings
AgeCommit message (Expand)Author
2023-03-07LibWeb/Bindings: Remove now unused REPLACEABLE_PROPERTY_SETTER() macroLinus Groh
2023-03-07LibWeb/HTML: Port Window.fetch() to IDLLinus Groh
2023-03-07LibWeb: Generate Window{Constructor,Prototype} from IDLLinus Groh
2023-03-07LibWeb: Remove the dummy execution contextLuke Wilde
2023-03-07LibWeb: Remove CSS::Parser::ParsingContext's default constructorLuke Wilde
2023-03-06Everywhere: Remove NonnullRefPtr.h includesAndreas Kling
2023-03-06LibWeb: Fix a few const-ness issuesMatthew Olsson
2023-03-05LibWeb: Port PromiseRejectionEvent to new StringKenneth Myhra
2023-03-03LibWeb/WebIDL: Store SimpleException message as a String{,View} variantLinus Groh
2023-03-03LibWeb/Fetch: Port JS interfaces to new StringLinus Groh
2023-03-03LibWeb: Update generated code in Bindings/FetchMethod.cppLinus Groh
2023-02-28LibWeb: Restore proper functionality of legacy platform objectsLuke Wilde
2023-02-22LibWeb: Make factory method of DOM::ElementFactory fallibleKenneth Myhra
2023-02-18LibWeb: Make factory method of HTML::PromiseRejectionEvent fallibleKenneth Myhra
2023-02-17LibJS+Everywhere: Convert JS::Error to StringTimothy Flynn
2023-02-16LibWeb: Convert usages of Value::TDSWOSE to Value::TSWOSETimothy Flynn
2023-02-16LibJS+Everywhere: Deprecate Value::to_string_without_side_effectsTimothy Flynn
2023-02-15LibWeb: Port CSS/Serialize.{h,cpp} to new Strings, and propagate errorsSam Atkins
2023-01-29LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocateTimothy Flynn
2023-01-29LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errorsTimothy Flynn
2023-01-18LibWeb: Convert the Location object to IDLLinus Groh
2023-01-15LibJS+Everywhere: Rename Value::to_string to to_deprecated_stringTimothy Flynn
2023-01-10LibWeb: Generate exposed Window/Worker interfaces as lazy objectsTimothy Flynn
2023-01-10LibWeb: Remove Intrinsics::cached_web_prototypeTimothy Flynn
2023-01-10LibWeb: Convert uses of cached_web_prototype to ensure_web_prototypeTimothy Flynn
2023-01-10LibWeb: Move passing of Web object prototypes out of constructorsTimothy Flynn
2023-01-10LibWeb: Move setting of Web object prototypes to initialize()Timothy Flynn
2023-01-10LibWeb: Generate dedicated methods to create Web constructors/prototypesTimothy Flynn
2023-01-09AK+Everywhere: Rename FlyString to DeprecatedFlyStringTimothy Flynn
2023-01-02Everywhere: Remove unused includes of AK/StdLibExtras.hBen Wiederhake
2022-12-15LibJS: Convert Object::construct() to NonnullGCPtrLinus Groh
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Remove Object(Object& prototype) footgunAndreas Kling
2022-12-14LibJS: Convert Object::create() to NonnullGCPtrLinus Groh
2022-12-14LibJS: Convert Array::create{,_from}() to NonnullGCPtrLinus Groh
2022-12-07LibJS: Replace standalone js_string() with PrimitiveString::create()Linus Groh
2022-12-06Everywhere: Rename to_{string => deprecated_string}() where applicableLinus Groh
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30LibWeb: Add PlatformObject::implements_interface(String)Andreas Kling
2022-11-23LibJS+LibWeb: Move JS::ModuleRequest to its own header fileAndreas Kling
2022-11-23LibJS+LibWeb: Make Runtime/AbstractOperations.h not include AST.hAndreas Kling
2022-11-19Everywhere: Remove unnecessary mutable attributes from lambdasMacDue
2022-11-13LibWeb: Implement `window.location.origin`Igor Pissolati
2022-10-31LibWeb: Handle currently ignored `WebIDL::ExceptionOr<T>`sLinus Groh
2022-10-30LibWeb: Implement the fetch() method :^)Linus Groh
2022-10-29LibWeb: Ensure dom_exception_to_throw_completion() always takes a VMLinus Groh
2022-10-25LibWeb: Remove old assertion in host_enqueue_promise_job context hackLuke Wilde
2022-10-24LibWeb: Implement recent changes to module script fetchingnetworkException
2022-10-24LibWeb: Teach MainThreadVM about module scriptsLinus Groh
2022-10-20LibWeb: Hang on to the internal realm with a JS::HandleAndreas Kling