Aliaksandr Kalenik
|
8ce8697a66
LibWeb: Add styleSheets and adoptedStyleSheets attributes in ShadowRoot
|
1 год назад |
Aliaksandr Kalenik
|
7c322ec710
LibWeb: Implement adoptedStyleSheets attribute for Document
|
1 год назад |
Tim Ledbetter
|
02c2b1e67e
LibWeb: Implement `document.createCDATASection()`
|
1 год назад |
Andrew Kaster
|
5d2a36f244
LibWeb: Stub out all the functions from the execCommand spec
|
1 год назад |
Andrew Kaster
|
94149db073
LibWeb: Implement Document named properties with light caching
|
1 год назад |
Tim Ledbetter
|
c24652bd2e
LibWeb: Implement `document.scrollingElement`
|
1 год назад |
Andrew Kaster
|
6a0fe08604
LibWeb: Implement document.elementsFromPoint
|
1 год назад |
Tim Ledbetter
|
774119bb57
LibWeb: Implement `document.designMode`
|
1 год назад |
Tim Ledbetter
|
69df94ec5c
LibWeb: Implement `document.elementFromPoint()`
|
1 год назад |
Shannon Booth
|
bd2fe3dcaa
LibWeb: Use FlyString in Document::get_elements_by_name
|
1 год назад |
Shannon Booth
|
636a85f04e
LibWeb: Use Optional<FlyString> directly in Document & DOMImplementation
|
1 год назад |
Matthew Olsson
|
3ff481938e
IDL: Fix syntax errors
|
1 год назад |
Matthew Olsson
|
2fbb9649e3
LibWeb: Add a default DocumentTimeline object to DOM::Document
|
1 год назад |
Shannon Booth
|
e74031a396
LibWeb: Port Document interface from DeprecatedString to String
|
1 год назад |
Shannon Booth
|
d4a890080d
LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
|
1 год назад |
Luke Wilde
|
32e27bc7fa
LibWeb: Add a bunch of missing CEReactions
|
2 лет назад |
Luke Wilde
|
034aaf3f51
LibWeb: Introduce CustomElementRegistry and creating custom elements
|
2 лет назад |
Andreas Kling
|
8c5c78f1f1
LibWeb: Implement Document.createAttribute{,NS}()
|
2 лет назад |
Linus Groh
|
afc055c088
LibWeb: Convert the Location object to IDL
|
2 лет назад |
Andreas Kling
|
8b0ace6289
LibWeb: Add Document.createProcessingInstruction()
|
2 лет назад |
Luke Wilde
|
b47aceb480
LibWeb: Add Document.getSelection
|
2 лет назад |
Andreas Kling
|
2157745093
LibWeb: Add missing [SameObject] extended attributes in IDL files
|
2 лет назад |
Idan Horowitz
|
43c5b94ea6
LibWeb: Implement document.open(string, string, string)
|
2 лет назад |
Luke Wilde
|
6b0152e150
LibWeb: Stub Document.queryCommandSupported
|
2 лет назад |
Andrew Kaster
|
67ceba2e6a
LibWeb: Add Exposed attribute and IDL spec links where missing
|
2 лет назад |
Andreas Kling
|
e6ef366859
LibWeb: Implement basic support for Document.all
|
2 лет назад |
Luke Wilde
|
6a4934a030
LibWeb: Implement document.domain getter
|
2 лет назад |
MacDue
|
d4b2eb22e1
LibWeb: Resolve circular IDL imports
|
2 лет назад |
Sam Atkins
|
d4c40e3aad
LibWeb: Extract the ParentNode IDL mixin
|
2 лет назад |
Sam Atkins
|
79fdc08de9
LibWeb: Correct typo in Document.idl
|
2 лет назад |