haikuwebkit/Source/WebCore/platform/graphics
Pascal Abresch 4cf12e5d13 Haiku: clang fixes 2021-09-11 17:55:29 +02:00
..
angle rAF driven WebGL submits excessive amount of GPU work when frames are slow 2021-07-13 19:28:19 +00:00
avfoundation Rename MediaPlayer::setVisible to MediaPlayer::setPageIsVisible 2021-08-19 08:40:05 +00:00
ca Remove duplicate LayerTreeAsText enums and use an OptionSet<> 2021-08-19 15:47:35 +00:00
cairo [GTK][WPE] Elliptic radial gradients are not working 2021-08-04 20:28:16 +00:00
cg Ease sandboxing restrictions for Mail to allow HEIF image decoding 2021-08-09 19:06:41 +00:00
cocoa [Cocoa] Stop honoring any dot-prefixed font names 2021-08-20 04:07:08 +00:00
coreimage AcceleratedImageBuffer not instantiated but objects are punned to the type 2021-06-14 17:27:47 +00:00
coretext [Cocoa] Single characters don't get shaped in the fast text codepath 2021-08-21 19:18:51 +00:00
cpu/arm Use PixelBuffer rather than ImageData in platform/ code to fix layering violation 2021-05-11 01:34:45 +00:00
cv WebGL video to texture upload spends time clearing the uploaded-to texture 2021-07-06 22:33:57 +00:00
displaylists Merge commit 'e09283eaa2c87b3bb00c5380c76ccc1292a165c2' into Haiku branch 2021-08-01 10:58:52 +02:00
egl GLContextEGL::swapBuffers() shouldn't do anything for Surfaceless contexts 2021-05-25 06:22:41 +00:00
epoxy
filters Add a StyleSheets log channel and some logging 2021-07-12 20:45:20 +00:00
freetype Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
glx ANGLE is only being built when WebGL is enabled 2021-04-15 20:31:36 +00:00
gpu Stop building WebGPU and the WHLSL compiler to decrease binary size 2021-07-30 03:53:49 +00:00
gstreamer [MSE][GStreamer] Implement multi-track support 2021-08-23 13:22:29 +00:00
gtk Plumb DisplayUpdate through the display refresh monitors 2021-03-29 17:21:03 +00:00
haiku Haiku: clang fixes 2021-09-11 17:55:29 +02:00
harfbuzz Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
holepunch Rename MediaPlayer::setVisible to MediaPlayer::setPageIsVisible 2021-08-19 08:40:05 +00:00
ios Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
iso Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
libwpe
mac Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
nicosia Merge Cairo::save and Cairo::restore into GraphicsContextCairo's methods 2021-07-08 07:23:20 +00:00
opengl Merge commit '533b089dc9634a2d7afcd133d96f9f46d347f1a7' into Haiku 2021-07-20 21:31:28 +02:00
opentype Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
texmap Merge commit 'e4390067fab9a407b0c303e04f03c77381cb2ddb' into Haiku 2021-08-30 17:59:07 +02:00
transforms Merge commit '6fbe35566296ef4716d35074d3ebb6ff71abb226' into HEAD 2021-06-29 18:42:07 +02:00
wayland
win [Win] Crash under FontCache::lastResortFallbackFont 2021-08-21 22:04:40 +00:00
x11 Fix more GCC warnings 2021-06-04 15:03:00 +00:00
ANGLEWebKitBridge.cpp
ANGLEWebKitBridge.h
AlphaPremultiplication.cpp Split pixel buffer format data out into a new PixelBufferFormat struct 2021-05-13 20:54:21 +00:00
AlphaPremultiplication.h Split pixel buffer format data out into a new PixelBufferFormat struct 2021-05-13 20:54:21 +00:00
AnimationFrameRate.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
AnimationFrameRate.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
AudioTrackPrivate.h
BifurcatedGraphicsContext.cpp BifurcatedGraphicsContext can't draw text 2021-07-12 22:33:54 +00:00
BifurcatedGraphicsContext.h BifurcatedGraphicsContext can't draw text 2021-07-12 22:33:54 +00:00
BitmapImage.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
BitmapImage.h Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
Color.cpp Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.) 2021-05-25 01:26:18 +00:00
Color.h Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
ColorBlending.cpp Refactor parameters to blending functions 2021-04-16 16:55:43 +00:00
ColorBlending.h Refactor parameters to blending functions 2021-04-16 16:55:43 +00:00
ColorComponents.h Use <cmath> instead of <math.h> 2021-06-24 18:49:12 +00:00
ColorConversion.cpp Support byte components for all bounded RGB color types, not just SRGBA 2021-05-26 01:10:08 +00:00
ColorConversion.h Support byte components for all bounded RGB color types, not just SRGBA 2021-05-26 01:10:08 +00:00
ColorHash.h
ColorLuminance.cpp Use range-for loop in target contrast selection to simplify/improve code readability 2021-04-15 00:15:02 +00:00
ColorLuminance.h Use range-for loop in target contrast selection to simplify/improve code readability 2021-04-15 00:15:02 +00:00
ColorMatrix.h Generalize ColorComponents to support an arbritrary number of components (though really we will only ever want 3, 4, or 5) 2021-03-30 16:31:21 +00:00
ColorModels.h Update CSS Color 5 color-mix() implementation to match the latest draft spec 2021-03-24 17:34:50 +00:00
ColorSerialization.cpp Reduce the size of extended colors by storing the color space in free bits of the owning Color 2021-03-03 01:25:52 +00:00
ColorSerialization.h Add support for color(xyz ...) as part of CSS Color 4 2021-02-03 14:38:52 +00:00
ColorSpace.cpp Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.) 2021-05-25 01:26:18 +00:00
ColorSpace.h Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.) 2021-05-25 01:26:18 +00:00
ColorTransferFunctions.h Add support for color(prophoto-rgb ...) as part of CSS Color 4 2021-01-31 20:24:46 +00:00
ColorTypes.h Support byte components for all bounded RGB color types, not just SRGBA 2021-05-26 01:10:08 +00:00
ColorUtilities.cpp Match other browsers by interpolating colors in floating point space rather than uint8_t space 2021-03-15 06:20:04 +00:00
ColorUtilities.h Update CSS Color 5 color-mix() implementation to match the latest draft spec 2021-03-24 17:34:50 +00:00
ComplexTextController.cpp Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ComplexTextController.h Merge commit 'e4390067fab9a407b0c303e04f03c77381cb2ddb' into Haiku 2021-08-30 17:59:07 +02:00
ConcreteImageBuffer.h [GPU Process] REGRESSION: WebContent often crashes when opening a Google spreadsheet with charts 2021-08-14 23:22:58 +00:00
CrossfadeGeneratedImage.cpp SVGImageForContainer reports true for is<SVGImage>() but it doesn't inherit from SVGImage 2021-07-09 20:05:39 +00:00
CrossfadeGeneratedImage.h
DashArray.h
DecodingOptions.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
DestinationColorSpace.cpp DestinationColorSpace's well known color space accessors cause unnecessary retain count churn 2021-05-25 03:36:09 +00:00
DestinationColorSpace.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
DisplayRefreshMonitor.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DisplayRefreshMonitor.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DisplayRefreshMonitorClient.cpp Feed preferred frames per second back to the UI process for each DisplayRefreshMonitor 2021-04-01 04:03:47 +00:00
DisplayRefreshMonitorClient.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
DisplayRefreshMonitorFactory.h Add DisplayRefreshMonitorFactory. 2021-03-24 02:35:26 +00:00
DisplayRefreshMonitorManager.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DisplayRefreshMonitorManager.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
DisplayUpdate.cpp Divide by zero in DisplayUpdate::relevantForUpdateFrequency() 2021-05-25 18:26:49 +00:00
DisplayUpdate.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ExtensionsGL.h Move instanced drawing functionality from ExtensionsGL to GraphicsContextGL 2021-03-23 10:57:15 +00:00
FloatLine.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FloatLine.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
FloatPoint.cpp
FloatPoint.h Merge commit '64d90e2833c6ba1d42029acb522543d3772ddeae' into haiku 2021-04-30 20:37:33 +02:00
FloatPoint3D.cpp
FloatPoint3D.h
FloatPolygon.cpp
FloatPolygon.h
FloatQuad.cpp Rename FloatQuad::isEmpty() to boundingBoxIsEmpty() and reimplement isEmpty() 2021-04-19 22:20:53 +00:00
FloatQuad.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FloatRect.cpp [CG] Create a sub-image when drawing an image only if the destination image will be enlarged, rotated or sheared 2021-06-15 07:40:42 +00:00
FloatRect.h Merge commit '6fbe35566296ef4716d35074d3ebb6ff71abb226' into HEAD 2021-06-29 18:42:07 +02:00
FloatRoundedRect.cpp
FloatRoundedRect.h
FloatSize.cpp
FloatSize.h Merge commit 'a6c9f744a2af24552df112d921b173493584dcbd' into haiku 2021-04-29 22:01:05 +02:00
FloatSizeHash.h
Font.cpp overwriteCodePoint() in createAndFillGlyphPage() is wrong 2021-08-22 05:41:27 +00:00
Font.h Merge commit 'e4390067fab9a407b0c303e04f03c77381cb2ddb' into Haiku 2021-08-30 17:59:07 +02:00
FontBaseline.h
FontCache.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FontCache.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FontCascade.cpp The fast text codepath does not handle run initial advances 2021-08-20 04:53:20 +00:00
FontCascade.h Migrate GlyphOverflow to LayoutUnits instead of ints 2021-08-02 04:56:00 +00:00
FontCascadeDescription.cpp
FontCascadeDescription.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FontCascadeFonts.cpp Implement FontFace in Workers for OffscreenCanvas 2021-04-22 18:44:49 +00:00
FontCascadeFonts.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FontDescription.cpp
FontDescription.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FontFamilySpecificationNull.cpp
FontFamilySpecificationNull.h
FontGenericFamilies.cpp Allow creation of a CSSFontSelector with a non-Document ScriptExecutionContext 2021-03-09 12:05:27 +00:00
FontGenericFamilies.h Use Hasher more, remove IntegerHasher, fix hashing-related mistakes 2021-04-08 02:19:20 +00:00
FontMetrics.h
FontPlatformData.cpp Merge commit 'a9ad6be2f57e2093525317ffb3d1284b45b87d10' into HEAD 2021-05-22 17:30:30 +02:00
FontPlatformData.h Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
FontRanges.cpp
FontRanges.h Wasted vector capacity in CSSSegmentedFontFace 2021-04-06 04:18:26 +00:00
FontSelectionAlgorithm.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FontSelectionAlgorithm.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
FontSelector.h Implement text rendering on OffscreenCanvas in a Worker 2021-04-02 14:06:16 +00:00
FontSelectorClient.h
FontTaggedSettings.cpp Use Hasher more, remove IntegerHasher, fix hashing-related mistakes 2021-04-08 02:19:20 +00:00
FontTaggedSettings.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FormatConverter.cpp
FormatConverter.h Rename Checked::unsafeGet() to Checked::value() 2021-06-02 05:21:13 +00:00
FourCC.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
FourCC.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
GLContext.cpp Next step toward using std::optional directly instead of through WTF::Optional typedef 2021-05-28 01:26:23 +00:00
GLContext.h ANGLE is only being built when WebGL is enabled 2021-04-15 20:31:36 +00:00
GeneratedImage.cpp
GeneratedImage.h
GeometryUtilities.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
GeometryUtilities.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
Glyph.h Make glyph types 32-bit. 2021-07-01 19:32:01 +02:00
GlyphBuffer.h overwriteCodePoint() in createAndFillGlyphPage() is wrong 2021-08-22 05:41:27 +00:00
GlyphBufferMembers.h drawGlyphs() should take a Glyph* and an Advance* instead of a GlyphBuffer 2021-02-12 06:53:17 +00:00
GlyphMetricsMap.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
GlyphPage.h
Gradient.cpp Use Hasher more, remove IntegerHasher, fix hashing-related mistakes 2021-04-08 02:19:20 +00:00
Gradient.h Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
GradientImage.cpp Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
GradientImage.h Move the space transform outside the Gradient class 2021-01-14 00:07:24 +00:00
GraphicsContext.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
GraphicsContext.h Merge commit '533b089dc9634a2d7afcd133d96f9f46d347f1a7' into Haiku 2021-07-20 21:31:28 +02:00
GraphicsContextGL.cpp Crash in webgl/1.0.x/conformance/textures/misc/texture-with-flip-y-and-premultiply-alpha.html 2021-08-03 08:35:06 +00:00
GraphicsContextGL.h Crash in webgl/1.0.x/conformance/textures/misc/texture-with-flip-y-and-premultiply-alpha.html 2021-08-03 08:35:06 +00:00
GraphicsContextGLAttributes.h WebXR contexts have to use high-power GPUs 2021-08-17 00:04:54 +00:00
GraphicsContextGLImageExtractor.cpp
GraphicsContextGLImageExtractor.h
GraphicsLayer.cpp Remove duplicate LayerTreeAsText enums and use an OptionSet<> 2021-08-19 15:47:35 +00:00
GraphicsLayer.h Remove duplicate LayerTreeAsText enums and use an OptionSet<> 2021-08-19 15:47:35 +00:00
GraphicsLayerClient.h Remove duplicate LayerTreeAsText enums and use an OptionSet<> 2021-08-19 15:47:35 +00:00
GraphicsLayerFactory.h
GraphicsLayerTransform.cpp
GraphicsLayerTransform.h
GraphicsLayerUpdater.cpp Add DisplayRefreshMonitorFactory. 2021-03-24 02:35:26 +00:00
GraphicsLayerUpdater.h Add DisplayRefreshMonitorFactory. 2021-03-24 02:35:26 +00:00
GraphicsTypes.cpp Split pixel buffer format data out into a new PixelBufferFormat struct 2021-05-13 20:54:21 +00:00
GraphicsTypes.h
GraphicsTypesGL.h Compile error by trying to fit a GCGLint64* to a GLint64* 2021-06-07 20:27:48 +00:00
HEVCUtilities.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
HEVCUtilities.h Non-unified build fixes, early May 2021 edition 2021-06-10 08:36:18 +00:00
Icon.cpp
Icon.h
Image.cpp SVGImageForContainer reports true for is<SVGImage>() but it doesn't inherit from SVGImage 2021-07-09 20:05:39 +00:00
Image.h SVGImageForContainer reports true for is<SVGImage>() but it doesn't inherit from SVGImage 2021-07-09 20:05:39 +00:00
ImageBackingStore.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
ImageBuffer.cpp Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.) 2021-05-25 01:26:18 +00:00
ImageBuffer.h [GPU Process] REGRESSION: WebContent often crashes when opening a Google spreadsheet with charts 2021-08-14 23:22:58 +00:00
ImageBufferBackend.cpp Reduce use of reinterpret_cast<> in the codebase 2021-06-08 17:35:15 +00:00
ImageBufferBackend.h [GPU Process] ConcreteImageBuffer::baseTransform() returns incorrect transform for unaccelerated ImageBuffer 2021-06-16 01:47:43 +00:00
ImageBufferPipe.cpp
ImageBufferPipe.h
ImageDecoder.cpp [GPUP] Run ImageDecoderAVFObjC in the GPU Process 2021-02-10 01:18:45 +00:00
ImageDecoder.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ImageDecoderIdentifier.h [GPUP] Run ImageDecoderAVFObjC in the GPU Process 2021-02-10 01:18:45 +00:00
ImageFrame.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ImageFrame.h Rename Checked::unsafeGet() to Checked::value() 2021-06-02 05:21:13 +00:00
ImageObserver.h SVGImageForContainer reports true for is<SVGImage>() but it doesn't inherit from SVGImage 2021-07-09 20:05:39 +00:00
ImageOrientation.h
ImagePaintingOptions.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ImageRenderingMode.h
ImageResolution.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ImageResolution.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ImageSource.cpp Rename Checked::unsafeGet() to Checked::value() 2021-06-02 05:21:13 +00:00
ImageSource.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
ImageTypes.h
ImageUtilities.h
InbandGenericCue.cpp
InbandGenericCue.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
InbandGenericCueIdentifier.h
InbandTextTrackPrivate.h Implement TextTrackPrivateRemote::inBandMetadataTrackDispatchType() 2021-05-12 16:59:44 +00:00
InbandTextTrackPrivateClient.h Use `const uint8_t*` type more consistently to store bytes in WebKit 2021-06-06 05:25:41 +00:00
InlinePathData.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
IntPoint.cpp
IntPoint.h haiku: Shared Webkit source modifications for Haiku support 2021-01-17 17:50:04 -06:00
IntPointHash.h Improve our constructDeletedValue() template specializations 2021-04-23 16:55:47 +00:00
IntRect.cpp Use Checked aliases instead of Checked<T, RecordOverflow> 2021-06-02 15:42:27 +00:00
IntRect.h haiku: Shared Webkit source modifications for Haiku support 2021-01-17 17:50:04 -06:00
IntRectExtent.h
IntRectHash.h Use SortedArrayMap in a few more places 2021-05-02 03:09:34 +00:00
IntSize.cpp
IntSize.h haiku: Shared Webkit source modifications for Haiku support 2021-01-17 17:50:04 -06:00
IntSizeHash.h
Latin1TextIterator.h
LayerTreeAsTextOptions.h Remove duplicate LayerTreeAsText enums and use an OptionSet<> 2021-08-19 15:47:35 +00:00
LayoutPoint.cpp
LayoutPoint.h
LayoutRect.cpp [LFC] Rect::expandToContain should call LayoutRect::uniteEvenIfEmpty 2020-12-26 19:42:26 +00:00
LayoutRect.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
LayoutSize.cpp
LayoutSize.h
LegacyCDMSession.h
MIMETypeCache.cpp Use SortedArrayMap in a few more places 2021-05-02 03:09:34 +00:00
MIMETypeCache.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
MediaPlaybackTarget.h [GPUP] WebContent process should not create AVOutputContext instances when media in GPU Process is enabled 2021-04-16 22:54:15 +00:00
MediaPlaybackTargetClient.h
MediaPlaybackTargetPicker.cpp [macOS] Add internal preference to control how AVOutputContext is allocated 2021-02-09 22:05:39 +00:00
MediaPlaybackTargetPicker.h [macOS] Add internal preference to control how AVOutputContext is allocated 2021-02-09 22:05:39 +00:00
MediaPlayer.cpp Merge commit 'e4390067fab9a407b0c303e04f03c77381cb2ddb' into Haiku 2021-08-30 17:59:07 +02:00
MediaPlayer.h Rename MediaPlayer::setVisible to MediaPlayer::setPageIsVisible 2021-08-19 08:40:05 +00:00
MediaPlayerEnums.h haiku: Shared Webkit source modifications for Haiku support 2021-01-17 17:50:04 -06:00
MediaPlayerIdentifier.h
MediaPlayerPrivate.h Rename MediaPlayer::setVisible to MediaPlayer::setPageIsVisible 2021-08-19 08:40:05 +00:00
MediaSourcePrivate.h [GPUP] Refactor the implementation of MediaSource::buffered() 2021-04-21 16:20:11 +00:00
MediaSourcePrivateClient.h Remove MediaSourcePrivateClient::monitorSourceBuffers() 2021-02-11 00:07:25 +00:00
MediaUsageInfo.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
Model.cpp <model> should create a model-owning compositing layer 2021-03-06 11:13:42 +00:00
Model.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
NamedImageGeneratedImage.cpp
NamedImageGeneratedImage.h
NativeImage.cpp
NativeImage.h
NullGraphicsContext.h [Cairo][Win] Remove unneeded GraphicsContextPlatformPrivate 2021-07-09 20:37:57 +00:00
OpenGLESShims.h
OpenGLShims.cpp
OpenGLShims.h
Path.cpp REGRESSION (r258118): SVG paths that contain a single move command incorrect client bounding rects 2021-05-31 06:39:50 +00:00
Path.h Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
PathTraversalState.cpp Support rotated image overlay text for non-rectilinear text quads 2021-03-02 01:32:58 +00:00
PathTraversalState.h
PathUtilities.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PathUtilities.h
Pattern.cpp Source/WebCore: 2021-02-12 09:10:38 +00:00
Pattern.h Merge commit '20307a3cb5047e4a3a5d1133a37d2db95a84164c' into HEAD 2021-06-12 20:52:37 +02:00
PixelBuffer.cpp Use Checked aliases instead of Checked<T, RecordOverflow> 2021-06-02 15:42:27 +00:00
PixelBuffer.h Use Checked aliases instead of Checked<T, RecordOverflow> 2021-06-02 15:42:27 +00:00
PixelBufferConversion.cpp Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.) 2021-05-25 01:26:18 +00:00
PixelBufferConversion.h Split pixel buffer format data out into a new PixelBufferFormat struct 2021-05-13 20:54:21 +00:00
PixelBufferFormat.cpp Split pixel buffer format data out into a new PixelBufferFormat struct 2021-05-13 20:54:21 +00:00
PixelBufferFormat.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
PixelFormat.cpp Split pixel buffer format data out into a new PixelBufferFormat struct 2021-05-13 20:54:21 +00:00
PixelFormat.h Split pixel buffer format data out into a new PixelBufferFormat struct 2021-05-13 20:54:21 +00:00
PlatformColorSpace.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
PlatformDisplay.cpp [Win][WK2] Implement IPC::Semaphore to run WebGL in GPU process 2021-04-06 00:50:05 +00:00
PlatformDisplay.h [WPE][GTK] Add support for ICC color management 2021-03-11 10:57:57 +00:00
PlatformImage.h Merge commit '0dc639bf650f521035abb779abf29308a83b5be4' into haiku branch 2021-03-01 21:18:25 +01:00
PlatformImageBuffer.h Merge commit 'bd708bb50d9feb3c098035e778f1f0b91d9b8112' into haiku branch 2021-06-20 18:56:20 +02:00
PlatformImageBufferBackend.h
PlatformLayer.h
PlatformMediaResourceLoader.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
PlatformTextTrack.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
PlatformTimeRanges.cpp
PlatformTimeRanges.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
Region.cpp
Region.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
RemoteGraphicsContextGLProxyBase.cpp Remove unused functions from GraphicsContextGL and ExtensionsGL 2021-02-02 18:10:39 +00:00
RemoteGraphicsContextGLProxyBase.h Remove unused functions from GraphicsContextGL and ExtensionsGL 2021-02-02 18:10:39 +00:00
RemoteVideoSample.cpp Not all uses of AudioToolbox framework use soft linking 2021-06-28 12:29:37 +00:00
RemoteVideoSample.h Convert DestinationColorSpace from an enum to class wrapping a platform color space (CGColorSpaceRef for CG ports, etc.) 2021-05-25 01:26:18 +00:00
RenderingMode.h
RenderingResourceIdentifier.h
RoundedRect.cpp
RoundedRect.h
ShadowBlur.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
ShadowBlur.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
SourceBufferPrivate.cpp [MSE] sequence mode is broken if GPU Process is enabled 2021-07-16 02:07:47 +00:00
SourceBufferPrivate.h SourceBuffer.abort() doesn't go back to state WAITING_FOR_SEGMENT properly 2021-07-14 05:12:26 +00:00
SourceBufferPrivateClient.h Build fix. 2021-03-29 17:46:02 +00:00
SpringSolver.h
StringTruncator.cpp
StringTruncator.h
SurrogatePairAwareTextIterator.cpp
SurrogatePairAwareTextIterator.h
TabSize.h Support animation of the tab-size CSS property 2021-03-24 15:14:55 +00:00
TextRun.cpp
TextRun.h
TextTrackRepresentation.cpp
TextTrackRepresentation.h
TiledBacking.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
TrackPrivateBase.cpp [WebAudio] Add webm/opus container support 2021-07-29 04:18:16 +00:00
TrackPrivateBase.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
UnitBezier.h
VP9Utilities.cpp Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
VP9Utilities.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
VelocityData.cpp
VelocityData.h Remove <wtf/Optional.h> 2021-06-02 06:45:51 +00:00
VideoLayerManager.h
VideoPlaybackQualityMetrics.h Remove WTF::Optional synonym for std::optional, using that class template directly instead 2021-05-30 16:11:40 +00:00
VideoTrackPrivate.h
WOFFFileFormat.cpp Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
WOFFFileFormat.h Use Vector<uint8_t> instead of Vector<char> to store bytes in SharedBuffer 2021-06-05 01:16:43 +00:00
WidthCache.h
WidthIterator.cpp REGRESSION(r281389): canUseSimplifiedTextMeasuring() needs to match with WidthIterator::applyCSSVisibilityRules() 2021-08-22 23:45:54 +00:00
WidthIterator.h REGRESSION(r281389): canUseSimplifiedTextMeasuring() needs to match with WidthIterator::applyCSSVisibilityRules() 2021-08-22 23:45:54 +00:00
WindRule.h