Skip to content
Open
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
70591cb
jsc: expose Node.js-style primordials as link-time constants
robobun Jul 25, 2026
795d638
build: point WEBKIT_VERSION at preview release for oven-sh/WebKit#341
robobun Jul 25, 2026
c244774
shorten primordials comments
robobun Jul 25, 2026
e56d298
test(primordials): gate tamper via env, keep harness on captured buil…
robobun Jul 25, 2026
1a9e9d4
ci: retrigger
robobun Jul 25, 2026
e3f28fe
test(primordials): poison getter-backed primordials and assert tamper…
robobun Jul 25, 2026
8ea828c
[autofix.ci] apply automated fixes
autofix-ci[bot] Jul 25, 2026
e4b4873
primordials: audit binding, generated typedefs, exhaustive tamper tests
dylan-conway Jul 25, 2026
f22c668
[autofix.ci] apply automated fixes
autofix-ci[bot] Jul 25, 2026
5173759
bump WebKit preview pin to d0f433e1
dylan-conway Jul 25, 2026
f5a9397
primordials: oxlint-disable in generated .d.ts, tamper canary in exha…
robobun Jul 25, 2026
b8e0b84
primordials: address review nits in internal-for-testing + tamper suite
robobun Jul 25, 2026
8af6966
test(primordials): wire worker exit handler so a crash surfaces immed…
robobun Jul 25, 2026
d7c3488
test(primordials): capture Reflect.set in prelude; reportAndExit in p…
robobun Jul 25, 2026
9abbbf9
Full Node.js primordials parity, generated
dylan-conway Jul 26, 2026
f7db891
bump WebKit preview pin to 39d7bcfd
dylan-conway Jul 26, 2026
cee3704
[autofix.ci] apply automated fixes
autofix-ci[bot] Jul 26, 2026
f08a7ea
primordials: address review feedback
dylan-conway Jul 26, 2026
46ae65d
primordials: keep Node's explicit Safe* constructors
dylan-conway Jul 26, 2026
e3a4639
Merge remote-tracking branch 'origin/main' into farm/caec3ad2/primord…
robobun Aug 3, 2026
2b93ac8
build: restore webkitTestFFIPath export dropped in merge
robobun Aug 3, 2026
22d75df
bump WebKit preview pin to 01de5fd4
robobun Aug 3, 2026
c6a0d3d
Merge remote-tracking branch 'origin/main' into farm/caec3ad2/primord…
robobun Aug 3, 2026
f153789
primordials: fix CI lint + Float16Array inspect crash; regenerate
dylan-conway Aug 3, 2026
75292f8
bump WebKit preview pin to 291ee11e
dylan-conway Aug 3, 2026
a9b486e
Merge origin/main into farm/caec3ad2/primordials-link-time-constants
robobun Aug 16, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/build/deps/webkit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* for local mode. Override via `--webkit-version=<hash>` to test a branch.
* From https://github.com/oven-sh/WebKit releases.
*/
export const WEBKIT_VERSION = "549170099226f816a4b204ea1d8fa102fb79eefa";
export const WEBKIT_VERSION = "autobuild-preview-pr-341-6d9faf57";
Comment thread
coderabbitai[bot] marked this conversation as resolved.
Outdated

/**
* WebKit (JavaScriptCore) — the JS engine.
Expand Down
Loading
Loading