- 9ba4c0d [iOS WK2] Layer content blurry with nested perspective and transforms by simon.fraser@apple.com · 8 years ago
- d6c2cba Change determineNonLayerDescendantsPaintedContent to max out based on renderers traversed by simon.fraser@apple.com · 8 years ago
- 6205bef Have fixedPositionCreatesStackingContext be on by default everywhere by simon.fraser@apple.com · 8 years ago
- 338a683 Only use layer backing store which supports subpixel antialiased text if we know subpixel antialiased will be painted into it by simon.fraser@apple.com · 8 years ago
- fcae3b4 Avoid backing store for layers with empty text nodes in a few more cases by simon.fraser@apple.com · 8 years ago
- df7cb0a compositing/transitions/transform-on-large-layer.html : ImageDiff produced stderr output by commit-queue@webkit.org · 8 years ago
- 6ad1937 REGRESSION (r211305): Masks on composited elements with preserve-3d broken by simon.fraser@apple.com · 8 years ago
- d8bbcf3 Add support to PlatformCALayer/GraphicsLayerCA for subpixel-antialiased text, with a Setting and a MiniBrowser switch by simon.fraser@apple.com · 8 years ago
- 0741476 REGRESSION (r211845): [ios-simulator] LayoutTest compositing/masks/solid-color-masked.html is a flaky failure by simon.fraser@apple.com · 8 years ago
- 7806564 Make sure the "inwindow" flag propagates to TiledBackings for masks and reflections by simon.fraser@apple.com · 8 years ago
- 25e5a67 Disallow accelerated rendering for ginormous 2D canvases. by akling@apple.com · 8 years ago
- 38285bd Use smaller tiles in windows that are not active to facilitate App Napping by cdumez@apple.com · 8 years ago
- d6c4c3a Correctly set the "inWindow" flag for TileControllers that aren't the page tiles, and clarify "usingTiledBacking" logic by simon.fraser@apple.com · 8 years ago
- 6e97efe REGRESSION (r211379): [ios-simulator] LayoutTest compositing/geometry/fixed-in-composited.html is failing by simon.fraser@apple.com · 8 years ago
- fab3c74 [iOS] position:fixed inside touch-scrollable overflow is mispositioned by simon.fraser@apple.com · 8 years ago
- a5ac3ab Migrate 97 *-disabled tests to use TestExpectations by ddkilzer@apple.com · 8 years ago
- 0d180e7 [Modern Media Controls] Turn modern media controls on by default by graouts@webkit.org · 8 years ago
- 128ce11 Unreviewed, rolling out r210848. by ryanhaddad@apple.com · 8 years ago
- 2edeae1 [Modern Media Controls] Turn modern media controls on by default by graouts@webkit.org · 8 years ago
- d86d077 Unreviewed, rolling out r210834 https://bugs.webkit.org/show_bug.cgi?id=165668 by mcatanzaro@igalia.com · 8 years ago
- a6630e0 [Modern Media Controls] Turn modern media controls on by default by commit-queue@webkit.org · 8 years ago
- 445970f REGRESSION(r209865): Crash when navigating back to some pages with compositing layers. by akling@apple.com · 8 years ago
- d65942d Subframes going into page cache don't need to resetScrollbars(). by akling@apple.com · 8 years ago
- b2f5fcf Enable visual viewports by default on Mac, and iOS Wk2 by simon.fraser@apple.com · 8 years ago
- 721cb2a Composited negative z-index elements are hidden behind the body sometimes by simon.fraser@apple.com · 8 years ago
- eee0f0c Implement visual-viewport based position:fixed handling for Mac async scrolling by simon.fraser@apple.com · 8 years ago
- 252813e Drop StyleResolver and SelectorQueryCache when entering PageCache. by akling@apple.com · 8 years ago
- 5392517 Unreviewed, rolling out r206611. by zalan@apple.com · 8 years ago
- 27dc8c4 Unreviewed, rolling out r206483. https://bugs.webkit.org/show_bug.cgi?id=162750 by commit-queue@webkit.org · 8 years ago
- 7418ad6 REGRESSION (r204552): Yelp carousel animation is not smooth. by zalan@apple.com · 8 years ago
- ef504e5 ASSERTION FAILED: willBeComposited == needsToBeComposited(layer) in WebCore::RenderLayerCompositor::computeCompositingRequirements by zalan@apple.com · 8 years ago
- 709c049 ASSERTION FAILED: !flow->layer() && !flow->isInlineElementContinuation() in WebCore::RenderBlock::addContinuationWithOutline by zalan@apple.com · 9 years ago
- 7fd51b2 Subpixel rendering: Cleanup RenderLayerBacking::updateGeometry. by zalan@apple.com · 9 years ago
- b38bdd5 child-transform-with-anchor-point-expected.html renders incorrectly by simon.fraser@apple.com · 9 years ago
- b724882 Sierra WK1: compositing/masks/compositing-clip-path-change-no-repaint.html failing by simon.fraser@apple.com · 9 years ago
- bcd5a3a Make parameters mandatory for Document.create*() operations by cdumez@apple.com · 9 years ago
- 5c05282 [iOS WK2] When scrolling apple.com/music on iPad Pro in landscape, left-hand tiles appear first by simon.fraser@apple.com · 9 years ago
- fdfd971 Merge Blink test case https://bugs.webkit.org/show_bug.cgi?id=116507 by bfulgham@apple.com · 9 years ago
- 1290d40 [iOS] -webkit-overflow-scrolling: touch prevents repaint with RTL by simon.fraser@apple.com · 9 years ago
- fd067dc Horizontally-scrollable items with a 3d transform are rendered incorrectly in RTL when container has -webkit-overflow-scroll: touch by simon.fraser@apple.com · 9 years ago
- e518eb5 Comments on wired.com are blurry by simon.fraser@apple.com · 9 years ago
- ce491e5 ASSERTION FAILED: accumulation == TransformState::FlattenTransform in WebCore::GraphicsLayerCA::computeVisibleAndCoverageRect by simon.fraser@apple.com · 9 years ago
- 3bc1f3d Images in feed on ebay.com jiggle when one is hovered by zalan@apple.com · 9 years ago
- e1a4be6 DRT should enable WebGL by default on Mac by dino@apple.com · 9 years ago
- b252ac5 Add support for the object-position CSS property by simon.fraser@apple.com · 9 years ago
- 0bbe1ae Add a way to test ScrollAnimator https://bugs.webkit.org/show_bug.cgi?id=153479 by carlosgc@webkit.org · 9 years ago
- 4f89463 [CSS Filters] When applying an SVG filter on a composited image using CSS the image is rendered without the filter by simon.fraser@apple.com · 9 years ago
- 5858bc5 Outline does not clip when ancestor has overflow: hidden and requires layer. by zalan@apple.com · 9 years ago
- d423bcc Outline should contribute to visual overflow. by zalan@apple.com · 9 years ago
- 3f55225 scrollLeft returns different values for viewport and non-viewport scrolling with rtl by simon.fraser@apple.com · 9 years ago
- fe41e1b alert, confirm, prompt, showModalDialog should be forbidden during page close and navigation by ggaren@apple.com · 9 years ago
- 551329a Support bezier paths in clip-path property by simon.fraser@apple.com · 9 years ago
- b98697b Garbage texture data with composited table row by simon.fraser@apple.com · 9 years ago
- ae5eb16 Garbage pixels on enphaseenergy.com site by simon.fraser@apple.com · 9 years ago
- c24eb7a Turn on threaded scrolling by default in the tests by timothy_horton@apple.com · 9 years ago
- a5be3e5 Convert manual test added in http://trac.webkit.org/changeset/70321 to an automated test by dbates@webkit.org · 10 years ago
- 5dd4601 will-change should sometimes trigger compositing by simon.fraser@apple.com · 10 years ago
- 0ae6965 Unreviewed, rolling out r179871. https://bugs.webkit.org/show_bug.cgi?id=147810 by commit-queue@webkit.org · 10 years ago
- c5c0778 Make platform/mac/compositing/canvas/accelerated-canvas-compositing.html a cross-platform test. by simon.fraser@apple.com · 10 years ago
- dff1356 Layer z-ordering is incorrect when scrolling on page witih position:fixed by simon.fraser@apple.com · 10 years ago
- c920a80 Video posters disappear once media has loaded by mmaxfield@apple.com · 10 years ago
- 497aab7 Fix disappearing position:fixed elements in fixed layout mode by simon.fraser@apple.com · 10 years ago
- c4f610c -webkit-clip-path clips incorrectly if the element bounds go beyond the top edge of the page by simon.fraser@apple.com · 10 years ago
- edba9c8 REGRESSION (r173283-r173296): Amazon.com front page has no caret in the search field by simon.fraser@apple.com · 10 years ago
- a32ebf5 Subpixel rendering: Clip-path does not work properly on subpixel positions. by zalan@apple.com · 10 years ago
- 99a1cb8 REGRESSION (r184968): missing media player buttons (control bar exists, but no buttons) by simon.fraser@apple.com · 10 years ago
- cbc02832 Layer tree dumps should include mask layers by simon.fraser@apple.com · 10 years ago
- e3bd0a7 Subpixel rendering: Composited layer with subpixel gap does not get painted properly when its position changes. by zalan@apple.com · 10 years ago
- 108dc02 [Mac] Unreviewed gardening. by zalan@apple.com · 10 years ago
- 89f3b33c CSS animations in filling-forwards state shouldn't force compositing. by akling@apple.com · 10 years ago
- 87c4684 REGRESSION (179771): zooming on facebook images covers image by zalan@apple.com · 10 years ago
- 75ae13c Text disappears shortly after page load on Nexus 7 site. by zalan@apple.com · 10 years ago
- a54c666 GraphicsLayerCA should start out with m_intersectsCoverageRect=false by akling@apple.com · 10 years ago
- ef4a90b REGRESSION (r183300): Background missing on top links on apple.com by simon.fraser@apple.com · 10 years ago
- 80f689f Unreviewed, rolling out r184421. https://bugs.webkit.org/show_bug.cgi?id=145087 by commit-queue@webkit.org · 10 years ago
- 6b64db0 REGRESSION (r183300): Background missing on top links on apple.com by simon.fraser@apple.com · 10 years ago
- f1e12eb Images on www.fitstylelife.com jiggle on hover. by zalan@apple.com · 10 years ago
- fe2585e REGRESSION (r164449): Subpixel rendering: http://www.apple.com/iphone-6/ "Faster wireless." image displays vertical black line on 1x displays at specific window width. by zalan@apple.com · 10 years ago
- 67f5da7 Handle backdrop views that have to tile by dino@apple.com · 10 years ago
- ae2d3c6 Unreviewed, rolling out r183894. https://bugs.webkit.org/show_bug.cgi?id=144719 by commit-queue@webkit.org · 10 years ago
- 767e228 Handle backdrop views that have to tile by dino@apple.com · 10 years ago
- 902fcc4 display:none iframes cause repeated compositing flushing by simon.fraser@apple.com · 10 years ago
- 0fa0783 Avoid compositing updates after style recalcs which have no compositing implications by simon.fraser@apple.com · 10 years ago
- 6f25ea1 Expand compositing coverage rect when scrolling and animating by simon.fraser@apple.com · 10 years ago
- 867e77a Track a coverage rect through GraphicsLayerCA flushes, use it to mark backing store attached by simon.fraser@apple.com · 10 years ago
- 7106ac0 REGRESSION (r181656): Animated tiled layers are missing content by simon.fraser@apple.com · 10 years ago
- c3379bd Fix compositing/geometry/fixed-transformed.html on Mavericks. by simon.fraser@apple.com · 10 years ago
- 79b57fd Add missing layout test result. by simon.fraser@apple.com · 10 years ago
- a355a82 Fixed position element is truncated if moved onscreen by a transform by simon.fraser@apple.com · 10 years ago
- 44eab9b Too much repainting on scrolling with fixed backgrounds by simon.fraser@apple.com · 10 years ago
- dbf051d Reduce the dependency on Flash in regression tests by ap@apple.com · 10 years ago
- 863f190 Reduce the side-effects of animations turning off overlap testing by simon.fraser@apple.com · 10 years ago
- 495951b Allow composited clip-path to be updated without a layer repaint by simon.fraser@apple.com · 10 years ago
- 72ef17c Controls panel should have system blurry background by dino@apple.com · 10 years ago
- 02fa543 Make clip-path work on <video>, <canvas> etc. by simon.fraser@apple.com · 10 years ago
- d5ed765 Update expected result for compositing/fixed-positioned-pseudo-content-no-compositing.html after r177774 by mmaxfield@apple.com · 10 years ago
- 9e73b7a [Mac] Cleanup after r177774 https://bugs.webkit.org/show_bug.cgi?id=141590 by mmaxfield@apple.com · 10 years ago
- 9f1b584 Render: properly update body's background image by a.obzhirov@samsung.com · 10 years ago
- 8e74c11 ASSERT repaintContainer->hasLayer() in WebCore::RenderObject::repaintUsingContainer by zalan@apple.com · 10 years ago
- 9885d78 Convert the compositing overlap map to use LayoutRects by simon.fraser@apple.com · 10 years ago