Muki Kiboigo
f2a204989b
proper UIEvent
2025-12-10 06:48:22 -08:00
Muki Kiboigo
e1b129f43b
begin UIEvent
2025-12-09 15:01:58 -08:00
Karl Seguin
4b204265c9
handle error in normal scripts
2025-12-08 19:01:59 +08:00
Karl Seguin
fbb37633f0
Add start/cancel/fill/strategy support for ReadableStream
2025-12-08 18:24:15 +08:00
Karl Seguin
09328aeb5a
Merge pull request #1248 from lightpanda-io/ignore-comment
...
textContent and innerText adjustements
2025-12-08 17:58:05 +08:00
Pierre Tachoire
5284d75cb7
use CData.render for innerText
2025-12-08 09:55:31 +01:00
Pierre Tachoire
aac35ae868
implement CData.render
2025-12-08 09:41:06 +01:00
Karl Seguin
65751a69ae
document.cookie
2025-12-08 16:28:31 +08:00
Karl Seguin
121c49e9c3
Remove std.Uri from cookies
...
Everything now works on a [:0]const u8, with browser/URL.zig for parsing
2025-12-08 16:23:19 +08:00
Karl Seguin
0beae3b1a6
Various legacy document tests
...
document.embeds, document.plugins, document.anchor, document.getElementsByName
getElementsByClassName support for multiple class names
various document getters
2025-12-08 14:22:24 +08:00
Arjun Komath
57ce4e16a9
feat: support listening on ipv6
2025-12-08 09:08:57 +08:00
Karl Seguin
9370e298d2
improve HTMLOption and HTMLOptionCollection
2025-12-08 09:07:56 +08:00
Pierre Tachoire
240e8b3502
use a better comparison to detect comment
2025-12-07 09:52:59 +01:00
Karl Seguin
eecadb3962
Merge pull request #1249 from lightpanda-io/comment-format
...
fix comment formatting
2025-12-07 07:10:38 +08:00
Pierre Tachoire
08d7f544dd
fix comment formatting
2025-12-06 19:15:24 +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