1. 22964df Make StoredCredentials an enum class and rename its header by cdumez@apple.com · 8 years ago
  2. cb1b197 Fix ASAN build after r222306 https://bugs.webkit.org/show_bug.cgi?id=177255 by achristensen@apple.com · 8 years ago
  3. f69a42a Add infrastructure for adding custom headers to requests per website by achristensen@apple.com · 8 years ago
  4. 01be685 Source/WebCore: by bfulgham@apple.com · 8 years ago
  5. 3a891c8 Remove PolicyChecker::cancelCheck https://bugs.webkit.org/show_bug.cgi?id=176002 by commit-queue@webkit.org · 8 years ago
  6. b8c49be Stop using PolicyChecker for ContentPolicy by achristensen@apple.com · 8 years ago
  7. 4ce2c62 [PAL] Move SessionID into PAL https://bugs.webkit.org/show_bug.cgi?id=174192 by don.olmstead@sony.com · 8 years ago
  8. d038ecf Update CachedResourceLoader::requestResource() to return a WTF::Expected by cdumez@apple.com · 8 years ago
  9. be4d3dd Remove code in HTMLObjectElement attribute parsing that forces style resolution and layout by darin@apple.com · 8 years ago
  10. 87fb03f Icon loader error on startup https://bugs.webkit.org/show_bug.cgi?id=174787 by carlosgc@webkit.org · 8 years ago
  11. ec9f01f Get rid of WebCore IconDatabase code. by beidson@apple.com · 8 years ago
  12. 0fbfdaa Drop unused ResourceLoadStatistics members by cdumez@apple.com · 8 years ago
  13. ec99b4d Switch all WebKit API related to favicons from WebIconDatabase over to new WebCore::IconLoader mechanism. by beidson@apple.com · 8 years ago
  14. 2c6d4eb Frame.h doesn't need to include FrameLoader.h, IntRect.h, and NavigationScheduler.h by rniwa@webkit.org · 8 years ago
  15. 7708545 ResourceLoadObserver does not need a ResourceLoadStatisticsStore by cdumez@apple.com · 8 years ago
  16. 82aa115 REGRESSION(r218896): ASSERT in WebPageProxy::dataCallback by commit-queue@webkit.org · 8 years ago
  17. 9192d39 DocumentLoader should always notify the client if there are pending icon loads when the load is stopped. by beidson@apple.com · 8 years ago
  18. 8e9b4cf Add release assertion to make sure callbackIdentifier is not 0 in DocumentLoader::finishedLoadingIcon() by cdumez@apple.com · 8 years ago
  19. 522a59c Cleanup IconLoader stuff when a DocumentLoader detaches from its frame. by beidson@apple.com · 8 years ago
  20. f2a0065 REGRESSION (r218015) IconLoaders for already-cached resources expect to be asynchronous, no longer are. by beidson@apple.com · 8 years ago
  21. f03965a WKIconLoadingDelegate never gets asked about the default favicon if touch/touch-precomposed icons are in the <head> by beidson@apple.com · 8 years ago
  22. cb1ec8f Cleanup: Remove out-of-date comment and null check from DocumentLoader::detachFromFrame() by dbates@webkit.org · 8 years ago
  23. 347bb77 Make navigation policy checking more robust by achristensen@apple.com · 8 years ago
  24. bc919b0 Start dropping Timer API dealing with double by cdumez@apple.com · 8 years ago
  25. e4d5622 Web Inspector: More accurate Resource Timing data in Web Inspector by commit-queue@webkit.org · 8 years ago
  26. 7dd950a Web Inspector: Show HTTP protocol version and other Network Load Metrics (IP Address, Priority, Connection ID) by joepeck@webkit.org · 8 years ago
  27. c09fbc4 [iOS] Getting QLPreviewProtocol slows down first navigation in Web process by timothy_horton@apple.com · 8 years ago
  28. f0a0665 Main resource requests need cachePartition by achristensen@apple.com · 8 years ago
  29. ff39b7b [Resource Timing] Gather timing information with reliable responseEnd time by joepeck@webkit.org · 8 years ago
  30. df37802 Unreviewed, rolling out r212944. by cdumez@apple.com · 8 years ago
  31. 8ae1d89 [Resource Timing] Gather timing information with reliable responseEnd time by joepeck@webkit.org · 8 years ago
  32. 5f8c33a Nullptr dereferences when stopping a load by bfulgham@apple.com · 8 years ago
  33. 9f4e3b2 Execute pending scripts asynchronously after stylesheet loads complete by antti@apple.com · 8 years ago
  34. 9dd2e00 Unreviewed, rolling out r212463. https://bugs.webkit.org/show_bug.cgi?id=168526 by commit-queue@webkit.org · 8 years ago
  35. 466a00c Execute pending scripts asynchronously after stylesheet loads complete by antti@apple.com · 8 years ago
  36. ec95869 REGRESSION(r210845) Build broken with ENABLE_MHTML disabled by ossy@webkit.org · 8 years ago
  37. 83b4bd547 Performance Timing: Convert WTF::MonotonicTime and WTF::Seconds by commit-queue@webkit.org · 8 years ago
  38. 759f366 [QuickLook] QLPreviewConverter and QuickLookHandle have different lifetime requirements by aestes@apple.com · 8 years ago
  39. 6be0e97 Document::securityOrigin() should return a reference. by akling@apple.com · 8 years ago
  40. c04189e Remove PassRefPtr from "loader" directory of WebCore by darin@apple.com · 8 years ago
  41. 955ded6 Reduce QuickLook.h include overhead by aestes@apple.com · 8 years ago
  42. d9b34d4 Web Inspector: Cleanup some InspectorInstrumentation network loading notifications by commit-queue@webkit.org · 8 years ago
  43. 583510e Re-landing: Source/WebCore: by beidson@apple.com · 8 years ago
  44. f5e5d10 Revert - Add _WKIconLoadingDelegate SPI by barraclough@apple.com · 8 years ago
  45. 2abec1b Implement Strict Mixed Content Checking by dbates@webkit.org · 8 years ago
  46. 4392696 [WTF] Import std::optional reference implementation as WTF::Optional by utatane.tea@gmail.com · 8 years ago
  47. 6420082 Add _WKIconLoadingDelegate SPI. https://bugs.webkit.org/show_bug.cgi?id=164894 by beidson@apple.com · 8 years ago
  48. 0ad0853 Disallow loads using HTTP 0.9 at the ResourceHandle/NetworkDataTask level by dbates@webkit.org · 8 years ago
  49. 7c6cf2b REGRESSION (r195004): Scripts and plugins blocked for subsequent loads in same WebContent by dbates@webkit.org · 8 years ago
  50. 1176317 URL::port should return Optional<uint16_t> by achristensen@apple.com · 8 years ago
  51. 3fc57a4 Document request not updated after willSendRequest is called for a redirect by carlosgc@webkit.org · 8 years ago
  52. 5d6399f WebView and WebPage URLs not updated after URL is modified by InjectedBundlePageResourceLoadClient::willSendRequestForFrame by carlosgc@webkit.org · 8 years ago
  53. afbfba9 Fix API test after r207318. https://bugs.webkit.org/show_bug.cgi?id=162951 by achristensen@apple.com · 8 years ago
  54. 69a052ad [iOS] Support Web Archive previews generated by QuickLook by aestes@apple.com · 8 years ago
  55. 4c0caf3 Refactor CachedResourceClient::notifyFinished by commit-queue@webkit.org · 8 years ago
  56. 0396ac0 CachedResource client handling methods should take reference by commit-queue@webkit.org · 8 years ago
  57. 02e4221 New DocumentLoader logging causes crashes by cdumez@apple.com · 9 years ago
  58. 7bf7536 Refactor CachedResourceLoader::canRequest by commit-queue@webkit.org · 9 years ago
  59. 70c159d Add new logging for network resource loading by krollin@apple.com · 9 years ago
  60. f396f45 CachedResource should efficiently construct its ResourceRequest by commit-queue@webkit.org · 9 years ago
  61. fd6ef2a Switch remaining users of Document::inPageCache() to pageCacheState() by cdumez@apple.com · 9 years ago
  62. b405673 Unreviewed, rolling out r205407. by ryanhaddad@apple.com · 9 years ago
  63. 3c9ada3 Source/WebCore: by bweinstein@apple.com · 9 years ago
  64. 135f6cb Update the Resource Timing implementation by achristensen@apple.com · 9 years ago
  65. 3eeac49 Rename DocumentLoadTiming and ResourceLoadTiming by commit-queue@webkit.org · 9 years ago
  66. 97862de Remove CachedResourceRequest initiatingDocumentLoader by commit-queue@webkit.org · 9 years ago
  67. 9b57957 Reduce the number of ResourceRequest copies in DocumentThreadableLoader by commit-queue@webkit.org · 9 years ago
  68. 3c30756 ASSERTION FAILED: !m_frame->page()->defersLoading() || InspectorInstrumentation::isDebuggerPaused(m_frame) by carlosgc@webkit.org · 9 years ago
  69. ba1c71b Remove ClientCredentialPolicy cross-origin option from ResourceLoaderOptions by commit-queue@webkit.org · 9 years ago
  70. b34898d Potential null dereference under DocumentLoader::mainReceivedError() by cdumez@apple.com · 9 years ago
  71. 176a9aa [Content Filtering] Load blocked pages more like other error pages are loaded by aestes@apple.com · 9 years ago
  72. 30714fb Unreviewed, rolling out r202944. https://bugs.webkit.org/show_bug.cgi?id=159570 by commit-queue@webkit.org · 9 years ago
  73. c796183 [Content Filtering] Load blocked pages more like other error pages are loaded by aestes@apple.com · 9 years ago
  74. 81d01c1 Remove CredentialRequest ResourceLoaderOptions by commit-queue@webkit.org · 9 years ago
  75. 16c43b4 Remove RequestOriginPolicy from ResourceLoaderOptions by commit-queue@webkit.org · 9 years ago
  76. 06ee4a5 Drop some unnecessary header includes by cdumez@apple.com · 9 years ago
  77. 2762a28 Restrict HTTP/0.9 responses to default ports and cancel HTTP/0.9 resource loads if the document was loaded with another HTTP protocol by bfulgham@apple.com · 9 years ago
  78. 156f9bb Introduce ResourceErrorBase::type https://bugs.webkit.org/show_bug.cgi?id=158299 by youenn.fablet@crf.canon.fr · 9 years ago
  79. 0faecda Modernize loading code https://bugs.webkit.org/show_bug.cgi?id=158332 by achristensen@apple.com · 9 years ago
  80. 55144c5 Source/WebCore: by youenn.fablet@crf.canon.fr · 9 years ago
  81. 650dc86 Get rid of StringCapture. https://bugs.webkit.org/show_bug.cgi?id=158285 by beidson@apple.com · 9 years ago
  82. e1b9c75 Unreviewed, rolling out r201341. by ryanhaddad@apple.com · 9 years ago
  83. f53df0f Use lambda capture with initializer instead of StringCapture by cdumez@apple.com · 9 years ago
  84. 7bd3d3b Rename all protector variables that should be called `protectedThis` by beidson@apple.com · 9 years ago
  85. 84810e6 Blocked redirected main resource requests need descriptive errors by achristensen@apple.com · 9 years ago
  86. 28db74a CSP: Ignore paths in CSP matching after redirects by dbates@webkit.org · 9 years ago
  87. 8c36f62 WebKit should dispatchDidFailProvisionalLoad while loading invalid URLs by jiewen_tan@apple.com · 9 years ago
  88. 9f99af5 Purge PassRefPtr from ArrayBuffer, ArchiveResource, Pasteboard, LegacyWebArchive and DataObjectGtk by jh718.park@samsung.com · 9 years ago
  89. 261b2dc CSP: Implement frame-ancestors directive by dbates@webkit.org · 9 years ago
  90. bf3b5e8 Resource load statistics are not honoring private browsing by bfulgham@apple.com · 9 years ago
  91. c47e4bf REGRESSION (r196892): Crash in DocumentLoader::startLoadingMainResource() by dbates@webkit.org · 9 years ago
  92. b0f69c9 [Mac] Gather some rudimentary statistics during resource load by bfulgham@apple.com · 9 years ago
  93. 2ed319d Allow CachedResourceLoader clients to opt out of the MemoryCache. by jer.noble@apple.com · 9 years ago
  94. 048cc3a Reduce use of equalIgnoringCase to just ignore ASCII case by darin@apple.com · 9 years ago
  95. 8764d52 FrameLoaderClient::didReceiveServerRedirectForProvisionalLoadForFrame() is never called when loading a main resource from the memory cache by jiewen_tan@apple.com · 9 years ago
  96. 24428d4 Fix problems with cross-origin redirects by youenn.fablet@crf.canon.fr · 9 years ago
  97. 5f5fafe Cross-protocol, cross-site scripting (XPSS) using HTML forms by bfulgham@apple.com · 9 years ago
  98. 952fdf2 [Content Filtering] Lazily load platform frameworks by aestes@apple.com · 9 years ago
  99. b4c7093 Port blocking bypass issue using 307 redirect by bfulgham@apple.com · 9 years ago
  100. 13aae08 Replace WTF::move with WTFMove https://bugs.webkit.org/show_bug.cgi?id=152601 by aestes@apple.com · 9 years ago