summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/Bindings
AgeCommit message (Expand)Author
2021-07-11LibWeb: Add context to new CSS parser, and deprecate the old oneSam Atkins
2021-07-06LibJS: Remove the default length & attributes from define_native_*Idan Horowitz
2021-07-06LibJS: Add define_direct_property and remove the define_property helperIdan Horowitz
2021-07-05LibWeb: Replace usage of native properties with accessors in WindowIdan Horowitz
2021-07-05LibWeb: Replace usage of native properties with accessors in NavigatorIdan Horowitz
2021-07-05LibWeb: Replace usage of native properties with accessors in LocationIdan Horowitz
2021-07-05LibWeb: Add DOMParserLuke
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-27LibJS: Rename Function => FunctionObjectAndreas Kling
2021-06-27LibWeb: Make ExceptionOr capable of holding all error types in the specAli Mohammad Pur
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas 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-09LibJS: Add the Set built-in objectIdan Horowitz
2021-05-31LibWeb: Return null in Window.{top,parent} if browsing context is nullLuke
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-26LibWeb: Implement a very basic WebAssembly JS APIAli Mohammad Pur
2021-05-07LibWeb: Convert StringBuilder::appendf() => AK::FormatAndreas Kling
2021-04-25LibWeb: Add WebSocket bindingsDexesTTP
2021-04-24LibJS+LibWeb: Move exception logging and remove should_log_exceptionsLinus Groh
2021-04-23LibWeb: Don't assume name is string in HTMLCollectionWrapper::get()Andreas Kling
2021-04-22LibWeb+HackStudio: Use lukew@serenityos.org for my copyright headersLuke
2021-04-22LibWeb: Implement a slow but functional HTMLCollection :^)Andreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-13LibWeb: Actually return an empty value when an exception is thrown viaAnotherTest
2021-04-13LibWeb: Make ExceptionOr work with non-JS::Value typesAnotherTest
2021-04-12LibJS: Make Errors fully spec compliantLinus Groh
2021-04-12LibWeb: Add Window.parent and fix Window.top attributesLuke
2021-04-10AK+Everywhere: Make StdLibExtras templates less wrapper-yAnotherTest
2021-04-07LibWeb: Implement window.topAndreas Kling
2021-04-06LibWeb: Add ProcessingInstruction nodeLuke
2021-04-04LibWeb: Remove document_setter from Window.documentLuke
2021-04-04LibWeb: Implement the Screen interfaceLinus Groh
2021-04-03LibWeb: Set Constructor.name and Prototype.constructor of generated interfacesLinus Groh
2021-03-21LibWeb: Add legacy Image factory functionLuke
2021-03-17LibJS: Rename GlobalObject::initialize() => initialize_global_object()Andreas Kling
2021-03-16LibWeb: Invalidate element style after setting Element.style.fooAndreas Kling
2021-03-16LibWeb: Add Window.innerWidth and Window.innerHeightAndreas Kling
2021-03-15LibWeb: Support named CSS properties on CSSStyleDeclaration wrapperAndreas Kling
2021-03-09LibWeb: Expose new CSS interfaces on the window objectLuke
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-20LibWeb: Move ExceptionOr bindings utils into own headerLinus Groh
2021-02-20LibWeb: Implement Window.prompt()Linus Groh
2021-02-20LibWeb: Add DOM::DOMException class and bindingsLinus Groh
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-01-23LibWeb: Add XHREventTarget and ProgressEvent constructors to WindowLuke
2021-01-23LibWeb: Remove Range constructor/prototype caches from WindowObjectAndreas Kling
2021-01-23LibWeb: Generate JS bindings for Range from IDL :^)Andreas Kling