Aliaksandr Kalenik a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
..
AbortController.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h il y a 1 an
AbortController.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
AbortController.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
AbortSignal.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
AbortSignal.h a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places il y a 1 an
AbortSignal.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
AbstractRange.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
AbstractRange.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
AbstractRange.idl 1a94241f58 IDL: Add missing #imports il y a 1 an
AccessibilityTreeNode.cpp 4fdb266077 LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) il y a 9 mois
AccessibilityTreeNode.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
AdoptedStyleSheets.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
AdoptedStyleSheets.h 8ce8697a66 LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot il y a 1 an
Attr.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h il y a 1 an
Attr.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
Attr.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files il y a 1 an
BeforeUnloadEvent.cpp 99ef078c97 LibWeb: Implement `BeforeUnloadEvent` il y a 10 mois
BeforeUnloadEvent.h 99ef078c97 LibWeb: Implement `BeforeUnloadEvent` il y a 10 mois
BeforeUnloadEvent.idl 99ef078c97 LibWeb: Implement `BeforeUnloadEvent` il y a 10 mois
CDATASection.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h il y a 1 an
CDATASection.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
CDATASection.idl 1a94241f58 IDL: Add missing #imports il y a 1 an
CharacterData.cpp 20852443d3 LibWeb: Clamp end offset in CharacterData::replace_data() il y a 9 mois
CharacterData.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
CharacterData.idl d8759d9656 LibWeb: Use UTF-16 code unit offsets and lengths in CharacterData il y a 1 an
ChildNode.h 35f359c51c LibWeb: Fix infinite loop in ChildNode's before() and after() il y a 1 an
ChildNode.idl 1a94241f58 IDL: Add missing #imports il y a 1 an
Comment.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
Comment.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
Comment.idl cc1e4c5cb3 LibWeb: Port Comment interface from DeprecatedString to String il y a 1 an
CustomEvent.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
CustomEvent.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
CustomEvent.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
DOMEventListener.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DOMEventListener.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DOMImplementation.cpp dc401f49ea LibWeb+LibURL: Move HTML::Origin to URL::Origin il y a 10 mois
DOMImplementation.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DOMImplementation.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
DOMTokenList.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
DOMTokenList.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DOMTokenList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString il y a 1 an
Document.cpp a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
Document.h a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
Document.idl 274411db97 LibWeb: Support Document.onvisibilitychange il y a 10 mois
DocumentFragment.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h il y a 1 an
DocumentFragment.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DocumentFragment.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files il y a 1 an
DocumentLoadEventDelayer.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DocumentLoadEventDelayer.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DocumentLoading.cpp 8e342e3e23 LibWeb: Use Content-Type header to set document encoding il y a 9 mois
DocumentLoading.h dc401f49ea LibWeb+LibURL: Move HTML::Origin to URL::Origin il y a 10 mois
DocumentObserver.cpp 9e10010c54 LibWeb: Add a document observer for visibility state changes il y a 9 mois
DocumentObserver.h 9e10010c54 LibWeb: Add a document observer for visibility state changes il y a 9 mois
DocumentOrShadowRoot.idl 5b84bd6e45 LibWeb: Add DocumentOrShadowRoot::get_animations() il y a 1 an
DocumentType.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DocumentType.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
DocumentType.idl bd72ff5669 LibWeb: Expose `ChildNode` methods on the `DocumentType` IDL interface il y a 1 an
EditingHostManager.cpp a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
EditingHostManager.h a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
Element.cpp 5ac1a24255 LibWeb: Implement lang() function for DOM::Element il y a 9 mois
Element.h 5ac1a24255 LibWeb: Implement lang() function for DOM::Element il y a 9 mois
Element.idl 5f154ba372 LibWeb: Implement Element::check_visibility il y a 1 an
ElementFactory.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
ElementFactory.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
Event.cpp d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
Event.h d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
Event.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
EventDispatcher.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
EventDispatcher.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
EventHandler.idl 934aa6af6a LibWeb: Emit "focusin" and "focusout" events il y a 1 an
EventTarget.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
EventTarget.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
EventTarget.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
HTMLCollection.cpp d00adabc3c LibWeb: Preserve order of HTMLCollection property names il y a 10 mois
HTMLCollection.h d00adabc3c LibWeb: Preserve order of HTMLCollection property names il y a 10 mois
HTMLCollection.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
HTMLFormControlsCollection.cpp 9b59dc5e8b Bindings: Remove exception handling for named_item_value il y a 1 an
HTMLFormControlsCollection.h 9b59dc5e8b Bindings: Remove exception handling for named_item_value il y a 1 an
HTMLFormControlsCollection.idl 5f5ac48908 LibWeb: Format all .idl files to use four space indentation il y a 1 an
IDLEventListener.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
IDLEventListener.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
InputEventsTarget.h a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
LiveNodeList.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
LiveNodeList.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
MutationObserver.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h il y a 1 an
MutationObserver.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
MutationObserver.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
MutationRecord.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
MutationRecord.h bfd354492e LibWeb: Put most LibWeb GC objects in type-specific heap blocks il y a 1 an
MutationRecord.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
MutationType.cpp 25eee91811 AK: Make "foo"_fly_string infallible il y a 2 ans
MutationType.h 25eee91811 AK: Make "foo"_fly_string infallible il y a 2 ans
NamedNodeMap.cpp 073bcfd386 AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() il y a 9 mois
NamedNodeMap.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
NamedNodeMap.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
Node.cpp 6dad8ea584 LibWeb: Move pessimistic :has() invalidation hack to invalidate_style() il y a 9 mois
Node.h 4fdb266077 LibWeb: Make DOM Node unique IDs strongly typed (and 64 bit) il y a 9 mois
Node.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
NodeFilter.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
NodeFilter.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
NodeFilter.idl 26e6c47d0a IDL: Add missing spec links il y a 1 an
NodeIterator.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
NodeIterator.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
NodeIterator.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
NodeList.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
NodeList.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
NodeList.idl 169d24ae2e LibWeb: Add comments and missing items of various IDL files il y a 1 an
NodeOperations.cpp 5e1499d104 Everywhere: Rename {Deprecated => Byte}String il y a 1 an
NodeOperations.h 57d7637b59 LibWeb: Remove DeprecatedString support from {Child,Parent}Node il y a 1 an
NonDocumentTypeChildNode.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
NonElementParentNode.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
ParentNode.cpp 073bcfd386 AK+LibWeb: Add {Fly,}String::to_ascii_{upper,lower}_case() il y a 9 mois
ParentNode.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
ParentNode.idl d4b2eb22e1 LibWeb: Resolve circular IDL imports il y a 3 ans
Position.cpp a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
Position.h a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
ProcessingInstruction.cpp bad44f8fc9 LibWeb: Remove Bindings/Forward.h from LibWeb/Forward.h il y a 1 an
ProcessingInstruction.h 562e0d710c LibWeb: Port ProcessingInstruction from ByteString il y a 1 an
ProcessingInstruction.idl 67ceba2e6a LibWeb: Add Exposed attribute and IDL spec links where missing il y a 2 ans
QualifiedName.cpp cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
QualifiedName.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
RadioNodeList.cpp c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes il y a 1 an
RadioNodeList.h a98ad191c7 Userland: Add ESCAPING annotations to a bunch of places il y a 1 an
RadioNodeList.idl d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString il y a 1 an
Range.cpp a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
Range.h a58f39c9e2 LibWeb: Implement selectionchange event according to spec il y a 10 mois
Range.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
ShadowRoot.cpp aa8f17aea4 LibWeb: Rename invalidate_layout() => invalidate_layout_tree() il y a 10 mois
ShadowRoot.h ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods il y a 1 an
ShadowRoot.idl ce8d3d17c4 LibWeb: Implement unsafe HTML parsing methods il y a 1 an
Slot.cpp 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements il y a 1 an
Slot.h 7870f10aa8 LibWeb: Introduce the slot concept for HTML slot elements il y a 1 an
Slottable.cpp f4bdf56212 LibWeb: Rename Element::shadow_root_internal() to shadow_root() il y a 1 an
Slottable.h e9da74ebe0 LibWeb: Implement manual slottable assignment il y a 1 an
Slottable.idl 1a94241f58 IDL: Add missing #imports il y a 1 an
StaticNodeList.cpp 9b1af542e7 Bindings: Implement is_supported_property_index in terms of item_value il y a 1 an
StaticNodeList.h 9b1af542e7 Bindings: Implement is_supported_property_index in terms of item_value il y a 1 an
StaticRange.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
StaticRange.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
StaticRange.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
StyleElementUtils.cpp 8543b8ad6a LibWeb: Let style elements remember which StyleSheetList they live in il y a 10 mois
StyleElementUtils.h 8543b8ad6a LibWeb: Let style elements remember which StyleSheetList they live in il y a 10 mois
Text.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
Text.h a8077f79cc LibWeb: Separate text control input events handling from contenteditable il y a 9 mois
Text.idl 69da6a0ce4 LibWeb: Implement Text.wholeText il y a 1 an
TreeWalker.cpp 175f3febb8 LibWeb: Make DOMException take error message as a String il y a 10 mois
TreeWalker.h cc4b3cbacc Meta: Update my e-mail address everywhere il y a 10 mois
TreeWalker.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois
Utils.cpp 37f93e4be1 LibWeb: Replace templated retarget function with a regular one il y a 1 an
Utils.h 37f93e4be1 LibWeb: Replace templated retarget function with a regular one il y a 1 an
XMLDocument.cpp e800605ad3 AK+LibURL: Move AK::URL into a new URL library il y a 1 an
XMLDocument.h e800605ad3 AK+LibURL: Move AK::URL into a new URL library il y a 1 an
XMLDocument.idl d5fd29adb7 LibWeb: Update DOM IDL specs il y a 9 mois