[webkit-changes] [WebKit/WebKit] 1e6779: Add std::multimap to WebKit

Brandon Stewart noreply at github.com
Tue Aug 13 14:21:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1e6779c98ddb3a1ea0b6c90960de161e83d170dd
      https://github.com/WebKit/WebKit/commit/1e6779c98ddb3a1ea0b6c90960de161e83d170dd
  Author: Brandon Stewart <brandonstewart at apple.com>
  Date:   2024-08-13 (Tue, 13 Aug 2024)

  Changed paths:
    M Source/WTF/WTF.xcodeproj/project.pbxproj
    M Source/WTF/wtf/CMakeLists.txt
    A Source/WTF/wtf/StdMultimap.h

  Log Message:
  -----------
  Add std::multimap to WebKit
https://bugs.webkit.org/show_bug.cgi?id=278025
rdar://problem/133769139

Reviewed by Yusuke Suzuki and Matthieu Dubet.

Expose std::multimap to WebKit as StdMultimap.
This data structure will be used in CSS Masonry.

* Source/WTF/WTF.xcodeproj/project.pbxproj:
* Source/WTF/wtf/CMakeLists.txt:
* Source/WTF/wtf/StdMultimap.h: Added.

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list