1. 3b61547 Add <meta name="supported-color-schemes"> to control what color schemes the page supports by timothy@apple.com · 6 years ago
  2. a295af7 Implement feature flag and bindings for CSS Painting API by commit-queue@webkit.org · 6 years ago
  3. fe1658d Shrink more enum classes https://bugs.webkit.org/show_bug.cgi?id=190540 by achristensen@apple.com · 6 years ago
  4. 393f185 Allow encoding of small enum classes by achristensen@apple.com · 6 years ago
  5. 4cd4fcb Have DOMWindow get its frame from its document by cdumez@apple.com · 6 years ago
  6. 947003f WebGPU: Rename old WebGPU prototype to WebMetal by justin_fan@apple.com · 6 years ago
  7. a12787d Regression(r236862): Crash under DOMWindowExtension::willDetachGlobalObjectFromFrame() by cdumez@apple.com · 6 years ago
  8. 63907b7 [MediaStream] RealtimeMediaSource should be able to vend hashed IDs by eric.carlson@apple.com · 6 years ago
  9. 0d79e7c A Document / Window should lose its browsing context as soon as its iframe is removed from the document by cdumez@apple.com · 6 years ago
  10. 413f995 Unreviewed, rolling out r236730. by jlewis3@apple.com · 6 years ago
  11. c6fb37b Add a quirk to disable Modern EME for sites which are broken with it enabled by jer.noble@apple.com · 6 years ago
  12. 3e5eb6b [MediaStream] RealtimeMediaSource should be able to vend hashed IDs by eric.carlson@apple.com · 6 years ago
  13. 4ac41d1 No DOM API to instantiate an attachment for an img element by wenson_hsieh@apple.com · 6 years ago
  14. 16a5625 document.open() should throw errors for cross-origin calls by cdumez@apple.com · 6 years ago
  15. fa525d0 document.open() should not propagate URLs to non-fully active documents by cdumez@apple.com · 6 years ago
  16. f38abe2 Change from HAVE(CFNETWORK_STORAGE_PARTITIONING) to ENABLE(RESOURCE_LOAD_STATISTICS) by wilander@apple.com · 6 years ago
  17. 5263fe2 Implement initialValue support for CSS Custom Properties and Values API by commit-queue@webkit.org · 7 years ago
  18. 83ac5b2 Implement CSS Custom Properties and Values Skeleton by commit-queue@webkit.org · 7 years ago
  19. 87cf166 Clean up code related to Document node removal by simon.fraser@apple.com · 7 years ago
  20. 7aa8536 [CSSOM View] Handle the scrollingElement in Element::scroll(Left/Top/Width/Height/To) by commit-queue@webkit.org · 7 years ago
  21. 1a7fa0a IntersectionObserver leaks documents by ajuma@chromium.org · 7 years ago
  22. fc41ae6 REGRESSION: Layout Test http/tests/security/bypassing-cors-checks-for-extension-urls.html is Flaky by youenn@apple.com · 7 years ago
  23. 6e9928c Storage Access API: Maintain access through same-site navigations by wilander@apple.com · 7 years ago
  24. 6b0ee98 Bug 182053 - [CSSOM View] Implement standard behavior for scrollingElement by commit-queue@webkit.org · 7 years ago
  25. d7231ab Bundle unified sources more tightly in projects with deep directory structures by timothy_horton@apple.com · 7 years ago
  26. 7fe9b45a [IntersectionObserver] Schedule intersection observation updates by ajuma@chromium.org · 7 years ago
  27. d57ef45 Teach WebKitTestRunner and DumpRenderTree about detecting world leaks by simon.fraser@apple.com · 7 years ago
  28. 95cff4b [IntersectionObserver] Fire an initial dummy notification by ajuma@chromium.org · 7 years ago
  29. f023fb9 [iOS] Paste is missing from callout bar when pasteboard only contains custom data by wenson_hsieh@apple.com · 7 years ago
  30. 5568a3d document.open and document.write must throw while the HTML parser is synchronously constructing a custom element by rniwa@webkit.org · 7 years ago
  31. 67a07c3 Use 1-byte enum class for Document::StandaloneStatus by commit-queue@webkit.org · 7 years ago
  32. c10ba4e Nullptr crash accessing Document in GenericEventQueue::dispatchOneEvent() by cdumez@apple.com · 7 years ago
  33. 5940490 Unreviewed, rolling out r233496 and r233571. by cdumez@apple.com · 7 years ago
  34. 940f0b8 Rename Document::firstPartyForSameSiteCookies() to siteForCookies() by dbates@webkit.org · 7 years ago
  35. 0480594 Add SPI to defer running async script until after document load by wenson_hsieh@apple.com · 7 years ago
  36. e50db3d Add an SPI hook to allow clients to yield document parsing and script execution by wenson_hsieh@apple.com · 7 years ago
  37. 7e6a1c8 Make it easier to hit the significant rendered text layout milestone on pages with main article elements by wenson_hsieh@apple.com · 7 years ago
  38. 3df92c4 Make ReasonForSuspension enum class by rniwa@webkit.org · 7 years ago
  39. 2047c43 Rename and flip the meaning of defaultAppearance to be useDarkAppearance. by timothy@apple.com · 7 years ago
  40. babaf0d Nullptr crash accessing Document in GenericEventQueue::dispatchOneEvent() by rniwa@webkit.org · 7 years ago
  41. 25db02a REGRESSION (r233140): v2: Windows build failure due to incomplete DocumentAnimationScheduler type by ddkilzer@apple.com · 7 years ago
  42. ab23080 REGRESSION (r233140): Windows build failure due to incomplete DocumentAnimationScheduler type by ddkilzer@apple.com · 7 years ago
  43. 32e70bb [Web Animations] Ensure animations are updated prior to requestAnimationFrame callbacks by graouts@webkit.org · 7 years ago
  44. 6f25c8d Address fullscreen api CSS env feedback by jer.noble@apple.com · 7 years ago
  45. 35f819b [Fullscreen] Page sometimes ends up with an incorrect zoom level after entering fullscreen by jer.noble@apple.com · 7 years ago
  46. ab4a4c9 Rename Document::hasHadActiveMediaStreamTrack to Document::hasHadCaptureMediaStreamTrack by youenn@apple.com · 7 years ago
  47. 72332a6 Add base class to get WeakPtrFactory member and avoid some boilerplate code by cdumez@apple.com · 7 years ago
  48. 8d2db82 Keyboard focus should exit fullscreen. by commit-queue@webkit.org · 7 years ago
  49. 7c12c6c Referrer-Policy response header is ignored by cdumez@apple.com · 7 years ago
  50. eea2d6a Modernize RenderStyleConstants.h - Part 2 by commit-queue@webkit.org · 7 years ago
  51. c695898 RenderLayer::scrollRectToVisible() should not propagate a subframe's scroll to its cross-origin parent by cdumez@apple.com · 7 years ago
  52. ae77ef4 REGRESSION (r231107): CSP report-only policies are ignored for beacon, importScripts, fetch(), EventSource, and XHR by dbates@webkit.org · 7 years ago
  53. 9e79f0b Unreviewed, rolling out r231935. by cdumez@apple.com · 7 years ago
  54. 57ff755 RenderLayer::scrollRectToVisible() should not propagate a subframe's scroll to its cross-origin parent by cdumez@apple.com · 7 years ago
  55. c92372e [Extra zoom mode] Disabled adaptations are not reset upon mainframe navigation by wenson_hsieh@apple.com · 7 years ago
  56. 2cf1966 Storage Access API: Allow documents that have been granted storage access to also do a popup by bfulgham@apple.com · 7 years ago
  57. 0bdbe4e Remove Document#selectedStylesheetSet/preferredStylesheetSet by commit-queue@webkit.org · 7 years ago
  58. 0c72417 [Extra zoom mode] Google search results are excessively zoomed in by wenson_hsieh@apple.com · 7 years ago
  59. f0d9b8f 'Cross-Origin-Options header implementation follow-up by cdumez@apple.com · 7 years ago
  60. c6fb051 Add initial support for 'Cross-Origin-Options' HTTP response header by cdumez@apple.com · 7 years ago
  61. 6d06141 Use StyleColor::Options in more places. by timothy@apple.com · 7 years ago
  62. c80e2fd Using image map inside a shadow tree results hits a release assert in DocumentOrderedMap::add by rniwa@webkit.org · 7 years ago
  63. fbc016a [iOS] Provide audio route information when invoking AirPlay picker by eric.carlson@apple.com · 7 years ago
  64. 240d017 Use WindowProxy instead of DOMWindow in our IDL by cdumez@apple.com · 7 years ago
  65. cb11109 Remove access to keychain from the WebContent process by jiewen_tan@apple.com · 7 years ago
  66. 8c917f2 Source/WebCore: by dbates@webkit.org · 7 years ago
  67. 540cb74 Unreviewed, rolling out r230921, r230923, r230924, r230932, by ryanhaddad@apple.com · 7 years ago
  68. 91ac5b8 Implement Same-Site cookies by dbates@webkit.org · 7 years ago
  69. 2fb5f6d Use WindowProxy in DOMWindow.idl https://bugs.webkit.org/show_bug.cgi?id=184820 by cdumez@apple.com · 7 years ago
  70. ec4dfa9 Runtime logging during GC can cause crash by eric.carlson@apple.com · 7 years ago
  71. 9e24d5c [Web Animations] Suspend animations when required by graouts@webkit.org · 7 years ago
  72. e031e4f Use the system's link color when system appearance is desired for a WebView. by timothy@apple.com · 7 years ago
  73. 9f73b53 GC shouldn't do object distancing https://bugs.webkit.org/show_bug.cgi?id=184195 by fpizlo@apple.com · 7 years ago
  74. 197cd32 Put the DOM in IsoHeaps https://bugs.webkit.org/show_bug.cgi?id=183546 by fpizlo@apple.com · 7 years ago
  75. bbc5763 Resource Load Statistics: Immediately forward cookie access for domains with previous user interaction when there's an opener document by wilander@apple.com · 7 years ago
  76. b2ea62e Resource Load Statistics: Immediately forward cookie access at user interaction when there's an opener document by wilander@apple.com · 7 years ago
  77. 1f7d678 Remove GridLayout runtime flag https://bugs.webkit.org/show_bug.cgi?id=183484 by jfernandez@igalia.com · 7 years ago
  78. 03000fb webkitfullscreenchange event not fired at the same time as :-webkit-full-screen pseudo selector changes; causes glitchiness by jer.noble@apple.com · 7 years ago
  79. 61b7408 Allow WebViews to disable system appearance by megan_gardner@apple.com · 7 years ago
  80. f35ead4 [RenderTreeBuilder] Move RenderFullScreen::createPlaceholder to RenderTreeBuilder by zalan@apple.com · 7 years ago
  81. cf9cfa0 [RenderTreeBuilder] Introduce RenderTreeBuilder to willBeDestoryed/removeFromParentAndDestroy by zalan@apple.com · 7 years ago
  82. 71f34a0 Remove WebCore/ForwardingHeaders directory by don.olmstead@sony.com · 7 years ago
  83. cb0d289 Release assertion in inlineVideoFrame by rniwa@webkit.org · 7 years ago
  84. b37e3d4 Global objects should be able to use TLCs to allocate from different blocks from each other by fpizlo@apple.com · 7 years ago
  85. ccb3028 [iOS] Restrict synthetic clicks to the origin that handled the underlying touch event by aestes@apple.com · 7 years ago
  86. 9a3fd8e Release ASSERT when reloading Vimeo page @ WebCore: WebCore::Document::updateLayout by jer.noble@apple.com · 7 years ago
  87. 728cbe3 AX: Do not trigger layout in updateBackingStore() unless it is safe to do so by zalan@apple.com · 7 years ago
  88. ca223cb AVSampleBufferDisplayLayer should be flushed when application activates by eric.carlson@apple.com · 7 years ago
  89. d8484e1 [Attachment Support] Provide the `src` of an attachment to the UI delegate when an attachment is inserted by wenson_hsieh@apple.com · 7 years ago
  90. d03928d Add additional WEBCORE_EXPORTs https://bugs.webkit.org/show_bug.cgi?id=181414 by don.olmstead@sony.com · 7 years ago
  91. 6f63a77 Implement VisualViewport API events by commit-queue@webkit.org · 7 years ago
  92. 9cefadd Web Inspector: replace HTMLCanvasElement with CanvasRenderingContext for instrumentation logic by webkit@devinrousso.com · 7 years ago
  93. 7683422 Storage Access API: Make DocumentLoader::willSendRequest() and WebFrameLoaderClient::detachedFromParent2() tell the network process to get rid of any sub frame access entries by wilander@apple.com · 7 years ago
  94. 8fd871f Unreviewed, rolling out r225941. by ryanhaddad@apple.com · 7 years ago
  95. 51b0c73 Web Inspector: replace HTMLCanvasElement with CanvasRenderingContext for instrumentation logic by webkit@devinrousso.com · 7 years ago
  96. d54670f7 Update the SVG use element's shadow trees explicitly before the style recall by rniwa@webkit.org · 7 years ago
  97. 6ed20e6 Storage Access API: Implement frame-specific access in the network storage session layer by wilander@apple.com · 7 years ago
  98. 5a5e76a Web Inspector: Optionally log WebKit log parameters as JSON by eric.carlson@apple.com · 7 years ago
  99. c0a12e9 Move Logger from PAL to WTF so it can be used outside of WebCore by eric.carlson@apple.com · 7 years ago
  100. c187113 Storage Access API: Make document.hasStorageAccess a function and always allow access for same-origin iframes by wilander@apple.com · 7 years ago