summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings
AgeCommit message (Expand)Author
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
2022-10-20LibWeb: Prevent GC from running during intrinsics allocationAndreas Kling
2022-10-20LibWeb: Don't store JS::Handle<JS::Promise> in EnvironmentSettingsObjectAndreas Kling
2022-10-15WebContent+LibWeb+LibJS: Report exceptions to the JS consolePavel
2022-10-09LibWeb: Make HostDefined and Intrinsics free functions [[nodiscard]]Andrew Kaster
2022-10-09LibWeb: Re-implement HTML::Navigator using IDLAndrew Kaster
2022-10-09LibWeb: Delete WindowObjectHelper and use new generated helper insteadAndrew Kaster
2022-10-06LibWeb: Implement two module related host hooksnetworkException
2022-10-05LibWeb: Prepare to run callback in host_enqueue_promise_job()Linus Groh
2022-10-04LibWeb: Add FileList from the FileAPI specAndrew Kaster
2022-10-01LibWeb: Remove the internal window object from WebEngineCustomDataAndrew Kaster
2022-10-01LibWeb: Cleanup unecessary uses and includes of HTML::WindowAndrew Kaster
2022-10-01LibWeb: Use prototype and constructor methods from new IntrinsicsAndrew Kaster
2022-10-01LibWeb: Remove unecessary dependence on Window from HTML classesAndrew Kaster
2022-10-01LibWeb: Move Web prototypes and constructors to new Intrinsics objectAndrew Kaster
2022-09-29AK+Everywhere: Replace "protocol" with "scheme" url helpersnetworkException
2022-09-27LibWeb: Implement '5.5. Response class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Implement '5.4. Request class' from the Fetch API :^)Linus Groh
2022-09-27LibWeb: Support plain (throw) JS::Completion in WebIDL::ExceptionOrLinus Groh
2022-09-25LibWeb: Move DOMException from DOM/ to WebIDL/Linus Groh
2022-09-25LibWeb: Move ExceptionOr from DOM/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move WindowProxy from Bindings/ to HTML/Linus Groh
2022-09-24LibWeb: Move IDLOverloadResolution from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move IDLAbstractOperations from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move CallbackType from Bindings/ to WebIDL/Linus Groh
2022-09-24LibWeb: Move cross-origin AOs from Bindings/ to HTML/CrossOrigin/Linus Groh
2022-09-24LibWeb: Avoid overflow and OOB indexing in get_buffer_source_copy()MacDue
2022-09-24LibWeb: Remove unused capture in queue_a_microtask()Andreas Kling
2022-09-24LibWeb: Remove now-unnecessary JS::Handles in microtask capture listsAndreas Kling
2022-09-24LibWeb: Remove now-unnecessary JS::Handles in HTML task capture listsAndreas Kling
2022-09-22LibWeb: Start fleshing out the ReadableStream interfaceLinus Groh
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-21LibWeb: Remove no-op impl() methods from the WEB_PLATFORM_OBJECT macroLinus Groh
2022-09-18LibWeb: Rename Attribute to AttrAndreas Kling
2022-09-17LibWeb: Start implementing the IDL Overload Resolution Algorithm :^)Sam Atkins
2022-09-09LibWeb: Resolve two document-tree child browsing context count FIXMEsnetworkException
2022-09-08LibJS+LibWeb: Spin event loop via VM::CustomData abstractionAndreas Kling
2022-09-06LibWeb: Remove unused WindowObject.hAndreas Kling
2022-09-06LibJS: Make Script and Module GC-allocatedAndreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::wrap()Andreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::Wrapper classAndreas Kling
2022-09-06LibWeb: Remove now-unused Bindings::Wrappable classAndreas Kling
2022-09-06LibWeb: Make DOMException GC-allocatedAndreas Kling