Commits
User selector
Commit History
Commits on Sep 22, 2021
Unreviewed, (manually) reverting r282856.
Show description for 802c8f5authored andcommittedChange from ENABLE(RUBBER_BANDING) to HAVE(RUBBER_BANDING)
Show description for f25dda0committedRemove GenericCallback
Show description for b0ff281authored andcommitted
Commits on Sep 17, 2021
Replaying WKCGCommandsContext results in a doubly-scaled backing store
Show description for 6e5f9f1committed
Commits on Aug 4, 2021
Bifurcated RemoteLayerBackingStore zooms in every time it repaints
Show description for 2aa8a2ecommittedRemoteLayerBackingStore: Adopt a new bifurcated layer switch
Show description for c2ced0ccommitted
Commits on Aug 2, 2021
[css-scroll-snap] Consider all snap areas at a given snap offset when snapping
Show description for ec12902committed
Commits on Jul 22, 2021
REGRESSION (r279992): Crashes under RemoteLayerBackingStore::applyBackingStoreToLayer() in macCatalyst
Show description for 4251aaacommitted
Commits on Jul 19, 2021
Fix the build.
Show description for 0ce84b7committed
Commits on Jul 16, 2021
Adopt BifurcatedGraphicsContext for backing store + display list RemoteLayerBackingStore
Show description for 0bc6e9acommitted
Commits on Jun 24, 2021
[css-scroll-snap] Remove ENABLE_SCROLL_SNAP compile-time option
Show description for 13e79e2committed
Commits on Jun 16, 2021
Replace invalidSnapOffsetIndex with std::optional<unsigned>
Show description for 08d3de0committed[GPU Process] ConcreteImageBuffer::baseTransform() returns incorrect transform for unaccelerated ImageBuffer
Show description for f2ee7e4committed
Commits on May 30, 2021
Remove WTF::Optional synonym for std::optional, using that class template directly instead
Show description for e98ff12committed
Commits on May 28, 2021
Add stub implementation of CA separated portal bits for GraphicsLayer
Show description for 27d64becommitted
Sam WeinigNext step toward using std::optional directly instead of through WTF::Optional typedef
Show description for 695e088committed
Commits on May 27, 2021
Fix the ENABLE(CG_DISPLAY_LIST_BACKED_IMAGE_BUFFER) build
Show description for e3e6fcacommitted
Commits on May 25, 2021
Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.)
Show description for 8827b78committed
Sam Weinig
Commits on May 24, 2021
Unreviewed, reverting r277940.
Show description for 403b09dcommittedConvert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.)
Show description for a336c84committed
Sam Weinig
Commits on May 20, 2021
Remove ImageBuffer::toBGRA() and replace its uses with the more general ImageBuffer::getPixelBuffer()
Show description for 0a9ba97committed
Sam Weinig
Commits on May 15, 2021
REGRESSION (r269824): Random tile corruption when scrolling/zooming in macCatalyst
Show description for f3fe4b7committedSource/WebCore:
Show description for 000aececommitted
Sam Weinig
Commits on May 13, 2021
CGDisplayList debug configuration fails to build
Show description for 6fb6a0acommitted
Sam Weinig
Commits on May 12, 2021
REGRESSION(r277083): Proximity scroll snap is broken on iOS
Show description for 0abed60authored andcommittedFix the CGDisplayListImageBufferBackend build
Show description for 4571c93committed
Commits on May 11, 2021
Use PixelBuffer rather than ImageData in platform/ code to fix layering violation
Show description for fbab490committed
Sam Weinig
Commits on May 7, 2021
Add an experimental alternative display-list-based RemoteLayerBackingStore implementation
Show description for 1eb9705committed
Commits on May 6, 2021
Streamline codec parsing, replacing uses of HashMap with SortedArrayMap
Show description for d7549eccommitted[css-scroll-snap] Compute proximity information while snapping
Show description for c8f955dcommitted
Commits on May 5, 2021
Sampled Page Top Color: tie into existing TCADA/RLTT systems so that the value is kept in sync with painting
Show description for f110ff7committedSeparated layers need to be configured
Show description for b9af76fcommittedAdd and adopt RemoteLayerBackingStore::Type (instead of "accelerates drawing" bit)
Show description for ee934b0committed
Commits on May 4, 2021
Use ImageBuffer scaling in RemoteLayerBackingStore, rather than handling scale in the class
Show description for 39acb49committed
Commits on Apr 1, 2021
Expose an alias for ScrollSnapOffsetInfo<T> to make it easier to use
Show description for dc742edauthored andcommitted