Due to sandbox restrictions in the WebContent process, Caption preferences should be set in the UI process.
<rdar://79040526>
Created attachment 433026 [details] Patch
Created attachment 433029 [details] Patch
Comment on attachment 433029 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=433029&action=review > Source/WebCore/WebCore.xcodeproj/project.pbxproj:5527 > - FD3160BF12B0272A00C1A359 /* AudioFileReaderMac.h in Headers */ = {isa = PBXBuildFile; fileRef = FD3160B912B0272A00C1A359 /* AudioFileReaderMac.h */; }; > + FD3160BF12B0272A00C1A359 /* (null) in Headers */ = {isa = PBXBuildFile; }; Nit: this seems unintentional > Source/WebCore/WebCore.xcodeproj/project.pbxproj:31619 > + FD3160BF12B0272A00C1A359 /* (null) in Headers */, Ditto
(In reply to Eric Carlson from comment #4) > Comment on attachment 433029 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=433029&action=review > > > Source/WebCore/WebCore.xcodeproj/project.pbxproj:5527 > > - FD3160BF12B0272A00C1A359 /* AudioFileReaderMac.h in Headers */ = {isa = PBXBuildFile; fileRef = FD3160B912B0272A00C1A359 /* AudioFileReaderMac.h */; }; > > + FD3160BF12B0272A00C1A359 /* (null) in Headers */ = {isa = PBXBuildFile; }; > > Nit: this seems unintentional > > > Source/WebCore/WebCore.xcodeproj/project.pbxproj:31619 > > + FD3160BF12B0272A00C1A359 /* (null) in Headers */, > > Ditto Will fix. Thanks for reviewing!
Created attachment 433123 [details] Patch
(In reply to Per Arne Vollan from comment #5) > (In reply to Eric Carlson from comment #4) > > Comment on attachment 433029 [details] > > Patch > > > > View in context: > > https://bugs.webkit.org/attachment.cgi?id=433029&action=review > > > > > Source/WebCore/WebCore.xcodeproj/project.pbxproj:5527 > > > - FD3160BF12B0272A00C1A359 /* AudioFileReaderMac.h in Headers */ = {isa = PBXBuildFile; fileRef = FD3160B912B0272A00C1A359 /* AudioFileReaderMac.h */; }; > > > + FD3160BF12B0272A00C1A359 /* (null) in Headers */ = {isa = PBXBuildFile; }; > > > > Nit: this seems unintentional > > > > > Source/WebCore/WebCore.xcodeproj/project.pbxproj:31619 > > > + FD3160BF12B0272A00C1A359 /* (null) in Headers */, > > > > Ditto > > Will fix. > These files seem to have been removed earlier, and Xcode removed the references in the project file. > Thanks for reviewing!
Committed r279720 (239508@main): <https://commits.webkit.org/239508@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 433123 [details].