Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
940bc41
feat(inspector): runtime activation via SIGUSR1 / process._debugProcess
robobun Jul 14, 2026
68aa855
fixup: Windows/macOS cargo check, safety annotations
robobun Jul 14, 2026
41c2380
Bump WEBKIT_VERSION to preview build with setDebuggerTrapCallback
robobun Jul 14, 2026
1cd9889
RuntimeInspector: avoid aliasing &mut VirtualMachine across Debugger:…
robobun Jul 14, 2026
7d16168
Fix pushback findings: lazy trap callback install, FreeBSD GC guard, …
robobun Jul 14, 2026
2c4e4f2
Tests: IPv6 fallback for inspector WS connection; un-skip CDP pause test
robobun Jul 14, 2026
14371d1
[autofix.ci] apply automated fixes
autofix-ci[bot] Jul 14, 2026
af0e9a9
check_and_activate_inspector: relaxed-load fast path for hot tick loop
robobun Jul 14, 2026
19ffd7a
Address review: Node-compatible errno errors, semaphore cleanup, test…
robobun Jul 14, 2026
754d0da
[autofix.ci] apply automated fixes
autofix-ci[bot] Jul 14, 2026
7a11480
Address review + fix CI failures
robobun Jul 14, 2026
d0576d2
readStreamUntil: clear timeout and swallow orphaned rejection
robobun Jul 14, 2026
29a1d74
Fix CI failures
robobun Jul 14, 2026
6588f86
Skip CDP pause test under ASAN; assert signalCode for --disable-sigusr1
robobun Jul 14, 2026
c697f63
Rebase WebKit#287 onto c9ad5813 + cmake fix only
robobun Jul 14, 2026
1d66442
--disable-sigusr1 test: assert 128+SIGUSR1 instead of signalCode
robobun Jul 14, 2026
807d3d7
Rebase onto main; repin WebKit#287 on top of main's new WebKit (4895f…
robobun Jul 15, 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 @@ -7,7 +7,7 @@
// -lto variants built with ThinLTO (per-module summaries for cross-language
// importing), and the Windows ICU data table filtered + per-item zstd
// compressed (lazily decompressed via bun_icu_decompress.cpp).
export const WEBKIT_VERSION = "4895f45dfbd0d1226c4d41799887bc0ecb9f341b";
export const WEBKIT_VERSION = "autobuild-preview-pr-287-9af52a72";

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