Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
HEAD
ceed1b6
AX: list-marker-content-renderers-text.html fails in ITM because it queries focus synchronously after changing it (prior to a notification, thus not acting like an AT)
by Tyler Wilcock
· 80 minutes ago
main
79282f6
Fix a build issue after 320526@main
by WebKit CI Build Triage
· 82 minutes ago
c0121e1
Make SystemHeap-enabled failure actions equivalent to SystemHeap-disabled failure actions.
by Mark Lam
· 86 minutes ago
66d43be
Revised Mixed Content rules to match LNA spec
by Ian Gower
· 2 hours ago
e8639fd
[Quirks] Remove additional compile flags in the Quirk accessor functions
by Cole Carley
· 2 hours ago
ca158eb
[JSC] Adopt the instance-scoped qWasmGlobal packet form
by Jonas Devlieghere
· 2 hours ago
64168e4
[CSS Module Scripts] Verify if a module type is allowed before fetching
by Kiet Ho
· 3 hours ago
054171f
[macOS] "Copy" option is enabled in edit menu after selecting text in PDF with copying disallowed
by Abrar Rahman Protyasha
· 3 hours ago
67bf126
[list-marker] text-indent moves the list marker with the text
by Alan Baradlay
· 3 hours ago
65dd1d3
[list-marker] align-content leaves the list marker behind
by Alan Baradlay
· 3 hours ago
e513b5f
[non-cocoa][fuzz] GIF image decoder should not have negative width/height
by Justin Michaud
· 3 hours ago
1be505b
[Flex Wrap Balance] Add parsing support for flex-line-count
by Issac Roy
· 3 hours ago
d257d67
Re-import css/css-highlight-api WPT
by Tim Nguyen
· 3 hours ago
bd7861b
[Site Isolation] Change coordinate space for cross-process frame geometry
by Ben Nham
· 3 hours ago
da79705
ScrollingStateTree::insertNode does redundant work reordering children on pages with many sibling scrolling nodes
by Ahmad Saleem
· 4 hours ago
7e1a50e
[Swift in WebKit] Annotate a few more WTF container types as Escapable & Copyable
by Richard Robinson
· 4 hours ago
2d60427
[NewCodable] Add the ability to decode more primitive types
by Richard Robinson
· 4 hours ago
946a6c0
Cache.delete() and Cache.keys() swallow exceptions thrown while constructing a Request from a URL string
by Ahmad Saleem
· 4 hours ago
1207e68
[Text Extraction] Stale node UID resolution heuristic should surface failure in the case where the resolved node is stale
by Wenson Hsieh
· 4 hours ago
f2a07be
WKWebView does not enforce CORS response header validation for apps' custom schemes after registerURLSchemeAsCORSEnabled()
by Brady Eidson
· 5 hours ago
e6507c8
Pre-invalidate captured-variable WatchpointSets in generator and async function bodies
by Anand Srinivasan
· 5 hours ago
4a2069d
Reject WebRTC socket creation with overlong hostname to fix crash
by Kristian Monsen
· 5 hours ago
9f7bc07
[GTK][WPE] Build and run the IPC API tests on Linux
by Alejandro G. Castro
· 6 hours ago
f56eb24
WebDriver reports "stale element reference" for a node reference from a different browsing context
by Brent Fulgham
· 6 hours ago
67c4317
Remove MediaQueryParserContext
by Antti Koivisto
· 6 hours ago
0ddad2a
[JSC][Wasm] Use ARM64 post-index in the restore-frame copy
by Sergey Rubanov
· 7 hours ago
9908437
[cmake] Add more clang-target
by Adrian Taylor
· 7 hours ago
5204a1a
REGRESSION (Safari 27): line-height quirk not applied inside inline-block
by Alan Baradlay
· 8 hours ago
2a20415
Null-check history items in history dumping testing code
by Zak Ridouh
· 8 hours ago
1bf94f1
[Canvas] parseColor() constructs CSSParserContext(HTMLStandardMode) twice
by Ahmad Saleem
· 8 hours ago
56d21bc
[cmake] Set ENABLE_WEBGPU_SWIFT correctly
by Adrian Taylor
· 8 hours ago
3c0232a
CanvasNoiseInjection misclassifies the bottom-left pixel due to an off-by-one in the bottom-row check
by Ahmad Saleem
· 8 hours ago
10ace68
[list-marker] Rename RenderListMarker to RenderListOutsideMarker
by Alan Baradlay
· 8 hours ago
5e2f8ed
AX: Add layout tests for the text marker index space over non-Latin scripts
by Tyler Wilcock
· 8 hours ago
5eee8c0
AX: Add layout tests for bidirectional text and runtime text direction changes
by Tyler Wilcock
· 8 hours ago
9977e3c
AX: Add layout tests for the text marker index space over emoji and invisible characters
by Tyler Wilcock
· 8 hours ago
2ce849b
[GTK][WPE] REGRESSION(320146@main): build is broken with USE_TEXTURE_MAPPER=OFF and USE_GBM=OFF
by Alejandro G. Castro
· 10 hours ago
87c7250
[list-marker] unicode-bidi and direction on ::marker have no effect on an inside marker
by Alan Baradlay
· 10 hours ago
272c829
[JSC][Wasm] Add memory.fill and memory.copy stress tests
by Sergey Rubanov
· 11 hours ago
bd286f7
[WPE] Add a tutorial about writing a WPE platform implementation
by Claudio Saavedra
· 11 hours ago
ab9b56a
[EWS] Each results-database test step carries its own copy of the shared reporting behaviour
by Issac Roy
· 12 hours ago
772a91a
[EWS] results-db log contains a JSON dump of everything reported to results.webkit.org
by Issac Roy
· 12 hours ago
c9d3d54
Remove incorrect `NODELETE` annotation from `Document::invalidateAccessKeyCacheSlowCase()`
by Fady Farag
· 12 hours ago
1bcccdd
Fix test failures using cmake and most recent MacOS SDK
by Adrian Taylor
· 14 hours ago
bce916c
[NewCodable] Add an initial implementation of a Swift decoder for JS evaluation
by Richard Robinson
· 14 hours ago
57303f8
Avoid redundant PasteboardCustomData copies when writing clipboard items
by Ahmad Saleem
· 14 hours ago
cbd15fc
[JSC] Add Karatsuba multiplication to `JSBigInt`
by Sosuke Suzuki
· 14 hours ago
4af7b77
SkiaCompositingLayer: Take the last animation value after animation ended
by Fujii Hironori
· 15 hours ago
a2b3ca6
[css-values-5] Support tree counting functions in container queries
by Antti Koivisto
· 15 hours ago
956f6fb
[YARR] Match lookbehinds in the interpreter from a copy of the disjunction in match order
by Sosuke Suzuki
· 15 hours ago
63337fa
Remove duplicate Blink-imported tests that are byte-identical to existing WebKit tests
by Ahmad Saleem
· 15 hours ago
f42e74f
[GTK][WPE] Skia compositor: backing store tiles ignore the layer transform when picking sampling options
by Nikolas Zimmermann
· 15 hours ago
8d57bce
Modernize isValidPathSegment() to use a range-based for loop over code units
by Ahmad Saleem
· 15 hours ago
0d6cf47
[JSC] Vectorize `Array#indexOf` and `Array#includes` on long Int32 and Double arrays
by Sosuke Suzuki
· 16 hours ago
3414165
[JSC] `RegExp#test` should fast-fail on an input shorter than the pattern's minimum size
by Sosuke Suzuki
· 16 hours ago
7f4b74c
Resync `cookies` from WPT Upstream
by Ahmad Saleem
· 17 hours ago
e6874d7
[WPE] Gardening of WPE arm64 flakies
by Claudio Saavedra
· 17 hours ago
edd9fe9
[Site Isolation] http/tests/misc/webtiming-cross-origin-and-back1.html is a timeout
by Jessica Lee
· 17 hours ago
b7794d4
Refactor CachedCSSStyleSheet::sheetText to return std::expected
by Kiet Ho
· 18 hours ago
f8e5626
Simplify icon "purpose" parsing in ApplicationManifestParser
by Ahmad Saleem
· 18 hours ago
f2edbf6
Deduplicate identical image/png and image/svg+xml read branches in Clipboard::getType
by Ahmad Saleem
· 18 hours ago
dc774f0
Use WTF::switchOn for the BufferOrString variant in ClipboardItemBindingsDataSource
by Ahmad Saleem
· 18 hours ago
fcfb429
DOMAudioSession::type() redundantly tests the document twice against the same fallback
by Ahmad Saleem
· 18 hours ago
7c50970
Add early-return to `SVGAElement::isKeyboardFocusable` and drop redundant `isFocusable()` checks
by Ahmad Saleem
· 18 hours ago
635ad03
Avoid per-item String and Ref<DOMPromise> copies in ClipboardItemBindingsDataSource::collectDataForWriting()
by Ahmad Saleem
· 18 hours ago
f492fdc
Remove dead reportingObservers local in ReportingScope::notifyReportObservers()
by Ahmad Saleem
· 18 hours ago
a0042af
[JSC] Add "dc zva" zero-fill loop for sanitizeStackForVM
by Yusuke Suzuki
· 18 hours ago
0d58b76
Fix crash in MemoryCache::add after 315967@main
by Alex Christensen
· 20 hours ago
1f4a1bf
Negative z-index layer inside stacking context fails to composite when overlapping external composited layer
by Ahmad Saleem
· 20 hours ago
c064647
Add callback for completed Apple Pay transactions
by Harrison Weinerman
· 20 hours ago
7b5f5df
[Site Isolation] Concurrent navigations to the same site should share the same process
by Anthony Tarbinian
· 22 hours ago
0927bf2
fix typo in IOSurfacePool.h
by Mike Wyrzykowski
· 22 hours ago
b6fb7aa
[resultsdbpy] The EWS upload and query endpoints are missing from /documentation
by Issac Roy
· 22 hours ago
0491e835
AX: Add layout tests for form control state reaching accessibility
by Tyler Wilcock
· 23 hours ago
4b594da
AX: Add layout tests for accessibility attributes that had none (AXContents, AXTabs), and new coverage for editable design-mode web areas
by Tyler Wilcock
· 23 hours ago
7d9b535
AX: Add layout tests for line / sentence / word text marker boundary round trips
by Tyler Wilcock
· 23 hours ago
9e098ca
[EWS] API EWS runs the whole retry ladder for an already-known flaky failure
by Issac Roy
· 23 hours ago
ae4e640
[Text Extraction] iOS: Override several mouse-related media queries when loading desktop-class content with background text extraction
by Wenson Hsieh
· 23 hours ago
d9f0af2
Remove dead declared-but-undefined member functions from ResourceMonitorThrottler
by Ahmad Saleem
· 24 hours ago
09cf0cb
MediaSession::setActionHandler() looks up the document multiple times and shadows a local
by Ahmad Saleem
· 24 hours ago
ffffaa2
[list-marker] Opening a <details> makes its summary one pixel shorter
by Alan Baradlay
· 24 hours ago
c7920bb
[CMake] Add swiftc+ninja tracing tool
by Elliott Williams
· 25 hours ago
d1856da
[CMake] TestWebKitAPI fails to build due to injected bundle API deprecations
by Elliott Williams
· 25 hours ago
b437008
Update emw-apple CODEOWNERS
by Elliott Williams
· 25 hours ago
7b6b37f
Fix cookie list splitting in the test HTTP/2 server. rdar://186509924
by Jeffrey Xu
· 25 hours ago
8783151
Unreviewed, reverting 681@main (95c3cfc25878) rdar://176483048
by Robert Jenner
· 25 hours ago
d77fbd5
[ews] Fail the build early when change_id is missing
by Aakash Jain
· 26 hours ago
89be836
Update test expectations for two EnhancedSecurity API tests
by Brady Eidson
· 26 hours ago
23b9690
[JSC] Split validation and evaluation of wasm constant expression
by Yusuke Suzuki
· 26 hours ago
8c21d77
Remove extraneous get()'s from WebParentalControlsURLFilter.mm
by Jessica Lee
· 27 hours ago
dae912f
AX: isTableCellInSameColGroup and nextUnignoredSibling are unused functions
by Tyler Wilcock
· 27 hours ago
5a427de
[EWS] JSC EWS can excuse a test failure on flakiness recorded by the pull request under test
by Issac Roy
· 27 hours ago
f50c657
[TestWebKitAPI] Add missing Cocoa test sources to CMakeLists.txt
by Elliott Williams
· 28 hours ago
9b93787
[Text Extraction] battle.net: one-time code fields are skipped in text extraction results
by Wenson Hsieh
· 28 hours ago
f15a2f2
[list-marker] RenderListItem should answer for its marker instead of its callers consulting RenderListMarker
by Alan Baradlay
· 28 hours ago
99be793
Give Ian Gower committer status
by Ian Gower
· 29 hours ago
3fc4ee5
[css-link-params] Add a tentative test for currentcolor as a parameter value
by Taher Ali
· 29 hours ago
55e028f
[macOS] Text selection options missing from context menu in PDFs with copying disabled
by Abrar Rahman Protyasha
· 29 hours ago
4a276aa
AX: In isolated tree mode, AXIndexForTextMarker returns 0 for a text marker in an empty text field at the end of the document
by Tyler Wilcock
· 29 hours ago
32a2a70
A page cannot opt out of the spatial video renderer (experimental)
by Phinehas Fuachie
· 29 hours ago
Next »