Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bfd9799059edcb114d851dd7ab0b66386d700c83
      
https://github.com/WebKit/WebKit/commit/bfd9799059edcb114d851dd7ab0b66386d700c83
  Author: Ryosuke Niwa <[email protected]>
  Date:   2023-05-06 (Sat, 06 May 2023)

  Changed paths:
    M Source/WebCore/page/LocalFrameView.cpp
    M Source/WebCore/page/LocalFrameViewLayoutContext.cpp
    M Source/WebCore/page/LocalFrameViewLayoutContext.h

  Log Message:
  -----------
  Rename asynchronous tasks to post layout tasks in LocalFrameViewLayoutContext
https://bugs.webkit.org/show_bug.cgi?id=256414

Reviewed by Antti Koivisto.

Asynchronous tasks are the same thing as post layout tasks. Name them 
consistently.

* Source/WebCore/page/LocalFrameView.cpp:
(WebCore::LocalFrameView::flushAnyPendingPostLayoutTasks):
* Source/WebCore/page/LocalFrameViewLayoutContext.cpp:
(WebCore::LocalFrameViewLayoutContext::LocalFrameViewLayoutContext):
(WebCore::LocalFrameViewLayoutContext::performLayout):
(WebCore::LocalFrameViewLayoutContext::runOrScheduleAsynchronousTasks):
(WebCore::LocalFrameViewLayoutContext::runPostLayoutTasks): Renamed from 
runAsynchronousTasks.
(WebCore::LocalFrameViewLayoutContext::flushPostLayoutTasks): Renamed from 
flushAsynchronousTasks.
(WebCore::LocalFrameViewLayoutContext::reset):
(WebCore::LocalFrameViewLayoutContext::unscheduleLayout):
* Source/WebCore/page/LocalFrameViewLayoutContext.h:

Canonical link: https://commits.webkit.org/263753@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to