|
Lines 1-3
a/Source/WebCore/ChangeLog_sec1
|
|
|
1 |
2021-12-07 Jean-Yves Avenard <jya@apple.com> |
| 2 |
|
| 3 |
Make PreviewConverterProvider not modify the SharedBuffer once returned |
| 4 |
https://bugs.webkit.org/show_bug.cgi?id=233923 |
| 5 |
|
| 6 |
Reviewed by NOBODY (OOPS!). |
| 7 |
|
| 8 |
No new tests (OOPS!). |
| 9 |
|
| 10 |
* loader/ios/LegacyPreviewLoader.h: |
| 11 |
* loader/ios/LegacyPreviewLoader.mm: |
| 12 |
(WebCore::LegacyPreviewLoader::previewConverterDidStartConverting): |
| 13 |
(WebCore::LegacyPreviewLoader::provideMainResourceForPreviewConverter): |
| 14 |
* platform/PreviewConverter.cpp: |
| 15 |
(WebCore::PreviewConverter::updateMainResource): |
| 16 |
* platform/PreviewConverterProvider.h: |
| 17 |
|
| 18 |
2021-12-05 Jean-Yves Avenard <jya@apple.com> |
| 19 |
|
| 20 |
SourceBufferParser should be using contiguous SharedBuffer |
| 21 |
https://bugs.webkit.org/show_bug.cgi?id=233865 |
| 22 |
rdar://problem/86085253 |
| 23 |
|
| 24 |
Reviewed by NOBODY (OOPS!). |
| 25 |
|
| 26 |
Covered by existing tests, no observable differences. |
| 27 |
|
| 28 |
* Modules/mediasource/SourceBuffer.cpp: |
| 29 |
(WebCore::SourceBuffer::appendBufferTimerFired): |
| 30 |
* Modules/mediasource/SourceBuffer.h: |
| 31 |
* platform/audio/cocoa/AudioFileReaderCocoa.cpp: |
| 32 |
* platform/graphics/SourceBufferPrivate.cpp: |
| 33 |
(WebCore::SourceBufferPrivate::append): |
| 34 |
* platform/graphics/SourceBufferPrivate.h: |
| 35 |
* platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h: |
| 36 |
* platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm: |
| 37 |
(WebCore::SourceBufferPrivateAVFObjC::append): |
| 38 |
* platform/graphics/cocoa/SourceBufferParser.cpp: |
| 39 |
(WebCore::SourceBufferParser::Segment::Segment): |
| 40 |
(WebCore::SourceBufferParser::Segment::size const): |
| 41 |
(WebCore::SourceBufferParser::Segment::read const): |
| 42 |
(WebCore::SourceBufferParser::Segment::takeSharedBuffer): |
| 43 |
(WebCore::SourceBufferParser::Segment::getSharedBuffer const): |
| 44 |
* platform/graphics/cocoa/SourceBufferParser.h: |
| 45 |
* platform/graphics/cocoa/SourceBufferParserWebM.cpp: |
| 46 |
|
| 47 |
2021-12-03 Jean-Yves Avenard <jya@apple.com> |
| 48 |
|
| 49 |
Rename SharedBuffer classes. |
| 50 |
https://bugs.webkit.org/show_bug.cgi?id=233677 |
| 51 |
rdar://problem/85963900 |
| 52 |
|
| 53 |
Reviewed by NOBODY (OOPS!). |
| 54 |
|
| 55 |
SharedBuffer are renamed FragmentedSharedBuffer and |
| 56 |
ContiguousSharedBuffer to SharedBuffer to better reflect their actual |
| 57 |
types. |
| 58 |
|
| 59 |
Rename only, no change in behaviour. |
| 60 |
|
| 61 |
* Modules/async-clipboard/ClipboardImageReader.cpp: |
| 62 |
* Modules/async-clipboard/ClipboardImageReader.h: |
| 63 |
* Modules/async-clipboard/ClipboardItemBindingsDataSource.cpp: |
| 64 |
* Modules/async-clipboard/ClipboardItemBindingsDataSource.h: |
| 65 |
* Modules/async-clipboard/ios/ClipboardImageReaderIOS.mm: |
| 66 |
* Modules/async-clipboard/mac/ClipboardImageReaderMac.mm: |
| 67 |
* Modules/cache/CacheStorageConnection.cpp: |
| 68 |
* Modules/cache/DOMCache.cpp: |
| 69 |
* Modules/cache/DOMCache.h: |
| 70 |
* Modules/cache/DOMCacheEngine.cpp: |
| 71 |
* Modules/cache/DOMCacheEngine.h: |
| 72 |
* Modules/encryptedmedia/CDM.cpp: |
| 73 |
* Modules/encryptedmedia/CDM.h: |
| 74 |
* Modules/encryptedmedia/CDMClient.h: |
| 75 |
* Modules/encryptedmedia/InitDataRegistry.cpp: |
| 76 |
* Modules/encryptedmedia/InitDataRegistry.h: |
| 77 |
* Modules/encryptedmedia/MediaKeySession.cpp: |
| 78 |
* Modules/encryptedmedia/MediaKeySession.h: |
| 79 |
* Modules/encryptedmedia/MediaKeyStatusMap.cpp: |
| 80 |
* Modules/encryptedmedia/MediaKeyStatusMap.h: |
| 81 |
* Modules/encryptedmedia/MediaKeys.cpp: |
| 82 |
* Modules/encryptedmedia/MediaKeys.h: |
| 83 |
* Modules/fetch/FetchBody.cpp: |
| 84 |
* Modules/fetch/FetchBody.h: |
| 85 |
* Modules/fetch/FetchBodyConsumer.cpp: |
| 86 |
* Modules/fetch/FetchBodyConsumer.h: |
| 87 |
* Modules/fetch/FetchLoader.cpp: |
| 88 |
* Modules/fetch/FetchLoader.h: |
| 89 |
* Modules/fetch/FetchResponse.cpp: |
| 90 |
* Modules/fetch/FetchResponse.h: |
| 91 |
* Modules/highlight/AppHighlight.h: |
| 92 |
* Modules/highlight/AppHighlightRangeData.cpp: |
| 93 |
* Modules/highlight/AppHighlightRangeData.h: |
| 94 |
* Modules/highlight/AppHighlightStorage.cpp: |
| 95 |
* Modules/highlight/AppHighlightStorage.h: |
| 96 |
* Modules/indexeddb/server/IDBSerialization.cpp: |
| 97 |
* Modules/indexeddb/server/IDBSerialization.h: |
| 98 |
* Modules/mediarecorder/MediaRecorder.cpp: |
| 99 |
* Modules/mediarecorder/MediaRecorder.h: |
| 100 |
* Modules/mediasession/MediaMetadata.cpp: |
| 101 |
* Modules/mediasource/SourceBuffer.cpp: |
| 102 |
* Modules/mediasource/SourceBuffer.h: |
| 103 |
* Modules/mediastream/RTCDataChannelRemoteHandler.h: |
| 104 |
* Modules/mediastream/libwebrtc/LibWebRTCDataChannelHandler.cpp: |
| 105 |
* Modules/mediastream/libwebrtc/LibWebRTCDataChannelHandler.h: |
| 106 |
* Modules/streams/ReadableStreamSink.h: |
| 107 |
* bindings/js/JSDOMGlobalObject.cpp: |
| 108 |
* bindings/js/ScriptBufferSourceProvider.h: |
| 109 |
* bindings/js/SerializedScriptValue.h: |
| 110 |
* css/CSSFontFaceSource.cpp: |
| 111 |
* css/CSSFontFaceSource.h: |
| 112 |
* dom/DataTransfer.cpp: |
| 113 |
* editing/Editor.cpp: |
| 114 |
* editing/Editor.h: |
| 115 |
* editing/SerializedAttachmentData.h: |
| 116 |
* editing/WebContentReader.h: |
| 117 |
* editing/WebCorePasteboardFileReader.cpp: |
| 118 |
* editing/WebCorePasteboardFileReader.h: |
| 119 |
* editing/cocoa/EditorCocoa.mm: |
| 120 |
* editing/cocoa/HTMLConverter.mm: |
| 121 |
* editing/cocoa/WebContentReaderCocoa.mm: |
| 122 |
* editing/gtk/WebContentReaderGtk.cpp: |
| 123 |
* editing/mac/EditorMac.mm: |
| 124 |
* fileapi/Blob.h: |
| 125 |
* fileapi/NetworkSendQueue.cpp: |
| 126 |
* fileapi/NetworkSendQueue.h: |
| 127 |
* html/FTPDirectoryDocument.cpp: |
| 128 |
* html/HTMLAttachmentElement.cpp: |
| 129 |
* html/HTMLAttachmentElement.h: |
| 130 |
* html/HTMLMediaElement.cpp: |
| 131 |
* html/HTMLMediaElement.h: |
| 132 |
* html/ImageDocument.cpp: |
| 133 |
* inspector/InspectorInstrumentation.cpp: |
| 134 |
* inspector/InspectorInstrumentation.h: |
| 135 |
* inspector/InspectorInstrumentationWebKit.cpp: |
| 136 |
* inspector/InspectorInstrumentationWebKit.h: |
| 137 |
* inspector/NetworkResourcesData.cpp: |
| 138 |
* inspector/NetworkResourcesData.h: |
| 139 |
* inspector/agents/InspectorNetworkAgent.cpp: |
| 140 |
* inspector/agents/InspectorNetworkAgent.h: |
| 141 |
* inspector/agents/InspectorPageAgent.cpp: |
| 142 |
* inspector/agents/InspectorPageAgent.h: |
| 143 |
* loader/ContentFilter.cpp: |
| 144 |
* loader/CrossOriginPreflightChecker.cpp: |
| 145 |
* loader/DocumentLoader.cpp: |
| 146 |
* loader/DocumentLoader.h: |
| 147 |
* loader/DocumentThreadableLoader.cpp: |
| 148 |
* loader/EmptyClients.cpp: |
| 149 |
* loader/FrameLoader.cpp: |
| 150 |
* loader/FrameLoader.h: |
| 151 |
* loader/FrameLoaderClient.h: |
| 152 |
* loader/LoaderStrategy.h: |
| 153 |
* loader/NetscapePlugInStreamLoader.cpp: |
| 154 |
* loader/NetscapePlugInStreamLoader.h: |
| 155 |
* loader/ResourceCryptographicDigest.cpp: |
| 156 |
* loader/ResourceCryptographicDigest.h: |
| 157 |
* loader/ResourceLoader.cpp: |
| 158 |
* loader/ResourceLoader.h: |
| 159 |
* loader/SubresourceLoader.cpp: |
| 160 |
* loader/SubresourceLoader.h: |
| 161 |
* loader/SubstituteData.h: |
| 162 |
* loader/SubstituteResource.h: |
| 163 |
* loader/appcache/ApplicationCacheHost.cpp: |
| 164 |
* loader/appcache/ApplicationCacheHost.h: |
| 165 |
* loader/appcache/ApplicationCacheResource.cpp: |
| 166 |
* loader/appcache/ApplicationCacheResource.h: |
| 167 |
* loader/appcache/ApplicationCacheStorage.cpp: |
| 168 |
* loader/appcache/ApplicationCacheStorage.h: |
| 169 |
* loader/archive/ArchiveFactory.cpp: |
| 170 |
* loader/archive/ArchiveFactory.h: |
| 171 |
* loader/archive/ArchiveResource.cpp: |
| 172 |
* loader/archive/ArchiveResource.h: |
| 173 |
* loader/archive/cf/LegacyWebArchive.cpp: |
| 174 |
* loader/archive/cf/LegacyWebArchive.h: |
| 175 |
* loader/archive/mhtml/MHTMLArchive.cpp: |
| 176 |
* loader/archive/mhtml/MHTMLArchive.h: |
| 177 |
* loader/archive/mhtml/MHTMLParser.cpp: |
| 178 |
* loader/archive/mhtml/MHTMLParser.h: |
| 179 |
* loader/cache/CachedApplicationManifest.cpp: |
| 180 |
* loader/cache/CachedApplicationManifest.h: |
| 181 |
* loader/cache/CachedCSSStyleSheet.cpp: |
| 182 |
* loader/cache/CachedCSSStyleSheet.h: |
| 183 |
* loader/cache/CachedFont.cpp: |
| 184 |
* loader/cache/CachedFont.h: |
| 185 |
* loader/cache/CachedImage.cpp: |
| 186 |
* loader/cache/CachedImage.h: |
| 187 |
* loader/cache/CachedRawResource.cpp: |
| 188 |
* loader/cache/CachedRawResource.h: |
| 189 |
* loader/cache/CachedResource.cpp: |
| 190 |
* loader/cache/CachedResource.h: |
| 191 |
* loader/cache/CachedSVGDocument.cpp: |
| 192 |
* loader/cache/CachedSVGDocument.h: |
| 193 |
* loader/cache/CachedSVGFont.cpp: |
| 194 |
* loader/cache/CachedSVGFont.h: |
| 195 |
* loader/cache/CachedScript.cpp: |
| 196 |
* loader/cache/CachedScript.h: |
| 197 |
* loader/cache/CachedTextTrack.cpp: |
| 198 |
* loader/cache/CachedTextTrack.h: |
| 199 |
* loader/cache/CachedXSLStyleSheet.cpp: |
| 200 |
* loader/cache/CachedXSLStyleSheet.h: |
| 201 |
* loader/cocoa/DiskCacheMonitorCocoa.h: |
| 202 |
* loader/cocoa/DiskCacheMonitorCocoa.mm: |
| 203 |
* loader/ios/LegacyPreviewLoader.h: |
| 204 |
* loader/ios/LegacyPreviewLoader.mm: |
| 205 |
* page/EditorClient.h: |
| 206 |
* page/Page.cpp: |
| 207 |
* page/PageSerializer.cpp: |
| 208 |
* page/PageSerializer.h: |
| 209 |
* page/ShareData.h: |
| 210 |
* page/ShareDataReader.cpp: |
| 211 |
* platform/KeyedCoding.h: |
| 212 |
* platform/NowPlayingManager.h: |
| 213 |
* platform/Pasteboard.cpp: |
| 214 |
* platform/Pasteboard.h: |
| 215 |
* platform/PasteboardCustomData.cpp: |
| 216 |
* platform/PasteboardCustomData.h: |
| 217 |
* platform/PasteboardStrategy.h: |
| 218 |
* platform/PasteboardWriterData.h: |
| 219 |
* platform/PlatformContentFilter.h: |
| 220 |
* platform/PlatformPasteboard.h: |
| 221 |
* platform/PreviewConverter.cpp: |
| 222 |
* platform/PreviewConverter.h: |
| 223 |
* platform/PreviewConverterClient.h: |
| 224 |
* platform/PreviewConverterProvider.h: |
| 225 |
* platform/PromisedAttachmentInfo.h: |
| 226 |
* platform/SharedBuffer.cpp: |
| 227 |
* platform/SharedBuffer.h: |
| 228 |
* platform/SharedBufferChunkReader.cpp: |
| 229 |
* platform/SharedBufferChunkReader.h: |
| 230 |
* platform/StaticPasteboard.cpp: |
| 231 |
* platform/StaticPasteboard.h: |
| 232 |
* platform/audio/NowPlayingInfo.h: |
| 233 |
* platform/audio/cocoa/AudioFileReaderCocoa.cpp: |
| 234 |
* platform/cf/KeyedEncoderCF.cpp: |
| 235 |
* platform/cf/KeyedEncoderCF.h: |
| 236 |
* platform/cf/SharedBufferCF.cpp: |
| 237 |
* platform/cocoa/NetworkExtensionContentFilter.h: |
| 238 |
* platform/cocoa/NetworkExtensionContentFilter.mm: |
| 239 |
* platform/cocoa/ParentalControlsContentFilter.h: |
| 240 |
* platform/cocoa/ParentalControlsContentFilter.mm: |
| 241 |
* platform/cocoa/PasteboardCocoa.mm: |
| 242 |
* platform/cocoa/SharedBufferCocoa.mm: |
| 243 |
* platform/encryptedmedia/CDMInstance.h: |
| 244 |
* platform/encryptedmedia/CDMInstanceSession.h: |
| 245 |
* platform/encryptedmedia/CDMPrivate.h: |
| 246 |
* platform/encryptedmedia/CDMProxy.cpp: |
| 247 |
* platform/encryptedmedia/CDMProxy.h: |
| 248 |
* platform/encryptedmedia/CDMUtilities.cpp: |
| 249 |
* platform/encryptedmedia/CDMUtilities.h: |
| 250 |
* platform/encryptedmedia/clearkey/CDMClearKey.cpp: |
| 251 |
* platform/encryptedmedia/clearkey/CDMClearKey.h: |
| 252 |
* platform/generic/KeyedEncoderGeneric.cpp: |
| 253 |
* platform/generic/KeyedEncoderGeneric.h: |
| 254 |
* platform/glib/KeyedEncoderGlib.cpp: |
| 255 |
* platform/glib/KeyedEncoderGlib.h: |
| 256 |
* platform/glib/SharedBufferGlib.cpp: |
| 257 |
* platform/graphics/Font.cpp: |
| 258 |
* platform/graphics/Font.h: |
| 259 |
* platform/graphics/FontPlatformData.h: |
| 260 |
* platform/graphics/Image.cpp: |
| 261 |
* platform/graphics/Image.h: |
| 262 |
* platform/graphics/ImageBackingStore.h: |
| 263 |
* platform/graphics/ImageDecoder.cpp: |
| 264 |
* platform/graphics/ImageDecoder.h: |
| 265 |
* platform/graphics/ImageSource.cpp: |
| 266 |
* platform/graphics/ImageSource.h: |
| 267 |
* platform/graphics/Model.cpp: |
| 268 |
* platform/graphics/Model.h: |
| 269 |
* platform/graphics/PlatformMediaResourceLoader.h: |
| 270 |
* platform/graphics/SourceBufferPrivate.cpp: |
| 271 |
* platform/graphics/SourceBufferPrivate.h: |
| 272 |
* platform/graphics/WOFFFileFormat.cpp: |
| 273 |
* platform/graphics/WOFFFileFormat.h: |
| 274 |
* platform/graphics/avfoundation/CDMFairPlayStreaming.cpp: |
| 275 |
* platform/graphics/avfoundation/CDMFairPlayStreaming.h: |
| 276 |
* platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.h: |
| 277 |
* platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.mm: |
| 278 |
* platform/graphics/avfoundation/objc/ImageDecoderAVFObjC.h: |
| 279 |
* platform/graphics/avfoundation/objc/ImageDecoderAVFObjC.mm: |
| 280 |
* platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.h: |
| 281 |
* platform/graphics/avfoundation/objc/MediaPlayerPrivateAVFoundationObjC.mm: |
| 282 |
* platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.h: |
| 283 |
* platform/graphics/avfoundation/objc/SourceBufferPrivateAVFObjC.mm: |
| 284 |
* platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h: |
| 285 |
* platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.mm: |
| 286 |
* platform/graphics/cairo/FontCustomPlatformData.h: |
| 287 |
* platform/graphics/cg/ImageDecoderCG.cpp: |
| 288 |
* platform/graphics/cg/ImageDecoderCG.h: |
| 289 |
* platform/graphics/cocoa/FontPlatformDataCocoa.mm: |
| 290 |
* platform/graphics/cocoa/SourceBufferParser.cpp: |
| 291 |
* platform/graphics/cocoa/SourceBufferParser.h: |
| 292 |
* platform/graphics/cocoa/SourceBufferParserWebM.cpp: |
| 293 |
* platform/graphics/coretext/FontPlatformDataCoreText.cpp: |
| 294 |
* platform/graphics/displaylists/DisplayListItemBuffer.cpp: |
| 295 |
* platform/graphics/displaylists/DisplayListItemBuffer.h: |
| 296 |
* platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp: |
| 297 |
* platform/graphics/freetype/FontPlatformDataFreeType.cpp: |
| 298 |
* platform/graphics/gstreamer/GStreamerCommon.cpp: |
| 299 |
* platform/graphics/gstreamer/GStreamerCommon.h: |
| 300 |
* platform/graphics/gstreamer/ImageDecoderGStreamer.cpp: |
| 301 |
* platform/graphics/gstreamer/ImageDecoderGStreamer.h: |
| 302 |
* platform/graphics/gstreamer/WebKitWebSourceGStreamer.cpp: |
| 303 |
* platform/graphics/gstreamer/eme/CDMProxyClearKey.h: |
| 304 |
* platform/graphics/gstreamer/eme/CDMThunder.cpp: |
| 305 |
* platform/graphics/gstreamer/eme/CDMThunder.h: |
| 306 |
* platform/graphics/gstreamer/eme/GStreamerEMEUtilities.cpp: |
| 307 |
* platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h: |
| 308 |
* platform/graphics/mac/FontCustomPlatformData.cpp: |
| 309 |
* platform/graphics/mac/FontCustomPlatformData.h: |
| 310 |
* platform/graphics/opentype/OpenTypeMathData.cpp: |
| 311 |
* platform/graphics/opentype/OpenTypeMathData.h: |
| 312 |
* platform/graphics/opentype/OpenTypeTypes.h: |
| 313 |
* platform/graphics/opentype/OpenTypeUtilities.cpp: |
| 314 |
* platform/graphics/opentype/OpenTypeUtilities.h: |
| 315 |
* platform/graphics/opentype/OpenTypeVerticalData.cpp: |
| 316 |
* platform/graphics/win/DirectWriteUtilities.h: |
| 317 |
* platform/graphics/win/FontCustomPlatformData.cpp: |
| 318 |
* platform/graphics/win/FontCustomPlatformData.h: |
| 319 |
* platform/graphics/win/FontCustomPlatformDataCairo.cpp: |
| 320 |
* platform/graphics/win/FontPlatformDataCairoWin.cpp: |
| 321 |
* platform/graphics/win/FontPlatformDataWin.cpp: |
| 322 |
* platform/graphics/win/ImageDecoderDirect2D.cpp: |
| 323 |
* platform/graphics/win/ImageDecoderDirect2D.h: |
| 324 |
* platform/graphics/win/ImageWin.cpp: |
| 325 |
* platform/gtk/SelectionData.h: |
| 326 |
* platform/image-decoders/ScalableImageDecoder.cpp: |
| 327 |
* platform/image-decoders/ScalableImageDecoder.h: |
| 328 |
* platform/image-decoders/avif/AVIFImageReader.cpp: |
| 329 |
* platform/image-decoders/avif/AVIFImageReader.h: |
| 330 |
* platform/image-decoders/bmp/BMPImageDecoder.cpp: |
| 331 |
* platform/image-decoders/bmp/BMPImageDecoder.h: |
| 332 |
* platform/image-decoders/bmp/BMPImageReader.h: |
| 333 |
* platform/image-decoders/cairo/ImageBackingStoreCairo.cpp: |
| 334 |
* platform/image-decoders/gif/GIFImageDecoder.cpp: |
| 335 |
* platform/image-decoders/gif/GIFImageDecoder.h: |
| 336 |
* platform/image-decoders/gif/GIFImageReader.h: |
| 337 |
* platform/image-decoders/ico/ICOImageDecoder.cpp: |
| 338 |
* platform/image-decoders/ico/ICOImageDecoder.h: |
| 339 |
* platform/image-decoders/jpeg/JPEGImageDecoder.cpp: |
| 340 |
* platform/image-decoders/jpeg/JPEGImageDecoder.h: |
| 341 |
* platform/image-decoders/jpeg2000/JPEG2000ImageDecoder.cpp: |
| 342 |
* platform/image-decoders/png/PNGImageDecoder.cpp: |
| 343 |
* platform/image-decoders/webp/WEBPImageDecoder.cpp: |
| 344 |
* platform/image-decoders/webp/WEBPImageDecoder.h: |
| 345 |
* platform/ios/PasteboardIOS.mm: |
| 346 |
* platform/ios/PlatformPasteboardIOS.mm: |
| 347 |
* platform/mac/PasteboardMac.mm: |
| 348 |
* platform/mac/PlatformPasteboardMac.mm: |
| 349 |
* platform/mediarecorder/MediaRecorderPrivate.h: |
| 350 |
* platform/mediarecorder/MediaRecorderPrivateMock.cpp: |
| 351 |
* platform/mediarecorder/cocoa/MediaRecorderPrivateWriterCocoa.h: |
| 352 |
* platform/mediarecorder/cocoa/MediaRecorderPrivateWriterCocoa.mm: |
| 353 |
* platform/network/DataURLDecoder.h: |
| 354 |
* platform/network/FormData.cpp: |
| 355 |
* platform/network/FormData.h: |
| 356 |
* platform/network/ResourceHandle.h: |
| 357 |
* platform/network/ResourceHandleClient.cpp: |
| 358 |
* platform/network/ResourceHandleClient.h: |
| 359 |
* platform/network/cf/ResourceHandleCFURLConnectionDelegateWithOperationQueue.cpp: |
| 360 |
* platform/network/cocoa/RangeResponseGenerator.mm: |
| 361 |
* platform/network/cocoa/WebCoreNSURLSession.h: |
| 362 |
* platform/network/cocoa/WebCoreNSURLSession.mm: |
| 363 |
* platform/network/curl/CurlDownload.cpp: |
| 364 |
* platform/network/curl/CurlDownload.h: |
| 365 |
* platform/network/curl/CurlMultipartHandle.cpp: |
| 366 |
* platform/network/curl/CurlMultipartHandle.h: |
| 367 |
* platform/network/curl/CurlMultipartHandleClient.h: |
| 368 |
* platform/network/curl/CurlRequest.cpp: |
| 369 |
* platform/network/curl/CurlRequest.h: |
| 370 |
* platform/network/curl/CurlRequestClient.h: |
| 371 |
* platform/network/curl/CurlResourceHandleDelegate.cpp: |
| 372 |
* platform/network/curl/CurlResourceHandleDelegate.h: |
| 373 |
* platform/network/ios/LegacyPreviewLoaderClient.h: |
| 374 |
* platform/posix/SharedBufferPOSIX.cpp: |
| 375 |
* platform/win/PasteboardWin.cpp: |
| 376 |
* platform/win/SharedBufferWin.cpp: |
| 377 |
* testing/MockCDMFactory.cpp: |
| 378 |
* testing/MockCDMFactory.h: |
| 379 |
* testing/MockContentFilter.cpp: |
| 380 |
* testing/MockContentFilter.h: |
| 381 |
* workers/ScriptBuffer.h: |
| 382 |
* workers/WorkerFontLoadRequest.cpp: |
| 383 |
* workers/service/context/ServiceWorkerFetch.cpp: |
| 384 |
* workers/service/context/ServiceWorkerFetch.h: |
| 385 |
* workers/service/server/SWScriptStorage.cpp: |
| 386 |
* xml/XSLTProcessorLibxslt.cpp: |
| 387 |
* xml/parser/XMLDocumentParserLibxml2.cpp: |
| 388 |
|
| 389 |
2021-11-28 Jean-Yves Avenard <jya@apple.com> |
| 390 |
|
| 391 |
Add SharedBufferBuilder class |
| 392 |
https://bugs.webkit.org/show_bug.cgi?id=233442 |
| 393 |
rdar://85693939 |
| 394 |
|
| 395 |
Reviewed by NOBODY (OOPS!). |
| 396 |
|
| 397 |
Similar to StringBuilder, a SharedBuffer can now only be modified through |
| 398 |
a SharedBufferBuilder. A SharedBuffer becomes immutable once created. |
| 399 |
|
| 400 |
Fly-By: Pass SharedBuffer via const references or pointers where it's easy |
| 401 |
to do so. |
| 402 |
No change in observable behaviour; covered by existing tests. |
| 403 |
|
| 404 |
* Modules/cache/DOMCache.cpp: |
| 405 |
(WebCore::DOMCache::addAll): |
| 406 |
(WebCore::DOMCache::put): |
| 407 |
* Modules/fetch/FetchBodyConsumer.cpp: |
| 408 |
(WebCore::FetchBodyConsumer::clean): |
| 409 |
(WebCore::FetchBodyConsumer::resolve): |
| 410 |
(WebCore::FetchBodyConsumer::append): |
| 411 |
(WebCore::FetchBodyConsumer::setData): |
| 412 |
(WebCore::FetchBodyConsumer::takeData): |
| 413 |
(WebCore::FetchBodyConsumer::takeAsArrayBuffer): |
| 414 |
(WebCore::FetchBodyConsumer::takeAsBlob): |
| 415 |
(WebCore::FetchBodyConsumer::takeAsText): |
| 416 |
(WebCore::FetchBodyConsumer::setSource): |
| 417 |
* Modules/fetch/FetchBodyConsumer.h: |
| 418 |
(WebCore::FetchBodyConsumer::data const): |
| 419 |
(WebCore::FetchBodyConsumer::setData): Deleted. |
| 420 |
* Modules/model-element/HTMLModelElement.cpp: |
| 421 |
(WebCore::HTMLModelElement::setSourceURL): |
| 422 |
(WebCore::HTMLModelElement::dataReceived): |
| 423 |
(WebCore::HTMLModelElement::notifyFinished): |
| 424 |
* Modules/model-element/HTMLModelElement.h: |
| 425 |
* inspector/NetworkResourcesData.cpp: |
| 426 |
(WebCore::NetworkResourcesData::ResourceData::ResourceData): |
| 427 |
(WebCore::NetworkResourcesData::ResourceData::removeContent): |
| 428 |
(WebCore::NetworkResourcesData::ResourceData::hasData const): |
| 429 |
(WebCore::NetworkResourcesData::ResourceData::dataLength const): |
| 430 |
(WebCore::NetworkResourcesData::ResourceData::appendData): |
| 431 |
(WebCore::NetworkResourcesData::ResourceData::decodeDataToContent): |
| 432 |
* inspector/NetworkResourcesData.h: |
| 433 |
(WebCore::NetworkResourcesData::ResourceData::hasBufferedData const): |
| 434 |
(WebCore::NetworkResourcesData::ResourceData::hasData const): Deleted. |
| 435 |
* loader/ResourceLoader.cpp: |
| 436 |
(WebCore::ResourceLoader::releaseResources): |
| 437 |
(WebCore::ResourceLoader::setDataBufferingPolicy): |
| 438 |
(WebCore::ResourceLoader::addDataOrBuffer): |
| 439 |
(WebCore::ResourceLoader::resourceData const): |
| 440 |
(WebCore::ResourceLoader::clearResourceData): |
| 441 |
* loader/ResourceLoader.h: |
| 442 |
(WebCore::ResourceLoader::resourceData const): Deleted. |
| 443 |
* loader/SubstituteResource.h: |
| 444 |
(WebCore::SubstituteResource::data const): |
| 445 |
(WebCore::SubstituteResource::append): |
| 446 |
(WebCore::SubstituteResource::clear): |
| 447 |
(WebCore::SubstituteResource::deliver): |
| 448 |
* loader/appcache/ApplicationCacheResourceLoader.cpp: |
| 449 |
(WebCore::ApplicationCacheResourceLoader::dataReceived): |
| 450 |
* loader/appcache/ApplicationCacheStorage.cpp: |
| 451 |
(WebCore::ApplicationCacheStorage::store): |
| 452 |
* loader/archive/mhtml/MHTMLParser.cpp: |
| 453 |
(WebCore::MHTMLParser::parseNextPart): |
| 454 |
* loader/cache/CachedApplicationManifest.cpp: |
| 455 |
(WebCore::CachedApplicationManifest::finishLoading): |
| 456 |
* loader/cache/CachedApplicationManifest.h: |
| 457 |
* loader/cache/CachedCSSStyleSheet.cpp: |
| 458 |
(WebCore::CachedCSSStyleSheet::finishLoading): |
| 459 |
* loader/cache/CachedCSSStyleSheet.h: |
| 460 |
* loader/cache/CachedFont.cpp: |
| 461 |
(WebCore::CachedFont::finishLoading): |
| 462 |
* loader/cache/CachedFont.h: |
| 463 |
* loader/cache/CachedImage.cpp: |
| 464 |
(WebCore::CachedImage::updateBufferInternal): |
| 465 |
(WebCore::CachedImage::convertedDataIfNeeded const): |
| 466 |
(WebCore::CachedImage::updateBuffer): |
| 467 |
(WebCore::CachedImage::finishLoading): |
| 468 |
* loader/cache/CachedImage.h: |
| 469 |
* loader/cache/CachedRawResource.cpp: |
| 470 |
(WebCore::CachedRawResource::updateBuffer): |
| 471 |
(WebCore::CachedRawResource::finishLoading): |
| 472 |
* loader/cache/CachedRawResource.h: |
| 473 |
* loader/cache/CachedResource.cpp: |
| 474 |
(WebCore::CachedResource::updateBuffer): |
| 475 |
(WebCore::CachedResource::finishLoading): |
| 476 |
* loader/cache/CachedResource.h: |
| 477 |
* loader/cache/CachedSVGDocument.cpp: |
| 478 |
(WebCore::CachedSVGDocument::finishLoading): |
| 479 |
* loader/cache/CachedSVGDocument.h: |
| 480 |
* loader/cache/CachedScript.cpp: |
| 481 |
(WebCore::CachedScript::finishLoading): |
| 482 |
* loader/cache/CachedScript.h: |
| 483 |
* loader/cache/CachedTextTrack.cpp: |
| 484 |
(WebCore::CachedTextTrack::doUpdateBuffer): |
| 485 |
(WebCore::CachedTextTrack::updateBuffer): |
| 486 |
(WebCore::CachedTextTrack::finishLoading): |
| 487 |
* loader/cache/CachedTextTrack.h: |
| 488 |
* loader/cache/CachedXSLStyleSheet.cpp: |
| 489 |
(WebCore::CachedXSLStyleSheet::finishLoading): |
| 490 |
* loader/cache/CachedXSLStyleSheet.h: |
| 491 |
* loader/ios/LegacyPreviewLoader.h: |
| 492 |
* loader/ios/LegacyPreviewLoader.mm: |
| 493 |
(WebCore::LegacyPreviewLoader::previewConverterDidStartConverting): |
| 494 |
(WebCore::LegacyPreviewLoader::provideMainResourceForPreviewConverter): |
| 495 |
* platform/PreviewConverter.cpp: |
| 496 |
(WebCore::PreviewConverter::previewData const): |
| 497 |
(WebCore::PreviewConverter::replayToClient): |
| 498 |
* platform/PreviewConverter.h: |
| 499 |
* platform/SharedBuffer.cpp: |
| 500 |
(WebCore::SharedBuffer::append): |
| 501 |
* platform/SharedBuffer.h: |
| 502 |
(WebCore::SharedBufferBuilder::SharedBufferBuilder): |
| 503 |
(WebCore::SharedBufferBuilder::append): |
| 504 |
(WebCore::SharedBufferBuilder::operator bool const): |
| 505 |
(WebCore::SharedBufferBuilder::isNull const): |
| 506 |
(WebCore::SharedBufferBuilder::isEmpty const): |
| 507 |
(WebCore::SharedBufferBuilder::size const): |
| 508 |
(WebCore::SharedBufferBuilder::reset): |
| 509 |
(WebCore::SharedBufferBuilder::empty): |
| 510 |
(WebCore::SharedBufferBuilder::get const): |
| 511 |
(WebCore::SharedBufferBuilder::copy const): |
| 512 |
(WebCore::SharedBufferBuilder::take): |
| 513 |
(WebCore::SharedBufferBuilder::ensureBuffer): |
| 514 |
* platform/encryptedmedia/clearkey/CDMClearKey.cpp: |
| 515 |
(WebCore::extractKeyidsFromCencInitData): |
| 516 |
(WebCore::extractKeyIdFromWebMInitData): |
| 517 |
* platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.h: |
| 518 |
* platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.mm: |
| 519 |
(WebCore::PlatformResourceMediaLoader::dataReceived): |
| 520 |
(WebCore::WebCoreAVFResourceLoader::newDataStoredInSharedBuffer): |
| 521 |
* platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h: |
| 522 |
(WebCore::InitData::InitData): |
| 523 |
(WebCore::InitData::append): |
| 524 |
(WebCore::InitData::payload const): |
| 525 |
* platform/image-decoders/jpeg/JPEGImageDecoder.cpp: |
| 526 |
(WebCore::readICCProfile): |
| 527 |
* platform/ios/PreviewConverterIOS.mm: |
| 528 |
(WebCore::PreviewConverter::PreviewConverter): |
| 529 |
* platform/mediarecorder/cocoa/MediaRecorderPrivateWriterCocoa.h: |
| 530 |
* platform/mediarecorder/cocoa/MediaRecorderPrivateWriterCocoa.mm: |
| 531 |
(WebCore::MediaRecorderPrivateWriter::~MediaRecorderPrivateWriter): |
| 532 |
(WebCore::MediaRecorderPrivateWriter::appendData): |
| 533 |
(WebCore::MediaRecorderPrivateWriter::takeData): |
| 534 |
* platform/network/cocoa/RangeResponseGenerator.mm: |
| 535 |
(WebCore::RangeResponseGenerator::Data::Data): |
| 536 |
(WebCore::RangeResponseGenerator::giveResponseToTaskIfBytesInRangeReceived): |
| 537 |
(WebCore::RangeResponseGenerator::expectedContentLengthFromData): |
| 538 |
* workers/ScriptBuffer.cpp: |
| 539 |
(WebCore::ScriptBuffer::ScriptBuffer): |
| 540 |
(WebCore::ScriptBuffer::toString const): |
| 541 |
(WebCore::ScriptBuffer::containsSingleFileMappedSegment const): |
| 542 |
(WebCore::ScriptBuffer::append): |
| 543 |
* workers/ScriptBuffer.h: |
| 544 |
(WebCore::ScriptBuffer::buffer const): |
| 545 |
(WebCore::ScriptBuffer::isolatedCopy const): |
| 546 |
(WebCore::ScriptBuffer::isEmpty const): |
| 547 |
* workers/WorkerFontLoadRequest.cpp: |
| 548 |
(WebCore::WorkerFontLoadRequest::WorkerFontLoadRequest): |
| 549 |
(WebCore::WorkerFontLoadRequest::isPending const): |
| 550 |
(WebCore::WorkerFontLoadRequest::ensureCustomFontData): |
| 551 |
(WebCore::WorkerFontLoadRequest::didReceiveData): |
| 552 |
* workers/WorkerFontLoadRequest.h: |
| 553 |
* xml/XMLHttpRequest.cpp: |
| 554 |
(WebCore::XMLHttpRequest::XMLHttpRequest): |
| 555 |
(WebCore::XMLHttpRequest::createResponseBlob): |
| 556 |
(WebCore::XMLHttpRequest::createResponseArrayBuffer): |
| 557 |
(WebCore::XMLHttpRequest::clearResponseBuffers): |
| 558 |
(WebCore::XMLHttpRequest::didReceiveData): |
| 559 |
* xml/XMLHttpRequest.h: |
| 560 |
|
| 561 |
2021-11-25 Jean-Yves Avenard <jya@apple.com> |
| 562 |
|
| 563 |
Distinguish contiguous SharedBuffer from non-contiguous one and guarantee immutability |
| 564 |
https://bugs.webkit.org/show_bug.cgi?id=233030 |
| 565 |
rdar://85333814 |
| 566 |
|
| 567 |
Reviewed by Darin Adler. |
| 568 |
|
| 569 |
When calling SharedBuffer::data() the underlying data was flattened, |
| 570 |
and so could be mutated while being shared. This was an undesirable |
| 571 |
behaviour. |
| 572 |
We introduce ContiguousSharedBuffer which guarantee that its content is made |
| 573 |
of contiguous data. |
| 574 |
All methods that would have mutated a SharedBuffer when being flattened are |
| 575 |
moved to ContiguousSharedBuffer. |
| 576 |
|
| 577 |
Area where SharedBuffers were always created with a single segment where |
| 578 |
converted to a ContiguousSharedBuffer. |
| 579 |
Previously, a SharedBuffer would have been flattened only if it needed to be |
| 580 |
and only when the data was going to be accessed; following this change |
| 581 |
the conversion is now explictly done through a call to makeContiguous. |
| 582 |
This conversion is a no-op if the SharedBuffer being converted was already |
| 583 |
a ContiguousSharedBuffer. |
| 584 |
With the nature of a SharedBuffer being shared by potentially multiple |
| 585 |
users it was necessary to limit the number of conversions being performed |
| 586 |
on demand to avoid redundancy. |
| 587 |
When the flattening could have occured, the SharedBuffer creation points were |
| 588 |
traced back and identified to make the buffer contiguous then. |
| 589 |
In the end, there's no more SharedBuffer flattening operations than there |
| 590 |
would have been before this change. |
| 591 |
There's a potential increase of temporary memory usage with the |
| 592 |
ScriptBufferSourceProvider class; bug 233511 is tracking it. |
| 593 |
|
| 594 |
While the change is extensive, code coverage of the modified areas is thorough |
| 595 |
which makes undetected regressions unlikely. |
| 596 |
|
| 597 |
In bug 233442, a SharedBuffer will be made completely immutable once created. |
| 598 |
|
| 599 |
No observable change. |
| 600 |
Covered by all existing tests. New API tests creatded. |
| 601 |
|
| 602 |
* Modules/async-clipboard/ClipboardItemBindingsDataSource.cpp: |
| 603 |
(WebCore::ClipboardItemBindingsDataSource::ClipboardItemTypeLoader::sanitizeDataIfNeeded): |
| 604 |
* Modules/async-clipboard/ios/ClipboardImageReaderIOS.mm: |
| 605 |
(WebCore::ClipboardImageReader::readBuffer): |
| 606 |
* Modules/async-clipboard/mac/ClipboardImageReaderMac.mm: |
| 607 |
(WebCore::ClipboardImageReader::readBuffer): |
| 608 |
* Modules/cache/CacheStorageConnection.cpp: |
| 609 |
(WebCore::CacheStorageConnection::computeRealBodySize): |
| 610 |
* Modules/cache/DOMCache.cpp: |
| 611 |
(WebCore::DOMCache::addAll): |
| 612 |
(WebCore::DOMCache::putWithResponseData): |
| 613 |
(WebCore::DOMCache::put): |
| 614 |
* Modules/cache/DOMCache.h: |
| 615 |
* Modules/cache/DOMCacheEngine.cpp: |
| 616 |
(WebCore::DOMCacheEngine::isolatedResponseBody): |
| 617 |
(WebCore::DOMCacheEngine::copyResponseBody): |
| 618 |
* Modules/cache/DOMCacheEngine.h: |
| 619 |
* Modules/encryptedmedia/InitDataRegistry.cpp: |
| 620 |
(WebCore::extractKeyIDsKeyids): |
| 621 |
(WebCore::sanitizeKeyids): |
| 622 |
* Modules/encryptedmedia/MediaKeyStatusMap.cpp: |
| 623 |
(WebCore::keyIdsMatch): |
| 624 |
(WebCore::MediaKeyStatusMap::Iterator::next): |
| 625 |
* Modules/fetch/FetchBody.cpp: |
| 626 |
(WebCore::FetchBody::consumeFormData): |
| 627 |
(WebCore::FetchBody::bodyAsFormData const): |
| 628 |
(WebCore::FetchBody::take): |
| 629 |
* Modules/fetch/FetchBody.h: |
| 630 |
* Modules/fetch/FetchBodyConsumer.cpp: |
| 631 |
(WebCore::FetchBodyConsumer::resolve): |
| 632 |
(WebCore::FetchBodyConsumer::takeAsText): |
| 633 |
* Modules/fetch/FetchResponse.cpp: |
| 634 |
(WebCore::FetchResponse::BodyLoader::consumeDataByChunk): |
| 635 |
(WebCore::FetchResponse::setBodyData): |
| 636 |
* Modules/fetch/FetchResponse.h: |
| 637 |
* Modules/highlight/AppHighlight.h: |
| 638 |
(WebCore::AppHighlight::encode const): |
| 639 |
* Modules/highlight/AppHighlightRangeData.cpp: |
| 640 |
(WebCore::AppHighlightRangeData::create): |
| 641 |
* Modules/indexeddb/server/IDBSerialization.cpp: |
| 642 |
(WebCore::serializeIDBKeyPath): |
| 643 |
(WebCore::serializeIDBKeyData): |
| 644 |
* Modules/indexeddb/server/IDBSerialization.h: |
| 645 |
* Modules/indexeddb/server/SQLiteIDBBackingStore.cpp: |
| 646 |
(WebCore::IDBServer::SQLiteIDBBackingStore::addExistingIndex): |
| 647 |
(WebCore::IDBServer::SQLiteIDBBackingStore::createObjectStore): |
| 648 |
(WebCore::IDBServer::SQLiteIDBBackingStore::createIndex): |
| 649 |
(WebCore::IDBServer::SQLiteIDBBackingStore::uncheckedHasIndexRecord): |
| 650 |
(WebCore::IDBServer::SQLiteIDBBackingStore::uncheckedPutIndexRecord): |
| 651 |
(WebCore::IDBServer::SQLiteIDBBackingStore::keyExistsInObjectStore): |
| 652 |
(WebCore::IDBServer::SQLiteIDBBackingStore::deleteRecord): |
| 653 |
(WebCore::IDBServer::SQLiteIDBBackingStore::addRecord): |
| 654 |
(WebCore::IDBServer::SQLiteIDBBackingStore::getRecord): |
| 655 |
(WebCore::IDBServer::SQLiteIDBBackingStore::uncheckedGetIndexRecordForOneKey): |
| 656 |
(WebCore::IDBServer::SQLiteIDBBackingStore::getCount): |
| 657 |
* Modules/indexeddb/server/SQLiteIDBCursor.cpp: |
| 658 |
(WebCore::IDBServer::SQLiteIDBCursor::bindArguments): |
| 659 |
(WebCore::IDBServer::SQLiteIDBCursor::resetAndRebindPreIndexStatementIfNecessary): |
| 660 |
* Modules/mediastream/RTCDataChannelRemoteHandler.cpp: |
| 661 |
(WebCore::RTCDataChannelRemoteHandler::readyToSend): |
| 662 |
* Modules/mediastream/libwebrtc/LibWebRTCDataChannelHandler.cpp: |
| 663 |
(WebCore::LibWebRTCDataChannelHandler::setClient): |
| 664 |
* Modules/model-element/HTMLModelElement.cpp: |
| 665 |
(WebCore::HTMLModelElement::notifyFinished): |
| 666 |
* Modules/model-element/scenekit/SceneKitModelLoaderUSD.mm: |
| 667 |
(WebCore::writeToTemporaryFile): |
| 668 |
* bindings/js/JSDOMGlobalObject.cpp: |
| 669 |
(WebCore::handleResponseOnStreamingAction): |
| 670 |
* bindings/js/ScriptBufferSourceProvider.h: |
| 671 |
* css/CSSFontFaceSource.cpp: |
| 672 |
(WebCore::CSSFontFaceSource::load): |
| 673 |
* css/CSSFontFaceSource.h: |
| 674 |
* editing/Editor.cpp: |
| 675 |
(WebCore::Editor::promisedAttachmentInfo): |
| 676 |
* editing/Editor.h: |
| 677 |
* editing/SerializedAttachmentData.h: |
| 678 |
* editing/cocoa/EditorCocoa.mm: |
| 679 |
(WebCore::archivedDataForAttributedString): |
| 680 |
(WebCore::Editor::getPasteboardTypesAndDataForAttachment): |
| 681 |
(WebCore::Editor::selectionInWebArchiveFormat): |
| 682 |
(WebCore::Editor::dataInRTFDFormat): |
| 683 |
(WebCore::Editor::dataInRTFFormat): |
| 684 |
* editing/cocoa/HTMLConverter.mm: |
| 685 |
(HTMLConverter::_addAttachmentForElement): |
| 686 |
(fileWrapperForURL): |
| 687 |
(fileWrapperForElement): |
| 688 |
* editing/cocoa/WebContentReaderCocoa.mm: |
| 689 |
(WebCore::replaceRichContentWithAttachments): |
| 690 |
(WebCore::extractMarkupAndArchive): |
| 691 |
(WebCore::sanitizeMarkupWithArchive): |
| 692 |
(WebCore::WebContentReader::readRTFD): |
| 693 |
(WebCore::WebContentMarkupReader::readRTFD): |
| 694 |
(WebCore::WebContentReader::readRTF): |
| 695 |
(WebCore::WebContentMarkupReader::readRTF): |
| 696 |
* editing/mac/EditorMac.mm: |
| 697 |
(WebCore::Editor::imageInWebArchiveFormat): |
| 698 |
(WebCore::Editor::dataSelectionForPasteboard): |
| 699 |
* html/FTPDirectoryDocument.cpp: |
| 700 |
(WebCore::createTemplateDocumentData): |
| 701 |
(WebCore::FTPDirectoryDocumentParser::loadDocumentTemplate): |
| 702 |
* inspector/NetworkResourcesData.cpp: |
| 703 |
(WebCore::NetworkResourcesData::ResourceData::decodeDataToContent): |
| 704 |
* inspector/agents/InspectorNetworkAgent.cpp: |
| 705 |
(WebCore::InspectorNetworkAgent::cachedResourceContent): |
| 706 |
* inspector/agents/InspectorPageAgent.cpp: |
| 707 |
(WebCore::InspectorPageAgent::mainResourceContent): |
| 708 |
(WebCore::InspectorPageAgent::sharedBufferContent): |
| 709 |
* loader/ContentFilter.cpp: |
| 710 |
(WebCore::ContentFilter::deliverResourceData): |
| 711 |
* loader/CrossOriginPreflightChecker.cpp: |
| 712 |
(WebCore::CrossOriginPreflightChecker::doPreflight): |
| 713 |
* loader/DocumentLoader.cpp: |
| 714 |
(WebCore::DocumentLoader::maybeCreateArchive): |
| 715 |
(WebCore::DocumentLoader::parsedArchiveData const): |
| 716 |
(WebCore::DocumentLoader::maybeFinishLoadingMultipartContent): |
| 717 |
* loader/DocumentLoader.h: |
| 718 |
* loader/DocumentThreadableLoader.cpp: |
| 719 |
(WebCore::DocumentThreadableLoader::loadRequest): |
| 720 |
* loader/EmptyClients.cpp: |
| 721 |
* loader/FrameLoader.cpp: |
| 722 |
(WebCore::FrameLoader::loadResourceSynchronously): |
| 723 |
* loader/FrameLoader.h: |
| 724 |
* loader/ResourceLoader.cpp: |
| 725 |
(WebCore::ResourceLoader::didReceiveDataOrBuffer): |
| 726 |
* loader/SubresourceLoader.cpp: |
| 727 |
(WebCore::SubresourceLoader::didReceiveDataOrBuffer): |
| 728 |
* loader/appcache/ApplicationCacheGroup.cpp: |
| 729 |
(WebCore::ApplicationCacheGroup::didFinishLoadingManifest): |
| 730 |
* loader/appcache/ApplicationCacheHost.cpp: |
| 731 |
(WebCore::bufferFromResource): |
| 732 |
(WebCore::ApplicationCacheHost::maybeLoadSynchronously): |
| 733 |
(WebCore::ApplicationCacheHost::maybeLoadFallbackSynchronously): |
| 734 |
* loader/appcache/ApplicationCacheHost.h: |
| 735 |
* loader/appcache/ApplicationCacheResource.cpp: |
| 736 |
(WebCore::ApplicationCacheResource::deliver): |
| 737 |
* loader/appcache/ApplicationCacheStorage.cpp: |
| 738 |
(WebCore::ApplicationCacheStorage::store): |
| 739 |
(WebCore::ApplicationCacheStorage::loadCache): |
| 740 |
* loader/archive/cf/LegacyWebArchive.cpp: |
| 741 |
(WebCore::LegacyWebArchive::createPropertyListRepresentation): |
| 742 |
(WebCore::LegacyWebArchive::createResource): |
| 743 |
(WebCore::LegacyWebArchive::create): |
| 744 |
(WebCore::LegacyWebArchive::extract): |
| 745 |
(WebCore::LegacyWebArchive::createFromSelection): |
| 746 |
* loader/archive/mhtml/MHTMLParser.cpp: |
| 747 |
(WebCore::MHTMLParser::parseNextPart): |
| 748 |
* loader/cache/CachedApplicationManifest.cpp: |
| 749 |
(WebCore::CachedApplicationManifest::finishLoading): |
| 750 |
* loader/cache/CachedCSSStyleSheet.cpp: |
| 751 |
(WebCore::CachedCSSStyleSheet::sheetText const): |
| 752 |
(WebCore::CachedCSSStyleSheet::finishLoading): |
| 753 |
* loader/cache/CachedFont.cpp: |
| 754 |
(WebCore::CachedFont::finishLoading): |
| 755 |
(WebCore::CachedFont::ensureCustomFontData): |
| 756 |
(WebCore::CachedFont::createCustomFontData): |
| 757 |
(WebCore::CachedFont::checkNotify): |
| 758 |
* loader/cache/CachedFont.h: |
| 759 |
* loader/cache/CachedImage.cpp: |
| 760 |
(WebCore::CachedImage::updateBufferInternal): |
| 761 |
(WebCore::CachedImage::convertedDataIfNeeded const): |
| 762 |
* loader/cache/CachedImage.h: |
| 763 |
* loader/cache/CachedRawResource.cpp: |
| 764 |
(WebCore::CachedRawResource::updateBuffer): |
| 765 |
(WebCore::CachedRawResource::finishLoading): |
| 766 |
* loader/cache/CachedResource.cpp: |
| 767 |
(WebCore::CachedResource::tryReplaceEncodedData): |
| 768 |
* loader/cache/CachedResource.h: |
| 769 |
(WebCore::CachedResource::resourceBuffer const): |
| 770 |
* loader/cache/CachedSVGDocument.cpp: |
| 771 |
(WebCore::CachedSVGDocument::finishLoading): |
| 772 |
* loader/cache/CachedSVGFont.cpp: |
| 773 |
(WebCore::CachedSVGFont::ensureCustomFontData): |
| 774 |
* loader/cache/CachedSVGFont.h: |
| 775 |
* loader/cache/CachedScript.cpp: |
| 776 |
(WebCore::CachedScript::finishLoading): |
| 777 |
* loader/cache/CachedTextTrack.cpp: |
| 778 |
(WebCore::CachedTextTrack::doUpdateBuffer): |
| 779 |
* loader/cache/CachedXSLStyleSheet.cpp: |
| 780 |
(WebCore::CachedXSLStyleSheet::finishLoading): |
| 781 |
* loader/cocoa/DiskCacheMonitorCocoa.h: |
| 782 |
* loader/cocoa/DiskCacheMonitorCocoa.mm: |
| 783 |
(WebCore::DiskCacheMonitor::tryGetFileBackedSharedBufferFromCFURLCachedResponse): |
| 784 |
(WebCore::DiskCacheMonitor::resourceBecameFileBacked): |
| 785 |
* page/EditorClient.h: |
| 786 |
* page/Page.cpp: |
| 787 |
(WebCore::Page::userStyleSheet const): |
| 788 |
* page/PageSerializer.cpp: |
| 789 |
(WebCore::PageSerializer::serializeFrame): |
| 790 |
(WebCore::PageSerializer::serializeCSSStyleSheet): |
| 791 |
(WebCore::PageSerializer::addImageToResources): |
| 792 |
* page/PageSerializer.h: |
| 793 |
* page/ShareData.h: |
| 794 |
* page/ShareDataReader.cpp: |
| 795 |
(WebCore::ShareDataReader::ShareDataReader): |
| 796 |
(WebCore::ShareDataReader::didFinishLoading): |
| 797 |
* platform/KeyedCoding.h: |
| 798 |
* platform/Pasteboard.h: |
| 799 |
* platform/PasteboardCustomData.cpp: |
| 800 |
(WebCore::PasteboardCustomData::createSharedBuffer const): |
| 801 |
(WebCore::PasteboardCustomData::fromSharedBuffer): |
| 802 |
* platform/PasteboardCustomData.h: |
| 803 |
* platform/PasteboardStrategy.h: |
| 804 |
* platform/PasteboardWriterData.h: |
| 805 |
* platform/PlatformPasteboard.h: |
| 806 |
* platform/PromisedAttachmentInfo.h: |
| 807 |
* platform/SharedBuffer.cpp: |
| 808 |
(WebCore::SharedBuffer::SharedBuffer): |
| 809 |
(WebCore::SharedBuffer::makeContiguous const): |
| 810 |
(WebCore::SharedBuffer::size const): |
| 811 |
(WebCore::SharedBuffer::isEmpty const): |
| 812 |
(WebCore::SharedBuffer::isContiguous const): |
| 813 |
(WebCore::SharedBuffer::append): |
| 814 |
(WebCore::SharedBuffer::copy const): |
| 815 |
(WebCore::SharedBuffer::hasOneSegment const): |
| 816 |
(WebCore::ContiguousSharedBuffer::ContiguousSharedBuffer): |
| 817 |
(WebCore::ContiguousSharedBuffer::createWithContentsOfFile): |
| 818 |
(WebCore::ContiguousSharedBuffer::data const): |
| 819 |
(WebCore::ContiguousSharedBuffer::dataAsCharPtr const): |
| 820 |
(WebCore::DataSegment::data const): |
| 821 |
(WebCore::DataSegment::containsMappedFileData const): |
| 822 |
(WebCore::ContiguousSharedBuffer::decoder const): |
| 823 |
(WebCore::DataSegment::size const): |
| 824 |
(WebCore::SharedBufferDataView::SharedBufferDataView): |
| 825 |
(WebCore::SharedBufferDataView::dataAsCharPtr const): |
| 826 |
(WebCore::SharedBufferDataView::createSharedBuffer const): |
| 827 |
(WebCore::utf8Buffer): |
| 828 |
* platform/SharedBuffer.h: |
| 829 |
(WebCore::DataSegment::create): |
| 830 |
(WebCore::DataSegment::DataSegment): |
| 831 |
(WebCore::SharedBuffer::create): |
| 832 |
(WebCore::ContiguousSharedBuffer::create): |
| 833 |
* platform/audio/cocoa/MediaSessionManagerCocoa.mm: |
| 834 |
(WebCore::MediaSessionManagerCocoa::setNowPlayingInfo): |
| 835 |
* platform/cf/KeyedEncoderCF.cpp: |
| 836 |
(WebCore::KeyedEncoderCF::finishEncoding): |
| 837 |
* platform/cf/KeyedEncoderCF.h: |
| 838 |
* platform/cf/SharedBufferCF.cpp: |
| 839 |
(WebCore::ContiguousSharedBuffer::createCFData const): |
| 840 |
(WebCore::SharedBuffer::append): |
| 841 |
* platform/cocoa/PasteboardCocoa.mm: |
| 842 |
(WebCore::convertTIFFToPNG): |
| 843 |
(WebCore::Pasteboard::readBufferForTypeWithSecurityCheck): |
| 844 |
* platform/cocoa/SharedBufferCocoa.mm: |
| 845 |
(-[WebCoreSharedBufferData initWithDataSegment:position:size:]): |
| 846 |
(WebCore::ContiguousSharedBuffer::createNSData const): |
| 847 |
(WebCore::ContiguousSharedBuffer::createCFData const): |
| 848 |
(WebCore::ContiguousSharedBuffer::createFromReadingFile): |
| 849 |
(WebCore::DataSegment::createNSData const): |
| 850 |
* platform/encryptedmedia/CDMUtilities.cpp: |
| 851 |
(WebCore::CDMUtilities::parseJSONObject): |
| 852 |
* platform/encryptedmedia/clearkey/CDMClearKey.cpp: |
| 853 |
(WebCore::extractKeyidsLocationFromCencInitData): |
| 854 |
(WebCore::extractKeyidsFromCencInitData): |
| 855 |
(WebCore::extractKeyIdFromWebMInitData): |
| 856 |
* platform/generic/KeyedEncoderGeneric.cpp: |
| 857 |
(WebCore::KeyedEncoderGeneric::finishEncoding): |
| 858 |
* platform/generic/KeyedEncoderGeneric.h: |
| 859 |
* platform/glib/KeyedEncoderGlib.cpp: |
| 860 |
(WebCore::KeyedEncoderGlib::finishEncoding): |
| 861 |
* platform/glib/KeyedEncoderGlib.h: |
| 862 |
* platform/glib/SharedBufferGlib.cpp: |
| 863 |
(WebCore::ContiguousSharedBuffer::createGBytes const): |
| 864 |
(WebCore::ContiguousSharedBuffer::createFromReadingFile): |
| 865 |
* platform/graphics/Font.cpp: |
| 866 |
(WebCore::Font::create): |
| 867 |
* platform/graphics/Font.h: |
| 868 |
* platform/graphics/FontPlatformData.h: |
| 869 |
* platform/graphics/Model.cpp: |
| 870 |
(WebCore::Model::create): |
| 871 |
(WebCore::Model::Model): |
| 872 |
* platform/graphics/Model.h: |
| 873 |
(WebCore::Model::encode const): |
| 874 |
(WebCore::Model::decode): |
| 875 |
* platform/graphics/WOFFFileFormat.cpp: |
| 876 |
(WebCore::readUInt32): |
| 877 |
(WebCore::readUInt16): |
| 878 |
(WebCore::isWOFF): |
| 879 |
(WebCore::convertWOFFToSfnt): |
| 880 |
(WebCore::convertWOFFToSfntIfNecessary): |
| 881 |
* platform/graphics/WOFFFileFormat.h: |
| 882 |
* platform/graphics/avfoundation/CDMFairPlayStreaming.cpp: |
| 883 |
(WebCore::extractSinfData): |
| 884 |
* platform/graphics/avfoundation/objc/CDMInstanceFairPlayStreamingAVFObjC.mm: |
| 885 |
(WebCore::parseJSONValue): |
| 886 |
(WebCore::CDMInstanceSessionFairPlayStreamingAVFObjC::requestLicense): |
| 887 |
(WebCore::CDMInstanceSessionFairPlayStreamingAVFObjC::updateLicense): |
| 888 |
(WebCore::CDMInstanceSessionFairPlayStreamingAVFObjC::loadSession): |
| 889 |
(WebCore::CDMInstanceSessionFairPlayStreamingAVFObjC::removeSessionData): |
| 890 |
(WebCore::CDMInstanceSessionFairPlayStreamingAVFObjC::didProvideRequest): |
| 891 |
(WebCore::CDMInstanceSessionFairPlayStreamingAVFObjC::didProvideRequests): |
| 892 |
(WebCore::CDMInstanceSessionFairPlayStreamingAVFObjC::didProvideRenewingRequest): |
| 893 |
* platform/graphics/avfoundation/objc/ImageDecoderAVFObjC.mm: |
| 894 |
(WebCore::ImageDecoderAVFObjC::ImageDecoderAVFObjC): |
| 895 |
(WebCore::ImageDecoderAVFObjC::setData): |
| 896 |
* platform/graphics/avfoundation/objc/SourceBufferParserAVFObjC.mm: |
| 897 |
(WebCore::SourceBufferParserAVFObjC::appendData): |
| 898 |
* platform/graphics/avfoundation/objc/WebCoreAVFResourceLoader.mm: |
| 899 |
(WebCore::PlatformResourceMediaLoader::dataReceived): |
| 900 |
(WebCore::DataURLResourceMediaLoader::DataURLResourceMediaLoader): |
| 901 |
* platform/graphics/cairo/FontCustomPlatformData.h: |
| 902 |
* platform/graphics/cg/ImageDecoderCG.cpp: |
| 903 |
(WebCore::sharedBufferGetBytesAtPosition): |
| 904 |
(WebCore::ImageDecoderCG::ImageDecoderCG): |
| 905 |
(WebCore::ImageDecoderCG::setData): |
| 906 |
* platform/graphics/cg/PDFDocumentImage.cpp: |
| 907 |
(WebCore::PDFDocumentImage::createPDFDocument): |
| 908 |
* platform/graphics/cocoa/FontPlatformDataCocoa.mm: |
| 909 |
(WebCore::FontPlatformData::platformOpenTypeTable const): |
| 910 |
* platform/graphics/cocoa/SourceBufferParserWebM.cpp: |
| 911 |
* platform/graphics/coretext/FontPlatformDataCoreText.cpp: |
| 912 |
(WebCore::FontPlatformData::openTypeTable const): |
| 913 |
* platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp: |
| 914 |
(WebCore::createFontCustomPlatformData): |
| 915 |
* platform/graphics/freetype/FontPlatformDataFreeType.cpp: |
| 916 |
(WebCore::FontPlatformData::openTypeTable const): |
| 917 |
* platform/graphics/gstreamer/GStreamerCommon.cpp: |
| 918 |
(WebCore::GstMappedOwnedBuffer::createSharedBuffer): |
| 919 |
* platform/graphics/gstreamer/GStreamerCommon.h: |
| 920 |
* platform/graphics/gstreamer/ImageDecoderGStreamer.cpp: |
| 921 |
(WebCore::ImageDecoderGStreamer::pushEncodedData): |
| 922 |
* platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp: |
| 923 |
(WebCore::MediaPlayerPrivateGStreamer::initializationDataEncountered): |
| 924 |
* platform/graphics/gstreamer/eme/GStreamerEMEUtilities.cpp: |
| 925 |
(WebCore::markupText): |
| 926 |
(WebCore::InitData::extractCencIfNeeded): |
| 927 |
* platform/graphics/gstreamer/eme/GStreamerEMEUtilities.h: |
| 928 |
(WebCore::InitData::InitData): |
| 929 |
* platform/graphics/mac/FontCustomPlatformData.cpp: |
| 930 |
(WebCore::createFontCustomPlatformData): |
| 931 |
* platform/graphics/mac/FontCustomPlatformData.h: |
| 932 |
* platform/graphics/mac/PDFDocumentImageMac.mm: |
| 933 |
(WebCore::PDFDocumentImage::createPDFDocument): |
| 934 |
* platform/graphics/opentype/OpenTypeMathData.cpp: |
| 935 |
(WebCore::OpenType::MathItalicsCorrectionInfo::getItalicCorrection const): |
| 936 |
(WebCore::OpenType::MathGlyphInfo::mathItalicsCorrectionInfo const): |
| 937 |
(WebCore::OpenType::GlyphAssembly::getAssemblyParts const): |
| 938 |
(WebCore::OpenType::MathGlyphConstruction::getSizeVariants const): |
| 939 |
(WebCore::OpenType::MathGlyphConstruction::getAssemblyParts const): |
| 940 |
(WebCore::OpenType::MathVariants::mathGlyphConstruction const): |
| 941 |
(WebCore::OpenType::MATHTable::mathConstants const): |
| 942 |
(WebCore::OpenType::MATHTable::mathGlyphInfo const): |
| 943 |
(WebCore::OpenType::MATHTable::mathVariants const): |
| 944 |
* platform/graphics/opentype/OpenTypeMathData.h: |
| 945 |
* platform/graphics/opentype/OpenTypeTypes.h: |
| 946 |
(WebCore::OpenType::validateTable): |
| 947 |
(WebCore::OpenType::TableBase::isValidEnd): |
| 948 |
(WebCore::OpenType::TableBase::validatePtr): |
| 949 |
(WebCore::OpenType::TableBase::validateOffset const): |
| 950 |
(WebCore::OpenType::TableWithCoverage::getCoverageIndex const): |
| 951 |
* platform/graphics/opentype/OpenTypeUtilities.cpp: |
| 952 |
(WebCore::renameFont): |
| 953 |
(WebCore::renameAndActivateFont): |
| 954 |
* platform/graphics/opentype/OpenTypeUtilities.h: |
| 955 |
* platform/graphics/opentype/OpenTypeVerticalData.cpp: |
| 956 |
(WebCore::OpenType::SubstitutionSubTable::coverage const): |
| 957 |
(WebCore::OpenType::LookupTable::getSubstitutions const): |
| 958 |
(WebCore::OpenType::LookupList::lookup const): |
| 959 |
(WebCore::OpenType::FeatureTable::getGlyphSubstitutions const): |
| 960 |
(WebCore::OpenType::FeatureList::feature const): |
| 961 |
(WebCore::OpenType::FeatureList::findFeature const): |
| 962 |
(WebCore::OpenType::LangSysTable::feature const): |
| 963 |
(WebCore::OpenType::ScriptTable::defaultLangSys const): |
| 964 |
(WebCore::OpenType::ScriptList::script const): |
| 965 |
(WebCore::OpenType::ScriptList::defaultScript const): |
| 966 |
(WebCore::OpenType::ScriptList::defaultLangSys const): |
| 967 |
(WebCore::OpenType::GSUBTable::scriptList const): |
| 968 |
(WebCore::OpenType::GSUBTable::featureList const): |
| 969 |
(WebCore::OpenType::GSUBTable::lookupList const): |
| 970 |
(WebCore::OpenType::GSUBTable::defaultLangSys const): |
| 971 |
(WebCore::OpenType::GSUBTable::feature const): |
| 972 |
(WebCore::OpenType::GSUBTable::getVerticalGlyphSubstitutions const): |
| 973 |
(WebCore::loadHmtxTable): |
| 974 |
(WebCore::OpenTypeVerticalData::loadMetrics): |
| 975 |
(WebCore::OpenTypeVerticalData::loadVerticalGlyphSubstitutions): |
| 976 |
* platform/graphics/win/FontCustomPlatformData.cpp: |
| 977 |
(WebCore::createFontCustomPlatformData): |
| 978 |
* platform/graphics/win/FontCustomPlatformData.h: |
| 979 |
* platform/graphics/win/FontCustomPlatformDataCairo.cpp: |
| 980 |
(WebCore::createFontCustomPlatformData): |
| 981 |
* platform/graphics/win/FontPlatformDataCairoWin.cpp: |
| 982 |
(WebCore::FontPlatformData::openTypeTable const): |
| 983 |
* platform/graphics/win/FontPlatformDataWin.cpp: |
| 984 |
(WebCore::FontPlatformData::platformOpenTypeTable const): |
| 985 |
* platform/gtk/SelectionData.h: |
| 986 |
(WebCore::SelectionData::setCustomData): |
| 987 |
(WebCore::SelectionData::customData const): |
| 988 |
* platform/image-decoders/ScalableImageDecoder.h: |
| 989 |
* platform/image-decoders/jpeg/JPEGImageDecoder.cpp: |
| 990 |
(WebCore::readICCProfile): |
| 991 |
(WebCore::JPEGImageDecoder::setICCProfile): |
| 992 |
* platform/image-decoders/jpeg/JPEGImageDecoder.h: |
| 993 |
* platform/ios/PlatformPasteboardIOS.mm: |
| 994 |
(WebCore::PlatformPasteboard::bufferForType): |
| 995 |
(WebCore::PlatformPasteboard::write): |
| 996 |
(WebCore::PlatformPasteboard::typesSafeForDOMToReadAndWrite const): |
| 997 |
(WebCore::createItemProviderRegistrationList): |
| 998 |
(WebCore::PlatformPasteboard::readBuffer const): |
| 999 |
* platform/mac/PasteboardMac.mm: |
| 1000 |
(WebCore::fileWrapper): |
| 1001 |
(WebCore::readBufferAtPreferredItemIndex): |
| 1002 |
(WebCore::Pasteboard::read): |
| 1003 |
* platform/mac/PasteboardWriter.mm: |
| 1004 |
(WebCore::createPasteboardWriter): |
| 1005 |
* platform/mac/PlatformPasteboardMac.mm: |
| 1006 |
(WebCore::PlatformPasteboard::bufferForType): |
| 1007 |
(WebCore::PlatformPasteboard::typesSafeForDOMToReadAndWrite const): |
| 1008 |
(WebCore::PlatformPasteboard::write): |
| 1009 |
(WebCore::PlatformPasteboard::setBufferForType): |
| 1010 |
(WebCore::PlatformPasteboard::readBuffer const): |
| 1011 |
(WebCore::createPasteboardItem): |
| 1012 |
* platform/network/FormData.cpp: |
| 1013 |
(WebCore::FormData::asSharedBuffer const): |
| 1014 |
* platform/network/FormData.h: |
| 1015 |
* platform/network/ResourceHandleClient.cpp: |
| 1016 |
(WebCore::ResourceHandleClient::didReceiveBuffer): |
| 1017 |
* platform/network/cocoa/WebCoreNSURLSession.mm: |
| 1018 |
(-[WebCoreNSURLSessionDataTask resource:receivedData:]): |
| 1019 |
* platform/network/curl/CurlMultipartHandle.cpp: |
| 1020 |
(WebCore::CurlMultipartHandle::didReceiveData): |
| 1021 |
(WebCore::CurlMultipartHandle::didComplete): |
| 1022 |
(WebCore::CurlMultipartHandle::processContent): |
| 1023 |
* platform/network/curl/CurlRequest.cpp: |
| 1024 |
(WebCore::CurlRequest::writeDataToDownloadFileIfEnabled): |
| 1025 |
* platform/network/curl/CurlResourceHandleDelegate.cpp: |
| 1026 |
(WebCore::CurlResourceHandleDelegate::curlDidReceiveBuffer): |
| 1027 |
* platform/win/PasteboardWin.cpp: |
| 1028 |
(WebCore::createGlobalImageFileContent): |
| 1029 |
(WebCore::createGlobalHDropContent): |
| 1030 |
* platform/win/SharedBufferWin.cpp: |
| 1031 |
(WebCore::ContiguousSharedBuffer::createFromReadingFile): |
| 1032 |
* testing/MockCDMFactory.cpp: |
| 1033 |
(WebCore::MockCDM::sanitizeResponse const): |
| 1034 |
(WebCore::MockCDMInstance::setServerCertificate): |
| 1035 |
(WebCore::MockCDMInstanceSession::updateLicense): |
| 1036 |
* workers/WorkerFontLoadRequest.cpp: |
| 1037 |
(WebCore::WorkerFontLoadRequest::ensureCustomFontData): |
| 1038 |
* workers/service/context/ServiceWorkerFetch.cpp: |
| 1039 |
(WebCore::ServiceWorkerFetch::processResponse): |
| 1040 |
* workers/service/server/SWScriptStorage.cpp: |
| 1041 |
(WebCore::SWScriptStorage::retrieve): |
| 1042 |
* xml/XSLTProcessorLibxslt.cpp: |
| 1043 |
(WebCore::docLoaderFunc): |
| 1044 |
* xml/parser/XMLDocumentParserLibxml2.cpp: |
| 1045 |
(WebCore::openFunc): |
| 1046 |
|
| 1 |
2021-12-06 Antti Koivisto <antti@apple.com> |
1047 |
2021-12-06 Antti Koivisto <antti@apple.com> |
| 2 |
|
1048 |
|
| 3 |
[LFC][Integration] Use end bits in text box iterator |
1049 |
[LFC][Integration] Use end bits in text box iterator |