Commits
User selector
Commit History
Commits on May 7, 2026
Optimize JavaScriptCore #includes
Show description for b589299committed
Commits on May 3, 2026
Re-land "[Build speed] Reduce JSC includes in WebCore JS bindings"
Show description for 423f593committed
Commits on Apr 29, 2026
[JSC] Use-after-free after growing a resizable buffer on a WebAssembly memory
Show description for 6b357f3authored andcommitted
Commits on Apr 20, 2026
[JSC] Expensive header files slow full build
Show description for 7442716committed
Commits on Apr 19, 2026
Drop jsDynamicCast<>() in favor of dynamicDowncast<>()
Show description for a6df288authored andcommitted
Commits on Apr 13, 2026
[Build Speed] 2s speedup in clean WTF+bmalloc build
Show description for 7ad346ccommitted
Commits on Mar 24, 2026
Add wasm multimemory support to base instructions
Show description for 4ac3b92authored andcommitted
Commits on Mar 18, 2026
[JSC] Use page-based zero-fill for large zero-clear for ArrayBuffer
Show description for bee72f6committed
Commits on Dec 20, 2025
Use WTF::move() instead of WTFMove() macro in Source/JavaScriptCore
Show description for f52b72fcommitted
Commits on Dec 12, 2025
Modernize WTF WARN_UNUSED_RETURN to use C++17 [[nodiscard]]
Show description for c739fc1committed
Commits on Dec 11, 2025
Unreviewed, reverting 304287@main.
Show description for f5a0bdaauthored andcommittedModernize WTF WARN_UNUSED_RETURN to use C++17 [[nodiscard]]
Show description for 8b9bc96committed
Commits on Dec 10, 2025
REGRESSION (299880@main): WASM memory size cache makes bulk memory operations across threads fail
Show description for 597e008committed
Commits on Nov 6, 2025
[JSC] Use more `enum class` for Safer C++
Show description for e3cf838authored andcommitted
Commits on Oct 24, 2025
[JSC] Check SAB maxByteLength against MAX_ARRAY_BUFFER_SIZE
Show description for db97275authored andcommitted
Commits on Oct 3, 2025
Address Safer CPP warnings in JSC::ArrayBuffer
Show description for 3ea1357committed
Commits on Aug 20, 2025
Implement resizable SABs for Wasm memories
Show description for e65b587committed
Commits on Aug 19, 2025
[Swift in WebKit] Work towards modularizing WebCore private headers (Part 2)
Show description for 9f2ca03committed
Commits on May 3, 2025
Do further adoption of [[likely]] / [[unlikely]] in JSC
Show description for 3d0b49acommitted
Commits on Nov 19, 2024
Replace WTF::bitwise_cast with std::bit_cast
Show description for 6ef08d1committed
Commits on Oct 30, 2024
Added skip markers for JavaScriptCore and WebCore files that do not conform to -Wunsafe-buffer-usage
Show description for b942617committed
Commits on Jul 21, 2024
[JSC] Remove more OS(WINDOWS)
Show description for fff9f7acommitted
Commits on Jun 8, 2024
[JSC] Fix Atomics.waitAsync by using weak references in JSC::DeferredWorkTimer
Show description for 1e4577bcommitted
Commits on May 30, 2024
Do more std::span adoption in SharedArrayBufferContents
Show description for 72b0ae8committed
Commits on May 29, 2024
Add ArrayBuffer::createFromBytes() overload which takes in a std::span
Show description for 9b01d2ccommitted
Commits on May 28, 2024
Drop ArrayBuffer constructors taking in a raw pointer, in favor of std::span
Show description for d3dc834committed
Commits on Apr 12, 2024
[JSC] Add targetted TypedArray optimizations
Show description for 392ce22committed
Commits on Mar 16, 2024
Drop Vector constructor taking a raw pointer and a size
Show description for 7263d3acommitted
Commits on Jan 24, 2024
[JSC] Remove CagedPtr's Data PAC tagging since it is not adding values
Show description for 8a9e1a5committed
Commits on Dec 7, 2023
Port SerializedScriptValue to the new IPC serialization format
Show description for 197177acommitted
Commits on Nov 17, 2023
[WebGPU] webgpu:api,operation,buffers,* is not passing
Show description for 98da47ecommitted
Commits on Oct 3, 2023
[JSC] Account owner cell's color for extra memory allocation
Show description for 96f8b42committed
Commits on Sep 13, 2023
Use more std::span<uint8_t> in IPC::Decoder
Show description for 1e7b936authored andcommitted
Commits on Aug 3, 2023
[JSC] Use libpas' zeroed-allocation for zero-filling typed array allocations
Show description for ad82b55committed
Commits on Feb 28, 2023
Add support for largeBlob extension for local authenticator
Show description for a38ad34authored andcommitted