Bug 212252 - Simplify the "node did scroll" notifications sent from the scrolling thread to the main thread
Summary: Simplify the "node did scroll" notifications sent from the scrolling thread t...
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Scrolling (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks: 210884
  Show dependency treegraph
 
Reported: 2020-05-21 20:47 PDT by Simon Fraser (smfr)
Modified: 2020-05-21 22:01 PDT (History)
8 users (show)

See Also:


Attachments
Patch (5.53 KB, patch)
2020-05-21 20:51 PDT, Simon Fraser (smfr)
no flags 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-05-21 20:47:39 PDT
Simplify the "node did scroll" notifications sent from the scrolling thread to the main thread
Comment 1 Simon Fraser (smfr) 2020-05-21 20:51:37 PDT
Created attachment 400021 [details]
Patch
Comment 2 Radar WebKit Bug Importer 2020-05-21 20:52:16 PDT
<rdar://problem/63526245>
Comment 3 Simon Fraser (smfr) 2020-05-21 21:17:05 PDT
Comment on attachment 400021 [details]
Patch

This breaks overflow scrollbar updating in some cases.
Comment 4 Simon Fraser (smfr) 2020-05-21 22:01:02 PDT
This also breaks visible rect computations. Clearly some of this is needed.