2019-01-31 |
carlosgc@webkit.org | Unreviewed. Fix WPE compile warnings due to deprecated... |
tree | commitdiff |
2019-01-30 |
youenn@apple.com | Adopt new SPI to evaluate server certificate trust |
tree | commitdiff |
2019-01-29 |
cdumez@apple.com | Make sure WTF::generateObjectIdentifier() internal... |
tree | commitdiff |
2019-01-29 |
ross.kirsling@sony.com | Move platform-specific files out of WTF root directory. |
tree | commitdiff |
2019-01-29 |
aestes@apple.com | [watchOS] Enable Parental Controls content filtering |
tree | commitdiff |
2019-01-28 |
ross.kirsling@sony.com | [JSCOnly][WTF] Expose FileSystem. |
tree | commitdiff |
2019-01-28 |
eric.carlson@apple.com | AVStreamSession isn't always available, make a HAVE... |
tree | commitdiff |
2019-01-28 |
darin@apple.com | Replace many uses of String::format with more type... |
tree | commitdiff |
2019-01-26 |
cdumez@apple.com | [iOS] Add support for the download attribute |
tree | commitdiff |
2019-01-25 |
ddkilzer@apple.com | Move soft-linking of Lookup.framework out of LookupSPI.h |
tree | commitdiff |
2019-01-24 |
youenn@apple.com | Use MonotonicTime in WorkerRunLoop |
tree | commitdiff |
2019-01-24 |
ross.kirsling@sony.com | Move FileSystem to WTF |
tree | commitdiff |
2019-01-24 |
guijemont@igalia.com | [JSC] Reenable baseline JIT on mips |
tree | commitdiff |
2019-01-24 |
ddkilzer@apple.com | Duplicate global variables: WTF::asciiCaseFoldTable |
tree | commitdiff |
2019-01-24 |
mark.lam@apple.com | ARM64E should not ENABLE(SEPARATED_WX_HEAP). |
tree | commitdiff |
2019-01-23 |
ddkilzer@apple.com | Switch remaining CoreMedia soft-linking in WebKit over... |
tree | commitdiff |
2019-01-22 |
tzagallo@apple.com | Cache bytecode to disk |
tree | commitdiff |
2019-01-21 |
csaavedra@igalia.com | [GTK] Speculative build fix for Ubuntu LTS |
tree | commitdiff |
2019-01-21 |
sbarati@apple.com | Rollout r240210: It broke tests on iOS |
tree | commitdiff |
2019-01-20 |
tzagallo@apple.com | Cache bytecode to disk |
tree | commitdiff |
2019-01-18 |
timothy_horton@app... | Get rid of ADVANCED_SPELL_CHECKING |
tree | commitdiff |
2019-01-18 |
jer.noble@apple.com | SDK_VARIANT build destinations should be separate from... |
tree | commitdiff |
2019-01-18 |
keith_miller@apple.com | Gigacages should start allocations from a slide |
tree | commitdiff |
2019-01-18 |
jlewis3@apple.com | Unreviewed, rolling out r240160. |
tree | commitdiff |
2019-01-18 |
keith_miller@apple.com | Gigacages should start allocations from a slide |
tree | commitdiff |
2019-01-18 |
tsavell@apple.com | Unreviewed, rolling out r240124. |
tree | commitdiff |
2019-01-17 |
jer.noble@apple.com | SDK_VARIANT build destinations should be separate from... |
tree | commitdiff |
2019-01-16 |
keith_miller@apple.com | bmalloc should use JSC VM tag for gigacage |
tree | commitdiff |
2019-01-16 |
berto@igalia.com | [WTF] Compilation fails with system malloc |
tree | commitdiff |
2019-01-15 |
cdumez@apple.com | Unreviewed, revert part of r239997 as it is not needed... |
tree | commitdiff |
2019-01-15 |
achristensen@apple.com | Fix iOS build after r239993 |
tree | commitdiff |
2019-01-15 |
mcatanzaro@igalia.com | Use unorm2_normalize instead of precomposedStringWithCa... |
tree | commitdiff |
2019-01-15 |
achristensen@apple.com | Bulgarian TLD should not punycode-encode URLs with... |
tree | commitdiff |
2019-01-13 |
timothy@apple.com | Have prefers-color-scheme: light always match on macOS... |
tree | commitdiff |
2019-01-12 |
ddkilzer@apple.com | Follow-up: WorkQueue::concurrentApply() passes a raw... |
tree | commitdiff |
2019-01-12 |
drousso@apple.com | Fix style CFNetworkSPI style checker warnings from... |
tree | commitdiff |
2019-01-11 |
said@apple.com | WorkQueue::concurrentApply() passes a raw pointer to... |
tree | commitdiff |
2019-01-11 |
dinfuehr@igalia.com | Enable DFG on ARM/Linux again |
tree | commitdiff |
2019-01-10 |
commit-queue@webki... | Unreviewed, rolling out r239825. |
tree | commitdiff |
2019-01-10 |
ryanhaddad@apple.com | Override the session configuration for cookieAcceptPolicy |
tree | commitdiff |
2019-01-10 |
dinfuehr@igalia.com | Enable DFG on ARM/Linux again |
tree | commitdiff |
2019-01-10 |
carlosgc@webkit.org | [FreeType] Color emoji not properly supported |
tree | commitdiff |
2019-01-10 |
Hironori.Fujii@son... | Use directory local sequential numbers for Unified... |
tree | commitdiff |
2019-01-10 |
achristensen@apple.com | Expand use of sourceApplicationAuditData |
tree | commitdiff |
2019-01-09 |
mark.lam@apple.com | Gigacage disabling checks should handle the GIGACAGE_AL... |
tree | commitdiff |
2019-01-08 |
ddkilzer@apple.com | Prefer RetainPtr<NSObject> to RetainPtr<NSObject *> |
tree | commitdiff |
2019-01-07 |
eric.carlson@apple.com | A MediaTime timescale must never be zero |
tree | commitdiff |
2019-01-03 |
achristensen@apple.com | Homograph with LATIN SMALL LETTER R WITH FISHHOOK |
tree | commitdiff |
2019-01-02 |
commit-queue@webki... | Unreviewed, rolling out r239524. |
tree | commitdiff |
2018-12-30 |
yusukesuzuki@slows... | Add ENABLE_UNIFIED_BUILDS option to cmake ports |
tree | commitdiff |
2018-12-27 |
achristensen@apple.com | Resurrect Mac CMake build |
tree | commitdiff |
2018-12-22 |
mitz@apple.com | Fixed building for macOS 10.13 using the macOS 10.14... |
tree | commitdiff |
2018-12-22 |
yusukesuzuki@slows... | [JSC] Implement "well-formed JSON.stringify" proposal |
tree | commitdiff |
2018-12-21 |
achristensen@apple.com | Expand use of sourceApplicationAuditData |
tree | commitdiff |
2018-12-21 |
achristensen@apple.com | Revert r239503. |
tree | commitdiff |
2018-12-21 |
bfulgham@apple.com | Show punycode if URL contains Latin small letter dotless i |
tree | commitdiff |
2018-12-21 |
cdumez@apple.com | Use Optional::hasValue() instead of Optional::has_value() |
tree | commitdiff |
2018-12-20 |
cdumez@apple.com | Use Optional::valueOr() instead of Optional::value_or() |
tree | commitdiff |
2018-12-20 |
tzagallo@apple.com | JSTests: |
tree | commitdiff |
2018-12-20 |
cdumez@apple.com | wtf/Optional.h: move-constructor and move-assignment... |
tree | commitdiff |
2018-12-19 |
eric.carlson@apple.com | [MediaStream] Force system camera/microphone TCC prompt... |
tree | commitdiff |
2018-12-18 |
cfleizach@apple.com | Some builds are broken after r239262 |
tree | commitdiff |
2018-12-18 |
simon.fraser@apple.com | Don't use more expensive layer backing store formats... |
tree | commitdiff |
2018-12-17 |
dbates@webkit.org | Support concatenating StringView with other string... |
tree | commitdiff |
2018-12-17 |
commit-queue@webki... | Unreviewed, rolling out r239265 and r239274. |
tree | commitdiff |
2018-12-17 |
dbates@webkit.org | Fix the Apple Internal Mac build with a newer SDK |
tree | commitdiff |
2018-12-17 |
jlewis3@apple.com | Unreviewed, rolling out r239254. |
tree | commitdiff |
2018-12-17 |
Ms2ger@igalia.com | [GTK][WPE] Need a function to convert internal URI... |
tree | commitdiff |
2018-12-16 |
darin@apple.com | Use warning-ignoring macros more consistently and simply |
tree | commitdiff |
2018-12-16 |
darin@apple.com | Replace many uses of String::format with more type... |
tree | commitdiff |
2018-12-15 |
darin@apple.com | Verify size is valid in USE_SYSTEM_MALLOC version of... |
tree | commitdiff |
2018-12-14 |
ddkilzer@apple.com | clang-tidy: Fix unnecessary copy of AtomicString each... |
tree | commitdiff |
2018-12-14 |
zandobersek@gmail.com | [GLib] RunLoop::dispatchAfter() GSource requires micros... |
tree | commitdiff |
2018-12-14 |
sbarati@apple.com | The JSC shell should listen for memory pressure events... |
tree | commitdiff |
2018-12-13 |
ddkilzer@apple.com | clang-tidy: Fix unnecessary parameter copies in Paralle... |
tree | commitdiff |
2018-12-13 |
achristensen@apple.com | Implement safe browsing in WebKit on WatchOS |
tree | commitdiff |
2018-12-12 |
Hironori.Fujii@son... | [Win][Clang] Fix compilation warnings of WTF |
tree | commitdiff |
2018-12-11 |
aestes@apple.com | Introduce makeBlockPtr for lambdas |
tree | commitdiff |
2018-12-11 |
don.olmstead@sony.com | Move ENABLE_RESOURCE_LOAD_STATISTICS to FeatureDefines... |
tree | commitdiff |
2018-12-10 |
ap@apple.com | Move ENABLE_SEC_ITEM_SHIM out of WebKit's config.h |
tree | commitdiff |
2018-12-10 |
ap@apple.com | Move more macros out of WebKit's config.h |
tree | commitdiff |
2018-12-09 |
yusukesuzuki@slows... | Unreviewed, fix build failure on GCC 8.2, part 2 |
tree | commitdiff |
2018-12-09 |
yusukesuzuki@slows... | Unreviewed, fix build failure on GCC 8.2 |
tree | commitdiff |
2018-12-09 |
darin@apple.com | Fix stray-semicolon warning seen with a new version... |
tree | commitdiff |
2018-12-08 |
aperez@igalia.com | [WTF] Debug build fails due conflicting abort() method |
tree | commitdiff |
2018-12-07 |
aestes@apple.com | [Cocoa] Add optional variants of SOFT_LINK_CLASS_FOR_SOURCE |
tree | commitdiff |
2018-12-07 |
ap@apple.com | Move USE_NEW_THEME out of WebCore's config.h |
tree | commitdiff |
2018-12-04 |
carlosgc@webkit.org | [SOUP] Move URLSoup back to WebCore after r238771 |
tree | commitdiff |
2018-12-04 |
don.olmstead@sony.com | Fix some unused parameter warnings |
tree | commitdiff |
2018-12-01 |
ap@apple.com | Modernize version check for _suppressedAutoAddedHTTPHeaders |
tree | commitdiff |
2018-12-01 |
achristensen@apple.com | Fix Windows build after r238771 |
tree | commitdiff |
2018-12-01 |
keith_miller@apple.com | Move URL from WebCore to WTF |
tree | commitdiff |
2018-11-30 |
ap@apple.com | Move USE_CFNETWORK_IGNORE_HSTS to its proper place |
tree | commitdiff |
2018-11-29 |
ap@apple.com | Modernize the check for kCFURLRequestContentDecoderSkip... |
tree | commitdiff |
2018-11-29 |
mark.lam@apple.com | ENABLE_SEPARATED_WX_HEAP needs to be defined in Platform.h. |
tree | commitdiff |
2018-11-28 |
krollin@apple.com | Update generate-unified-source-bundles.rb to generate... |
tree | commitdiff |
2018-11-28 |
ap@apple.com | Remove another OS version check from NetworkDataTaskCoc... |
tree | commitdiff |
2018-11-28 |
ap@apple.com | Modernize version checks for same site cookie support |
tree | commitdiff |
2018-11-27 |
ap@apple.com | Modernize the check for async _saveCookies existence |
tree | commitdiff |
2018-11-27 |
Hironori.Fujii@son... | [Win][Clang] SOFT_LINK reports warning: implicit conver... |
tree | commitdiff |
next |