summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/DOM/Document.cpp
AgeCommit message (Expand)Author
2021-07-05LibWeb: Make WrapperGenerator generate nullable wrapper typesLuke
2021-07-04LibWeb: Hook on_call_stack_emptied after m_interpreter was initializedIdan Horowitz
2021-06-29LibWeb: Add JSON serialization method to DOM::NodeAdam Hodgen
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-25LibWeb: Support :active pseudo-class for hyperlinks, :focus possiblyPaul Irwin
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-15LibJS: Add the FinalizationRegistry built-in objectIdan Horowitz
2021-06-12LibJS: Store and maintain an "execution generation" counterIdan Horowitz
2021-06-06AK+Everywhere: Disallow constructing Functions from incompatible typesAli Mohammad Pur
2021-06-03Everywhere: Replace ctype.h to avoid narrowing conversionsMax Wipfli
2021-05-30LibWeb: Rename Web::Frame to Web::BrowsingContextAndreas Kling
2021-05-16LibWeb: Fix "adopt" => "adopt_ref" change in adoptNode exceptionsLuke
2021-05-07LibWeb: Implement replacing the current body when setting document.bodyLuke
2021-05-07LibWeb: Add non-const variants of Document::{html_element,body,head}()Luke
2021-05-04LibWeb: Add Document.{images,embeds,plugins,links,forms,scripts}Luke
2021-04-24LibJS+LibWeb: Move exception logging and remove should_log_exceptionsLinus Groh
2021-04-24LibJS: Add VM::on_call_stack_emptied callbackLinus Groh
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 document.anchorsAndreas Kling
2021-04-22LibWeb: Implement document.appletsAndreas Kling
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-16Browser+LibWeb+WebContent: Parse cookies in the OOP tabTimothy Flynn
2021-04-15LibWeb: Expose the MouseEvent::{clientX, clientY} attributesIdan Horowitz
2021-04-14Browser+LibWeb+WebContent: Track the source of document.cookie requestsTimothy Flynn
2021-04-13LibWeb: Fix some FIXMEs related to ExceptionOr<T>AnotherTest
2021-04-11LibWeb+WebContent: Hook document.cookie to the backend cookie storageTimothy Flynn
2021-04-10LibWeb: Add a basic implementation of Document.createEvent()Linus Groh
2021-04-06LibWeb: Make the node mutation algorithms more spec compliantLuke
2021-04-06LibWeb: Rename "for_each_in_subtree(_of_type)" to "for_each_in_inclusive_subt...Luke
2021-04-05LibWeb: Support two-value background-repeatTimothy Flynn
2021-04-03LibWeb: Support rendering background images with 'background-repeat'Timothy Flynn
2021-04-02LibWeb: Run queued promise jobs after callbacksLinus Groh
2021-03-21LibWeb: Only call page_did_change_title() from main frameLinus Groh
2021-03-16LibJS: Make Interpreter::run() a void functionLinus Groh
2021-03-15LibWeb: Stub out Document.cookieAndreas Kling
2021-03-01LibWeb: Provide file name to JavaScript interpreterJean-Baptiste Boric
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-22LibWeb: Support assigning to document.body when it is nullAndreas Kling
2021-02-21LibWeb: Add Document.createRange()Andreas Kling
2021-02-20LibWeb: Use DOMException in Document::set_body()Linus Groh
2021-02-10LibWeb: Remove low-hanging LibGUI fruit from LibWebAndreas Kling
2021-02-10LibWeb: Remove a whole bunch of unnecessary #includesAndreas Kling
2021-02-08LibWeb: Make getElementsByClassName() case-insensitive in quirks modeLinus Groh
2021-02-08LibWeb: Make getElementsByTagName() case-insensitive for HTML elementsLinus Groh
2021-02-03LibWeb: Move main thread JavaScript VM to its own fileAndreas Kling
2021-01-31Browser+LibWeb+WebContent: Make the "Debug" menu work in multi-processAndreas Kling
2021-01-28LibWeb: Add simple implementation of Document.createElementNSLuke