[webkit-changes] [WebKit/WebKit] 35babd: Replace std::optional<WallTime> with Markable<Wall...

Sihui noreply at github.com
Tue Feb 14 14:25:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 35babdd78cd331df1c270cc854165a7bc7202793
      https://github.com/WebKit/WebKit/commit/35babdd78cd331df1c270cc854165a7bc7202793
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2023-02-14 (Tue, 14 Feb 2023)

  Changed paths:
    M Source/WebCore/Modules/webdatabase/DatabaseDetails.h
    M Source/WebCore/dom/Document.h
    M Source/WebCore/page/Page.h
    M Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h
    M Source/WebCore/platform/network/BlobDataFileReference.h
    M Source/WebCore/platform/network/ResourceResponseBase.h
    M Source/WebKit/NetworkProcess/storage/OriginStorageManager.h
    M Source/WebKit/WebProcess/WebPage/MomentumEventDispatcher.h

  Log Message:
  -----------
  Replace std::optional<WallTime> with Markable<WallTime> to reduce space
https://bugs.webkit.org/show_bug.cgi?id=252128
rdar://105350562

Reviewed by Ryosuke Niwa.

Markable could be more space efficient.

* Source/WebCore/Modules/webdatabase/DatabaseDetails.h:
* Source/WebCore/dom/Document.h:
* Source/WebCore/page/Page.h:
* Source/WebCore/platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h:
* Source/WebCore/platform/network/BlobDataFileReference.h:
* Source/WebCore/platform/network/ResourceResponseBase.h:
* Source/WebKit/NetworkProcess/storage/OriginStorageManager.h:
* Source/WebKit/WebProcess/WebPage/MomentumEventDispatcher.h:

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




More information about the webkit-changes mailing list