[webkit-changes] [WebKit/WebKit] f07b7a: Give some WebCore classes allocation heap identifiers

Simon Fraser noreply at github.com
Mon Feb 20 21:37:02 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f07b7ad2599f5c00c5e5464508485e879930364d
      https://github.com/WebKit/WebKit/commit/f07b7ad2599f5c00c5e5464508485e879930364d
  Author: Simon Fraser <simon.fraser at apple.com>
  Date:   2023-02-20 (Mon, 20 Feb 2023)

  Changed paths:
    M Source/WebCore/Modules/fetch/FetchBodyOwner.cpp
    M Source/WebCore/Modules/fetch/FetchBodyOwner.h
    M Source/WebCore/Sources.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/bindings/js/WebCoreJSClientData.cpp
    M Source/WebCore/bindings/js/WebCoreJSClientData.h
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp
    M Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h
    A Source/WebCore/platform/graphics/FontSelector.cpp
    M Source/WebCore/platform/graphics/FontSelector.h
    M Source/WebCore/platform/graphics/displaylists/DisplayListItemBuffer.cpp
    M Source/WebCore/platform/mediarecorder/MediaRecorderPrivateMock.cpp
    M Source/WebCore/platform/mediarecorder/MediaRecorderPrivateMock.h

  Log Message:
  -----------
  Give some WebCore classes allocation heap identifiers
https://bugs.webkit.org/show_bug.cgi?id=252113
rdar://105334665

Reviewed by Cameron McCormack.

Allocate the following classes in DebugHeap zones with their own identifiers (when debug heaps
are enabled at build time): FetchBodyOwner, JSVMClientData, JSHeapData, LayoutIntegration::LineLayout,
FontAccessor, DisplayListItemBufferHandle.

A few other media-related build fixes presumably triggered by unified build issues.

* Source/WebCore/Modules/fetch/FetchBodyOwner.cpp:
* Source/WebCore/Modules/fetch/FetchBodyOwner.h:
* Source/WebCore/Sources.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/bindings/js/WebCoreJSClientData.cpp:
* Source/WebCore/bindings/js/WebCoreJSClientData.h:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.cpp:
* Source/WebCore/layout/integration/inline/LayoutIntegrationLineLayout.h:
* Source/WebCore/platform/graphics/FontSelector.h:
* Source/WebCore/platform/graphics/displaylists/DisplayListItemBuffer.cpp:
(WebCore::DisplayList::ItemBuffer::createItemBuffer):
(WebCore::DisplayList::ItemBuffer::clear):
* Source/WebCore/platform/mediarecorder/MediaRecorderPrivateMock.cpp:
* Source/WebCore/platform/mediarecorder/MediaRecorderPrivateMock.h:
* Source/WebCore/platform/mediastream/mac/MediaStreamTrackAudioSourceProviderCocoa.h:

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




More information about the webkit-changes mailing list