summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/Bindings
AgeCommit message (Expand)Author
2021-01-01LibWeb: Use is<T> in XMLHttpRequestPrototypeAndreas Kling
2021-01-01LibWeb: Remove more hand-rolled type information :^)Andreas Kling
2021-01-01LibJS+LibWeb: Stop generating is_foo_wrapper() for JS DOM wrappersAndreas Kling
2021-01-01AK+LibGUI+LibWeb: Remove AK::TypeTraits in favor of RTTI-based helpersAndreas Kling
2020-12-21Everywhere: Switch from (void) to [[maybe_unused]] (#4473)Lenny Maiorani
2020-12-09LibWeb: Apply suggested fixes.asynts
2020-12-09LibWeb: Expose DOM::Range to JavaScript.asynts
2020-12-09LibWeb: Don't allocate XMLHttpRequestConstructor twiceLinus Groh
2020-12-09LibWeb: Disallow construction of XMLHttpRequest without 'new'Linus Groh
2020-12-02LibWeb: Complete the URL in href_setter() before trying to load itAnotherTest
2020-12-01LibJS: Remove ProxyPrototypeLinus Groh
2020-11-28LibJS: Rename Cell::visit_children() => Cell::visit_edges()Andreas Kling
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-14LibWeb: Use standardized encoding names, add encoding attribute to documentLuke
2020-11-12LibWeb: Add almost all obsolete but required IDL attributesLuke
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: Remove Interpreter& argument to Function::construct()Andreas Kling
2020-09-27LibJS: Make native function/property callbacks take VM, not InterpreterAndreas Kling
2020-09-27LibJS: Make Function::call() not require an Interpreter&Andreas 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: Add WindowObject::origin()Andreas Kling
2020-09-20LibWeb: Add Bindings::ScriptExecutionContextAndreas Kling
2020-09-06LibWeb: Move DOM event dispatch to its own classAndreas Kling
2020-08-31LibWeb: Expose window.self and window.framesLuke
2020-08-25LibJS: Make Interpreter::throw_exception() a void functionLinus Groh
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-08-05Unicode: Try s/codepoint/code_point/g againNico Weber
2020-08-05Revert "Unicode: s/codepoint/code_point/g"Nico Weber
2020-08-03LibWeb: Add CharacterData and Text IDL interfacesAndreas Kling
2020-08-03Unicode: s/codepoint/code_point/gAndreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-28LibWeb: Move MouseEvent into the UIEvents namespaceAndreas Kling
2020-07-27AK: Change the signature of AK::encode_base64() to use Span.asynts
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: Switch to using AK::is and AK::downcastAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-07-23LibJS: Simplify Cell::initialize()Andreas Kling
2020-07-22LibWeb: Make btoa() and atob() correctly handle values between 128 and 255Nico Weber
2020-07-22AK: Make encode_base64 take a ByteBuffer and return a StringNico Weber
2020-07-22LibJS: Add FIXMEs to a few functions that need UTF-16 handlingNico Weber
2020-07-21LibWeb: Use "namespace Web::Foo {" since C++20 allows it :^)Andreas Kling
2020-07-21LibWeb: Implement quirks mode detectionLuke
2020-07-01LibJS: Explicitly pass a "Function& new_target" to Function::constructMatthew Olsson