RTC: Accumulated fixes from fuzz testing - #79563
Open
dmsnell wants to merge 4 commits into
Open
Conversation
dmsnell
requested review from
ajitbohra,
ellatrix,
fabiankaegy,
juanmaguitar,
kevin940726,
nerrad,
ntwb and
spacedmonkey
as code owners
June 25, 2026 22:47
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @codex. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
|
Size Change: +8.53 kB (+0.11%) Total Size: 7.5 MB 📦 View Changed
|
- Preserve persisted CRDT support for post entities so RTC-enabled posts suppress the legacy post-lock modal when multiple users collaborate. - Preserve remote CRDT edits from stale local snapshots and reject stale persisted documents. - Prevent stale save responses from overwriting CRDT-backed title/content state after collaborative edits. - Stabilize table block synchronization, including duplicate row identity, stale table snapshots, and query array identity. - Anchor collaborator selections to keyed block roots and cover nested cursor awareness regressions, including fuzz regressions around #77673 and follow-up RTC fixes from #77924. - Harden collaborative editing behavior accumulated from RTC fix PRs #77723, #77775, #77866, #77874, #77876, #77887, #77890, and #78251. - Harden HTTP polling and large-post sync paths with bounded responses and compaction fallbacks.
dmsnell
force-pushed
the
rtc/mega-fix-20260625
branch
from
June 25, 2026 23:16
0c6348f to
8f1c164
Compare
danluu
pushed a commit
to danluu/gutenberg
that referenced
this pull request
Jun 26, 2026
Source PR: WordPress#79563 PR head: 2ae570d
dmsnell
force-pushed
the
rtc/mega-fix-20260625
branch
from
June 26, 2026 04:41
2ae570d to
a3a196f
Compare
danluu
pushed a commit
to danluu/gutenberg
that referenced
this pull request
Jul 1, 2026
Source PR: WordPress#79563 PR head: 2ae570d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Generated by Codex, mostly.
See #77716