Bug 216958 - WebKitLegacy should call Page::finalizeRenderingUpdate()
Summary: WebKitLegacy should call Page::finalizeRenderingUpdate()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks: 216726
  Show dependency treegraph
 
Reported: 2020-09-24 21:58 PDT by Simon Fraser (smfr)
Modified: 2020-09-27 20:00 PDT (History)
5 users (show)

See Also:


Attachments
Patch (10.25 KB, patch)
2020-09-24 22:06 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (10.25 KB, patch)
2020-09-24 23:10 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (12.78 KB, patch)
2020-09-25 12:27 PDT, Simon Fraser (smfr)
no flags Details | Formatted Diff | Diff
Patch (15.74 KB, patch)
2020-09-25 13:30 PDT, Simon Fraser (smfr)
thorton: review+
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (15.53 KB, patch)
2020-09-27 13:14 PDT, Simon Fraser (smfr)
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2020-09-24 21:58:22 PDT
WebKitLegacy should call Page::finalizeRenderingUpdate()
Comment 1 Simon Fraser (smfr) 2020-09-24 22:06:06 PDT
Created attachment 409656 [details]
Patch
Comment 2 Simon Fraser (smfr) 2020-09-24 23:10:43 PDT
Created attachment 409659 [details]
Patch
Comment 3 Simon Fraser (smfr) 2020-09-25 12:27:02 PDT
Created attachment 409721 [details]
Patch
Comment 4 Simon Fraser (smfr) 2020-09-25 13:30:11 PDT
Created attachment 409729 [details]
Patch
Comment 5 Tim Horton 2020-09-25 14:51:07 PDT
Comment on attachment 409729 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=409729&action=review

> Source/WebCore/page/Page.cpp:1510
> +                page->isolatedUpdateRendering();

Hmm. There's not really "isolation" of any sort. It affects the real world. Is it "out of band"? I don't know what to call it. "updateRenderingWithout..."?
Comment 6 Simon Fraser (smfr) 2020-09-27 13:14:47 PDT
Created attachment 409857 [details]
Patch
Comment 7 EWS 2020-09-27 16:14:11 PDT
ChangeLog entry in Source/WebKitLegacy/mac/ChangeLog contains OOPS!.
Comment 8 Simon Fraser (smfr) 2020-09-27 17:24:18 PDT
https://trac.webkit.org/changeset/267688/webkit
Comment 9 Radar WebKit Bug Importer 2020-09-27 17:25:18 PDT
<rdar://problem/69669472>