Chris Dumez

Results 14 issues of Chris Dumez

I recently investigated a web-platform-test failure (html/semantics/embedded-content/the-iframe-element/iframe_sandbox_anchor_download_block_downloads.tentative.html) in WebKit/CFNetwork and found out that it was caused by sniffing when the Content-Type is text/html: - https://github.com/web-platform-tests/wpt/pull/41037 This test is passing in...

"create a sum value" behavior is undefined for CSSMathClamp type: - https://drafts.css-houdini.org/css-typed-om/#create-a-sum-value This section deals with many types but not CSSMathClamp. I couldn't find anywhere the spec text for what...

#### 98a0c04b1a14fb9d548ebcd878a74acbb83468df Drop CachePayload::data() in favor of span() https://bugs.webkit.org/show_bug.cgi?id=276051 Reviewed by NOBODY (OOPS!). * Source/JavaScriptCore/runtime/CachePayload.h: * Source/JavaScriptCore/runtime/CachedBytecode.h: (JSC::CachedBytecode::span const): (JSC::CachedBytecode::data const): Deleted. * Source/JavaScriptCore/runtime/CachedTypes.cpp: (JSC::Decoder::offsetOf): (JSC::Decoder::ptrForOffsetFromBase): (JSC::decodeCodeBlockImpl): (JSC::isCachedBytecodeStillValid): https://github.com/WebKit/WebKit/commit/98a0c04b1a14fb9d548ebcd878a74acbb83468df |...

JavaScriptCore

#### 41d80b18b299c40830c2d5b82f65843bfbae888a Crash under ServiceWorkerFetchTask::contextClosed() https://bugs.webkit.org/show_bug.cgi?id=276079 rdar://130856919 Reviewed by NOBODY (OOPS!). Copy HashMap values to Vectors of Ref/RefPtr before iterating over it as it looks like we crashing on using...

WebKit2