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