1. 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 6 years ago
  2. 64df776 [Mac] Use the PID of the WebContent process when issuing local file read sandbox extensions by pvollan@apple.com · 6 years ago
  3. 31887ff Tidy up checks to see if a character is in the Latin-1 range by using isLatin1 consistently by darin@apple.com · 6 years ago
  4. 3565f55 Source/WebKit: by commit-queue@webkit.org · 6 years ago
  5. 6cb1ae1 Rename StringBuilder::flexibleAppend(...) to StringBuilder::append(...) by weinig@apple.com · 6 years ago
  6. 079ec25 Don't use union to store NodeRareData* and RenderObject* by rniwa@webkit.org · 6 years ago
  7. d3909e9 [ContentChangeObserver] Keep track of all the visibility candidates. by zalan@apple.com · 6 years ago
  8. f871d64 [FTW] Enable CoreFoundation use if building for Apple target by bfulgham@apple.com · 6 years ago
  9. cfe7089 Unreviewed, rolling out r248440. https://bugs.webkit.org/show_bug.cgi?id=200772 by commit-queue@webkit.org · 6 years ago
  10. 10c30a7 FileSystem::deleteFile should log error status (178347) by commit-queue@webkit.org · 6 years ago
  11. 12cc142 Remove support for macOS < 10.13 by krollin@apple.com · 6 years ago
  12. 82e14e0 [JSC] Less contended MetaAllocator by ysuzuki@apple.com · 6 years ago
  13. 244412d [JSCOnly] JSCOnly port doesn't build on macOS by commit-queue@webkit.org · 6 years ago
  14. 8b3867b Rename StringBuilder::append(UChar32) to StringBuilder::appendCharacter(UChar32) to avoid accidental change in behavior when replacing append with flexibleAppend by weinig@apple.com · 6 years ago
  15. 135e62e Unreviewed, build fix for Windows https://bugs.webkit.org/show_bug.cgi?id=200611 by ysuzuki@apple.com · 6 years ago
  16. 0dd91a9 [WTF] Thread::removeFromThreadGroup leaks weak pointers. by commit-queue@webkit.org · 6 years ago
  17. cc9f845 Replace multiparameter overloads of append() in StringBuilder as a first step toward standardizinging on the flexibleAppend() implementation by weinig@apple.com · 6 years ago
  18. 2a31ffc [WTF][JSC] Make JSC and WTF aggressively-fast-malloced by ysuzuki@apple.com · 6 years ago
  19. 91dd1d6 Unreviewed, fix post landing review comments for r248533 from Darin. by cdumez@apple.com · 6 years ago
  20. ba8e520 Add threading assertions to RefCounted by cdumez@apple.com · 6 years ago
  21. 508f217 Unreviewed, rolling out r248525. by cdumez@apple.com · 6 years ago
  22. 0055ad5 Add threading assertions to RefCounted by cdumez@apple.com · 6 years ago
  23. 01b9697 [WHLSL] Devirtualize the AST https://bugs.webkit.org/show_bug.cgi?id=200522 by sbarati@apple.com · 6 years ago
  24. 3e894f3 Fix thread safety issue in AudioSampleDataSource() constructor by cdumez@apple.com · 6 years ago
  25. 138ad83 OpenSource MemoryFootprint API for JSC command line tool by msaboff@apple.com · 6 years ago
  26. 9e82162 [Mac] Use the PID of the WebContent process when issuing local file read sandbox extensions by pvollan@apple.com · 6 years ago
  27. 93a54cf Tighten WeakPtr threading assertions for GC threads by cdumez@apple.com · 6 years ago
  28. 116d17e Unreviewed, a build fix after r248308 by jiewen_tan@apple.com · 6 years ago
  29. c7e6ab2 Fix inefficiency in HTTPHeaderMap::set(CFStringRef, const String&) by cdumez@apple.com · 6 years ago
  30. 3100eed [WebAuthN] Enable LocalAuthenticator for macOS by jiewen_tan@apple.com · 6 years ago
  31. 293dc00 FileSystem: silent build warning by csaavedra@igalia.com · 6 years ago
  32. c1661ed Make Logger::log thread safe so that it can be used from background threads by youenn@apple.com · 6 years ago
  33. fd45595 [Curl] implement CertificateInfo::summaryInfo by commit-queue@webkit.org · 6 years ago
  34. 7e7280b [ARM64E] Harden the diversity of the DOMJIT::Signature::unsafeFunction pointer. by mark.lam@apple.com · 6 years ago
  35. 81edd69 uniqueLogIdentifier() should generate a 64-bit identifier by eric.carlson@apple.com · 6 years ago
  36. 6bb3e2a Fix an internal build after r248139 by achristensen@apple.com · 6 years ago
  37. 4cc0020 Move FormData zip file generation to NetworkProcess and enable it for all WebKit clients for uploading directories by commit-queue@webkit.org · 6 years ago
  38. a1125bd Initialize memory pressure flag in MemoryPressureHandler by pvollan@apple.com · 6 years ago
  39. b26e648 Add threading assertion to WeakPtr's operator->() by cdumez@apple.com · 6 years ago
  40. 600e9ea Use CTFontCreateForCharactersWithLanguageAndOption if available instead of CTFontCreateForCharactersWithLanguage by youenn@apple.com · 6 years ago
  41. 2aeb521 Fix 64-bit vs 32-bit mismatch in PersistentCoders.h by krollin@apple.com · 6 years ago
  42. e161e82 Fix 64-bit vs 32-bit mismatch in LogArgument by krollin@apple.com · 6 years ago
  43. c78ead3 REGRESSION(r241288): Text on Yahoo Japan mobile looks too bold by mmaxfield@apple.com · 6 years ago
  44. 49083d7 Fix CRASH_WITH_INFO() so that it doesn't complain about unused parameters on non Clang / MSVC compilers. by mcatanzaro@igalia.com · 6 years ago
  45. 6dc1243 Add helper for ignoring deprecated implementation warnings by dino@apple.com · 6 years ago
  46. 249dec5 [bmalloc] Add IsoHeap test to ensure that IsoHeap pages are not allocating too large VA by ysuzuki@apple.com · 6 years ago
  47. 204f1f9 Regression(r247400): Unable to log into AIB Mobile Banking App by cdumez@apple.com · 6 years ago
  48. 587d9b5 Add cheat sheet comment for HashMap/Set iterator/AddResult by keith_miller@apple.com · 6 years ago
  49. 22fd11b Remove rest of NavigatorContentUtils support by krollin@apple.com · 6 years ago
  50. 7a5bfca Enable HAVE_APP_LINKS_WITH_ISENABLED for entire iOS family by krollin@apple.com · 6 years ago
  51. 079458f [WTF] Add DataMutex and MainThreadData wrappers by aboya@igalia.com · 6 years ago
  52. 3388fec [bmalloc] Each IsoPage gets 1MB VA because VMHeap::tryAllocateLargeChunk rounds up by ysuzuki@apple.com · 6 years ago
  53. a703ed4 Speed up HashTable decoding by reserving capacity and avoiding rehashing by cdumez@apple.com · 6 years ago
  54. 3e2ea8e REGRESSION(r246033/r246496): [GTK] Kinetic scrolling doesn't work by commit-queue@webkit.org · 6 years ago
  55. 7140096 Make sure to set kCTFontFallbackOptionAttribute to kCTFontFallbackOptionSystem for system fonts by youenn@apple.com · 6 years ago
  56. ab47507 Bytecode cache should use FileSystem by chris.reid@sony.com · 6 years ago
  57. ca35764 Add StringBuilder member function which allows makeString() style variadic argument construction by weinig@apple.com · 6 years ago
  58. 8efa0da Unreviewed, rolling out r247505. https://bugs.webkit.org/show_bug.cgi?id=199871 by commit-queue@webkit.org · 6 years ago
  59. a9ceb9f Bytecode cache should use FileSystem by chris.reid@sony.com · 6 years ago
  60. 005d5f3 New York font erroneously gets synthetic bold by mmaxfield@apple.com · 6 years ago
  61. cdb78f7 [WPE][GTK] Improvements and fixes in FileSystemGlib.cpp by mcatanzaro@igalia.com · 6 years ago
  62. 06762f6 New York font erroneously gets synthetic bold by mmaxfield@apple.com · 6 years ago
  63. 992b0c6 Unreviewed, rolling out r247462. https://bugs.webkit.org/show_bug.cgi?id=199816 by commit-queue@webkit.org · 6 years ago
  64. 3b8dd79 Source/WebCore: Fix builds where HAVE_DESIGN_SYSTEM_UI_FONTS is not defined. by mmaxfield@apple.com · 6 years ago
  65. c2d746f Make WKURLSchemeTask thread safe. by beidson@apple.com · 6 years ago
  66. bfd0114 MacCatalyst asserts when command key is raised by dino@apple.com · 6 years ago
  67. 6f08ee5 Add threading assertion to WeakPtrFactory::createWeakPtr() by cdumez@apple.com · 6 years ago
  68. f55c8d5 WebGL not supported on WKWebView on UIKit for Mac by dino@apple.com · 6 years ago
  69. 95f8159 New York font erroneously gets synthetic bold by mmaxfield@apple.com · 6 years ago
  70. 5b9fe19 [WPE][GTK] Build failure with ENABLE_ACCESSIBILITY=OFF by psaavedra@igalia.com · 6 years ago
  71. 0b046f6 Unreviewed, rolling out r247286. by ryanhaddad@apple.com · 6 years ago
  72. 9f51dc9 [WPE][GTK] GUniqueOutPtr::release should return a raw pointer by mcatanzaro@igalia.com · 6 years ago
  73. a899c0a Add StringBuilder member function which allows makeString() style variadic argument construction by weinig@apple.com · 6 years ago
  74. e31b7f4 When parsing an IPv4 address, wait until after deciding it is indeed an IPv4 address before reporting syntax violations by achristensen@apple.com · 6 years ago
  75. 3aef5d7 Remove invalid assertion in URLParser::domainToASCII by achristensen@apple.com · 6 years ago
  76. ec8f8cd URLParser should reserialize IPv6 addresses that end with a colon by achristensen@apple.com · 6 years ago
  77. 76dd096 Use WeakHashSet for WebUserContentControllerProxy::m_processes by cdumez@apple.com · 6 years ago
  78. 3202720 Implement MappedFileData for Windows by chris.reid@sony.com · 6 years ago
  79. 98123a3 Add threading assertion to WTF::CompletionHandler by cdumez@apple.com · 6 years ago
  80. 488feb6 [Pointer Events] Enable only on the most recent version of the supported iOS family by graouts@webkit.org · 6 years ago
  81. 73f307a Unreviewed, rolling out r247115. by ryanhaddad@apple.com · 6 years ago
  82. 3dc9152 [Catalina] Enable WebKit build https://bugs.webkit.org/show_bug.cgi?id=199209 by jbedard@apple.com · 6 years ago
  83. 837f5ee [WHLSL] Standard library is too big to directly include in WebCore by mmaxfield@apple.com · 6 years ago
  84. 2057114 PACCage should first cage leaving PAC bits intact then authenticate by keith_miller@apple.com · 6 years ago
  85. 96739d5 Unreviewed, rolling out r246616. by ryanhaddad@apple.com · 6 years ago
  86. 937d57d Unreviewed, rolling out r247041. https://bugs.webkit.org/show_bug.cgi?id=199425 by commit-queue@webkit.org · 6 years ago
  87. 6759481 ThreadSafeRefCounted<DestructionThread::Main> is not safe to use in the UIProcess by cdumez@apple.com · 6 years ago
  88. 7333948 [WHLSL] the initializer in VariableDeclaration should be a std::unique_ptr, not Optional<UniqueRef<..>> by rmorisset@apple.com · 6 years ago
  89. 0bc9240 PACCage should first cage leaving PAC bits intact then authenticate by keith_miller@apple.com · 6 years ago
  90. 41c2c9a [GStreamer] Cannot play Bert's Bytes radio stream from http://radio.dos.nl/ by philn@webkit.org · 6 years ago
  91. effb058 Streamline some string code, focusing on functions that were using substringSharingImpl by darin@apple.com · 6 years ago
  92. 6739635 Remove traces of ENABLE_ICONDATABASE remaining after its removal in 219733 by annulen@yandex.ru · 6 years ago
  93. 1d9d787 Avoid using WTF::Function for passing local function pointers and closures in URLHelpers.cpp by annulen@yandex.ru · 6 years ago
  94. fff5111 Move WebKitLegacy off of a couple AppKit ivars. by timothy@apple.com · 6 years ago
  95. d97bbcc Upstream use of MACCATALYST by bdakin@apple.com · 6 years ago
  96. 496d9e3 [FTW] Build JavaScriptCore https://bugs.webkit.org/show_bug.cgi?id=199254 by don.olmstead@sony.com · 6 years ago
  97. a31f048 Remove unneeded #include <wtf/glib/GRefPtr.h> by annulen@yandex.ru · 6 years ago
  98. e7ba53b REGRESSION: ( r246394 ) webgpu/whlsl-buffer-fragment.html and webgpu/whlsl-buffer-vertex.html are failing by mmaxfield@apple.com · 6 years ago
  99. 2409fb9 CagedPtr doesn't merge PAC bits back into the resulting caged pointer. by keith_miller@apple.com · 6 years ago
  100. fa1609d Experiment with simple structured bindings use by weinig@apple.com · 6 years ago