Pierre Tachoire
240e8b3502
use a better comparison to detect comment
2025-12-07 09:52:59 +01:00
Pierre Tachoire
a673eb89b6
element: innerText which must return rendered text
2025-12-06 19:10:16 +01:00
Pierre Tachoire
f5d3dede6b
node: textContent must ignore comments for elements
2025-12-06 19:10:16 +01:00
Karl Seguin
e41d53019f
CompositionEvent
2025-12-05 18:18:54 +08:00
Karl Seguin
637a105e5d
getRootNode composed support
2025-12-05 18:11:45 +08:00
Karl Seguin
8e16c587c8
encode property as u32 whenever possible
2025-12-05 18:02:27 +08:00
Karl Seguin
1cde0bb8b8
preserve casing (tags/attributes) for SVG/XML/MathML namespace
2025-12-05 17:53:40 +08:00
Karl Seguin
61a1a2564e
Fix typos
...
Encode unicode nonbreaking space
2025-12-05 17:48:49 +08:00
Karl Seguin
dd3781a1ea
Higher performance.now() precision (closer to FFs behavior)
...
Much better v8 object debugging/printing in debug mode
Window.requestIdleCallback and cancelIdleCallback
Don't prematurely close stream on empty read - queue promises.
2025-12-05 16:09:00 +08:00
Karl Seguin
ff9f9bae1d
fetch with body
2025-12-04 16:10:56 +08:00
Karl Seguin
aa3a402f70
Link get/set rel
...
Include stack trace on console.error
Don't unnecessarily copy request header on fetch
2025-12-04 15:38:47 +08:00
Karl Seguin
c9882e10a4
Properly handle insertion of DocumentFragment
...
Add various CData methods
XHR and Fetch request headers
Animation mocks
2025-12-04 14:40:22 +08:00
Karl Seguin
7cb06f3e58
MediaError and :scope pseudoclass
2025-12-03 22:30:08 +08:00
Karl Seguin
60c1f19581
add TextTrackCue and VTTCue (for reddit)
2025-12-03 20:04:07 +08:00
Karl Seguin
74ffc273ef
Add stack & line number to script eval failure
2025-12-03 18:53:25 +08:00
Karl Seguin
2a4cbbe569
Performance.measure
2025-12-03 18:24:28 +08:00
Karl Seguin
63eeadad1d
Fix comment dump, improve dump of shadowroot and slots
2025-12-03 16:10:11 +08:00
Karl Seguin
2de0d4bc48
Header case insensitive
2025-12-03 09:59:55 +08:00
Karl Seguin
c0da6994da
Element.setInnerText
2025-12-03 08:52:51 +08:00
Karl Seguin
568a4428ba
custom element registry 'whenDefine' function
2025-12-02 22:19:58 +08:00
Karl Seguin
4823e0b188
Merge branch 'unknown_property_ignore_list' into zigdom
2025-12-02 16:06:48 +08:00
Karl Seguin
0690dd9550
Merge branch 'performance_mark' into zigdom
2025-12-02 16:06:19 +08:00
Karl Seguin
b5eceb52fb
try safer http cleanup on page deinit
2025-12-02 16:05:57 +08:00
Karl Seguin
c90e9c165b
add Performance.Mark
2025-12-02 15:13:55 +08:00
Karl Seguin
a61e87c5dd
Don't break wait on scheduler callback error
...
Allow recursive parsing
2025-12-02 13:25:48 +08:00
Karl Seguin
abd3ee9c5d
Add ignore list for unkown global property
...
This is for often-seen globals which we _know_ come from client-side libraries,
e.g. litNonce.
2025-12-02 11:24:26 +08:00
Karl Seguin
3dd61aeb71
css.zig -> CSS.zig
2025-12-02 11:14:06 +08:00
Karl Seguin
6a46a9ba47
HTMLDataElement
2025-12-02 11:08:56 +08:00
Karl Seguin
fd39168106
Range
2025-12-02 10:57:20 +08:00
Karl Seguin
6a48f6df25
Element.hasAttributes
2025-12-02 07:01:14 +08:00
Karl Seguin
e807c9b6be
Add XmlSerializer, add Response.type, tweak HTMLTemplate to redirect some calls to its Content (DocumentFragment)
2025-12-02 00:08:57 +08:00
muki
af8970bbb9
Merge pull request #1238 from lightpanda-io/zigdom-chain-allocation
...
Prototype Chain Allocations
2025-12-01 07:09:38 -08:00
Karl Seguin
07931dd75f
Merge pull request #1240 from lightpanda-io/nikneym/html5ever-build-optimize
...
html5ever: prefer `dev` build only on `Debug` optimization
2025-12-01 16:21:56 +08:00
Karl Seguin
bfa2e6b4dd
Merge pull request #1235 from lightpanda-io/fix-ci-install
...
Cleanup installation instructions
2025-12-01 16:21:22 +08:00
Halil Durak
129b59a43f
html5ever: prefer dev build only on Debug optimization
2025-12-01 11:17:59 +03:00
Pierre Tachoire
4b60f56e5f
ci: use releaseFast for hmtl5ever release mode
2025-12-01 09:06:52 +01:00
Pierre Tachoire
ee7c38045f
zig fmt
2025-12-01 08:59:21 +01:00
Pierre Tachoire
d18253d50b
fix import for rename CSS.zig insto css.zig
2025-12-01 08:59:21 +01:00
Pierre Tachoire
c9b9ef9934
ci: build html5ever typo
2025-12-01 08:59:21 +01:00
Pierre Tachoire
f968db63e9
ci: use setup-zig v2.0.5
2025-12-01 08:59:20 +01:00
Pierre Tachoire
92572c977b
update zig-v8 version
2025-12-01 08:59:20 +01:00
Karl Seguin
493c5b41f8
Merge pull request #1232 from lightpanda-io/ns_prefix
...
element.prefix
2025-12-01 15:56:23 +08:00
Karl Seguin
92ae2c46b6
ReadableStream
2025-12-01 15:16:33 +08:00
Karl Seguin
613428c54c
Execute script.onload/onerror
...
Add object-support for URLSearchParams. Start to treat js.Value as a first
class object (instead of js.Object, where appropriate).
2025-11-30 12:48:15 +08:00
Pierre Tachoire
bde8b64ba3
update html5ever instructions
2025-11-29 15:20:28 +01:00
Pierre Tachoire
e74a286d70
ci: add install-html5ever-dev
2025-11-29 15:20:28 +01:00
Pierre Tachoire
1e090f9d30
add html5ever install method
2025-11-29 15:20:28 +01:00
Pierre Tachoire
a1064a54cc
cleanup README
2025-11-29 15:20:27 +01:00
Pierre Tachoire
dbd500cab9
update docker file
2025-11-29 15:20:27 +01:00
Pierre Tachoire
0bc0a38704
ci: update installation workflow
2025-11-29 15:20:26 +01:00