RESOLVED FIXED223207
[iOS] WebPageProxy's EditorState may be stale until the next remote layer tree commit
https://bugs.webkit.org/show_bug.cgi?id=223207
Summary [iOS] WebPageProxy's EditorState may be stale until the next remote layer tre...
Wenson Hsieh
Reported 2021-03-15 12:26:42 PDT
Attachments
Patch (20.75 KB, patch)
2021-03-15 13:19 PDT, Wenson Hsieh
no flags
For EWS (20.78 KB, patch)
2021-03-15 14:24 PDT, Wenson Hsieh
ews-feeder: commit-queue-
Wenson Hsieh
Comment 1 2021-03-15 13:19:09 PDT
Tim Horton
Comment 2 2021-03-15 13:28:17 PDT
Comment on attachment 423228 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=423228&action=review > Source/WebKit/ChangeLog:3 > + Refactor some codepaths for updating EditorState in the UI process Is it possible for this to state the problem instead of the solution? > Source/WebKit/ChangeLog:20 > + 3. The pending `BackingStoreFlusher` created in step (1) dispatches on the background queue, and sends its > + editor state over to the UI process. Oh no
Wenson Hsieh
Comment 3 2021-03-15 13:35:28 PDT
(In reply to Tim Horton from comment #2) > Comment on attachment 423228 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=423228&action=review > > > Source/WebKit/ChangeLog:3 > > + Refactor some codepaths for updating EditorState in the UI process > > Is it possible for this to state the problem instead of the solution? Good point! Retitling the bug... > > > Source/WebKit/ChangeLog:20 > > + 3. The pending `BackingStoreFlusher` created in step (1) dispatches on the background queue, and sends its > > + editor state over to the UI process. > > Oh no Quite 😬
Wenson Hsieh
Comment 4 2021-03-15 14:24:38 PDT
EWS
Comment 5 2021-03-15 18:25:47 PDT
Committed r274457: <https://commits.webkit.org/r274457> All reviewed patches have been landed. Closing bug and clearing flags on attachment 423239 [details].
Note You need to log in before you can comment on or make changes to this bug.