- 1bb4274 Fix null deref when a DocumentLoader's policy decision is delivered. by beidson@apple.com · 5 years ago
- 4224aa7 Adding logging to diagnose crashes resulting from provisional document loader unexpectedly being nullptr by rniwa@webkit.org · 5 years ago
- acd8434 [Quick Look] Move the QLPreviewConverter delegate into PreviewConverter and vend a C++ client interface by aestes@apple.com · 5 years ago
- 3c1bc92 Remove mayHaveServiceWorkerRegisteredForOrigin by achristensen@apple.com · 5 years ago
- 12d2fe7 Move service worker registration matching for navigation loads to network process by achristensen@apple.com · 5 years ago
- 9265dfe Rename PageCache to BackForwardCache by cdumez@apple.com · 5 years ago
- 99b4cbf REGRESSION (r243682): Quick Look previews loaded from the memory cache render with the wrong content type by aestes@apple.com · 5 years ago
- d40fd88 Rename SchemeRegistry to LegacySchemeRegistry by achristensen@apple.com · 5 years ago
- 628b456 Pages frequently fails to enter the back/forward cache due to pending loads by cdumez@apple.com · 6 years ago
- 13c87e4 Reduce use of SessionID::defaultSessionID() in WebKit by cdumez@apple.com · 6 years ago
- 74e835f DocumentLoader::m_temporaryServiceWorkerClient does not need a sessionID by cdumez@apple.com · 6 years ago
- a8bc3f8 WorkerGlobalScope does not need a SessionID by cdumez@apple.com · 6 years ago
- 8bc2cbb Web Inspector: Local Overrides - Provide substitution content for resource loads (URL based) by joepeck@webkit.org · 6 years ago
- 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 6 years ago
- 5b3c407 Ping loads should not prevent page caching by cdumez@apple.com · 6 years ago
- e0b908a Pages using MessagePorts should be PageCacheable by cdumez@apple.com · 6 years ago
- cbae794 Prewarm local storage in the NetworkProcess to reduce WebContent process hangs by cdumez@apple.com · 6 years ago
- 903f464 Memory-cached main resources continue to load after the client decides a content policy of PolicyAction::Download by aestes@apple.com · 6 years ago
- 7cd6725 Reestablish WebSWClientConnection in case of network process crash by youenn@apple.com · 6 years ago
- f62a734 Add SPI to set a list of hosts to which to send custom header fields cross-origin by achristensen@apple.com · 6 years ago
- 275e4ad Unreviewed, rolling out r245401. https://bugs.webkit.org/show_bug.cgi?id=197990 by commit-queue@webkit.org · 6 years ago
- 7ff798a Add SPI to set a list of hosts to which to send custom header fields cross-origin by commit-queue@webkit.org · 6 years ago
- 6338de1 Unreviewed, rolling out r245038. by ryanhaddad@apple.com · 6 years ago
- 573f3c3 Add SPI to set a list of hosts to which to send custom header fields cross-origin by commit-queue@webkit.org · 6 years ago
- b795b72 X-Frame-Options header should be ignored when frame-ancestors CSP directive is present by cdumez@apple.com · 6 years ago
- 25abf34 Allow the MediaSource API to be enabled via website policy by wenson_hsieh@apple.com · 6 years ago
- af91d0d Rename originsMatch in originSerializationsMatch by youenn@apple.com · 6 years ago
- f6292d0 Universal links from Google search results pages don't open the app. by beidson@apple.com · 6 years ago
- c01ddd1 Some refinements for Node and Document by darin@apple.com · 6 years ago
- 32abaa6 Further restricting webarchive loads by jiewen_tan@apple.com · 6 years ago
- ba12a01 Validate navigation policy decisions to avoid crashes in continueLoadAfterNavigationPolicy by rniwa@webkit.org · 6 years ago
- 2e66584 REGRESSION: Flaky ASSERTION FAILED: m_uncommittedState.state == State::Committed on http/tests/cookies/same-site/fetch-after-top-level-navigation-initiated-from-iframe-in-cross-origin-page.html by cdumez@apple.com · 6 years ago
- 7a7e582 Add data abstraction and validation for Ad Click Attribution by wilander@apple.com · 6 years ago
- 7682c9f Make sure WTF::generateObjectIdentifier() internal counter does not get duplicated by cdumez@apple.com · 6 years ago
- 7bcb69e navigator.userAgent in service workers does not reflect customUserAgent set by client by cdumez@apple.com · 6 years ago
- dad85dc Synchronous media query evaluation could destroy current Frame/FrameView. by zalan@apple.com · 6 years ago
- e1810b6 Improve release-level page-load logging by krollin@apple.com · 6 years ago
- 8b7a022 wtf/Optional.h: move-constructor and move-assignment operator should disengage the value being moved from by cdumez@apple.com · 6 years ago
- e20a282 Unreviewed, rolling out r239347. by ryanhaddad@apple.com · 6 years ago
- 426b397 Synchronous media query evaluation could destroy current Frame/FrameView. by zalan@apple.com · 6 years ago
- 3bef543 [PSON] Stop exposing PolicyAction::Suspend to WebCore by cdumez@apple.com · 6 years ago
- a0010ff [PSON] We should not need to navigate to 'about:blank' to suspend pages by cdumez@apple.com · 6 years ago
- bb2f61c Move URL from WebCore to WTF https://bugs.webkit.org/show_bug.cgi?id=190234 by keith_miller@apple.com · 6 years ago
- d4397e8 Updating a service worker during a navigation load sometimes makes the load fail by youenn@apple.com · 6 years ago
- 280500e Disallow loading webarchives as iframes by jiewen_tan@apple.com · 6 years ago
- 1e847592 Switch from PLATFORM(IOS) to PLATFORM(IOS_FAMILY) by ap@apple.com · 6 years ago
- 8abf7ab Solve the confusion around blankURL() and isBlankURL() in URL by commit-queue@webkit.org · 6 years ago
- ceccd77 Remove ParsedURLString https://bugs.webkit.org/show_bug.cgi?id=190154 by achristensen@apple.com · 6 years ago
- 91e03bd PSON: window.open() with 'noopener' should only process-swap cross-site, not cross-origin by cdumez@apple.com · 7 years ago
- 6e9928c Storage Access API: Maintain access through same-site navigations by wilander@apple.com · 7 years ago
- 6c40374 Replace canBubble and cancelable booleans in Event by enum classes by rniwa@webkit.org · 7 years ago
- b075c90 Make CompletionHandler more const correct by achristensen@apple.com · 7 years ago
- 559b577 Crash under WebCore::DocumentWriter::addData() by cdumez@apple.com · 7 years ago
- 90e9625 Shrink various loading-related enums to shrink CachedResource by simon.fraser@apple.com · 7 years ago
- 78e81d9 REGRESSION(r229722): WebKitLegacy clients can crash when loading alternate page by bfulgham@apple.com · 7 years ago
- 8407763 [WTF] Add user-defined literal for ASCIILiteral by utatane.tea@gmail.com · 7 years ago
- 88ec2b6 HTTPHeaderMap wastes 226KB of HashTable capacity on cnn.com by cdumez@apple.com · 7 years ago
- 42144f7 PSON: http/tests/resourceLoadStatistics/classify-as-prevalent-based-on-top-frame-redirect-collusion.html ASSERTS with process swap enabled by cdumez@apple.com · 7 years ago
- 4dc291e Don't start service worker fetch when there is substitute data by antti@apple.com · 7 years ago
- 1a1b520 ResourceLoader::cancel() shouldn't synchronously fire load event on document by rniwa@webkit.org · 7 years ago
- 3776619 REGRESSION(r216119): DocumentLoader::detachFromFrame still encounters nullptr frame by bfulgham@apple.com · 7 years ago
- 37161ad REGRESSION (r224684): User-agent seen by page does not change when modified by the develop menu options after reloading. by beidson@apple.com · 7 years ago
- 657c5c7 Avoid keeping FormState alive longer than necessary by bfulgham@apple.com · 7 years ago
- 61571f0 Unreviewed, rolling out r232081. https://bugs.webkit.org/show_bug.cgi?id=185895 by commit-queue@webkit.org · 7 years ago
- b09c2c6 Avoid keeping FormState alive longer than necessary by bfulgham@apple.com · 7 years ago
- ae77ef4 REGRESSION (r231107): CSP report-only policies are ignored for beacon, importScripts, fetch(), EventSource, and XHR by dbates@webkit.org · 7 years ago
- cfad082 REGRESSION (async policy delegate): Revoking an object URL immediately after triggering download breaks file download by cdumez@apple.com · 7 years ago
- 2d7873d Use PlatformStrategies to switch between WebKit and WebKitLegacy checking of CSP frame-ancestors and X-Frame-Options by dbates@webkit.org · 7 years ago
- ba83f77 REGRESSION (r231479): http/tests/appcache/x-frame-options-prevents-framing.php is timing out by dbates@webkit.org · 7 years ago
- 3e55d48 REGRESSION (r231479): com.apple.WebCore crash in WebCore::DocumentLoader::stopLoadingAfterXFrameOptionsOrContentSecurityPolicyDenied() by dbates@webkit.org · 7 years ago
- 247e2f4 Check X-Frame-Options and CSP frame-ancestors in network process by dbates@webkit.org · 7 years ago
- e18740d Abstract logic to log console messages and send CSP violation reports into a client by dbates@webkit.org · 7 years ago
- b1ca3e6 CSP referrer incorrect for document blocked due to violation of its frame-ancestors directive by dbates@webkit.org · 7 years ago
- 41f504e CSP should be passed the referrer https://bugs.webkit.org/show_bug.cgi?id=185367 by dbates@webkit.org · 7 years ago
- 9ef22d7 Fix crash in DocumentLoader::startLoadingMainResource by krollin@apple.com · 7 years ago
- 7bcda28 Fix the build following r231068 (https://bugs.webkit.org/show_bug.cgi?id=185002) by dbates@webkit.org · 7 years ago
- e6fda21 DocumentLoader::loadMainResource() should WTFMove() the passed ResourceRequest by dbates@webkit.org · 7 years ago
- ee7eafb Unreviewed, rolling out r231052. https://bugs.webkit.org/show_bug.cgi?id=185044 by commit-queue@webkit.org · 7 years ago
- eeac2bc DocumentLoader::loadMainResource() should WTFMove() the passed ResourceRequest by dbates@webkit.org · 7 years ago
- 8c917f2 Source/WebCore: by dbates@webkit.org · 7 years ago
- 540cb74 Unreviewed, rolling out r230921, r230923, r230924, r230932, by ryanhaddad@apple.com · 7 years ago
- 91ac5b8 Implement Same-Site cookies by dbates@webkit.org · 7 years ago
- 0262233 Introduce SuspendedPageProxy to keep old web processes around after their WebPageProxy has been swapped to a new one. by beidson@apple.com · 7 years ago
- e9d460a Expand WebCore policy concept of "shouldContinue" to allow for more than true/false by beidson@apple.com · 7 years ago
- c518f7e Drop MainFrame class https://bugs.webkit.org/show_bug.cgi?id=184191 by cdumez@apple.com · 7 years ago
- 9e930928 Substitute ArchiveFactory::isArchiveMIMEType() for ArchiveFactory::isArchiveMimeType(). by dbates@webkit.org · 7 years ago
- 65bf0f0 Avoid constructing SecurityOrigin objects from non-main threads by cdumez@apple.com · 7 years ago
- c760e88 Expose content attributes on _WKLinkIconParameters by rniwa@webkit.org · 7 years ago
- 1c9022b First piece of process swapping on navigation. by beidson@apple.com · 7 years ago
- f29f6e7 Ensure Document::responseReceived and clearResource are called on the main thread by youenn@apple.com · 7 years ago
- 20771b9 WebKit.RestoreSessionStateContainingScrollRestorationDefault API test is failing with async policy delegates by cdumez@apple.com · 7 years ago
- fb7558d fast/loader/javascript-url-iframe-remove-on-navigate.html is a flaky crash on iOS with async delegates by cdumez@apple.com · 7 years ago
- c3710bd didReceiveServerRedirectForProvisionalNavigation is not called in case of document redirection with service worker registration change by commit-queue@webkit.org · 7 years ago
- c4f13db Explicitly qualify some method calls on this in lambdas in Service Worker code. by Ms2ger@igalia.com · 7 years ago
- 939296c Loads for a Document controlled by a Service Worker should not use AppCache by commit-queue@webkit.org · 7 years ago
- 610f797 Converting a load to a download does not work with async policy delegates by cdumez@apple.com · 7 years ago
- a316dcb Do not trigger a service worker match in case of document redirection if it will be already served by AppCache by commit-queue@webkit.org · 7 years ago
- c026872 Add some more release logging related to DocumentWriter::addData crash by commit-queue@webkit.org · 7 years ago
- 4833ac5 Unreviewed, rolling out r226745. https://bugs.webkit.org/show_bug.cgi?id=183132 by commit-queue@webkit.org · 7 years ago
- ac3d1a9 Null-dereference of the second argument `resource` of DocumentLoader::scheduleSubstituteResourceLoad by commit-queue@webkit.org · 7 years ago