Commits
User selector
Commit History
Commits on Sep 23, 2021
Remove AXDRTElementIdAttribute from the AX object platform wrapper interface.
Show description for d19121fcommitted[GTK] Allow sending precise mouse wheel events in LayoutTests
Show description for 9dddd38committed
Chris Lord
Commits on Sep 21, 2021
Rename {checked,dynamic}_ns_cast<> to {checked,dynamic}_objc_cast<>
Show description for b861fcdcommitted
David Kilzer
Commits on Sep 20, 2021
Reduce use of makeRefPtr() and use RefPtr { } directly
Show description for 65b0916committedStop using makeRef(*this) / makeRefPtr(this)
Show description for 54cb09dcommitted
Commits on Sep 17, 2021
[GTK][a11y] Add a build option to enable ATSPI
Show description for 42f1fb8committed
Commits on Sep 13, 2021
AX: set insertion point to the end of a native text control does not work when passing a collapsed TextMarkerRange with both start and end equals to the end TextMarker for the element.
Show description for 60a731acommittedAX: Make PDFs loaded via <embed> accessible
Show description for 38c5520authored andcommitted
Commits on Sep 11, 2021
Implement navigation reporting for Cross-Origin-Opener-Policy
Show description for 37c8a6bcommitted
Commits on Sep 8, 2021
Regression (r282130): [ macOS iOS wk2 ] imported/w3c/web-platform-tests/storage/persisted.https.any.html is failing
Show description for 162c69ccommitted
Commits on Sep 7, 2021
Implement origin partitioning (top-origin/frame-origin) for BroadcastChannel
Show description for 707c2eccommittedAllow layout tests to open popups by default
Show description for b6d542bcommittedRewrite long press and drag tests to be more robust.
Show description for 115f97ccommitted
Commits on Sep 6, 2021
Unreviewed, reverting r282025.
Show description for 8fc4387committed
Commits on Sep 3, 2021
Allow layout tests to open popups by default
Show description for c0cb697committedDrop calls to testRunner.setCloseRemainingWindowsWhenComplete() from layout tests
Show description for 8c8a0aacommittedWebKitTestRunner does not correctly close all auxiliary WebViews between tests
Show description for ec6725fcommitted[iOS 15] editing/caret/ios/caret-in-overflow-area.html is failing
Show description for dad9a4fcommitted
Commits on Aug 30, 2021
Fix double-tap-on-editable-content-for-selection-then-drag-* tests.
Show description for cf84e4ecommitted
Commits on Aug 27, 2021
REGRESSION (r281516): imported/w3c/web-platform-tests/IndexedDB/serialize-sharedarraybuffer-throws.https.html is failing
Show description for 73c30bccommitted
Commits on Aug 26, 2021
REGRESSION (r281516): [AppleSilicon WK2] fast/loader/reload-zero-byte-plugin.html is timing out
Show description for b0ab481committedRemove some iOS-specific compile-time guards that are no longer needed
Show description for 44ff35bcommitted
Commits on Aug 25, 2021
[iOS 15] editing/input/cocoa/autocorrect-on.html times out when run after editing/input/cocoa/autocorrect-off.html
Show description for 838f47bcommitted
Commits on Aug 24, 2021
[WK2] Implement process-swapping based on Cross-Origin-Opener-Policy HTTP header
Show description for 76de4a8committedPCM: Support ephemeral measurement with non-persistent WebCore::PrivateClickMeasurement
Show description for ab8e49bcommitted
Commits on Aug 23, 2021
Add a new option '--show-window' to run-webkit-tests
Show description for 88a5292committed
Commits on Aug 19, 2021
[iOS] Remove support for the meaningful tap heuristic
Show description for 58daa96committedRename AccessibilityUIElement::setSelectedVisibleTextRange to setSelectedTextMarkerRange for naming consistency and maintainability.
Show description for 3ccce48committedBug 229265: run-webkit-tests --leaks should check for leaks in the GPU process
Show description for b2984f8committed
David Kilzer
Commits on Aug 18, 2021
Add layout test for WebAccessibilityObjectWrapper handler for attribute AXLineForTextMarker on MacOS.
Show description for 84a3f71committed
Commits on Aug 16, 2021
Expose [WebAccessibilityObjectWrapper lineRectsAndText] on MacOS.
Show description for 3187937committed"make analyze" should run clang static analyzer in deep mode
Show description for e7b2ba4committed
David Kilzer[iOS 15] editing/selection/ios/select-all-in-readonly-input-does-not-overflow.html is a flaky timeout
Show description for 8fd4a9dcommitted
Commits on Aug 12, 2021
[ iOS Debug] 3 editing/pasteboard/smart-paste-paragraph tests are flaky failing
Show description for dba3abccommittedAllow testing of the final UIView tree on iOS platforms
Show description for 9cc977ecommitted
Sam Weinig