1. 26c134e Rename Vector and FixedVector::findMatching to findIf to match stl naming. by mark.lam@apple.com · 3 years, 2 months ago
  2. a39f4e9 Build failure with GCC 12: no matching function for call to 'end(LChar [7])' by commit-queue@webkit.org · 3 years, 2 months ago
  3. fc59e36 REGRESION(r288200): [GTK][WPE] Build broken on Ubuntu 18.04 by commit-queue@webkit.org · 3 years, 2 months ago
  4. e7c154d Add FixedVector::clear(), contains(), find(), and findMatching(). by mark.lam@apple.com · 3 years, 2 months ago
  5. 8b7ae94 [JSC] Relax Date.parse requirement by ysuzuki@apple.com · 3 years, 2 months ago
  6. d64a69a Disable CFURLCache in WebKit2 by sihui_liu@apple.com · 3 years, 2 months ago
  7. fd7ac03 Build failure with g++ 12: std::exchange undefined by commit-queue@webkit.org · 3 years, 2 months ago
  8. e999c78 [Cocoa] Accelerated filters are enabled by the wrong setting by said@apple.com · 3 years, 2 months ago
  9. 4f764aa [JSC] Implement Temporal.Now.instant() by ysuzuki@apple.com · 3 years, 2 months ago
  10. bceae3d Update ARM64EHash https://bugs.webkit.org/show_bug.cgi?id=235192 by sbarati@apple.com · 3 years, 2 months ago
  11. 1b65272 Do not use pas utils outside of libpas by ysuzuki@apple.com · 3 years, 2 months ago
  12. ec37232 Allow experimental feature names to be hidden in WebKitAdditions by commit-queue@webkit.org · 3 years, 2 months ago
  13. 0594970 Improve computation of service worker FetchEvent.resultingClientId by youenn@apple.com · 3 years, 2 months ago
  14. effb6ad Enable form.requestSubmit() https://bugs.webkit.org/show_bug.cgi?id=235342 by cdumez@apple.com · 3 years, 2 months ago
  15. 34ceb3d Replace all uses of HAVE_ACCESSIBILITY with ENABLE_ACCESSIBILITY by don.olmstead@sony.com · 3 years, 2 months ago
  16. d1d44b6 Unreviewed, disable jit-heap on non Darwin by ysuzuki@apple.com · 3 years, 2 months ago
  17. e7a0235 Use c++2a instead of gnu++2a for Cocoa builds by commit-queue@webkit.org · 3 years, 2 months ago
  18. b22bb15 UUID decode routine should check for deleted value by youenn@apple.com · 3 years, 2 months ago
  19. 89a9270 Make ServiceWorkerClient.id a UUID instead of a string derived from a ScriptExecutionContextIdentifier by youenn@apple.com · 3 years, 2 months ago
  20. be1e071 Make ServiceWorkerClient.id a UUID instead of a string derived from a ScriptExecutionContextIdentifier by youenn@apple.com · 3 years, 2 months ago
  21. 7239224 Enforce focus check for getUserMedia by youenn@apple.com · 3 years, 2 months ago
  22. 5e2140c Fix C++20 build warnings with GCC https://bugs.webkit.org/show_bug.cgi?id=235023 by lmoura@igalia.com · 3 years, 2 months ago
  23. 4bbd69c [WTF] Add TollFreeBridging.h to Xcode project by ddkilzer@apple.com · 3 years, 2 months ago
  24. 5f02e63 Introduce dynamicDowncast<>() for convenience by cdumez@apple.com · 3 years, 2 months ago
  25. 22368a4 Fix WTF::UUID's potential collision with empty and deleted values by ysuzuki@apple.com · 3 years, 2 months ago
  26. 56c0926 [XCBuild] Add "product dependencies" which influence workspace build order by commit-queue@webkit.org · 3 years, 3 months ago
  27. cce8282 [Re-landing] Update hashThreadState() to exclude __opaque_flags. by mark.lam@apple.com · 3 years, 3 months ago
  28. bcea647 [Xcode] Configure each project for the legacy build system by commit-queue@webkit.org · 3 years, 3 months ago
  29. 7facd6d Unreviewed, reverting r287908. https://bugs.webkit.org/show_bug.cgi?id=235156 by commit-queue@webkit.org · 3 years, 3 months ago
  30. 9e13c46 [JSC] Enable libpas jit-heap when libpas is enabled by ysuzuki@apple.com · 3 years, 3 months ago
  31. 3ccfa9e [WTF] Exclude any Linux-based platform in DisallowCType.h by commit-queue@webkit.org · 3 years, 3 months ago
  32. 703defb Serialize CSS <number> values with rounding, limited decimal precision, and no exponents per-spec by simon.fraser@apple.com · 3 years, 3 months ago
  33. f9687db Update hashThreadState() to exclude __opaque_flags. by mark.lam@apple.com · 3 years, 3 months ago
  34. 0153da9 Remove AppleTV specific disabling of conic gradients, its not necessary by weinig@apple.com · 3 years, 3 months ago
  35. 632d990 Start using C++20 https://bugs.webkit.org/show_bug.cgi?id=233963 by commit-queue@webkit.org · 3 years, 3 months ago
  36. b7726eb Compile out ENABLE_MEDIA_CAPTURE on WATCHOS and APPLETV by youenn@apple.com · 3 years, 3 months ago
  37. 8a46d06 .: Remove support for Direct2D https://bugs.webkit.org/show_bug.cgi?id=234999 by weinig@apple.com · 3 years, 3 months ago
  38. 0895be5 Add helpers to access CoreGraphics color spaces more easily in generic contexts by weinig@apple.com · 3 years, 3 months ago
  39. 8dc84b7 Adopt linkedOnOrAfter() in more places by timothy_horton@apple.com · 3 years, 3 months ago
  40. 67b1f17 Unreviewed, reverting r287698. by achristensen@apple.com · 3 years, 3 months ago
  41. 9c2cd59 Unreviewed, reverting r287718. by achristensen@apple.com · 3 years, 3 months ago
  42. 7b0add3 Move linkedOnOrAfter() to WTF https://bugs.webkit.org/show_bug.cgi?id=234942 by timothy_horton@apple.com · 3 years, 3 months ago
  43. 0d6fb91 Add a helper function that returns the value of a std::optional<T> or constructs T if needed by wenson_hsieh@apple.com · 3 years, 3 months ago
  44. 232fe9e Separate "linked-on-or-{before, after}-everything" override from the SDK version by timothy_horton@apple.com · 3 years, 3 months ago
  45. cfbb4e8 [PlayStation] Fix build break after r287698 by stephan.szabo@sony.com · 3 years, 3 months ago
  46. 579583e Start using C++20 https://bugs.webkit.org/show_bug.cgi?id=233963 by achristensen@apple.com · 3 years, 3 months ago
  47. 0161230 Drop implementation for COOP / COEP violation reporting by cdumez@apple.com · 3 years, 3 months ago
  48. 03b5a8b Change version number for HAVE_RSA_PSS_OID by wilander@apple.com · 3 years, 3 months ago
  49. 2e3b642 Momentum Event Dispatcher: Momentum tails may get truncated if the duration runs longer than the system's by timothy_horton@apple.com · 3 years, 3 months ago
  50. 9c38f4b [JSC] Replace UDIS86 with Zydis https://bugs.webkit.org/show_bug.cgi?id=234765 by ysuzuki@apple.com · 3 years, 3 months ago
  51. 8660662 Add additional named color spaces for extended rgb color types and HSL/HWB in preparation for out of gamut and missing component support by weinig@apple.com · 3 years, 3 months ago
  52. c5f68c3 Support color interpolation methods for CSS Gradients by weinig@apple.com · 3 years, 3 months ago
  53. 8767374 Enhance Vector::map to allow specifying what kind of Vector to return (e.g. inline capacity, overflow, etc.) by weinig@apple.com · 3 years, 3 months ago
  54. 537db32 [RISCV64] Enable signal-based VM traps for CPU(RISCV64) by commit-queue@webkit.org · 3 years, 3 months ago
  55. 9f003c2 [RISCV64] Define HAVE_MACHINE_CONTEXT, provide mcontext_t accessors for CPU(RISCV64) by commit-queue@webkit.org · 3 years, 3 months ago
  56. e5f06b9 Gradient color interpolation incorrect for colors with alpha (need to interpolate premultiplied colors) by weinig@apple.com · 3 years, 3 months ago
  57. 8908ce8 Add WTF::UUID class which is natively a 128-bit integer by beidson@apple.com · 3 years, 3 months ago
  58. 35f3851 Ensure file handles used in FileSystemAccess API are closed by sihui_liu@apple.com · 3 years, 3 months ago
  59. dce6ceb WebsiteDataStore::excludeDirectoryFromBackup should set attribute for existing directories by sihui_liu@apple.com · 3 years, 3 months ago
  60. ed7f42b Unreviewed, reverting r287364. https://bugs.webkit.org/show_bug.cgi?id=234620 by commit-queue@webkit.org · 3 years, 3 months ago
  61. 2c6927d [RISCV64] Add RISCV64 support in YARR by commit-queue@webkit.org · 3 years, 3 months ago
  62. 12d46ed Preferences that read from NSUserDefaults need to be initialied from platformInitializeStore() by simon.fraser@apple.com · 3 years, 3 months ago
  63. 3f1429e [WebAuthn] Set Web Authentication experimental feature flag as default true by j_pascoe@apple.com · 3 years, 3 months ago
  64. 78e0335 Make Notification identifiers be a UUID string instead of a uint64_t by beidson@apple.com · 3 years, 3 months ago
  65. 1947d59 Add support for premultiplied alpha interpolated gradients and defaulted off option to use them for CSS Gradients by weinig@apple.com · 3 years, 3 months ago
  66. ac6eff1 [WTF] Remove RefCountedArray and use RefCountedFixedVector by ysuzuki@apple.com · 3 years, 3 months ago
  67. ed01d6d [WebIDL] convertVariadicArguments() should return a FixedVector by commit-queue@webkit.org · 3 years, 3 months ago
  68. 28cd831 MSVC reports "wtf/RetainPtr.h(196): error C3861: 'CFAutorelease': identifier not found " with /permissive- on Windows by Hironori.Fujii@sony.com · 3 years, 3 months ago
  69. b1cf168 Stub out NotificationEvent and related by beidson@apple.com · 3 years, 3 months ago
  70. 5f09a72 Hash tables, read/write, and heap memory are used unnecessarily, which may hurt performance by darin@apple.com · 3 years, 3 months ago
  71. 4276ac0b Read the default value of the ScrollAnimatorEnabled setting from NSUserDefaults by simon.fraser@apple.com · 3 years, 3 months ago
  72. e810644 Rename MockScrollAnimatorEnabled to MockScrollbarsControllerEnabled by simon.fraser@apple.com · 3 years, 3 months ago
  73. e9f5e59 [WTF] Introduce TrailingArray https://bugs.webkit.org/show_bug.cgi?id=234201 by ysuzuki@apple.com · 3 years, 3 months ago
  74. 32fcb22 Add custom copy() method for Ref<T> to CrossThreadCopier by sihui_liu@apple.com · 3 years, 3 months ago
  75. a3dd90a MSVC reports "wtf/RetainPtr.h(196): error C3861: 'CFAutorelease': identifier not found " with /permissive- on Windows by Hironori.Fujii@sony.com · 3 years, 3 months ago
  76. df094ad Unreviewed, reverting r287056. <rdar://86519800> by achristensen@apple.com · 3 years, 3 months ago
  77. 3002e42 Many call sites use makeNeverDestroyed, but could instead take advantage of the NeverDestroyed deduction guide by darin@apple.com · 3 years, 3 months ago
  78. 56826e2 Remove unreachable code in Plugin and PluginController by achristensen@apple.com · 3 years, 3 months ago
  79. 26d3795 Support passing an old-style enum to add(Hasher&, ...) by cdumez@apple.com · 3 years, 3 months ago
  80. ad6f2f2 [Mac] Adopt -[NSScreen safeAreaInsets] by jer.noble@apple.com · 3 years, 3 months ago
  81. c51c521 Move SWServers from NetworkProcess to NetworkSession by cdumez@apple.com · 3 years, 3 months ago
  82. 782848c [PlayStation] Use FileSystem instead of FileSystemPlayStation except several unsupported APIs by tomoki.imai@sony.com · 3 years, 3 months ago
  83. bf09908 Make use of PLATFORM(COCOA) in MediaRecorder WebPreference by youenn@apple.com · 3 years, 3 months ago
  84. 4c01017 Remove properties set by NSURLProtocol on NSURLRequest before serializing by commit-queue@webkit.org · 3 years, 4 months ago
  85. 18faa56 Automatically generate event handler content attribute maps so they are easier to maintain by darin@apple.com · 3 years, 4 months ago
  86. bfc3665 Roll back r286345, r286387, r286471, r286667, r286849 by sbarati@apple.com · 3 years, 4 months ago
  87. ddf0e3b CustomEffect and animation frame rate should be disabled by default in STP by graouts@webkit.org · 3 years, 4 months ago
  88. d7b2a7c Unreviewed build fix after r286971. by cdumez@apple.com · 3 years, 4 months ago
  89. ff73784 Regression(r283565) Unable to report private messages as Spam in Twitter app by cdumez@apple.com · 3 years, 4 months ago
  90. 0763edf Deployment target for macOS 11+ does not follow minor version bumps by commit-queue@webkit.org · 3 years, 4 months ago
  91. 41b5a4b Add a std::nullptr_t constructor for RefPtr by don.olmstead@sony.com · 3 years, 4 months ago
  92. 90131a7 Unreviewed, reverting r286893. https://bugs.webkit.org/show_bug.cgi?id=234197 by commit-queue@webkit.org · 3 years, 4 months ago
  93. 9e9c6a5 Source/WebCore: by jer.noble@apple.com · 3 years, 4 months ago
  94. ac5916f [macOS] Add new screen and window capture backend by eric.carlson@apple.com · 3 years, 4 months ago
  95. fe471e3 Add FileSystem function to read a file at a path by don.olmstead@sony.com · 3 years, 4 months ago
  96. 0a00e09 Expose the maximum device frame rate to the Web Animations model by graouts@webkit.org · 3 years, 4 months ago
  97. 7d44c63 Enable the 'resolution' media query by default by gsnedders@apple.com · 3 years, 4 months ago
  98. efbd121 Use simpler idioms for std::less and std::greater possible in modern C++ by darin@apple.com · 3 years, 4 months ago
  99. 37cfea9 Reduce maximum mmap size for Structure regions to help placate ios by keith_miller@apple.com · 3 years, 4 months ago
  100. 2ef5bc0 [CSS Container Queries] Basic @container at-rule parsing support by antti@apple.com · 3 years, 4 months ago