Bug 159585 - Mail messages don't start loading until scrolling completes
Summary: Mail messages don't start loading until scrolling completes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Horton
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-08 16:26 PDT by Tim Horton
Modified: 2016-07-08 17:16 PDT (History)
6 users (show)

See Also:


Attachments
Patch (2.16 KB, patch)
2016-07-08 16:27 PDT, Tim Horton
aestes: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Horton 2016-07-08 16:26:43 PDT
Mail messages don't start loading until scrolling completes
Comment 1 Tim Horton 2016-07-08 16:27:01 PDT
Created attachment 283213 [details]
Patch
Comment 2 Tim Horton 2016-07-08 16:27:23 PDT
Looking into writing an API test now.
Comment 3 Andy Estes 2016-07-08 16:28:01 PDT
Comment on attachment 283213 [details]
Patch

Nice.
Comment 4 Alexey Proskuryakov 2016-07-08 17:09:15 PDT
Will this also enable loading under a modal dialog, and thus running scripts under a modal dialog and other scary things?
Comment 5 Brady Eidson 2016-07-08 17:11:17 PDT
(In reply to comment #4)
> Will this also enable loading under a modal dialog, and thus running scripts
> under a modal dialog and other scary things?

WebProcesses will still be stuck on the modal dialog sync message - This is only about letting the UI Process get things back to the Networking process.
Comment 6 Tim Horton 2016-07-08 17:16:13 PDT
https://trac.webkit.org/changeset/203010