1. bd998a0 HistoryItems will null CachedPages should never be left in the list of items; by bdakin@apple.com · 10 years ago
  2. eccd050 Scrollable area container is not properly cleared when page is going into the PageCache by bfulgham@apple.com · 10 years ago
  3. 2574377 Log actual PageCache retrieval success rate using diagnostic logging by cdumez@apple.com · 10 years ago
  4. 305ea74 Simplify code for making Page-cacheability decision by cdumez@apple.com · 10 years ago
  5. ae34b60 REGRESSION (r185111): Clicking phone numbers doesn't prompt to call sometimes by dbates@webkit.org · 10 years ago
  6. dbdca23 Subframes with no current HistoryItem should not prevent page-caching by cdumez@apple.com · 10 years ago
  7. 20ad7e6 Mark more classes as fast allocated by cdumez@apple.com · 10 years ago
  8. c3f615d [WK2] WebBackForwardListItems' pageState is not kept up-to-date by cdumez@apple.com · 10 years ago
  9. d839ea1 Drop RefPtr::clear() method https://bugs.webkit.org/show_bug.cgi?id=146556 by cdumez@apple.com · 10 years ago
  10. 359ef9f Crash: com.apple.WebKit.WebContent at com.apple.WebCore: WebCore::CachedFrameBase::restore + 333 by cdumez@apple.com · 10 years ago
  11. 50b9d9c WebContent crash in WebCore::Page::sessionID() const + 0 (Page.cpp:1660) by cdumez@apple.com · 10 years ago
  12. 989ea68 Add assertions to make sure pages in the PageCache are not loading by cdumez@apple.com · 10 years ago
  13. 2870272 Going back after resizing causes scroll knob to appear in the middle of the page by timothy_horton@apple.com · 10 years ago
  14. 5776271 View scale changes are temporarily lost after restoring a page from the page cache by timothy_horton@apple.com · 10 years ago
  15. 83ed0b7 Get rid of the public item accessors in BackForwardClient by commit-queue@webkit.org · 10 years ago
  16. cc1b389 Rename ActiveDOMObject::canSuspend() to canSuspendForPageCache() for clarity by cdumez@apple.com · 10 years ago
  17. 12d5a62 Clean up related to wheelEvent names by simon.fraser@apple.com · 10 years ago
  18. 9ba621d XMLHttpRequests should not prevent a page from entering PageCache by cdumez@apple.com · 10 years ago
  19. fc94517 Drop unnecessary DatabaseManager::hasOpenDatabases() in PageCache::canCachePageContainingThisFrame() by cdumez@apple.com · 10 years ago
  20. 0fb69f0 Rename DatabaseManager::manager() to DatabaseManager::singleton() by cdumez@apple.com · 10 years ago
  21. 070d7a4 Log using diagnostic logging which ActiveDOMObjects prevent using the PageCache by cdumez@apple.com · 10 years ago
  22. 216d257 Add support for diagnostic logging messages sampling by cdumez@apple.com · 10 years ago
  23. 4618030 REGRESSION(r179347): Clearing the PageCache no longer clears the PageCache. by akling@apple.com · 10 years ago
  24. 9faee6a Prepare to use WEBCORE_EXPORT on Windows. by commit-queue@webkit.org · 10 years ago
  25. df3bda4 Slight CachedPage class clean up https://bugs.webkit.org/show_bug.cgi?id=141693 by cdumez@apple.com · 10 years ago
  26. 681b4aa Access MemoryPressureHandler global instance via a singleton() static member function by cdumez@apple.com · 10 years ago
  27. fea5cb9 Use more references in HistoryItem by cdumez@apple.com · 10 years ago
  28. ee3cce6 Remove useless PageCache::singleton() call from PageCache member function by cdumez@apple.com · 10 years ago
  29. d68656f Drop HistoryItem's m_prev / m_next by cdumez@apple.com · 10 years ago
  30. 4faf1ef Rename shared() static member functions to singleton() for singleton classes. by cdumez@apple.com · 10 years ago
  31. 67e10f7 Clean up / modernize PageCache class by cdumez@apple.com · 10 years ago
  32. 6dcbae1 Fix typo in markPagesForVistedLinkStyleRecalc() by cdumez@apple.com · 10 years ago
  33. 8e25868 Unreviewed. Remove duplicate friend class statement after r179255. by cdumez@apple.com · 10 years ago
  34. 4f6dd79 [Win] Unreviewed build fix after r179247. by bfulgham@apple.com · 10 years ago
  35. 87032b3 Rename pageCache() to PageCache::shared() and return a reference by cdumez@apple.com · 10 years ago
  36. 0e33c3b Remove unnecessary m_cachedPage null-checks in PageCache by cdumez@apple.com · 10 years ago
  37. ea54d27 Simplify DiagnosticLoggingClient call sites by cdumez@apple.com · 10 years ago
  38. 3560d3b Use DiagnosticLoggingClient to log page cache failures by cdumez@apple.com · 10 years ago
  39. a471c2b Remove ENABLE(SQL_DATABASE) guards by ossy@webkit.org · 10 years ago
  40. f4eb1bb Remove support for SharedWorkers https://bugs.webkit.org/show_bug.cgi?id=140344 by weinig@apple.com · 10 years ago
  41. dad6bb3 Log which ActiveDOMObject(s) can't be suspended for PageCache. by akling@apple.com · 10 years ago
  42. a6bd7f4 Allow HTTPS + 'Cache-control: no-store' sub-frames into the page cache by cdumez@apple.com · 10 years ago
  43. 6f5aecd Allow HTTPS + 'Cache-control: no-cache' pages into the page cache by cdumez@apple.com · 10 years ago
  44. bdde25a [iOS] Log better using FeatureCounter why PageCache is failing due to pruned resources by cdumez@apple.com · 10 years ago
  45. a6dc5b9 Unreviewed, rolling out r177712 and r177717. by commit-queue@webkit.org · 10 years ago
  46. ad2beb5 Convert more creator functions to return Ref instead of PassRefPtr. by akling@apple.com · 10 years ago
  47. 1cca637 Unreviewed, fix build warning after r177712 by ljaehun.lim@samsung.com · 10 years ago
  48. 551ce83 [iOS] Log better using FeatureCounter why PageCache is failing due to pruned resources by cdumez@apple.com · 10 years ago
  49. 29a19c7 [iOS] Log using FeatureCounter when a PacheCache fails due to memory pressure by cdumez@apple.com · 10 years ago
  50. 84d9fb2 [iOS] Log using FeatureCounter when a PacheCache entry is not reused because it expired by cdumez@apple.com · 10 years ago
  51. 39ff4d0 [iOS] Make it possible to toggle FeatureCounter support at runtime by cdumez@apple.com · 10 years ago
  52. ea45575 [iOS] Add feature counting support by cdumez@apple.com · 10 years ago
  53. dab95ab Have Document::accessSVGExtensions() return a reference by cdumez@apple.com · 10 years ago
  54. 4da8457 Allow pages with unload handlers in the page cache by beidson@apple.com · 10 years ago
  55. bb5c1ff [iOS] Disable ENABLE_IOS_{GESTURE, TOUCH}_EVENTS, and temporarily disable ENABLE_TOUCH_EVENTS by dbates@webkit.org · 11 years ago
  56. 8cc7564 Unreviewed, rolling out r172844. https://bugs.webkit.org/show_bug.cgi?id=136164 by commit-queue@webkit.org · 11 years ago
  57. 985685e More WEBCORE_EXPORT macros! https://bugs.webkit.org/show_bug.cgi?id=136146 by achristensen@apple.com · 11 years ago
  58. 51ff6db Revert r172831, it broke the Windows build. by timothy_horton@apple.com · 11 years ago
  59. 2f6cecb More WEBCORE_EXPORT macros. https://bugs.webkit.org/show_bug.cgi?id=136129 by achristensen@apple.com · 11 years ago
  60. 0980d45 Introducing WEBCORE_EXPORT macro. https://bugs.webkit.org/show_bug.cgi?id=136108 by achristensen@apple.com · 11 years ago
  61. 4ad1880 Unreviewed, rolling out r172798. https://bugs.webkit.org/show_bug.cgi?id=136113 by commit-queue@webkit.org · 11 years ago
  62. 1ce7c1d Introducing WEBCORE_EXPORT macro. https://bugs.webkit.org/show_bug.cgi?id=136108 by achristensen@apple.com · 11 years ago
  63. 0cefe4f Add WTF::move() https://bugs.webkit.org/show_bug.cgi?id=134500 by dbates@webkit.org · 11 years ago
  64. b64f40e Get rid of Encoder.h and Decoder.h from WTF by andersca@apple.com · 11 years ago
  65. 1701d27 Get rid of the HistoryItem encoding/decoding in WebCore by andersca@apple.com · 11 years ago
  66. 65997e9 REGRESSION (r170287): SVGDocumentExtensions::rebuildElements() called on removed element by dbates@webkit.org · 11 years ago
  67. 400570d [iOS][WK2] Make the state restore from HistoryItem more precise and reliable by benjamin@webkit.org · 11 years ago
  68. 4875294 Make it clear to get m_svgExtensions using svgExtensions(). by commit-queue@webkit.org · 11 years ago
  69. b50fcc3 Make FrameLoadType a strongly typed enum by andersca@apple.com · 11 years ago
  70. 4a1fff0 [iOS][WK2] Restore the visual scroll position instead of the dom scroll position when restoring states from the history by benjamin@webkit.org · 11 years ago
  71. e6b520b Remove HistogramSupport. <https://webkit.org/b/132354> by akling@apple.com · 11 years ago
  72. d4dfadd Roll out fix for https://bugs.webkit.org/show_bug.cgi?id=131637: by ap@apple.com · 11 years ago
  73. d4a27b5 Clean up unnecessary methods in the BackForwardClient interface by burg@cs.washington.edu · 11 years ago
  74. 460207d Do more things under memory pressure on non-iOS platforms. by akling@apple.com · 11 years ago
  75. 22b85fc Eliminate CachedFrame::m_mousePressNode by ap@apple.com · 11 years ago
  76. b3a5a6b Fix a trivial FIXME https://bugs.webkit.org/show_bug.cgi?id=130432 by andersca@apple.com · 11 years ago
  77. 9204733 .: Replace "Apple Computer, Inc." with "Apple Inc." in copyright headers by mjs@apple.com · 11 years ago
  78. 28c9d4a Stop using PLATFORM(MAC) in WebCore except where it means “OS X but not iOS” by mitz@apple.com · 11 years ago
  79. 63e53cb FrameLoader::stateMachine() should return a reference. by akling@apple.com · 11 years ago
  80. 66d8c0a Remove ENABLE(SVG) guards https://bugs.webkit.org/show_bug.cgi?id=127991 by ossy@webkit.org · 11 years ago
  81. 46b0fd5 Remove the ACCELERATED_COMPOSITING flag by abucur@adobe.com · 11 years ago
  82. 5136186 Move history item visit count handling to WebKit by andersca@apple.com · 11 years ago
  83. 77b9a46 Move lastVisitWasHTTPNonGet out to WebHistoryItem by andersca@apple.com · 11 years ago
  84. 840a682 Get rid of BackForwardController::isActive() by andersca@apple.com · 11 years ago
  85. 757e049 Remove back/forward list related functions from Page by andersca@apple.com · 11 years ago
  86. 63ac703 Move HistoryItem to std::unique_ptr by zandobersek@gmail.com · 11 years ago
  87. e776c2f Clean up PageCache classes https://bugs.webkit.org/show_bug.cgi?id=127202 by andersca@apple.com · 11 years ago
  88. 2dfe6cb Remove workaround for compilers not supporting explicit override control by commit-queue@webkit.org · 11 years ago
  89. 049d8b3 Remove the BlackBerry port from trunk by benjamin@webkit.org · 11 years ago
  90. b936027 Remove remaining blackberry files I could find in WebCore by benjamin@webkit.org · 11 years ago
  91. 4bfbeec Begin stubbing out the KeyedDecoder class by andersca@apple.com · 11 years ago
  92. 611e354 [iOS] Upstream WebCore/history changes by dbates@webkit.org · 11 years ago
  93. d1bda05 Add more CachedPage null checks https://bugs.webkit.org/show_bug.cgi?id=125106 by beidson@apple.com · 11 years ago
  94. 01434c4 Implement encoding of arrays of objects by andersca@apple.com · 11 years ago
  95. 955aabc Implement more KeyedEncoder functionality by andersca@apple.com · 11 years ago
  96. d66ca8b KeyedEncoder should be able to encoder objects by andersca@apple.com · 11 years ago
  97. 0a62cea Begin stubbing out a KeyedEncoder class in WebCore by andersca@apple.com · 11 years ago
  98. ff9adb8 Stop bringing in the std namespace by andersca@apple.com · 11 years ago
  99. c3523f8 Remove spaces between template angle brackets by andersca@apple.com · 11 years ago
  100. 05f1cc5 Make Vector::insert work for move-only types by darin@apple.com · 11 years ago