1. 245500b Remove unused SPI that accesses MemoryCache directly by achristensen@apple.com · 6 years ago
  2. 2de4b8d Remove redundant painting phase arguments from GraphicsLayerClient functions by antti@apple.com · 6 years ago
  3. c2b1e2a FrameLoader::FrameProgressTracker::progressCompleted() does not need a pageID by cdumez@apple.com · 6 years ago
  4. dbcee6d WebPage::fromCorePage() to take and return a C++ reference by cdumez@apple.com · 6 years ago
  5. ed81cf6 [FTW] Use DirectX SharedResource as basis for SharedBitmap by bfulgham@apple.com · 6 years ago
  6. ba916c4 Remove AppKitCompatibilityDeclarations.h by krollin@apple.com · 6 years ago
  7. b5da855 Remove extra braces https://bugs.webkit.org/show_bug.cgi?id=201285 by krollin@apple.com · 6 years ago
  8. 4fda0ef Update .xcconfig symbols to reflect the current set of past and future product versions. by krollin@apple.com · 6 years ago
  9. c99bb16 Remove support for macOS < 10.13 (part 3) by krollin@apple.com · 6 years ago
  10. f66acb5 GenerateTAPI WebKitLegacy.tbd fails on internal iOS Simulator builds by dino@apple.com · 6 years ago
  11. 6a6d4c0 GenerateTAPI WebKitLegacy.tbd fails on internal iOS Simulator builds by dino@apple.com · 6 years ago
  12. a00faef Remove support for macOS < 10.13 (part 2) by krollin@apple.com · 6 years ago
  13. 5ba0779 Refactor to use VM& instead of VM* at as many places as possible. by mark.lam@apple.com · 6 years ago
  14. 93bdeb4 [geolocation] Rename interfaces and remove [NoInterfaceObject] by cdumez@apple.com · 6 years ago
  15. 1b515cf [watchOS] Disable Content Filtering in the simulator build by aestes@apple.com · 6 years ago
  16. a41b5cf [Mail] Tapping top of message scrolls back to copied text instead of top of the message by timothy_horton@apple.com · 6 years ago
  17. ddbdcc8 Put keygen element behind a runtime flag and disable it by default by rniwa@webkit.org · 6 years ago
  18. c634fc9 [WinCairo][WK1] A browser window starts as an inactive window because AcceleratedCompositingContext::acceleratedCompositingAvailable creates temporary window by Hironori.Fujii@sony.com · 6 years ago
  19. 235f7ab Remove IDB-specific quota by sihui_liu@apple.com · 6 years ago
  20. e0222f3 Remove SessionID::emptySessionID() by youenn@apple.com · 6 years ago
  21. 1d8e24d [WTF] Add makeUnique<T>, which ensures T is fast-allocated, makeUnique / makeUniqueWithoutFastMallocCheck part by ysuzuki@apple.com · 6 years ago
  22. 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
  23. 2cfc414 LocalStorageDatabaseTracker does not need to subclass ThreadSafeRefCounted by cdumez@apple.com · 6 years ago
  24. 3e002f8 Versioning. by alancoon@apple.com · 6 years ago
  25. 0df7bd0 Split tabIndex computation for DOM and the rest of WebCore by rniwa@webkit.org · 6 years ago
  26. 0f3f2dd [WTF] Add makeUnique<T>, which ensures T is fast-allocated, WTF_MAKE_FAST_ALLOCATED annotation part by ysuzuki@apple.com · 6 years ago
  27. f871d64 [FTW] Enable CoreFoundation use if building for Apple target by bfulgham@apple.com · 6 years ago
  28. b4de2b6 Yellow Lookup highlight gets stuck over Mail messages by timothy_horton@apple.com · 6 years ago
  29. 28e362a Some improvements on web storage https://bugs.webkit.org/show_bug.cgi?id=200373 by sihui_liu@apple.com · 6 years ago
  30. 504e140 Always create a Document with a valid SessionID by youenn@apple.com · 6 years ago
  31. 5a2bd40 Use ObjectIdentifier<FrameIdentifierType> for frameIDs by simon.fraser@apple.com · 6 years ago
  32. 2cfb79d Unreviewed, rolling out r248526. by ryanhaddad@apple.com · 6 years ago
  33. 12cc142 Remove support for macOS < 10.13 by krollin@apple.com · 6 years ago
  34. c43a92a ThreadableBlobRegistry::blobSize should take a SessionID as parameter by youenn@apple.com · 6 years ago
  35. d56bb51 Blob registries should be keyed by session IDs by youenn@apple.com · 6 years ago
  36. ba8e520 Add threading assertions to RefCounted by cdumez@apple.com · 6 years ago
  37. 508f217 Unreviewed, rolling out r248525. by cdumez@apple.com · 6 years ago
  38. a597f47 Remove IDB-specific quota https://bugs.webkit.org/show_bug.cgi?id=196545 by youenn@apple.com · 6 years ago
  39. 0055ad5 Add threading assertions to RefCounted by cdumez@apple.com · 6 years ago
  40. 5a9009f Remove some more unused 32-bit code by timothy_horton@apple.com · 6 years ago
  41. 2e4795f Web Inspector: REGRESSION(r248454): WK1 inspector frontend client doesn't queue messages to the frontend before it's loaded by drousso@apple.com · 6 years ago
  42. 6cc373d Fix WebKitLegacy's post-process-header-rule script to support paths with spaces in them by krollin@apple.com · 6 years ago
  43. 5a9db2f [Win] Remove compiler workaround for VS2013 by pvollan@apple.com · 6 years ago
  44. 2c313fe [Win] Fix internal build https://bugs.webkit.org/show_bug.cgi?id=200519 by pvollan@apple.com · 6 years ago
  45. 14ef42c [FTW] Get WebKit, WebKit2, and MiniBrowser building and executing by bfulgham@apple.com · 6 years ago
  46. 37fceff Add runtime flag for lazy image loading by commit-queue@webkit.org · 6 years ago
  47. 7a92ba7 Allow clients to toggle a text input field between being viewable and having characters hidden while maintaining by commit-queue@webkit.org · 6 years ago
  48. 2ca515a [Win] Fix AppleWin build https://bugs.webkit.org/show_bug.cgi?id=200455 by pvollan@apple.com · 6 years ago
  49. 0944aa2 Consistently use Obj-C boolean literals by krollin@apple.com · 6 years ago
  50. 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
  51. 6ba16c1 Versioning. by alancoon@apple.com · 6 years ago
  52. 25decfc Update WebKitLegacy for XCBuild by krollin@apple.com · 6 years ago
  53. 5c4cc22 [ContentChangeObserver] didFinishContentChangeObserving should include the type of content change. by zalan@apple.com · 6 years ago
  54. 3d83809 [ContentChangeObserver] ChromeClient::observedContentChange() name is misleading by zalan@apple.com · 6 years ago
  55. 058a2a6 [Win][WK1] Can't change Web Inspector frontend height in high DPI by Hironori.Fujii@sony.com · 6 years ago
  56. e8ed855 [Win] Remove unused methods from WebPluginInfoProvider by annulen@yandex.ru · 6 years ago
  57. c403e42 [Win][WK1] The inspected webview window is misplaced after changing Web Inspector frontend window height by Hironori.Fujii@sony.com · 6 years ago
  58. 6dc1243 Add helper for ignoring deprecated implementation warnings by dino@apple.com · 6 years ago
  59. 2bbad11 [macOS 10.15] Web process crashes when attempting to show the font panel via Font > Show Fonts by wenson_hsieh@apple.com · 6 years ago
  60. 5bdd98a Fix WebView iframe rendering in macOS Catalina by simon.fraser@apple.com · 6 years ago
  61. 4a97db0 Enable CSSOMViewScrollingAPIEnabled in WebKit1 by simon.fraser@apple.com · 6 years ago
  62. 2547337 Disable MediaRecorder for legacy WebKit by youenn@apple.com · 6 years ago
  63. 18d888e Unify builds in WebKitLegacy/mac/DOM by commit-queue@webkit.org · 6 years ago
  64. 0b8cd07 Disable Pointer Events prior to watchOS 6 by graouts@webkit.org · 6 years ago
  65. 9c761e0 Unable to tap buttons at top of Wells Fargo app’s Payees screen by zalan@apple.com · 6 years ago
  66. d4f1966 Add a runtime-disabled dialog element skeleton by commit-queue@webkit.org · 6 years ago
  67. 2cb4182 Versioning. by kocsen_chung@apple.com · 6 years ago
  68. de7e712 Speed up StorageManager::getValues() by cdumez@apple.com · 6 years ago
  69. 2498b91 [WebGL] Remove software rendering and simplify context creation on macOS by dino@apple.com · 6 years ago
  70. 73155bc Versioning. by alancoon@apple.com · 6 years ago
  71. 54e841e Cannot bring up custom media controls at all on v.youku.com by zalan@apple.com · 6 years ago
  72. 8d1256b Begin unifying WebKitLegacy sources by commit-queue@webkit.org · 6 years ago
  73. 5b9fe19 [WPE][GTK] Build failure with ENABLE_ACCESSIBILITY=OFF by psaavedra@igalia.com · 6 years ago
  74. f501712 Versioning. by alancoon@apple.com · 6 years ago
  75. 65db2db [WinCairo] ASSERTION FAILED: info.bmBitsPixel == 32 in createCairoContextWithHDC by Hironori.Fujii@sony.com · 6 years ago
  76. 488feb6 [Pointer Events] Enable only on the most recent version of the supported iOS family by graouts@webkit.org · 6 years ago
  77. f381003 Versioning. by bshafiei@apple.com · 6 years ago
  78. 3dc9152 [Catalina] Enable WebKit build https://bugs.webkit.org/show_bug.cgi?id=199209 by jbedard@apple.com · 6 years ago
  79. 0066a49 Adopt simple structured bindings in more places by weinig@apple.com · 6 years ago
  80. 5362160 Versioning. by alancoon@apple.com · 6 years ago
  81. c71941c Web Inspector: Debug: "Reset Web Inspector" should also clear the saved window size and attachment side by drousso@apple.com · 6 years ago
  82. 69699b3 [Win] Multiline mode of tooltip control does word-wrapping very slowly by Hironori.Fujii@sony.com · 6 years ago
  83. 78d0776 Rename effectiveAppearanceIsInactive and useInactiveAppearance to better match UIUserInterfaceLevel. by timothy@apple.com · 6 years ago
  84. 6739635 Remove traces of ENABLE_ICONDATABASE remaining after its removal in 219733 by annulen@yandex.ru · 6 years ago
  85. fff5111 Move WebKitLegacy off of a couple AppKit ivars. by timothy@apple.com · 6 years ago
  86. d97bbcc Upstream use of MACCATALYST by bdakin@apple.com · 6 years ago
  87. e88b438 Make WEBGPU enabled only on Mojave and later. by sbarati@apple.com · 6 years ago
  88. 8c03dab [CMake] Bump cmake_minimum_required version to 3.10 by Hironori.Fujii@sony.com · 6 years ago
  89. 171ef35 Versioning. by kocsen_chung@apple.com · 6 years ago
  90. 0ce67df Rename AtomicString to AtomString https://bugs.webkit.org/show_bug.cgi?id=195276 by darin@apple.com · 6 years ago
  91. 31cdd98 Move Synthetic Editing Commands to behind an experimental feature flag by megan_gardner@apple.com · 6 years ago
  92. 8f0df1f REGRESSION (r246103) [ Mojave+ WK1 ] Layout Test scrollbars/scrollbar-iframe-click-does-not-blur-content.html is timing out by graouts@webkit.org · 6 years ago
  93. 694b80d Versioning. by kocsen_chung@apple.com · 6 years ago
  94. 202c5d2 Remove Dashboard support https://bugs.webkit.org/show_bug.cgi?id=198615 by weinig@apple.com · 6 years ago
  95. 7945aa9 Integrate dark mode support for iOS. by timothy@apple.com · 6 years ago
  96. f64dd28 REGRESSION (r244182) [WK1]: Page updates should always scheduleCompositingLayerFlush() immediately by commit-queue@webkit.org · 6 years ago
  97. 0a603a1 Versioning. by kocsen_chung@apple.com · 6 years ago
  98. 786df1e Progress towards resurrecting Mac CMake build by commit-queue@webkit.org · 6 years ago
  99. 34194e0 == Rolled over to ChangeLog-2019-06-05 == by mcatanzaro@igalia.com · 6 years ago
  100. b89742f [Pointer Events] Add support for chorded button interactions by graouts@webkit.org · 6 years ago