summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb
AgeCommit message (Expand)Author
2021-07-05LibWeb: Use is_nullish instead of is_null for nullable typesLuke
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: Use JS_DECLARE_NATIVE_FUNCTION for WebAssembly accessorsLinus Groh
2021-07-05LibWeb: Make WebAssembly.Memory.prototype.buffer an accessor propertyLinus Groh
2021-07-05LibWeb: Make WebAssembly.Instance.prototype.exports an accessor propertyLinus Groh
2021-07-05LibWeb: Use "WebAssembly.Foo" in exception error messagesLinus Groh
2021-07-05LibWeb: Implement Node.containsLuke
2021-07-05LibWeb: Make WrapperGenerator generate nullable wrapper typesLuke
2021-07-05LibWeb: Implement the adoption steps for <template> elementsLuke
2021-07-05LibWeb: Implement the cloning steps for <template> elementsLuke
2021-07-05LibWeb: Make adopted_from no longer take a const Document referenceLuke
2021-07-05LibWeb: Add the cloning steps in clone_nodeLuke
2021-07-05LibWeb: Use the element factory in clone_nodeLuke
2021-07-05LibWeb: Make clone_node capable of cloning document fragmentsLuke
2021-07-05LibWeb: Add DOMParserLuke
2021-07-05LibWeb: Check if scripting is disabled before running scriptLuke
2021-07-04LibWeb: Change WrapperGenerator to emit acessor propertiesLinus Groh
2021-07-04LibJS: Rewrite most of Object for spec compliance :^)Linus Groh
2021-07-04LibWeb/WebAssembly+test-wasm: Use get_without_side_effects() moreLinus Groh
2021-07-04LibWeb: Add roman numerals as a list-style for ol'sTobias Christiansen
2021-07-04LibWeb: Hook on_call_stack_emptied after m_interpreter was initializedIdan Horowitz
2021-07-04LibJS: Bring ArrayCreate and ArrayConstructor closer to specIdan Horowitz
2021-07-02AK: Implement String::find_any_of() and StringView::find_any_of()Max Wipfli
2021-07-02LibWasm: Give traps a reason and display it when neededAli Mohammad Pur
2021-07-02LibWeb: Add the WebAssembly.Module constructorAli Mohammad Pur
2021-07-02LibWeb: Add the WebAssembly.Instance constructorAli Mohammad Pur
2021-07-02LibWeb: Use the correct name to refer to WebAssembly.Memory.prototypeAli Mohammad Pur
2021-07-02LibWeb: Split the WebAssemblyInstance object logic into multiple filesAli Mohammad Pur
2021-07-01LibWeb: Do not encode "internal_id" in DOM JSONTimothy Flynn
2021-07-01LibWeb: Maintain a map of child-to-parent nodes in OOPWV DOM InspectorTimothy Flynn
2021-07-01LibWeb: Show "x86_64" in the user agent string on x86_64 :^)Andreas Kling
2021-06-30LibWeb: Define hot DOMTreeJSONModel methods in-lineTimothy Flynn
2021-06-30LibWeb: Store JSON pointers in the OOPWV DOM Inspector model indicesTimothy Flynn
2021-06-30LibWeb: Do not create copies of JSON values in OOPWV DOM InspectorTimothy Flynn
2021-06-30AK+Everywhere: Use mostly StringView in LexicalPathMax Wipfli
2021-06-30AK+Everywhere: Add and use static APIs for LexicalPathMax Wipfli
2021-06-29LibWeb: Fix build breakage after merging the oldish DOM inspector PRAndreas Kling
2021-06-29LibWeb+Browser: Support DOM Inspector for OutOfProcessWebViewAdam Hodgen
2021-06-29LibWeb+WebContent: Add IPC flow for Inspect DOM TreeAdam Hodgen
2021-06-29LibWeb: Add JSON serialization method to DOM::NodeAdam Hodgen
2021-06-29AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()Max Wipfli
2021-06-27LibJS: Rename ScriptFunction => OrdinaryFunctionObjectAndreas Kling
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-24Userland: Replace VERIFY(is<T>) with verify_cast<T>Andreas Kling
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-22LibWeb: Implement the WebAssembly Memory object and Memory importsAli Mohammad Pur