Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 93fd99afe90de07214c7ee2880e2795f0ff07dd8
      
https://github.com/WebKit/WebKit/commit/93fd99afe90de07214c7ee2880e2795f0ff07dd8
  Author: Anne van Kesteren <[email protected]>
  Date:   2025-06-12 (Thu, 12 Jun 2025)

  Changed paths:
    M Source/JavaScriptCore/API/APICast.h
    M Source/JavaScriptCore/API/JSBase.h
    M Source/JavaScriptCore/API/JSBaseInternal.h
    M Source/JavaScriptCore/API/JSBasePrivate.h
    M Source/JavaScriptCore/API/JSClassRef.cpp
    M Source/JavaScriptCore/API/JSClassRef.h
    M Source/JavaScriptCore/API/JSContextRef.h
    M Source/JavaScriptCore/API/JSContextRefInternal.h
    M Source/JavaScriptCore/API/JSContextRefPrivate.h
    M Source/JavaScriptCore/API/JSHeapFinalizerPrivate.cpp
    M Source/JavaScriptCore/API/JSHeapFinalizerPrivate.h
    M Source/JavaScriptCore/API/JSMarkingConstraintPrivate.cpp
    M Source/JavaScriptCore/API/JSMarkingConstraintPrivate.h
    M Source/JavaScriptCore/API/JSRemoteInspector.h
    M Source/JavaScriptCore/API/JSStringRef.h
    M Source/JavaScriptCore/API/JSStringRefBSTR.cpp
    M Source/JavaScriptCore/API/JSStringRefBSTR.h
    M Source/JavaScriptCore/API/JSStringRefCF.cpp
    M Source/JavaScriptCore/API/JSStringRefCF.h
    M Source/JavaScriptCore/API/JSValueRef.h
    M Source/JavaScriptCore/API/JSWeakPrivate.cpp
    M Source/JavaScriptCore/API/JSWeakPrivate.h
    M Source/JavaScriptCore/API/JSWeakValue.cpp
    M Source/JavaScriptCore/API/JSWeakValue.h
    M Source/JavaScriptCore/API/WebKitAvailability.h
    M Source/JavaScriptCore/API/glib/JSCContext.cpp
    M Source/JavaScriptCore/API/tests/JSNode.c
    M Source/JavaScriptCore/API/tests/JSNode.h
    M Source/JavaScriptCore/API/tests/JSNodeList.c
    M Source/JavaScriptCore/API/tests/JSNodeList.h
    M Source/JavaScriptCore/API/tests/Node.c
    M Source/JavaScriptCore/API/tests/Node.h
    M Source/JavaScriptCore/API/tests/NodeList.c
    M Source/JavaScriptCore/API/tests/NodeList.h
    M Source/JavaScriptCore/API/tests/minidom.c
    M Source/JavaScriptCore/API/tests/minidom.js
    M Source/JavaScriptCore/API/tests/testIncludes.m
    M Source/JavaScriptCore/API/tests/testapi.c
    M Source/JavaScriptCore/API/tests/testapiScripts/basic.js
    M Source/JavaScriptCore/API/tests/testapiScripts/foo.js
    M Source/JavaScriptCore/API/tests/testapiScripts/testapi.js
    M Source/JavaScriptCore/Scripts/UpdateContents.py
    M Source/JavaScriptCore/b3/B3TZoneImpls.cpp
    M Source/JavaScriptCore/bytecode/ExecutableInfo.h
    M Source/JavaScriptCore/bytecode/SourceID.h
    M Source/JavaScriptCore/bytecode/TypeLocation.h
    M Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.cpp
    M Source/JavaScriptCore/bytecode/UnlinkedCodeBlock.h
    M Source/JavaScriptCore/bytecode/UnlinkedCodeBlockGenerator.cpp
    M Source/JavaScriptCore/bytecode/UnlinkedEvalCodeBlock.cpp
    M Source/JavaScriptCore/bytecode/UnlinkedEvalCodeBlock.h
    M Source/JavaScriptCore/bytecode/UnlinkedEvalCodeBlockInlines.h
    M Source/JavaScriptCore/bytecode/UnlinkedFunctionCodeBlock.cpp
    M Source/JavaScriptCore/bytecode/UnlinkedFunctionCodeBlock.h
    M Source/JavaScriptCore/bytecode/UnlinkedFunctionCodeBlockInlines.h
    M Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.cpp
    M Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutable.h
    M Source/JavaScriptCore/bytecode/UnlinkedFunctionExecutableInlines.h
    M Source/JavaScriptCore/bytecode/UnlinkedGlobalCodeBlock.h
    M Source/JavaScriptCore/bytecode/UnlinkedModuleProgramCodeBlock.cpp
    M Source/JavaScriptCore/bytecode/UnlinkedModuleProgramCodeBlock.h
    M Source/JavaScriptCore/bytecode/UnlinkedModuleProgramCodeBlockInlines.h
    M Source/JavaScriptCore/bytecode/UnlinkedProgramCodeBlock.cpp
    M Source/JavaScriptCore/bytecode/UnlinkedProgramCodeBlock.h
    M Source/JavaScriptCore/bytecode/UnlinkedProgramCodeBlockInlines.h
    M Source/JavaScriptCore/dfg/DFGFlowIndexing.cpp
    M Source/JavaScriptCore/dfg/DFGFlowIndexing.h
    M Source/JavaScriptCore/dfg/DFGFlowMap.h
    M Source/JavaScriptCore/dfg/DFGTZoneImpls.cpp
    M Source/JavaScriptCore/heap/HeapFinalizerCallback.cpp
    M Source/JavaScriptCore/heap/HeapFinalizerCallback.h
    M Source/JavaScriptCore/inspector/IdentifiersFactory.h
    M Source/JavaScriptCore/inspector/InspectorAgentBase.h
    M Source/JavaScriptCore/inspector/InspectorBackendDispatcher.cpp
    M Source/JavaScriptCore/inspector/InspectorBackendDispatcher.h
    M Source/JavaScriptCore/inspector/InspectorProtocolTypes.h
    M Source/JavaScriptCore/inspector/JavaScriptCallFrame.cpp
    M Source/JavaScriptCore/inspector/JavaScriptCallFrame.h
    M Source/JavaScriptCore/inspector/remote/RemoteConnectionToTarget.h
    M Source/JavaScriptCore/inspector/remote/RemoteInspectionTarget.cpp
    M Source/JavaScriptCore/inspector/remote/RemoteInspectionTarget.h
    M Source/JavaScriptCore/inspector/remote/RemoteInspector.cpp
    M Source/JavaScriptCore/inspector/remote/RemoteInspector.h
    M Source/JavaScriptCore/inspector/remote/RemoteInspectorConstants.h
    M 
Source/JavaScriptCore/inspector/remote/cocoa/RemoteConnectionToTargetCocoa.mm
    M Source/JavaScriptCore/inspector/remote/cocoa/RemoteInspectorCocoa.mm
    M 
Source/JavaScriptCore/inspector/remote/cocoa/RemoteInspectorXPCConnection.h
    M 
Source/JavaScriptCore/inspector/remote/cocoa/RemoteInspectorXPCConnection.mm
    M Source/JavaScriptCore/interpreter/CallFrame.cpp
    M Source/JavaScriptCore/interpreter/ProtoCallFrame.h
    M Source/JavaScriptCore/jit/JITTZoneImpls.cpp
    M Source/JavaScriptCore/parser/Lexer.cpp
    M Source/JavaScriptCore/parser/ParserError.h
    M Source/JavaScriptCore/parser/SourceCodeKey.h
    M Source/JavaScriptCore/parser/SourceProvider.cpp
    M Source/JavaScriptCore/parser/SourceTaintedOrigin.cpp
    M Source/JavaScriptCore/parser/VariableEnvironment.cpp
    M Source/JavaScriptCore/parser/VariableEnvironment.h
    M Source/JavaScriptCore/profiler/ProfilerTZoneImpls.cpp
    M Source/JavaScriptCore/runtime/CallData.cpp
    M Source/JavaScriptCore/runtime/CodeCache.cpp
    M Source/JavaScriptCore/runtime/CodeCache.h
    M Source/JavaScriptCore/runtime/Completion.cpp
    M Source/JavaScriptCore/runtime/ConstructAbility.h
    M Source/JavaScriptCore/runtime/ConstructData.cpp
    M Source/JavaScriptCore/runtime/ConstructorKind.h
    M Source/JavaScriptCore/runtime/DateInstanceCache.h
    M Source/JavaScriptCore/runtime/ErrorType.cpp
    M Source/JavaScriptCore/runtime/ErrorType.h
    M Source/JavaScriptCore/runtime/FunctionHasExecutedCache.cpp
    M Source/JavaScriptCore/runtime/FunctionHasExecutedCache.h
    M Source/JavaScriptCore/runtime/GetPutInfo.h
    M Source/JavaScriptCore/runtime/ISO8601.cpp
    M Source/JavaScriptCore/runtime/ISO8601.h
    M Source/JavaScriptCore/runtime/ImplementationVisibility.h
    M Source/JavaScriptCore/runtime/InlineAttribute.h
    M Source/JavaScriptCore/runtime/IntlCollator.cpp
    M Source/JavaScriptCore/runtime/IntlCollator.h
    M Source/JavaScriptCore/runtime/IntlCollatorConstructor.cpp
    M Source/JavaScriptCore/runtime/IntlDateTimeFormatConstructor.cpp
    M Source/JavaScriptCore/runtime/IntlNumberFormatConstructor.cpp
    M Source/JavaScriptCore/runtime/IteratorOperations.h
    M Source/JavaScriptCore/runtime/JSDateMath.cpp
    M Source/JavaScriptCore/runtime/JSDateMath.h
    M Source/JavaScriptCore/runtime/JSExportMacros.h
    M Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.cpp
    M Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironment.h
    M Source/JavaScriptCore/runtime/JSGlobalLexicalEnvironmentInlines.h
    M Source/JavaScriptCore/runtime/JSModuleLoader.cpp
    M Source/JavaScriptCore/runtime/JSModuleLoader.h
    M Source/JavaScriptCore/runtime/JSModuleLoaderInlines.h
    M Source/JavaScriptCore/runtime/JSRemoteFunction.h
    M Source/JavaScriptCore/runtime/JSRemoteFunctionInlines.h
    M Source/JavaScriptCore/runtime/JSScope.cpp
    M Source/JavaScriptCore/runtime/JSScope.h
    M Source/JavaScriptCore/runtime/JSTemplateObjectDescriptor.cpp
    M Source/JavaScriptCore/runtime/JSWithScope.cpp
    M Source/JavaScriptCore/runtime/JSWithScope.h
    M Source/JavaScriptCore/runtime/MathObject.cpp
    M Source/JavaScriptCore/runtime/NumericStrings.h
    M Source/JavaScriptCore/runtime/Operations.cpp
    M Source/JavaScriptCore/runtime/ProxyConstructor.cpp
    M Source/JavaScriptCore/runtime/ProxyConstructor.h
    M Source/JavaScriptCore/runtime/ProxyConstructorInlines.h
    M Source/JavaScriptCore/runtime/ProxyObject.cpp
    M Source/JavaScriptCore/runtime/ProxyRevoke.cpp
    M Source/JavaScriptCore/runtime/ProxyRevoke.h
    M Source/JavaScriptCore/runtime/ProxyRevokeInlines.h
    M Source/JavaScriptCore/runtime/ReflectObject.cpp
    M Source/JavaScriptCore/runtime/ReflectObject.h
    M Source/JavaScriptCore/runtime/ReflectObjectInlines.h
    M Source/JavaScriptCore/runtime/RegExpConstructor.cpp
    M Source/JavaScriptCore/runtime/RegExpConstructor.h
    M Source/JavaScriptCore/runtime/RegExpConstructorInlines.h
    M Source/JavaScriptCore/runtime/RegExpGlobalData.cpp
    M Source/JavaScriptCore/runtime/RegExpGlobalData.h
    M Source/JavaScriptCore/runtime/RegExpGlobalDataInlines.h
    M Source/JavaScriptCore/runtime/RegExpMatchesArray.h
    M Source/JavaScriptCore/runtime/RegExpObject.cpp
    M Source/JavaScriptCore/runtime/RegExpObject.h
    M Source/JavaScriptCore/runtime/RegExpObjectInlines.h
    M Source/JavaScriptCore/runtime/RegExpPrototype.cpp
    M Source/JavaScriptCore/runtime/RegExpPrototype.h
    M Source/JavaScriptCore/runtime/RegExpPrototypeInlines.h
    M Source/JavaScriptCore/runtime/RuntimeTZoneImpls.cpp
    M Source/JavaScriptCore/runtime/SmallStrings.cpp
    M Source/JavaScriptCore/runtime/SmallStrings.h
    M Source/JavaScriptCore/runtime/SymbolTableOrScopeDepth.h
    M Source/JavaScriptCore/runtime/TemporalCalendarConstructor.cpp
    M Source/JavaScriptCore/runtime/TemporalPlainDate.h
    M Source/JavaScriptCore/runtime/TemporalPlainDateConstructor.cpp
    M Source/JavaScriptCore/runtime/TemporalPlainDateConstructor.h
    M Source/JavaScriptCore/runtime/TemporalPlainDatePrototype.cpp
    M Source/JavaScriptCore/runtime/TemporalPlainTime.cpp
    M Source/JavaScriptCore/runtime/TemporalPlainTimeConstructor.cpp
    M Source/JavaScriptCore/runtime/TemporalPlainTimeConstructor.h
    M Source/JavaScriptCore/runtime/TemporalPlainTimePrototype.cpp
    M Source/JavaScriptCore/runtime/TemporalTimeZoneConstructor.cpp
    M Source/JavaScriptCore/runtime/TypeLocationCache.cpp
    M Source/JavaScriptCore/runtime/TypeLocationCache.h
    M Source/JavaScriptCore/runtime/TypeProfiler.cpp
    M Source/JavaScriptCore/runtime/TypeProfiler.h
    M Source/JavaScriptCore/runtime/TypeSet.cpp
    M Source/JavaScriptCore/runtime/TypeSet.h
    M Source/JavaScriptCore/wasm/WasmTZoneImpls.cpp
    M Source/JavaScriptCore/yarr/YarrFlags.h
    M Source/JavaScriptCore/yarr/YarrTZoneImpls.cpp
    M Source/WTF/icu/LICENSE
    M Source/WTF/icu/unicode/alphaindex.h
    M Source/WTF/icu/unicode/appendable.h
    M Source/WTF/icu/unicode/basictz.h
    M Source/WTF/icu/unicode/brkiter.h
    M Source/WTF/icu/unicode/bytestream.h
    M Source/WTF/icu/unicode/bytestrie.h
    M Source/WTF/icu/unicode/bytestriebuilder.h
    M Source/WTF/icu/unicode/calendar.h
    M Source/WTF/icu/unicode/caniter.h
    M Source/WTF/icu/unicode/chariter.h
    M Source/WTF/icu/unicode/choicfmt.h
    M Source/WTF/icu/unicode/coleitr.h
    M Source/WTF/icu/unicode/coll.h
    M Source/WTF/icu/unicode/compactdecimalformat.h
    M Source/WTF/icu/unicode/curramt.h
    M Source/WTF/icu/unicode/currpinf.h
    M Source/WTF/icu/unicode/currunit.h
    M Source/WTF/icu/unicode/datefmt.h
    M Source/WTF/icu/unicode/dcfmtsym.h
    M Source/WTF/icu/unicode/decimfmt.h
    M Source/WTF/icu/unicode/docmain.h
    M Source/WTF/icu/unicode/dtfmtsym.h
    M Source/WTF/icu/unicode/dtintrv.h
    M Source/WTF/icu/unicode/dtitvfmt.h
    M Source/WTF/icu/unicode/dtitvinf.h
    M Source/WTF/icu/unicode/dtptngen.h
    M Source/WTF/icu/unicode/dtrule.h
    M Source/WTF/icu/unicode/enumset.h
    M Source/WTF/icu/unicode/errorcode.h
    M Source/WTF/icu/unicode/fieldpos.h
    M Source/WTF/icu/unicode/filteredbrk.h
    M Source/WTF/icu/unicode/fmtable.h
    M Source/WTF/icu/unicode/format.h
    M Source/WTF/icu/unicode/fpositer.h
    M Source/WTF/icu/unicode/gender.h
    M Source/WTF/icu/unicode/gregocal.h
    M Source/WTF/icu/unicode/icudataver.h
    M Source/WTF/icu/unicode/icuplug.h
    M Source/WTF/icu/unicode/idna.h
    M Source/WTF/icu/unicode/listformatter.h
    M Source/WTF/icu/unicode/localpointer.h
    M Source/WTF/icu/unicode/locdspnm.h
    M Source/WTF/icu/unicode/locid.h
    M Source/WTF/icu/unicode/measfmt.h
    M Source/WTF/icu/unicode/measunit.h
    M Source/WTF/icu/unicode/measure.h
    M Source/WTF/icu/unicode/messagepattern.h
    M Source/WTF/icu/unicode/msgfmt.h
    M Source/WTF/icu/unicode/normalizer2.h
    M Source/WTF/icu/unicode/normlzr.h
    M Source/WTF/icu/unicode/nounit.h
    M Source/WTF/icu/unicode/numfmt.h
    M Source/WTF/icu/unicode/numsys.h
    M Source/WTF/icu/unicode/parseerr.h
    M Source/WTF/icu/unicode/parsepos.h
    M Source/WTF/icu/unicode/platform.h
    M Source/WTF/icu/unicode/plurfmt.h
    M Source/WTF/icu/unicode/plurrule.h
    M Source/WTF/icu/unicode/ptypes.h
    M Source/WTF/icu/unicode/putil.h
    M Source/WTF/icu/unicode/rbnf.h
    M Source/WTF/icu/unicode/rbtz.h
    M Source/WTF/icu/unicode/regex.h
    M Source/WTF/icu/unicode/region.h
    M Source/WTF/icu/unicode/reldatefmt.h
    M Source/WTF/icu/unicode/rep.h
    M Source/WTF/icu/unicode/resbund.h
    M Source/WTF/icu/unicode/schriter.h
    M Source/WTF/icu/unicode/scientificnumberformatter.h
    M Source/WTF/icu/unicode/selfmt.h
    M Source/WTF/icu/unicode/simpleformatter.h
    M Source/WTF/icu/unicode/simpletz.h
    M Source/WTF/icu/unicode/smpdtfmt.h
    M Source/WTF/icu/unicode/sortkey.h
    M Source/WTF/icu/unicode/std_string.h
    M Source/WTF/icu/unicode/strenum.h
    M Source/WTF/icu/unicode/stringpiece.h
    M Source/WTF/icu/unicode/stringtriebuilder.h
    M Source/WTF/icu/unicode/symtable.h
    M Source/WTF/icu/unicode/tblcoll.h
    M Source/WTF/icu/unicode/timezone.h
    M Source/WTF/icu/unicode/tmunit.h
    M Source/WTF/icu/unicode/tmutamt.h
    M Source/WTF/icu/unicode/tmutfmt.h
    M Source/WTF/icu/unicode/translit.h
    M Source/WTF/icu/unicode/tzfmt.h
    M Source/WTF/icu/unicode/tznames.h
    M Source/WTF/icu/unicode/tzrule.h
    M Source/WTF/icu/unicode/tztrans.h
    M Source/WTF/icu/unicode/ubidi.h
    M Source/WTF/icu/unicode/ubrk.h
    M Source/WTF/icu/unicode/ucal.h
    M Source/WTF/icu/unicode/ucasemap.h
    M Source/WTF/icu/unicode/ucat.h
    M Source/WTF/icu/unicode/uchar.h
    M Source/WTF/icu/unicode/ucharstrie.h
    M Source/WTF/icu/unicode/ucharstriebuilder.h
    M Source/WTF/icu/unicode/uchriter.h
    M Source/WTF/icu/unicode/uclean.h
    M Source/WTF/icu/unicode/ucnv.h
    M Source/WTF/icu/unicode/ucnv_cb.h
    M Source/WTF/icu/unicode/ucnv_err.h
    M Source/WTF/icu/unicode/ucnvsel.h
    M Source/WTF/icu/unicode/ucol.h
    M Source/WTF/icu/unicode/ucoleitr.h
    M Source/WTF/icu/unicode/uconfig.h
    M Source/WTF/icu/unicode/ucsdet.h
    M Source/WTF/icu/unicode/ucurr.h
    M Source/WTF/icu/unicode/udat.h
    M Source/WTF/icu/unicode/udata.h
    M Source/WTF/icu/unicode/udateintervalformat.h
    M Source/WTF/icu/unicode/udatpg.h
    M Source/WTF/icu/unicode/udisplaycontext.h
    M Source/WTF/icu/unicode/uenum.h
    M Source/WTF/icu/unicode/ufieldpositer.h
    M Source/WTF/icu/unicode/uformattable.h
    M Source/WTF/icu/unicode/ugender.h
    M Source/WTF/icu/unicode/uidna.h
    M Source/WTF/icu/unicode/uiter.h
    M Source/WTF/icu/unicode/uldnames.h
    M Source/WTF/icu/unicode/ulistformatter.h
    M Source/WTF/icu/unicode/uloc.h
    M Source/WTF/icu/unicode/ulocdata.h
    M Source/WTF/icu/unicode/umachine.h
    M Source/WTF/icu/unicode/umisc.h
    M Source/WTF/icu/unicode/umsg.h
    M Source/WTF/icu/unicode/unifilt.h
    M Source/WTF/icu/unicode/unifunct.h
    M Source/WTF/icu/unicode/unimatch.h
    M Source/WTF/icu/unicode/unirepl.h
    M Source/WTF/icu/unicode/uniset.h
    M Source/WTF/icu/unicode/unistr.h
    M Source/WTF/icu/unicode/unorm.h
    M Source/WTF/icu/unicode/unorm2.h
    M Source/WTF/icu/unicode/unum.h
    M Source/WTF/icu/unicode/unumsys.h
    M Source/WTF/icu/unicode/uobject.h
    M Source/WTF/icu/unicode/upluralrules.h
    M Source/WTF/icu/unicode/uregex.h
    M Source/WTF/icu/unicode/uregion.h
    M Source/WTF/icu/unicode/ureldatefmt.h
    M Source/WTF/icu/unicode/urename.h
    M Source/WTF/icu/unicode/urep.h
    M Source/WTF/icu/unicode/ures.h
    M Source/WTF/icu/unicode/uscript.h
    M Source/WTF/icu/unicode/uset.h
    M Source/WTF/icu/unicode/usetiter.h
    M Source/WTF/icu/unicode/ushape.h
    M Source/WTF/icu/unicode/uspoof.h
    M Source/WTF/icu/unicode/usprep.h
    M Source/WTF/icu/unicode/ustdio.h
    M Source/WTF/icu/unicode/ustream.h
    M Source/WTF/icu/unicode/ustring.h
    M Source/WTF/icu/unicode/ustringtrie.h
    M Source/WTF/icu/unicode/utext.h
    M Source/WTF/icu/unicode/utf.h
    M Source/WTF/icu/unicode/utf16.h
    M Source/WTF/icu/unicode/utf32.h
    M Source/WTF/icu/unicode/utf8.h
    M Source/WTF/icu/unicode/utf_old.h
    M Source/WTF/icu/unicode/utmscale.h
    M Source/WTF/icu/unicode/utrace.h
    M Source/WTF/icu/unicode/utrans.h
    M Source/WTF/icu/unicode/utypes.h
    M Source/WTF/icu/unicode/uvernum.h
    M Source/WTF/icu/unicode/uversion.h
    M Source/WTF/icu/unicode/vtzone.h
    M Source/WTF/wtf/Assertions.cpp
    M Source/WTF/wtf/Assertions.h
    M Source/WTF/wtf/BlockObjCExceptions.h
    M Source/WTF/wtf/BubbleSort.h
    M Source/WTF/wtf/DateMath.cpp
    M Source/WTF/wtf/DateMath.h
    M Source/WTF/wtf/ExportMacros.h
    M Source/WTF/wtf/GetPtr.h
    M Source/WTF/wtf/HashIterators.h
    M Source/WTF/wtf/IndexSparseSet.h
    M Source/WTF/wtf/LikelyDenseUnsignedIntegerSet.cpp
    M Source/WTF/wtf/LikelyDenseUnsignedIntegerSet.h
    M Source/WTF/wtf/LogChannels.cpp
    M Source/WTF/wtf/LogChannels.h
    M Source/WTF/wtf/LogInitialization.cpp
    M Source/WTF/wtf/LogInitialization.h
    M Source/WTF/wtf/Logging.cpp
    M Source/WTF/wtf/Logging.h
    M Source/WTF/wtf/MemoryPressureHandler.cpp
    M Source/WTF/wtf/MemoryPressureHandler.h
    M Source/WTF/wtf/Nonmovable.h
    M Source/WTF/wtf/RecursiveLockAdapter.h
    M Source/WTF/wtf/RunLoop.h
    M Source/WTF/wtf/SegmentedVector.cpp
    M Source/WTF/wtf/SmallMap.h
    M Source/WTF/wtf/SmallSet.cpp
    M Source/WTF/wtf/SmallSet.h
    M Source/WTF/wtf/StackBounds.h
    M Source/WTF/wtf/StackShot.h
    M Source/WTF/wtf/StackShotProfiler.h
    M Source/WTF/wtf/StdLibExtras.h
    M Source/WTF/wtf/SuspendableWorkQueue.cpp
    M Source/WTF/wtf/SynchronizedFixedQueue.h
    M Source/WTF/wtf/TimingScope.cpp
    M Source/WTF/wtf/TimingScope.h
    M Source/WTF/wtf/URLHash.h
    M Source/WTF/wtf/UniqueArray.cpp
    M Source/WTF/wtf/ValidatedReinterpretCast.h
    M Source/WTF/wtf/Vector.cpp
    M Source/WTF/wtf/WorkQueue.h
    M Source/WTF/wtf/cocoa/MemoryFootprintCocoa.cpp
    M Source/WTF/wtf/cocoa/MemoryPressureHandlerCocoa.mm
    M Source/WTF/wtf/generic/WorkQueueGeneric.cpp
    M Source/WTF/wtf/glib/FileSystemGlib.cpp
    M Source/WTF/wtf/glib/RunLoopGLib.cpp
    M Source/WTF/wtf/spi/cf/CFBundleSPI.h
    M Source/WTF/wtf/spi/cf/CFPrivSPI.h
    M Source/WTF/wtf/spi/cf/CFRunLoopSPI.h
    M Source/WTF/wtf/spi/cf/CFStringSPI.h
    M Source/WTF/wtf/text/ASCIILiteral.cpp
    M Source/WTF/wtf/text/ASCIILiteral.h
    M Source/WTF/wtf/text/CharacterProperties.h
    M Source/WTF/wtf/text/IntegerToStringConversion.h
    M Source/WTF/wtf/text/StringBuffer.cpp
    M Source/WTF/wtf/text/cf/StringCF.cpp
    M Source/WTF/wtf/unicode/icu/ICUHelpers.cpp
    M Source/WTF/wtf/unix/MemoryPressureHandlerUnix.cpp
    M Source/WTF/wtf/win/LanguageWin.cpp
    M Source/WTF/wtf/win/LoggingWin.cpp
    M Source/WTF/wtf/win/MemoryPressureHandlerWin.cpp
    M Source/WebCore/Modules/airplay/WebKitPlaybackTargetAvailabilityEvent.idl
    M Source/WebCore/Modules/encryptedmedia/MediaKeySystemRequestIdentifier.h
    M 
Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.cpp
    M Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.h
    M 
Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyMessageEvent.idl
    M Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.cpp
    M Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.h
    M Source/WebCore/Modules/encryptedmedia/legacy/WebKitMediaKeyNeededEvent.idl
    M Source/WebCore/Modules/fetch/FetchBodyConsumer.cpp
    M Source/WebCore/Modules/fetch/FetchBodyConsumer.h
    M Source/WebCore/Modules/fetch/FetchBodySource.cpp
    M Source/WebCore/Modules/fetch/FetchBodySource.h
    M Source/WebCore/Modules/geolocation/GeoNotifier.cpp
    M Source/WebCore/Modules/geolocation/GeoNotifier.h
    M Source/WebCore/Modules/geolocation/Geolocation.cpp
    M Source/WebCore/Modules/geolocation/Geolocation.h
    M Source/WebCore/Modules/geolocation/Geolocation.idl
    M Source/WebCore/Modules/geolocation/GeolocationCoordinates.cpp
    M Source/WebCore/Modules/geolocation/GeolocationCoordinates.h
    M Source/WebCore/Modules/geolocation/GeolocationCoordinates.idl
    M Source/WebCore/Modules/geolocation/GeolocationPosition.h
    M Source/WebCore/Modules/geolocation/GeolocationPosition.idl
    M Source/WebCore/Modules/geolocation/GeolocationPositionError.h
    M Source/WebCore/Modules/geolocation/GeolocationPositionError.idl
    M Source/WebCore/Modules/geolocation/NavigatorGeolocation.cpp
    M Source/WebCore/Modules/geolocation/PositionCallback.h
    M Source/WebCore/Modules/geolocation/PositionErrorCallback.h
    M Source/WebCore/Modules/geolocation/PositionOptions.h
    M Source/WebCore/Modules/geolocation/cocoa/GeolocationPositionDataCocoa.mm
    M Source/WebCore/Modules/indexeddb/IDBTransactionDurability.idl
    M 
Source/WebCore/Modules/indexeddb/WindowOrWorkerGlobalScope+IndexedDatabase.idl
    M 
Source/WebCore/Modules/indexeddb/WindowOrWorkerGlobalScopeIndexedDatabase.cpp
    M Source/WebCore/Modules/mediastream/RTCDataChannelRemoteHandler.cpp
    M Source/WebCore/Modules/mediastream/RTCDtlsTransportBackend.h
    M Source/WebCore/Modules/mediastream/RTCIceTransportBackend.h
    M Source/WebCore/Modules/mediastream/RTCRtpReceiverBackend.h
    M Source/WebCore/Modules/mediastream/RTCRtpSenderBackend.h
    M Source/WebCore/Modules/mediastream/RTCRtpTransceiverBackend.h
    M Source/WebCore/Modules/mediastream/RTCRtpTransformBackend.h
    M Source/WebCore/Modules/mediastream/RTCRtpTransformableFrame.h
    M Source/WebCore/Modules/mediastream/RTCSctpTransportBackend.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCCertificateGenerator.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCDataChannelHandler.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCDtlsTransportBackend.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCDtlsTransportBackend.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCIceTransportBackend.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCIceTransportBackend.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCPeerConnectionBackend.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverBackend.cpp
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverBackend.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverTransformBackend.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpReceiverTransformBackend.h
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.cpp
    M Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderBackend.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderTransformBackend.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpSenderTransformBackend.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransceiverBackend.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransceiverBackend.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformBackend.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformBackend.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformableFrame.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCRtpTransformableFrame.h
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCSctpTransportBackend.cpp
    M 
Source/WebCore/Modules/mediastream/libwebrtc/LibWebRTCSctpTransportBackend.h
    M 
Source/WebCore/Modules/modern-media-controls/controls/activity-indicator.css
    M 
Source/WebCore/Modules/modern-media-controls/controls/adwaita-fullscreen-media-controls.css
    M 
Source/WebCore/Modules/modern-media-controls/controls/adwaita-fullscreen-media-controls.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/adwaita-inline-media-controls.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/adwaita-layout-traits.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/adwaita-overrides.css
    M Source/WebCore/Modules/modern-media-controls/controls/airplay-button.css
    M Source/WebCore/Modules/modern-media-controls/controls/airplay-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/airplay-placard.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/auto-hide-controller.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/background-click-delegate-notifier.js
    M Source/WebCore/Modules/modern-media-controls/controls/background-tint.css
    M Source/WebCore/Modules/modern-media-controls/controls/background-tint.js
    M Source/WebCore/Modules/modern-media-controls/controls/button.css
    M Source/WebCore/Modules/modern-media-controls/controls/button.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/buttons-container.css
    M Source/WebCore/Modules/modern-media-controls/controls/buttons-container.js
    M Source/WebCore/Modules/modern-media-controls/controls/close-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/controls-bar.css
    M Source/WebCore/Modules/modern-media-controls/controls/controls-bar.js
    M Source/WebCore/Modules/modern-media-controls/controls/forward-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/fullscreen-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/icon-service.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/inline-media-controls.css
    M 
Source/WebCore/Modules/modern-media-controls/controls/inline-media-controls.js
    M Source/WebCore/Modules/modern-media-controls/controls/invalid-placard.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/ios-inline-media-controls.js
    M Source/WebCore/Modules/modern-media-controls/controls/ios-layout-traits.js
    M Source/WebCore/Modules/modern-media-controls/controls/layout-item.js
    M Source/WebCore/Modules/modern-media-controls/controls/layout-traits.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/macos-fullscreen-media-controls.css
    M 
Source/WebCore/Modules/modern-media-controls/controls/macos-fullscreen-media-controls.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/macos-inline-media-controls.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/macos-layout-traits.js
    M Source/WebCore/Modules/modern-media-controls/controls/media-controls.css
    M Source/WebCore/Modules/modern-media-controls/controls/media-controls.js
    M Source/WebCore/Modules/modern-media-controls/controls/media-document.css
    M Source/WebCore/Modules/modern-media-controls/controls/mute-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/overflow-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/pip-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/pip-placard.js
    M Source/WebCore/Modules/modern-media-controls/controls/placard.css
    M Source/WebCore/Modules/modern-media-controls/controls/placard.js
    M Source/WebCore/Modules/modern-media-controls/controls/play-pause-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/rewind-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/seek-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/skip-back-button.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/skip-forward-button.js
    M Source/WebCore/Modules/modern-media-controls/controls/slider-base.css
    M Source/WebCore/Modules/modern-media-controls/controls/slider-base.js
    M Source/WebCore/Modules/modern-media-controls/controls/slider.css
    M Source/WebCore/Modules/modern-media-controls/controls/slider.js
    M Source/WebCore/Modules/modern-media-controls/controls/status-label.css
    M Source/WebCore/Modules/modern-media-controls/controls/status-label.js
    M Source/WebCore/Modules/modern-media-controls/controls/text-tracks.css
    M Source/WebCore/Modules/modern-media-controls/controls/time-control.js
    M Source/WebCore/Modules/modern-media-controls/controls/time-label.css
    M Source/WebCore/Modules/modern-media-controls/controls/time-label.js
    M Source/WebCore/Modules/modern-media-controls/controls/tracks-button.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/tvos-layout-traits.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/watchos-activity-indicator.css
    M 
Source/WebCore/Modules/modern-media-controls/controls/watchos-activity-indicator.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/watchos-layout-traits.js
    M 
Source/WebCore/Modules/modern-media-controls/controls/watchos-media-controls.css
    M 
Source/WebCore/Modules/modern-media-controls/controls/watchos-media-controls.js
    M Source/WebCore/Modules/modern-media-controls/main.js
    M Source/WebCore/Modules/modern-media-controls/media/airplay-support.js
    M Source/WebCore/Modules/modern-media-controls/media/audio-support.js
    M Source/WebCore/Modules/modern-media-controls/media/close-support.js
    M 
Source/WebCore/Modules/modern-media-controls/media/controls-visibility-support.js
    M Source/WebCore/Modules/modern-media-controls/media/fullscreen-support.js
    M 
Source/WebCore/Modules/modern-media-controls/media/media-controller-support.js
    M Source/WebCore/Modules/modern-media-controls/media/media-controller.js
    M 
Source/WebCore/Modules/modern-media-controls/media/media-document-controller.js
    M Source/WebCore/Modules/modern-media-controls/media/mute-support.js
    M Source/WebCore/Modules/modern-media-controls/media/overflow-support.js
    M Source/WebCore/Modules/modern-media-controls/media/pip-support.js
    M Source/WebCore/Modules/modern-media-controls/media/placard-support.js
    M Source/WebCore/Modules/modern-media-controls/media/playback-support.js
    M Source/WebCore/Modules/modern-media-controls/media/scrubbing-support.js
    M 
Source/WebCore/Modules/modern-media-controls/media/seek-backward-support.js
    M Source/WebCore/Modules/modern-media-controls/media/seek-forward-support.js
    M Source/WebCore/Modules/modern-media-controls/media/seek-support.js
    M Source/WebCore/Modules/modern-media-controls/media/skip-back-support.js
    M Source/WebCore/Modules/modern-media-controls/media/skip-forward-support.js
    M Source/WebCore/Modules/modern-media-controls/media/start-support.js
    M Source/WebCore/Modules/modern-media-controls/media/status-support.js
    M Source/WebCore/Modules/modern-media-controls/media/time-control-support.js
    M Source/WebCore/Modules/modern-media-controls/media/tracks-support.js
    M Source/WebCore/Modules/modern-media-controls/media/volume-support.js
    M 
Source/WebCore/Modules/modern-media-controls/media/watchos-media-controls-support.js
    M Source/WebCore/Modules/streams/WritableStream.idl
    M Source/WebCore/Modules/url-pattern/URLPattern.idl
    M Source/WebCore/Modules/webdatabase/DatabaseContext.cpp
    M Source/WebCore/Modules/webdatabase/DatabaseContext.h
    M Source/WebCore/Modules/websockets/CloseEvent.h
    M Source/WebCore/Modules/websockets/CloseEvent.idl
    M Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.cpp
    M Source/WebCore/Modules/websockets/ThreadableWebSocketChannel.h
    M 
Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp
    M 
Source/WebCore/Modules/websockets/ThreadableWebSocketChannelClientWrapper.h
    M Source/WebCore/Modules/websockets/WebSocket.cpp
    M Source/WebCore/Modules/websockets/WebSocket.h
    M Source/WebCore/Modules/websockets/WebSocket.idl
    M Source/WebCore/Modules/websockets/WebSocketChannelClient.h
    M Source/WebCore/Modules/websockets/WebSocketDeflateFramer.cpp
    M Source/WebCore/Modules/websockets/WebSocketDeflateFramer.h
    M Source/WebCore/Modules/websockets/WebSocketDeflater.cpp
    M Source/WebCore/Modules/websockets/WebSocketDeflater.h
    M Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.cpp
    M Source/WebCore/Modules/websockets/WebSocketExtensionDispatcher.h
    M Source/WebCore/Modules/websockets/WebSocketExtensionParser.cpp
    M Source/WebCore/Modules/websockets/WebSocketExtensionParser.h
    M Source/WebCore/Modules/websockets/WebSocketExtensionProcessor.h
    M Source/WebCore/Modules/websockets/WebSocketFrame.cpp
    M Source/WebCore/Modules/websockets/WebSocketFrame.h
    M Source/WebCore/Modules/websockets/WebSocketHandshake.cpp
    M Source/WebCore/Modules/websockets/WebSocketHandshake.h
    M Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.cpp
    M Source/WebCore/Modules/websockets/WorkerThreadableWebSocketChannel.h
    M Source/WebCore/PAL/pal/ExportMacros.h
    M Source/WebCore/PAL/pal/Logging.cpp
    M Source/WebCore/PAL/pal/Logging.h
    M Source/WebCore/PAL/pal/ThreadGlobalData.cpp
    M Source/WebCore/PAL/pal/ThreadGlobalData.h
    M Source/WebCore/PAL/pal/mac/LookupSoftLink.h
    M Source/WebCore/PAL/pal/mac/LookupSoftLink.mm
    M Source/WebCore/PAL/pal/spi/cf/CoreAudioSPI.h
    M Source/WebCore/PAL/pal/spi/cf/CoreMediaSPI.h
    M Source/WebCore/PAL/pal/spi/cf/CoreTextSPI.h
    M Source/WebCore/PAL/pal/spi/cg/ImageIOSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/AXSpeechManagerSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/AccessibilitySupportSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/AccessibilitySupportSoftLink.cpp
    M Source/WebCore/PAL/pal/spi/cocoa/AccessibilitySupportSoftLink.h
    M Source/WebCore/PAL/pal/spi/cocoa/NSAccessibilitySPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/NSURLFileTypeMappingsSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/NSUserDefaultsSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/RevealSPI.h
    M Source/WebCore/PAL/pal/spi/cocoa/URLFormattingSPI.h
    M Source/WebCore/PAL/pal/spi/ios/AXRuntimeSPI.h
    M Source/WebCore/PAL/pal/spi/mac/CoreUISPI.h
    M Source/WebCore/PAL/pal/spi/mac/LookupSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSAppearanceSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSApplicationSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSImageSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSImmediateActionGestureRecognizerSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSPopoverSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSScrollingInputFilterSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSScrollingMomentumCalculatorSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSServicesRolloverButtonCellSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSSpellCheckerSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSTextFinderSPI.h
    M Source/WebCore/PAL/pal/spi/mac/NSViewSPI.h
    M Source/WebCore/PAL/pal/system/Clock.h
    M Source/WebCore/PAL/pal/system/ClockGeneric.cpp
    M Source/WebCore/PAL/pal/system/ClockGeneric.h
    M Source/WebCore/PAL/pal/system/Sound.h
    M Source/WebCore/PAL/pal/system/mac/SoundMac.mm
    M Source/WebCore/PAL/pal/system/win/SoundWin.cpp
    M Source/WebCore/PAL/pal/text/DecodeEscapeSequences.h
    M Source/WebCore/PAL/pal/text/KillRing.cpp
    M Source/WebCore/PAL/pal/text/mac/KillRingMac.mm
    M Source/WebCore/PAL/pal/unix/LoggingUnix.cpp
    M Source/WebCore/PAL/pal/win/LoggingWin.cpp
    M Source/WebCore/WebCorePrefix.h
    M Source/WebCore/accessibility/AccessibilityMenuList.cpp
    M Source/WebCore/accessibility/AccessibilityMenuList.h
    M Source/WebCore/accessibility/AccessibilityMenuListOption.cpp
    M Source/WebCore/accessibility/AccessibilityMenuListOption.h
    M Source/WebCore/accessibility/AccessibilityMenuListPopup.cpp
    M Source/WebCore/accessibility/AccessibilityMenuListPopup.h
    M Source/WebCore/accessibility/win/AXObjectCacheWin.cpp
    M Source/WebCore/accessibility/win/AccessibilityObjectWin.cpp
    M Source/WebCore/accessibility/win/AccessibilityObjectWrapperWin.cpp
    M Source/WebCore/accessibility/win/AccessibilityObjectWrapperWin.h
    M Source/WebCore/bindings/js/JSCSSStyleDeclarationCustom.h
    M Source/WebCore/bindings/js/JSDOMBindingInternals.js
    M Source/WebCore/bindings/js/JSDOMGlobalObject.cpp
    M Source/WebCore/bindings/js/JSDOMGlobalObject.h
    M Source/WebCore/bindings/js/JSDOMGlobalObjectInlines.h
    M Source/WebCore/bindings/js/JSEventListener.cpp
    M Source/WebCore/bindings/js/JSEventTargetCustom.cpp
    M Source/WebCore/bindings/js/JSImageDataCustom.cpp
    M Source/WebCore/bindings/js/JSLazyEventListener.cpp
    M Source/WebCore/bindings/js/JSMessageChannelCustom.cpp
    M Source/WebCore/bindings/js/JSMessagePortCustom.cpp
    M Source/WebCore/bindings/js/JSObservableArray.h
    M Source/WebCore/bindings/js/JSTrackCustom.h
    M Source/WebCore/bindings/js/JSWorkerGlobalScopeBase.cpp
    M Source/WebCore/bindings/js/JSWorkerGlobalScopeCustom.cpp
    M Source/WebCore/bindings/js/ModuleScriptLoaderClient.h
    M Source/WebCore/bindings/js/ScriptCachedFrameData.cpp
    M Source/WebCore/bindings/js/ScriptCachedFrameData.h
    M Source/WebCore/bindings/js/StructuredClone.cpp
    M Source/WebCore/bindings/js/StructuredClone.h
    M Source/WebCore/bindings/js/WebCoreOpaqueRoot.h
    M Source/WebCore/bindings/scripts/InFilesCompiler.pm
    M Source/WebCore/bindings/scripts/StaticString.pm
    M Source/WebCore/bindings/scripts/generate-bindings.pl
    M Source/WebCore/bindings/scripts/preprocess-idls.pl
    M Source/WebCore/bindings/scripts/test/TestCallTracer.idl
    M Source/WebCore/bindings/scripts/test/TestGenerateAddOpaqueRoot.idl
    M Source/WebCore/bindings/scripts/test/TestGenerateIsReachable.idl
    M Source/WebCore/bindings/scripts/test/TestNamespaceConst.idl
    M Source/WebCore/bindings/scripts/test/TestReportExtraMemoryCost.idl
    M Source/WebCore/bridge/objc/objc_class.h
    M Source/WebCore/bridge/objc/objc_class.mm
    M Source/WebCore/bridge/objc/objc_header.h
    M Source/WebCore/bridge/objc/objc_utility.h
    M Source/WebCore/bridge/objc/objc_utility.mm
    M Source/WebCore/bridge/runtime_array.h
    M Source/WebCore/bridge/runtime_root.cpp
    M Source/WebCore/bridge/runtime_root.h
    M Source/WebCore/bridge/testbindings.mm
    M Source/WebCore/crypto/gcrypt/CryptoAlgorithmHMACGCrypt.cpp
    M Source/WebCore/css/CSSCanvasValue.cpp
    M Source/WebCore/css/CSSCounterStyle.cpp
    M Source/WebCore/css/CSSCounterStyle.h
    M Source/WebCore/css/CSSCounterStyleDescriptors.cpp
    M Source/WebCore/css/CSSCounterStyleDescriptors.h
    M Source/WebCore/css/CSSCounterStyleRegistry.cpp
    M Source/WebCore/css/CSSCounterStyleRegistry.h
    M Source/WebCore/css/CSSCrossfadeValue.cpp
    M Source/WebCore/css/CSSFunctionValue.cpp
    M Source/WebCore/css/CSSFunctionValue.h
    M Source/WebCore/css/CSSMediaRule.cpp
    M Source/WebCore/css/CSSNamedImageValue.cpp
    M Source/WebCore/css/CSSPaintCallback.idl
    M Source/WebCore/css/CSSPaintSize.idl
    M Source/WebCore/css/CSSProperty.cpp
    M Source/WebCore/css/CSSProperty.h
    M Source/WebCore/css/CSSReflectValue.cpp
    M Source/WebCore/css/CSSRuleList.cpp
    M Source/WebCore/css/CSSRuleList.h
    M Source/WebCore/css/CSSStyleSheetObservableArray.cpp
    M Source/WebCore/css/CSSStyleSheetObservableArray.h
    M Source/WebCore/css/DeprecatedCSSOMValueList.idl
    M Source/WebCore/css/IsImportant.h
    M Source/WebCore/css/StyleSheet.cpp
    M Source/WebCore/css/counterStyles.css
    M Source/WebCore/css/fullscreen.css
    M Source/WebCore/css/horizontalFormControls.css
    M Source/WebCore/css/make-css-file-arrays.pl
    M Source/WebCore/css/mathml.css
    M Source/WebCore/css/svg.css
    M Source/WebCore/css/typedom/CSSKeywordValue.idl
    M Source/WebCore/css/typedom/CSSNumericValue.idl
    M Source/WebCore/css/typedom/CSSOMVariableReferenceValue.idl
    M Source/WebCore/css/typedom/CSSStyleImageValue.idl
    M Source/WebCore/css/typedom/CSSStyleValue.idl
    M Source/WebCore/css/typedom/CSSUnitValue.idl
    M Source/WebCore/css/typedom/CSSUnparsedValue.idl
    M Source/WebCore/css/typedom/StylePropertyMap.idl
    M Source/WebCore/css/typedom/StylePropertyMapReadOnly.idl
    M Source/WebCore/css/typedom/color/CSSHSL.idl
    M Source/WebCore/css/typedom/color/CSSHWB.idl
    M Source/WebCore/css/typedom/color/CSSLCH.idl
    M Source/WebCore/css/typedom/color/CSSLab.idl
    M Source/WebCore/css/typedom/color/CSSOKLCH.idl
    M Source/WebCore/css/typedom/color/CSSOKLab.idl
    M Source/WebCore/css/typedom/color/CSSOMColor.idl
    M Source/WebCore/css/typedom/color/CSSOMColorValue.idl
    M Source/WebCore/css/typedom/color/CSSRGB.idl
    M Source/WebCore/css/typedom/numeric/CSSMathClamp.idl
    M Source/WebCore/css/typedom/numeric/CSSMathInvert.idl
    M Source/WebCore/css/typedom/numeric/CSSMathMax.idl
    M Source/WebCore/css/typedom/numeric/CSSMathMin.idl
    M Source/WebCore/css/typedom/numeric/CSSMathNegate.idl
    M Source/WebCore/css/typedom/numeric/CSSMathOperator.idl
    M Source/WebCore/css/typedom/numeric/CSSMathProduct.idl
    M Source/WebCore/css/typedom/numeric/CSSMathSum.idl
    M Source/WebCore/css/typedom/numeric/CSSMathValue.idl
    M Source/WebCore/css/typedom/numeric/CSSNumericArray.idl
    M Source/WebCore/css/typedom/numeric/CSSNumericBaseType.idl
    M Source/WebCore/css/typedom/numeric/CSSNumericType.idl
    M Source/WebCore/css/typedom/transform/CSSMatrixComponent.idl
    M Source/WebCore/css/typedom/transform/CSSMatrixComponentOptions.idl
    M Source/WebCore/css/typedom/transform/CSSPerspective.idl
    M Source/WebCore/css/typedom/transform/CSSRotate.idl
    M Source/WebCore/css/typedom/transform/CSSScale.idl
    M Source/WebCore/css/typedom/transform/CSSSkew.idl
    M Source/WebCore/css/typedom/transform/CSSSkewX.idl
    M Source/WebCore/css/typedom/transform/CSSSkewY.idl
    M Source/WebCore/css/typedom/transform/CSSTransformComponent.idl
    M Source/WebCore/css/typedom/transform/CSSTransformValue.idl
    M Source/WebCore/css/typedom/transform/CSSTranslate.idl
    M Source/WebCore/css/viewTransitions.css
    M Source/WebCore/dom/ActiveDOMObject.cpp
    M Source/WebCore/dom/ActiveDOMObject.h
    M Source/WebCore/dom/BeforeTextInsertedEvent.cpp
    M Source/WebCore/dom/BeforeTextInsertedEvent.h
    M Source/WebCore/dom/BeforeUnloadEvent.cpp
    M Source/WebCore/dom/BeforeUnloadEvent.idl
    M Source/WebCore/dom/ClipboardEvent.idl
    M Source/WebCore/dom/ConstantPropertyMap.cpp
    M Source/WebCore/dom/ConstantPropertyMap.h
    M Source/WebCore/dom/ContextDestructionObserver.cpp
    M Source/WebCore/dom/ContextDestructionObserver.h
    M Source/WebCore/dom/CrossOriginMode.h
    M Source/WebCore/dom/CurrentScriptIncrementer.h
    M Source/WebCore/dom/DOMPoint.h
    M Source/WebCore/dom/DOMPoint.idl
    M Source/WebCore/dom/DOMPointInit.h
    M Source/WebCore/dom/DOMPointInit.idl
    M Source/WebCore/dom/DOMPointReadOnly.cpp
    M Source/WebCore/dom/DOMPointReadOnly.h
    M Source/WebCore/dom/DOMPointReadOnly.idl
    M Source/WebCore/dom/DOMRectReadOnly.cpp
    M Source/WebCore/dom/DOMStringList.cpp
    M Source/WebCore/dom/DOMStringList.h
    M Source/WebCore/dom/DOMStringList.idl
    M Source/WebCore/dom/DOMTZoneImpls.cpp
    M Source/WebCore/dom/DecodedDataDocumentParser.cpp
    M Source/WebCore/dom/DecodedDataDocumentParser.h
    M Source/WebCore/dom/DocumentEventTiming.h
    M Source/WebCore/dom/DocumentOrShadowRoot.idl
    M Source/WebCore/dom/DocumentParser.cpp
    M Source/WebCore/dom/DocumentParser.h
    M Source/WebCore/dom/DocumentSharedObjectPool.cpp
    M Source/WebCore/dom/DocumentSharedObjectPool.h
    M Source/WebCore/dom/ElementTextDirection.cpp
    M Source/WebCore/dom/ElementTextDirection.h
    M Source/WebCore/dom/ErrorEvent.idl
    M Source/WebCore/dom/EventContext.cpp
    M Source/WebCore/dom/EventContext.h
    M Source/WebCore/dom/EventListener.idl
    M Source/WebCore/dom/EventModifierInit.idl
    M Source/WebCore/dom/GlobalEventHandlers.idl
    M Source/WebCore/dom/HashChangeEvent.cpp
    M Source/WebCore/dom/IdTargetObserver.cpp
    M Source/WebCore/dom/IdTargetObserver.h
    M Source/WebCore/dom/IdTargetObserverRegistry.cpp
    M Source/WebCore/dom/IdTargetObserverRegistry.h
    M Source/WebCore/dom/IgnoreDestructiveWriteCountIncrementer.h
    M Source/WebCore/dom/InputEvent.idl
    M Source/WebCore/dom/LoadableClassicScript.cpp
    M Source/WebCore/dom/LoadableClassicScript.h
    M Source/WebCore/dom/LoadableModuleScript.cpp
    M Source/WebCore/dom/LoadableModuleScript.h
    M Source/WebCore/dom/LoadableScript.cpp
    M Source/WebCore/dom/LoadableScript.h
    M Source/WebCore/dom/LoadableScriptClient.h
    M Source/WebCore/dom/LoadableScriptError.h
    M Source/WebCore/dom/MessageChannel.cpp
    M Source/WebCore/dom/MessageChannel.h
    M Source/WebCore/dom/MessagePort.cpp
    M Source/WebCore/dom/MessagePort.h
    M Source/WebCore/dom/MessagePort.idl
    M Source/WebCore/dom/MouseRelatedEvent.h
    M Source/WebCore/dom/MutationEvent.idl
    M Source/WebCore/dom/NavigatorMaxTouchPoints.idl
    M Source/WebCore/dom/NodeWithIndex.h
    M Source/WebCore/dom/NonDocumentTypeChildNode.idl
    M Source/WebCore/dom/NonElementParentNode.idl
    M Source/WebCore/dom/ParentNode.idl
    M Source/WebCore/dom/ParserContentPolicy.h
    M Source/WebCore/dom/PendingScript.cpp
    M Source/WebCore/dom/PendingScript.h
    M Source/WebCore/dom/PendingScriptClient.h
    M Source/WebCore/dom/ProcessingInstruction.idl
    M Source/WebCore/dom/QualifiedNameCache.cpp
    M Source/WebCore/dom/QualifiedNameCache.h
    M Source/WebCore/dom/RangeBoundaryPoint.h
    M Source/WebCore/dom/RangeBoundaryPointInlines.h
    M Source/WebCore/dom/RawDataDocumentParser.h
    M Source/WebCore/dom/ScriptExecutionContext.cpp
    M Source/WebCore/dom/ScriptExecutionContext.h
    M Source/WebCore/dom/ScriptRunner.cpp
    M Source/WebCore/dom/ScriptRunner.h
    M Source/WebCore/dom/ScriptableDocumentParser.cpp
    M Source/WebCore/dom/ScriptableDocumentParser.h
    M Source/WebCore/dom/ScriptedAnimationController.cpp
    M Source/WebCore/dom/ScriptedAnimationController.h
    M Source/WebCore/dom/SecurityContext.cpp
    M Source/WebCore/dom/SecurityContext.h
    M Source/WebCore/dom/Slotable.idl
    M Source/WebCore/dom/StartViewTransitionOptions.h
    M Source/WebCore/dom/TextEventInputType.h
    M Source/WebCore/dom/TreeScope.cpp
    M Source/WebCore/dom/TreeScope.h
    M Source/WebCore/dom/TreeScopeInlines.h
    M Source/WebCore/dom/TreeWalker.idl
    M Source/WebCore/dom/UIEvent.idl
    M Source/WebCore/dom/UIEventWithKeyState.cpp
    M Source/WebCore/dom/make-event-names.py
    M Source/WebCore/dom/make_names.pl
    M Source/WebCore/domjit/DOMJITCheckDOM.h
    M Source/WebCore/domjit/DOMJITHelpers.cpp
    M Source/WebCore/domjit/DOMJITHelpers.h
    M Source/WebCore/domjit/JSDocumentDOMJIT.cpp
    M Source/WebCore/domjit/JSNodeDOMJIT.cpp
    M Source/WebCore/editing/BreakBlockquoteCommand.cpp
    M Source/WebCore/editing/EditAction.h
    M Source/WebCore/editing/EditingStyle.cpp
    M Source/WebCore/editing/EditorDeleteAction.h
    M Source/WebCore/editing/FormatBlockCommand.cpp
    M Source/WebCore/editing/HTMLInterchange.cpp
    M Source/WebCore/editing/InsertParagraphSeparatorCommand.cpp
    M Source/WebCore/editing/InsertTextCommand.cpp
    M Source/WebCore/editing/MoveSelectionCommand.cpp
    M Source/WebCore/editing/RemoveFormatCommand.cpp
    M Source/WebCore/editing/SmartReplace.cpp
    M Source/WebCore/editing/SmartReplace.h
    M Source/WebCore/editing/SmartReplaceCF.cpp
    M Source/WebCore/editing/TextGranularity.h
    M Source/WebCore/editing/TypingCommand.cpp
    M Source/WebCore/editing/UnlinkCommand.cpp
    M Source/WebCore/editing/VisiblePosition.cpp
    M Source/WebCore/editing/VisibleSelection.cpp
    M Source/WebCore/editing/VisibleUnits.h
    M Source/WebCore/editing/markup.h
    M Source/WebCore/fileapi/AsyncFileStream.cpp
    M Source/WebCore/fileapi/File.cpp
    M Source/WebCore/fileapi/File.h
    M Source/WebCore/fileapi/File.idl
    M Source/WebCore/fileapi/FileList.cpp
    M Source/WebCore/fileapi/FileList.h
    M Source/WebCore/fileapi/FileList.idl
    M Source/WebCore/fileapi/FileReader.cpp
    M Source/WebCore/fileapi/FileReader.h
    M Source/WebCore/fileapi/FileReader.idl
    M Source/WebCore/fileapi/FileReaderLoader.cpp
    M Source/WebCore/fileapi/FileReaderLoader.h
    M Source/WebCore/fileapi/FileReaderLoaderClient.h
    M Source/WebCore/fileapi/FileReaderSync.cpp
    M Source/WebCore/fileapi/FileReaderSync.h
    M Source/WebCore/fileapi/FileReaderSync.idl
    M Source/WebCore/html/Autocapitalize.cpp
    M Source/WebCore/html/Autocapitalize.h
    M Source/WebCore/html/AutocapitalizeTypes.h
    M Source/WebCore/html/HTMLFieldSetElement.idl
    M Source/WebCore/html/HTMLImageLoader.h
    M Source/WebCore/html/HTMLOptionElement.cpp
    M Source/WebCore/html/HTMLOptionsCollection.cpp
    M Source/WebCore/html/HTMLSourceElement.idl
    M Source/WebCore/html/HTMLSpanElement.cpp
    M Source/WebCore/html/HTMLSpanElement.h
    M Source/WebCore/html/HTMLSpanElement.idl
    M Source/WebCore/html/HTMLTitleElement.idl
    M Source/WebCore/html/HTMLTrackElement.idl
    M Source/WebCore/html/MediaController.h
    M Source/WebCore/html/MediaControllerInterface.h
    M Source/WebCore/html/MediaDocument.cpp
    M Source/WebCore/html/MediaDocument.h
    M Source/WebCore/html/MediaError.h
    M Source/WebCore/html/MediaError.idl
    M Source/WebCore/html/ModelDocument.cpp
    M Source/WebCore/html/ModelDocument.h
    M Source/WebCore/html/PublicURLManager.cpp
    M Source/WebCore/html/SubmitEvent.idl
    M Source/WebCore/html/TextMetrics.h
    M Source/WebCore/html/TextMetrics.idl
    M Source/WebCore/html/TimeRanges.cpp
    M Source/WebCore/html/TimeRanges.idl
    M Source/WebCore/html/VoidCallback.idl
    M Source/WebCore/html/WebKitMediaKeyError.h
    M Source/WebCore/html/WebKitMediaKeyError.idl
    M Source/WebCore/html/canvas/CanvasFilterContextSwitcher.cpp
    M Source/WebCore/html/canvas/CanvasFilterContextSwitcher.h
    M Source/WebCore/html/canvas/CanvasLayerContextSwitcher.cpp
    M Source/WebCore/html/canvas/CanvasLayerContextSwitcher.h
    M Source/WebCore/html/canvas/CanvasPath.idl
    M Source/WebCore/html/canvas/CanvasPattern.idl
    M Source/WebCore/html/canvas/Path2D.idl
    M Source/WebCore/html/canvas/WebGLActiveInfo.h
    M Source/WebCore/html/canvas/WebGLActiveInfo.idl
    M Source/WebCore/html/parser/AtomHTMLToken.h
    M Source/WebCore/html/parser/CSSPreloadScanner.cpp
    M Source/WebCore/html/parser/CSSPreloadScanner.h
    M Source/WebCore/html/parser/HTMLConstructionSite.cpp
    M Source/WebCore/html/parser/HTMLConstructionSite.h
    M Source/WebCore/html/parser/HTMLDocumentParser.cpp
    M Source/WebCore/html/parser/HTMLDocumentParser.h
    M Source/WebCore/html/parser/HTMLElementStack.cpp
    M Source/WebCore/html/parser/HTMLElementStack.h
    M Source/WebCore/html/parser/HTMLEntityParser.cpp
    M Source/WebCore/html/parser/HTMLEntityParser.h
    M Source/WebCore/html/parser/HTMLEntitySearch.cpp
    M Source/WebCore/html/parser/HTMLEntitySearch.h
    M Source/WebCore/html/parser/HTMLEntityTable.h
    M Source/WebCore/html/parser/HTMLFormattingElementList.cpp
    M Source/WebCore/html/parser/HTMLFormattingElementList.h
    M Source/WebCore/html/parser/HTMLInputStream.h
    M Source/WebCore/html/parser/HTMLMetaCharsetParser.cpp
    M Source/WebCore/html/parser/HTMLMetaCharsetParser.h
    M Source/WebCore/html/parser/HTMLParserOptions.cpp
    M Source/WebCore/html/parser/HTMLParserOptions.h
    M Source/WebCore/html/parser/HTMLParserScheduler.cpp
    M Source/WebCore/html/parser/HTMLParserScheduler.h
    M Source/WebCore/html/parser/HTMLPreloadScanner.cpp
    M Source/WebCore/html/parser/HTMLPreloadScanner.h
    M Source/WebCore/html/parser/HTMLResourcePreloader.cpp
    M Source/WebCore/html/parser/HTMLResourcePreloader.h
    M Source/WebCore/html/parser/HTMLScriptRunner.cpp
    M Source/WebCore/html/parser/HTMLScriptRunner.h
    M Source/WebCore/html/parser/HTMLScriptRunnerHost.h
    M Source/WebCore/html/parser/HTMLToken.h
    M Source/WebCore/html/parser/HTMLTokenizer.cpp
    M Source/WebCore/html/parser/HTMLTokenizer.h
    M Source/WebCore/html/parser/HTMLTreeBuilder.cpp
    M Source/WebCore/html/parser/HTMLTreeBuilder.h
    M Source/WebCore/html/parser/InputStreamPreprocessor.h
    M Source/WebCore/html/parser/NestingLevelIncrementer.h
    M Source/WebCore/html/parser/create-html-entity-table
    M Source/WebCore/html/shadow/attachmentElementShadow.css
    M Source/WebCore/html/shadow/imageOverlay.css
    M Source/WebCore/html/shadow/mac/imageControlsMac.css
    M Source/WebCore/html/shadow/spatialImageControls.css
    M Source/WebCore/html/track/AudioTrack.idl
    M Source/WebCore/html/track/AudioTrackList.cpp
    M Source/WebCore/html/track/AudioTrackList.h
    M Source/WebCore/html/track/AudioTrackList.idl
    M Source/WebCore/html/track/DataCue.idl
    M Source/WebCore/html/track/InbandDataTextTrack.cpp
    M Source/WebCore/html/track/TextTrack.h
    M Source/WebCore/html/track/TextTrack.idl
    M Source/WebCore/html/track/TextTrackCue.cpp
    M Source/WebCore/html/track/TextTrackCueList.idl
    M Source/WebCore/html/track/TextTrackList.cpp
    M Source/WebCore/html/track/TextTrackList.h
    M Source/WebCore/html/track/TextTrackList.idl
    M Source/WebCore/html/track/TrackEvent.cpp
    M Source/WebCore/html/track/TrackEvent.h
    M Source/WebCore/html/track/TrackEvent.idl
    M Source/WebCore/html/track/TrackListBase.cpp
    M Source/WebCore/html/track/TrackListBase.h
    M Source/WebCore/html/track/VTTCue.cpp
    M Source/WebCore/html/track/VTTRegion.cpp
    M Source/WebCore/html/track/VideoTrack.idl
    M Source/WebCore/html/track/VideoTrackList.cpp
    M Source/WebCore/html/track/VideoTrackList.h
    M Source/WebCore/html/track/VideoTrackList.idl
    M Source/WebCore/html/track/WebVTTElement.cpp
    M Source/WebCore/html/track/WebVTTElement.h
    M Source/WebCore/html/track/WebVTTParser.cpp
    M Source/WebCore/html/track/WebVTTParser.h
    M Source/WebCore/html/track/WebVTTToken.h
    M Source/WebCore/html/track/WebVTTTokenizer.cpp
    M Source/WebCore/html/track/WebVTTTokenizer.h
    M Source/WebCore/inspector/CommandLineAPIModuleSource.js
    M Source/WebCore/inspector/InspectorCanvas.cpp
    M Source/WebCore/inspector/InspectorWebAgentBase.h
    M Source/WebCore/inspector/NetworkResourcesData.cpp
    M Source/WebCore/inspector/NetworkResourcesData.h
    M Source/WebCore/inspector/RTCLogsCallback.idl
    M Source/WebCore/inspector/RecordingSwizzleType.h
    M Source/WebCore/loader/CrossOriginAccessControl.cpp
    M Source/WebCore/loader/CrossOriginAccessControl.h
    M Source/WebCore/loader/CrossOriginPreflightResultCache.cpp
    M Source/WebCore/loader/CrossOriginPreflightResultCache.h
    M Source/WebCore/loader/DocumentLoadTiming.h
    M Source/WebCore/loader/NetscapePlugInStreamLoader.cpp
    M Source/WebCore/loader/ProgressTracker.cpp
    M Source/WebCore/loader/ProgressTracker.h
    M Source/WebCore/loader/ResourceLoadObserver.h
    M Source/WebCore/loader/ResourceLoadStatistics.cpp
    M Source/WebCore/loader/ResourceLoadStatistics.h
    M Source/WebCore/loader/ResourceLoadTiming.h
    M Source/WebCore/loader/SubstituteResource.h
    M Source/WebCore/loader/TextTrackLoader.cpp
    M Source/WebCore/loader/appcache/ApplicationCache.cpp
    M Source/WebCore/loader/appcache/ApplicationCache.h
    M Source/WebCore/loader/appcache/ApplicationCacheGroup.cpp
    M Source/WebCore/loader/appcache/ApplicationCacheGroup.h
    M Source/WebCore/loader/appcache/ApplicationCacheHost.cpp
    M Source/WebCore/loader/appcache/ApplicationCacheManifestParser.cpp
    M Source/WebCore/loader/appcache/ApplicationCacheManifestParser.h
    M Source/WebCore/loader/appcache/ApplicationCacheResource.cpp
    M Source/WebCore/loader/appcache/ApplicationCacheResource.h
    M Source/WebCore/loader/appcache/ApplicationCacheResourceLoader.cpp
    M Source/WebCore/loader/appcache/ApplicationCacheResourceLoader.h
    M Source/WebCore/loader/appcache/ApplicationCacheStorage.cpp
    M Source/WebCore/loader/appcache/ApplicationCacheStorage.h
    M Source/WebCore/loader/cache/CachePolicy.h
    M Source/WebCore/loader/cache/CachedRawResource.cpp
    M Source/WebCore/loader/cache/CachedResourceHandle.cpp
    M Source/WebCore/loader/cache/CachedResourceHandle.h
    M Source/WebCore/loader/icon/IconLoader.cpp
    M Source/WebCore/loader/mac/LoaderNSURLExtras.h
    M Source/WebCore/loader/mac/ResourceLoaderMac.mm
    M Source/WebCore/page/BarProp.h
    M Source/WebCore/page/BarProp.idl
    M Source/WebCore/page/ContextMenuClient.h
    M Source/WebCore/page/DOMTimer.cpp
    M Source/WebCore/page/DOMTimer.h
    M Source/WebCore/page/DOMWindowExtension.cpp
    M Source/WebCore/page/DOMWindowExtension.h
    M Source/WebCore/page/DragClient.h
    M Source/WebCore/page/EventSource.idl
    M Source/WebCore/page/FocusDirection.h
    M Source/WebCore/page/FrameDestructionObserver.cpp
    M Source/WebCore/page/FrameDestructionObserver.h
    M Source/WebCore/page/FrameDestructionObserverInlines.h
    M Source/WebCore/page/History.cpp
    M Source/WebCore/page/History.h
    M Source/WebCore/page/IsLoggedIn.idl
    M Source/WebCore/page/LocalDOMWindowProperty.cpp
    M Source/WebCore/page/LocalDOMWindowProperty.h
    M Source/WebCore/page/LocalFrameViewLayoutContext.cpp
    M Source/WebCore/page/Location.idl
    M Source/WebCore/page/MemoryRelease.cpp
    M Source/WebCore/page/MouseEventWithHitTestResults.cpp
    M Source/WebCore/page/MouseEventWithHitTestResults.h
    M Source/WebCore/page/Navigator.cpp
    M Source/WebCore/page/NavigatorBase.cpp
    M Source/WebCore/page/NavigatorBase.h
    M Source/WebCore/page/NavigatorID.idl
    M Source/WebCore/page/NavigatorLanguage.idl
    M Source/WebCore/page/NavigatorOnLine.idl
    M Source/WebCore/page/PageGroup.cpp
    M Source/WebCore/page/PerformanceLogging.cpp
    M Source/WebCore/page/PerformanceLogging.h
    M Source/WebCore/page/PrintContext.cpp
    M Source/WebCore/page/PrintContext.h
    M Source/WebCore/page/ResizeObserverBoxOptions.h
    M Source/WebCore/page/ResizeObserverBoxOptions.idl
    M Source/WebCore/page/ResizeObserverOptions.h
    M Source/WebCore/page/ResizeObserverOptions.idl
    M Source/WebCore/page/ResizeObserverSize.h
    M Source/WebCore/page/ResizeObserverSize.idl
    M Source/WebCore/page/Screen.cpp
    M Source/WebCore/page/Screen.h
    M Source/WebCore/page/Screen.idl
    M Source/WebCore/page/ScrollToOptions.h
    M Source/WebCore/page/ScrollToOptions.idl
    M Source/WebCore/page/WebCoreKeyboardUIMode.h
    M Source/WebCore/page/WheelEventTestMonitor.cpp
    M Source/WebCore/page/WheelEventTestMonitor.h
    M Source/WebCore/page/WindowEventHandlers.idl
    M Source/WebCore/page/WorkerClient.h
    M Source/WebCore/page/WorkerNavigator.cpp
    M Source/WebCore/page/WorkerNavigator.h
    M Source/WebCore/page/WorkerNavigator.idl
    M Source/WebCore/page/cocoa/PerformanceLoggingCocoa.mm
    M Source/WebCore/page/gtk/DragControllerGtk.cpp
    M Source/WebCore/page/mac/DragControllerMac.mm
    M Source/WebCore/page/win/DragControllerWin.cpp
    M Source/WebCore/page/win/FrameGdiWin.cpp
    M Source/WebCore/page/win/FrameWin.h
    M Source/WebCore/platform/ContentType.cpp
    M Source/WebCore/platform/ContentType.h
    M Source/WebCore/platform/ContextMenu.h
    M Source/WebCore/platform/ContextMenuItem.h
    M Source/WebCore/platform/DragImage.cpp
    M Source/WebCore/platform/DragImage.h
    M Source/WebCore/platform/EventTrackingRegions.cpp
    M Source/WebCore/platform/EventTrackingRegions.h
    M Source/WebCore/platform/FileStream.cpp
    M Source/WebCore/platform/FileStream.h
    M Source/WebCore/platform/FloatConversion.h
    M Source/WebCore/platform/GraphicsClient.h
    M Source/WebCore/platform/HostWindow.h
    M Source/WebCore/platform/LegacySchemeRegistry.cpp
    M Source/WebCore/platform/LegacySchemeRegistry.h
    M Source/WebCore/platform/LogInitialization.cpp
    M Source/WebCore/platform/Logging.cpp
    M Source/WebCore/platform/Logging.h
    M Source/WebCore/platform/NotImplemented.h
    M Source/WebCore/platform/PasteboardStrategy.h
    M Source/WebCore/platform/PlatformExportMacros.h
    M Source/WebCore/platform/PlatformKeyboardEvent.h
    M Source/WebCore/platform/PlatformPasteboard.h
    M Source/WebCore/platform/PlatformSpeechSynthesizer.cpp
    M Source/WebCore/platform/PlatformSpeechSynthesizer.h
    M Source/WebCore/platform/PlatformTZoneImpls.cpp
    M Source/WebCore/platform/PopupMenuClient.h
    M Source/WebCore/platform/PopupMenuStyle.h
    M Source/WebCore/platform/ScrollAlignment.h
    M Source/WebCore/platform/ScrollAnimator.cpp
    M Source/WebCore/platform/ScrollAnimator.h
    M Source/WebCore/platform/ScrollTypes.cpp
    M Source/WebCore/platform/ScrollTypes.h
    M Source/WebCore/platform/ScrollableArea.cpp
    M Source/WebCore/platform/ScrollableArea.h
    M Source/WebCore/platform/Scrollbar.h
    M Source/WebCore/platform/ScrollbarMode.h
    M Source/WebCore/platform/ScrollbarTheme.cpp
    M Source/WebCore/platform/ScrollbarTheme.h
    M Source/WebCore/platform/ScrollbarThemeComposite.cpp
    M Source/WebCore/platform/ScrollbarThemeComposite.h
    M Source/WebCore/platform/SharedBufferChunkReader.cpp
    M Source/WebCore/platform/SharedBufferChunkReader.h
    M Source/WebCore/platform/SharedTimer.h
    M Source/WebCore/platform/StyleAppearance.cpp
    M Source/WebCore/platform/StyleAppearance.h
    M Source/WebCore/platform/SuddenTermination.h
    M Source/WebCore/platform/Supplementable.h
    M Source/WebCore/platform/TextRecognitionOptions.h
    M Source/WebCore/platform/TextRecognitionResult.h
    M Source/WebCore/platform/Theme.cpp
    M Source/WebCore/platform/Theme.h
    M Source/WebCore/platform/ThemeTypes.cpp
    M Source/WebCore/platform/ThemeTypes.h
    M Source/WebCore/platform/ThreadGlobalData.cpp
    M Source/WebCore/platform/ThreadGlobalData.h
    M Source/WebCore/platform/ThreadTimers.h
    M Source/WebCore/platform/Timer.h
    M Source/WebCore/platform/UserAgent.h
    M Source/WebCore/platform/Widget.h
    M Source/WebCore/platform/animation/AnimationUtilities.h
    M Source/WebCore/platform/animation/TimingFunction.cpp
    M Source/WebCore/platform/audio/AudioArray.h
    M Source/WebCore/platform/cocoa/KeyEventCocoa.h
    M Source/WebCore/platform/cocoa/KeyEventCocoa.mm
    M Source/WebCore/platform/cocoa/LocalCurrentGraphicsContext.h
    M Source/WebCore/platform/cocoa/PlatformSpeechSynthesizerCocoa.mm
    M Source/WebCore/platform/cocoa/ThemeCocoa.h
    M Source/WebCore/platform/cocoa/WebKitAvailability.h
    M Source/WebCore/platform/gamepad/libwpe/GamepadLibWPE.cpp
    M Source/WebCore/platform/gamepad/libwpe/GamepadLibWPE.h
    M Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.cpp
    M Source/WebCore/platform/gamepad/libwpe/GamepadProviderLibWPE.h
    M Source/WebCore/platform/glib/SSLKeyGeneratorGLib.cpp
    M Source/WebCore/platform/graphics/BitmapImage.h
    M Source/WebCore/platform/graphics/BitmapImageDescriptor.cpp
    M Source/WebCore/platform/graphics/BitmapImageDescriptor.h
    M Source/WebCore/platform/graphics/BitmapImageSource.cpp
    M Source/WebCore/platform/graphics/BitmapImageSource.h
    M Source/WebCore/platform/graphics/ByteArrayPixelBuffer.h
    M Source/WebCore/platform/graphics/CachedSubimage.cpp
    M Source/WebCore/platform/graphics/CachedSubimage.h
    M Source/WebCore/platform/graphics/CopyImageOptions.h
    M Source/WebCore/platform/graphics/DecodingOptions.h
    M Source/WebCore/platform/graphics/Float16ArrayPixelBuffer.h
    M Source/WebCore/platform/graphics/FloatPoint.cpp
    M Source/WebCore/platform/graphics/FloatPoint.h
    M Source/WebCore/platform/graphics/FloatRect.cpp
    M Source/WebCore/platform/graphics/FloatRect.h
    M Source/WebCore/platform/graphics/FloatSize.cpp
    M Source/WebCore/platform/graphics/FloatSize.h
    M Source/WebCore/platform/graphics/FontCascadeFonts.cpp
    M Source/WebCore/platform/graphics/FontCascadeInlines.h
    M Source/WebCore/platform/graphics/GeneratedImage.h
    M Source/WebCore/platform/graphics/GraphicsContextState.cpp
    M Source/WebCore/platform/graphics/GraphicsContextState.h
    M Source/WebCore/platform/graphics/GraphicsContextStateSaver.h
    M Source/WebCore/platform/graphics/GraphicsContextSwitcher.cpp
    M Source/WebCore/platform/graphics/GraphicsContextSwitcher.h
    M Source/WebCore/platform/graphics/GraphicsStyle.cpp
    M Source/WebCore/platform/graphics/GraphicsStyle.h
    M Source/WebCore/platform/graphics/GraphicsTZoneImpls.cpp
    M Source/WebCore/platform/graphics/GraphicsTypes.cpp
    M Source/WebCore/platform/graphics/GraphicsTypes.h
    M Source/WebCore/platform/graphics/GraphicsTypesGL.h
    M Source/WebCore/platform/graphics/Image.cpp
    M Source/WebCore/platform/graphics/Image.h
    M Source/WebCore/platform/graphics/ImageAdapter.cpp
    M Source/WebCore/platform/graphics/ImageAdapter.h
    M Source/WebCore/platform/graphics/ImageBackingStore.h
    M Source/WebCore/platform/graphics/ImageBufferAllocator.cpp
    M Source/WebCore/platform/graphics/ImageBufferAllocator.h
    M Source/WebCore/platform/graphics/ImageBufferBackend.cpp
    M Source/WebCore/platform/graphics/ImageBufferBackend.h
    M Source/WebCore/platform/graphics/ImageBufferBackendParameters.h
    M Source/WebCore/platform/graphics/ImageBufferContextSwitcher.cpp
    M Source/WebCore/platform/graphics/ImageBufferContextSwitcher.h
    M Source/WebCore/platform/graphics/ImageBufferDisplayListBackend.cpp
    M Source/WebCore/platform/graphics/ImageBufferDisplayListBackend.h
    M Source/WebCore/platform/graphics/ImageBufferPlatformBackend.h
    M Source/WebCore/platform/graphics/ImageFrame.cpp
    M Source/WebCore/platform/graphics/ImageFrame.h
    M Source/WebCore/platform/graphics/ImageFrameAnimator.cpp
    M Source/WebCore/platform/graphics/ImageFrameAnimator.h
    M Source/WebCore/platform/graphics/ImageFrameWorkQueue.cpp
    M Source/WebCore/platform/graphics/ImageFrameWorkQueue.h
    M Source/WebCore/platform/graphics/ImageObserver.h
    M Source/WebCore/platform/graphics/ImagePaintingOptions.cpp
    M Source/WebCore/platform/graphics/ImagePaintingOptions.h
    M Source/WebCore/platform/graphics/ImageResolution.cpp
    M Source/WebCore/platform/graphics/ImageSource.cpp
    M Source/WebCore/platform/graphics/ImageSource.h
    M Source/WebCore/platform/graphics/ImageTypes.h
    M Source/WebCore/platform/graphics/IntPoint.cpp
    M Source/WebCore/platform/graphics/IntPoint.h
    M Source/WebCore/platform/graphics/IntSize.cpp
    M Source/WebCore/platform/graphics/NativeImage.cpp
    M Source/WebCore/platform/graphics/NativeImage.h
    M Source/WebCore/platform/graphics/NativeImageSource.cpp
    M Source/WebCore/platform/graphics/NativeImageSource.h
    M Source/WebCore/platform/graphics/NullImageBufferBackend.cpp
    M Source/WebCore/platform/graphics/NullImageBufferBackend.h
    M Source/WebCore/platform/graphics/Path.cpp
    M Source/WebCore/platform/graphics/PathElement.h
    M Source/WebCore/platform/graphics/PathImpl.cpp
    M Source/WebCore/platform/graphics/PathImpl.h
    M Source/WebCore/platform/graphics/PathSegment.cpp
    M Source/WebCore/platform/graphics/PathSegment.h
    M Source/WebCore/platform/graphics/PathSegmentData.cpp
    M Source/WebCore/platform/graphics/PathSegmentData.h
    M Source/WebCore/platform/graphics/PathStream.cpp
    M Source/WebCore/platform/graphics/PathStream.h
    M Source/WebCore/platform/graphics/PathTraversalState.cpp
    M Source/WebCore/platform/graphics/PathTraversalState.h
    M Source/WebCore/platform/graphics/PathUtilities.cpp
    M Source/WebCore/platform/graphics/Pattern.cpp
    M Source/WebCore/platform/graphics/Pattern.h
    M Source/WebCore/platform/graphics/PlatformGraphicsContext.h
    M Source/WebCore/platform/graphics/PlatformImage.h
    M Source/WebCore/platform/graphics/PlatformPath.h
    M Source/WebCore/platform/graphics/PlatformPathImpl.h
    M Source/WebCore/platform/graphics/PlatformTimeRanges.cpp
    M Source/WebCore/platform/graphics/ShadowBlur.h
    M Source/WebCore/platform/graphics/SourceBrush.cpp
    M Source/WebCore/platform/graphics/SourceBrush.h
    M Source/WebCore/platform/graphics/SourceBrushLogicalGradient.h
    M Source/WebCore/platform/graphics/SourceImage.cpp
    M Source/WebCore/platform/graphics/SourceImage.h
    M Source/WebCore/platform/graphics/StringTruncator.h
    M Source/WebCore/platform/graphics/TextBoxIterator.h
    M Source/WebCore/platform/graphics/TextTransform.cpp
    M Source/WebCore/platform/graphics/TextTransform.h
    M Source/WebCore/platform/graphics/TransparencyLayerContextSwitcher.cpp
    M Source/WebCore/platform/graphics/TransparencyLayerContextSwitcher.h
    M Source/WebCore/platform/graphics/UnitBezier.h
    M Source/WebCore/platform/graphics/cairo/CairoOperations.cpp
    M Source/WebCore/platform/graphics/cairo/CairoOperations.h
    M Source/WebCore/platform/graphics/cairo/FontCairo.cpp
    M Source/WebCore/platform/graphics/cairo/GradientCairo.cpp
    M Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
    M Source/WebCore/platform/graphics/cairo/GraphicsContextCairo.h
    M Source/WebCore/platform/graphics/cairo/ImageBufferCairoBackend.cpp
    M Source/WebCore/platform/graphics/cairo/ImageBufferCairoBackend.h
    M 
Source/WebCore/platform/graphics/cairo/ImageBufferCairoImageSurfaceBackend.cpp
    M 
Source/WebCore/platform/graphics/cairo/ImageBufferCairoImageSurfaceBackend.h
    M Source/WebCore/platform/graphics/cairo/ImageBufferCairoSurfaceBackend.cpp
    M Source/WebCore/platform/graphics/cairo/ImageBufferCairoSurfaceBackend.h
    M Source/WebCore/platform/graphics/cairo/ImageBufferUtilitiesCairo.cpp
    M Source/WebCore/platform/graphics/cairo/ImageBufferUtilitiesCairo.h
    M Source/WebCore/platform/graphics/cairo/NativeImageCairo.cpp
    M Source/WebCore/platform/graphics/cairo/PathCairo.h
    M Source/WebCore/platform/graphics/cg/CGSubimageCacheWithTimer.cpp
    M Source/WebCore/platform/graphics/cg/CGSubimageCacheWithTimer.h
    M Source/WebCore/platform/graphics/cg/FloatPointCG.cpp
    M Source/WebCore/platform/graphics/cg/FloatRectCG.cpp
    M Source/WebCore/platform/graphics/cg/FloatSizeCG.cpp
    M Source/WebCore/platform/graphics/cg/GradientCG.cpp
    M Source/WebCore/platform/graphics/cg/ImageBufferCGBackend.cpp
    M Source/WebCore/platform/graphics/cg/ImageBufferCGBackend.h
    M Source/WebCore/platform/graphics/cg/ImageBufferCGBitmapBackend.cpp
    M Source/WebCore/platform/graphics/cg/ImageBufferCGBitmapBackend.h
    M Source/WebCore/platform/graphics/cg/ImageBufferCGPDFDocumentBackend.cpp
    M Source/WebCore/platform/graphics/cg/ImageBufferCGPDFDocumentBackend.h
    M Source/WebCore/platform/graphics/cg/ImageBufferIOSurfaceBackend.cpp
    M Source/WebCore/platform/graphics/cg/ImageBufferIOSurfaceBackend.h
    M Source/WebCore/platform/graphics/cg/ImageSourceCGMac.mm
    M Source/WebCore/platform/graphics/cg/IntPointCG.cpp
    M Source/WebCore/platform/graphics/cg/IntRectCG.cpp
    M Source/WebCore/platform/graphics/cg/IntSizeCG.cpp
    M Source/WebCore/platform/graphics/cg/PDFDocumentImage.cpp
    M Source/WebCore/platform/graphics/cg/PDFDocumentImage.h
    M Source/WebCore/platform/graphics/cg/PathCG.cpp
    M Source/WebCore/platform/graphics/cg/PathCG.h
    M Source/WebCore/platform/graphics/cg/TransformationMatrixCG.cpp
    M Source/WebCore/platform/graphics/cg/UTIRegistry.mm
    M Source/WebCore/platform/graphics/cocoa/FontCacheCoreText.h
    M Source/WebCore/platform/graphics/cocoa/FontCascadeCocoaInlines.h
    M Source/WebCore/platform/graphics/cocoa/FontInterrogation.h
    M Source/WebCore/platform/graphics/cocoa/FontMetricsNormalization.h
    M Source/WebCore/platform/graphics/cocoa/TextTransformCocoa.cpp
    M Source/WebCore/platform/graphics/cocoa/controls/ApplePayButtonCocoa.h
    M Source/WebCore/platform/graphics/cocoa/controls/ApplePayButtonCocoa.mm
    M Source/WebCore/platform/graphics/cocoa/controls/ControlFactoryCocoa.h
    M Source/WebCore/platform/graphics/cocoa/controls/ControlFactoryCocoa.mm
    M Source/WebCore/platform/graphics/controls/ApplePayButtonPart.cpp
    M Source/WebCore/platform/graphics/controls/ApplePayButtonPart.h
    M Source/WebCore/platform/graphics/controls/ButtonPart.h
    M Source/WebCore/platform/graphics/controls/ColorWellPart.h
    M Source/WebCore/platform/graphics/controls/ControlFactory.cpp
    M Source/WebCore/platform/graphics/controls/ControlFactory.h
    M Source/WebCore/platform/graphics/controls/ControlPart.cpp
    M Source/WebCore/platform/graphics/controls/ControlPart.h
    M Source/WebCore/platform/graphics/controls/ControlStyle.cpp
    M Source/WebCore/platform/graphics/controls/ControlStyle.h
    M Source/WebCore/platform/graphics/controls/ImageControlsButtonPart.h
    M Source/WebCore/platform/graphics/controls/InnerSpinButtonPart.h
    M Source/WebCore/platform/graphics/controls/MenuListButtonPart.h
    M Source/WebCore/platform/graphics/controls/MenuListPart.h
    M Source/WebCore/platform/graphics/controls/MeterPart.cpp
    M Source/WebCore/platform/graphics/controls/MeterPart.h
    M Source/WebCore/platform/graphics/controls/PlatformControl.h
    M Source/WebCore/platform/graphics/controls/ProgressBarPart.cpp
    M Source/WebCore/platform/graphics/controls/ProgressBarPart.h
    M Source/WebCore/platform/graphics/controls/SearchFieldCancelButtonPart.h
    M Source/WebCore/platform/graphics/controls/SearchFieldPart.h
    M Source/WebCore/platform/graphics/controls/SearchFieldResultsPart.h
    M Source/WebCore/platform/graphics/controls/SliderThumbPart.h
    M Source/WebCore/platform/graphics/controls/SliderTrackPart.cpp
    M Source/WebCore/platform/graphics/controls/SliderTrackPart.h
    M Source/WebCore/platform/graphics/controls/TextAreaPart.h
    M Source/WebCore/platform/graphics/controls/TextFieldPart.h
    M Source/WebCore/platform/graphics/controls/ToggleButtonPart.h
    M Source/WebCore/platform/graphics/coretext/FontCascadeCoreText.cpp
    M Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNeonApplier.cpp
    M Source/WebCore/platform/graphics/cpu/arm/filters/FEBlendNeonApplier.h
    M 
Source/WebCore/platform/graphics/cpu/arm/filters/FECompositeNeonArithmeticApplier.cpp
    M 
Source/WebCore/platform/graphics/cpu/arm/filters/FECompositeNeonArithmeticApplier.h
    M 
Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.cpp
    M 
Source/WebCore/platform/graphics/cpu/arm/filters/FELightingNeonParallelApplier.h
    M Source/WebCore/platform/graphics/filters/FEBlend.cpp
    M Source/WebCore/platform/graphics/filters/FEBlend.h
    M Source/WebCore/platform/graphics/filters/FEColorMatrix.cpp
    M Source/WebCore/platform/graphics/filters/FEColorMatrix.h
    M Source/WebCore/platform/graphics/filters/FEComponentTransfer.cpp
    M Source/WebCore/platform/graphics/filters/FEComponentTransfer.h
    M Source/WebCore/platform/graphics/filters/FEComposite.cpp
    M Source/WebCore/platform/graphics/filters/FEComposite.h
    M Source/WebCore/platform/graphics/filters/FEConvolveMatrix.cpp
    M Source/WebCore/platform/graphics/filters/FEConvolveMatrix.h
    M Source/WebCore/platform/graphics/filters/FEDiffuseLighting.h
    M Source/WebCore/platform/graphics/filters/FEDisplacementMap.cpp
    M Source/WebCore/platform/graphics/filters/FEDisplacementMap.h
    M Source/WebCore/platform/graphics/filters/FEDropShadow.cpp
    M Source/WebCore/platform/graphics/filters/FEDropShadow.h
    M Source/WebCore/platform/graphics/filters/FEFlood.cpp
    M Source/WebCore/platform/graphics/filters/FEFlood.h
    M Source/WebCore/platform/graphics/filters/FEGaussianBlur.h
    M Source/WebCore/platform/graphics/filters/FEImage.cpp
    M Source/WebCore/platform/graphics/filters/FEImage.h
    M Source/WebCore/platform/graphics/filters/FELighting.h
    M Source/WebCore/platform/graphics/filters/FEOffset.cpp
    M Source/WebCore/platform/graphics/filters/FEOffset.h
    M Source/WebCore/platform/graphics/filters/FESpecularLighting.h
    M Source/WebCore/platform/graphics/filters/FETile.cpp
    M Source/WebCore/platform/graphics/filters/FETile.h
    M Source/WebCore/platform/graphics/filters/FETurbulence.cpp
    M Source/WebCore/platform/graphics/filters/FETurbulence.h
    M Source/WebCore/platform/graphics/filters/Filter.cpp
    M Source/WebCore/platform/graphics/filters/Filter.h
    M Source/WebCore/platform/graphics/filters/FilterEffectApplier.h
    M Source/WebCore/platform/graphics/filters/FilterEffectGeometry.h
    M Source/WebCore/platform/graphics/filters/FilterEffectVector.h
    M Source/WebCore/platform/graphics/filters/FilterFunction.cpp
    M Source/WebCore/platform/graphics/filters/FilterFunction.h
    M Source/WebCore/platform/graphics/filters/FilterImage.cpp
    M Source/WebCore/platform/graphics/filters/FilterImage.h
    M Source/WebCore/platform/graphics/filters/FilterImageVector.h
    M Source/WebCore/platform/graphics/filters/FilterRenderingMode.cpp
    M Source/WebCore/platform/graphics/filters/FilterRenderingMode.h
    M Source/WebCore/platform/graphics/filters/FilterResults.cpp
    M Source/WebCore/platform/graphics/filters/FilterResults.h
    M Source/WebCore/platform/graphics/filters/FilterStyle.h
    M Source/WebCore/platform/graphics/filters/PointLightSource.cpp
    M Source/WebCore/platform/graphics/filters/PointLightSource.h
    M Source/WebCore/platform/graphics/filters/SourceAlpha.cpp
    M Source/WebCore/platform/graphics/filters/SourceAlpha.h
    M Source/WebCore/platform/graphics/filters/SourceGraphic.cpp
    M Source/WebCore/platform/graphics/filters/SourceGraphic.h
    M Source/WebCore/platform/graphics/filters/SpotLightSource.h
    M 
Source/WebCore/platform/graphics/filters/software/FEBlendSoftwareApplier.cpp
    M Source/WebCore/platform/graphics/filters/software/FEBlendSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FEColorMatrixSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FEColorMatrixSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FEComponentTransferSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FEComponentTransferSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FECompositeSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FECompositeSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FECompositeSoftwareArithmeticApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FECompositeSoftwareArithmeticApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FEConvolveMatrixSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FEConvolveMatrixSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FEDisplacementMapSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FEDisplacementMapSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FEDropShadowSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FEDropShadowSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FEFloodSoftwareApplier.cpp
    M Source/WebCore/platform/graphics/filters/software/FEFloodSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FEImageSoftwareApplier.cpp
    M Source/WebCore/platform/graphics/filters/software/FEImageSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FEOffsetSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FEOffsetSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FETileSoftwareApplier.cpp
    M Source/WebCore/platform/graphics/filters/software/FETileSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/FETurbulenceSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/FETurbulenceSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/SourceAlphaSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/SourceAlphaSoftwareApplier.h
    M 
Source/WebCore/platform/graphics/filters/software/SourceGraphicSoftwareApplier.cpp
    M 
Source/WebCore/platform/graphics/filters/software/SourceGraphicSoftwareApplier.h
    M Source/WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
    M Source/WebCore/platform/graphics/freetype/SimpleFontDataFreeType.cpp
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
    M Source/WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
    M 
Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.cpp
    M 
Source/WebCore/platform/graphics/gstreamer/mse/MediaPlayerPrivateGStreamerMSE.h
    M Source/WebCore/platform/graphics/gtk/IconGtk.cpp
    M Source/WebCore/platform/graphics/gtk/ImageAdapterGtk.cpp
    M Source/WebCore/platform/graphics/ios/controls/ControlFactoryIOS.h
    M Source/WebCore/platform/graphics/ios/controls/ControlFactoryIOS.mm
    M Source/WebCore/platform/graphics/mac/ColorMac.mm
    M Source/WebCore/platform/graphics/mac/FloatPointMac.mm
    M Source/WebCore/platform/graphics/mac/FloatSizeMac.mm
    M Source/WebCore/platform/graphics/mac/IntPointMac.mm
    M Source/WebCore/platform/graphics/mac/IntSizeMac.mm
    M Source/WebCore/platform/graphics/mac/WebKitNSImageExtras.h
    M Source/WebCore/platform/graphics/mac/WebKitNSImageExtras.mm
    M Source/WebCore/platform/graphics/mac/controls/ButtonControlMac.h
    M Source/WebCore/platform/graphics/mac/controls/ButtonControlMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ButtonMac.h
    M Source/WebCore/platform/graphics/mac/controls/ButtonMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ColorWellMac.h
    M Source/WebCore/platform/graphics/mac/controls/ColorWellMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ControlFactoryMac.h
    M Source/WebCore/platform/graphics/mac/controls/ControlFactoryMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ControlMac.h
    M Source/WebCore/platform/graphics/mac/controls/ControlMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ImageControlsButtonMac.h
    M Source/WebCore/platform/graphics/mac/controls/ImageControlsButtonMac.mm
    M Source/WebCore/platform/graphics/mac/controls/InnerSpinButtonMac.h
    M Source/WebCore/platform/graphics/mac/controls/InnerSpinButtonMac.mm
    M Source/WebCore/platform/graphics/mac/controls/MenuListButtonMac.h
    M Source/WebCore/platform/graphics/mac/controls/MenuListButtonMac.mm
    M Source/WebCore/platform/graphics/mac/controls/MenuListMac.h
    M Source/WebCore/platform/graphics/mac/controls/MenuListMac.mm
    M Source/WebCore/platform/graphics/mac/controls/MeterMac.h
    M Source/WebCore/platform/graphics/mac/controls/MeterMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ProgressBarMac.h
    M Source/WebCore/platform/graphics/mac/controls/ProgressBarMac.mm
    M Source/WebCore/platform/graphics/mac/controls/SearchControlMac.h
    M Source/WebCore/platform/graphics/mac/controls/SearchControlMac.mm
    M Source/WebCore/platform/graphics/mac/controls/SearchFieldCancelButtonMac.h
    M 
Source/WebCore/platform/graphics/mac/controls/SearchFieldCancelButtonMac.mm
    M Source/WebCore/platform/graphics/mac/controls/SearchFieldMac.h
    M Source/WebCore/platform/graphics/mac/controls/SearchFieldMac.mm
    M Source/WebCore/platform/graphics/mac/controls/SearchFieldResultsMac.h
    M Source/WebCore/platform/graphics/mac/controls/SearchFieldResultsMac.mm
    M Source/WebCore/platform/graphics/mac/controls/SliderThumbMac.h
    M Source/WebCore/platform/graphics/mac/controls/SliderThumbMac.mm
    M Source/WebCore/platform/graphics/mac/controls/SliderTrackMac.h
    M Source/WebCore/platform/graphics/mac/controls/SliderTrackMac.mm
    M Source/WebCore/platform/graphics/mac/controls/TextAreaMac.h
    M Source/WebCore/platform/graphics/mac/controls/TextAreaMac.mm
    M Source/WebCore/platform/graphics/mac/controls/TextFieldMac.h
    M Source/WebCore/platform/graphics/mac/controls/TextFieldMac.mm
    M Source/WebCore/platform/graphics/mac/controls/ToggleButtonMac.h
    M Source/WebCore/platform/graphics/mac/controls/ToggleButtonMac.mm
    M Source/WebCore/platform/graphics/mac/controls/WebControlView.h
    M Source/WebCore/platform/graphics/mac/controls/WebControlView.mm
    M Source/WebCore/platform/graphics/opentype/OpenTypeUtilities.cpp
    M Source/WebCore/platform/graphics/opentype/OpenTypeUtilities.h
    M Source/WebCore/platform/graphics/transforms/AffineTransform.cpp
    M Source/WebCore/platform/graphics/transforms/AffineTransform.h
    M Source/WebCore/platform/graphics/transforms/Quaternion.cpp
    M Source/WebCore/platform/graphics/transforms/Quaternion.h
    M Source/WebCore/platform/graphics/transforms/TransformOperation.cpp
    M Source/WebCore/platform/graphics/transforms/TransformState.cpp
    M Source/WebCore/platform/graphics/transforms/TransformState.h
    M Source/WebCore/platform/graphics/transforms/TransformationMatrix.cpp
    M Source/WebCore/platform/graphics/transforms/TransformationMatrix.h
    M Source/WebCore/platform/graphics/win/FloatRectWin.cpp
    M Source/WebCore/platform/graphics/win/FontCacheWin.cpp
    M Source/WebCore/platform/graphics/win/FontCascadeWinInlines.h
    M Source/WebCore/platform/graphics/win/FontCustomPlatformDataWin.cpp
    M Source/WebCore/platform/graphics/win/FontPlatformDataWin.cpp
    M Source/WebCore/platform/graphics/win/FontWin.cpp
    M Source/WebCore/platform/graphics/win/ImageAdapterWin.cpp
    M Source/WebCore/platform/graphics/win/IntPointWin.cpp
    M Source/WebCore/platform/graphics/win/IntRectWin.cpp
    M Source/WebCore/platform/graphics/win/IntSizeWin.cpp
    M Source/WebCore/platform/graphics/win/SimpleFontDataWin.cpp
    M Source/WebCore/platform/graphics/win/TransformationMatrixWin.cpp
    M Source/WebCore/platform/graphics/win/cairo/FontCacheWinCairo.cpp
    M 
Source/WebCore/platform/graphics/win/cairo/FontCustomPlatformDataWinCairo.cpp
    M Source/WebCore/platform/graphics/win/cairo/FontPlatformDataWinCairo.cpp
    M Source/WebCore/platform/graphics/win/cairo/ImageAdapterWinCairo.cpp
    M Source/WebCore/platform/gtk/LocalizedStringsGtk.cpp
    M Source/WebCore/platform/gtk/PlatformKeyboardEventGtk.cpp
    M Source/WebCore/platform/gtk/PlatformScreenGtk.cpp
    M Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp
    M Source/WebCore/platform/gtk/ScrollbarThemeGtk.h
    M Source/WebCore/platform/image-decoders/ScalableImageDecoder.cpp
    M Source/WebCore/platform/image-decoders/ScalableImageDecoder.h
    M Source/WebCore/platform/image-decoders/ScalableImageDecoderFrame.cpp
    M Source/WebCore/platform/image-decoders/ScalableImageDecoderFrame.h
    M Source/WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp
    M Source/WebCore/platform/image-decoders/gif/GIFImageDecoder.h
    M Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
    M Source/WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h
    M Source/WebCore/platform/image-decoders/png/PNGImageDecoder.cpp
    M Source/WebCore/platform/image-decoders/png/PNGImageDecoder.h
    M Source/WebCore/platform/ios/DeviceMotionClientIOS.mm
    M Source/WebCore/platform/ios/DeviceOrientationClientIOS.mm
    M Source/WebCore/platform/ios/LocalCurrentGraphicsContextIOS.mm
    M Source/WebCore/platform/ios/PlatformPasteboardIOS.mm
    M Source/WebCore/platform/ios/PlatformScreenIOS.mm
    M Source/WebCore/platform/ios/ScrollbarThemeIOS.h
    M Source/WebCore/platform/ios/ScrollbarThemeIOS.mm
    M Source/WebCore/platform/ios/ThemeIOS.h
    M Source/WebCore/platform/ios/ThemeIOS.mm
    M Source/WebCore/platform/ios/WebCoreMotionManager.h
    M Source/WebCore/platform/ios/WebCoreMotionManager.mm
    M Source/WebCore/platform/ios/WebSQLiteDatabaseTrackerClient.h
    M Source/WebCore/platform/ios/WebSQLiteDatabaseTrackerClient.mm
    M Source/WebCore/platform/mac/LocalCurrentGraphicsContextMac.mm
    M Source/WebCore/platform/mac/LoggingMac.mm
    M Source/WebCore/platform/mac/NSScrollerImpDetails.h
    M Source/WebCore/platform/mac/NSScrollerImpDetails.mm
    M Source/WebCore/platform/mac/PlatformScreenMac.mm
    M Source/WebCore/platform/mac/ScrollbarMac.h
    M Source/WebCore/platform/mac/ScrollbarMac.mm
    M Source/WebCore/platform/mac/ScrollbarThemeMac.h
    M Source/WebCore/platform/mac/ScrollbarThemeMac.mm
    M Source/WebCore/platform/mac/SuddenTermination.mm
    M Source/WebCore/platform/mac/WebCoreView.h
    M Source/WebCore/platform/mac/WebCoreView.m
    M Source/WebCore/platform/mediastream/RTCDTMFSenderBackend.h
    M Source/WebCore/platform/mediastream/RealtimeOutgoingAudioSource.cpp
    M Source/WebCore/platform/mediastream/RealtimeOutgoingAudioSource.h
    M Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.cpp
    M Source/WebCore/platform/mediastream/RealtimeOutgoingVideoSource.h
    M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCDTMFSenderBackend.h
    M Source/WebCore/platform/mediastream/libwebrtc/LibWebRTCMacros.h
    M 
Source/WebCore/platform/mediastream/mac/RealtimeOutgoingAudioSourceCocoa.cpp
    M 
Source/WebCore/platform/mediastream/mac/RealtimeOutgoingVideoSourceCocoa.cpp
    M Source/WebCore/platform/mediastream/mac/RealtimeOutgoingVideoSourceCocoa.h
    M Source/WebCore/platform/mediastream/mac/RealtimeVideoUtilities.h
    M Source/WebCore/platform/mock/GeolocationClientMock.cpp
    M Source/WebCore/platform/mock/GeolocationClientMock.h
    M Source/WebCore/platform/mock/MockRealtimeMediaSourceCenter.cpp
    M Source/WebCore/platform/mock/MockRealtimeMediaSourceCenter.h
    M Source/WebCore/platform/mock/PlatformSpeechSynthesizerMock.cpp
    M Source/WebCore/platform/mock/PlatformSpeechSynthesizerMock.h
    M Source/WebCore/platform/mock/ScrollbarThemeMock.cpp
    M Source/WebCore/platform/mock/ScrollbarThemeMock.h
    M Source/WebCore/platform/mock/ScrollbarsControllerMock.cpp
    M Source/WebCore/platform/mock/ScrollbarsControllerMock.h
    M Source/WebCore/platform/network/AuthenticationChallengeBase.cpp
    M Source/WebCore/platform/network/AuthenticationChallengeBase.h
    M Source/WebCore/platform/network/Credential.h
    M Source/WebCore/platform/network/CredentialBase.cpp
    M Source/WebCore/platform/network/CredentialBase.h
    M Source/WebCore/platform/network/CredentialStorage.cpp
    M Source/WebCore/platform/network/CredentialStorage.h
    M Source/WebCore/platform/network/DNS.cpp
    M Source/WebCore/platform/network/DNSResolveQueue.cpp
    M Source/WebCore/platform/network/DNSResolveQueue.h
    M Source/WebCore/platform/network/HTTPHeaderMap.h
    M Source/WebCore/platform/network/HTTPParsers.cpp
    M Source/WebCore/platform/network/HTTPParsers.h
    M Source/WebCore/platform/network/NetworkLoadMetrics.h
    M Source/WebCore/platform/network/NetworkStorageSession.cpp
    M Source/WebCore/platform/network/ProtectionSpace.h
    M Source/WebCore/platform/network/ProtectionSpaceBase.cpp
    M Source/WebCore/platform/network/ProtectionSpaceBase.h
    M Source/WebCore/platform/network/ProtectionSpaceHash.h
    M Source/WebCore/platform/network/ResourceErrorBase.cpp
    M Source/WebCore/platform/network/ResourceErrorBase.h
    M Source/WebCore/platform/network/ResourceHandleInternal.h
    M Source/WebCore/platform/network/ResourceRequestBase.cpp
    M Source/WebCore/platform/network/ResourceRequestBase.h
    M Source/WebCore/platform/network/SocketStreamError.h
    M Source/WebCore/platform/network/StorageSessionProvider.h
    M Source/WebCore/platform/network/cf/AuthenticationChallenge.h
    M Source/WebCore/platform/network/cf/DNSResolveQueueCFNet.cpp
    M Source/WebCore/platform/network/cf/ResourceError.h
    M Source/WebCore/platform/network/cf/ResourceRequest.h
    M Source/WebCore/platform/network/cf/ResourceRequestCFNet.cpp
    M Source/WebCore/platform/network/cf/ResourceRequestCFNet.h
    M Source/WebCore/platform/network/cf/ResourceResponse.h
    M Source/WebCore/platform/network/cocoa/CookieCocoa.mm
    M Source/WebCore/platform/network/cocoa/NetworkLoadMetrics.mm
    M Source/WebCore/platform/network/cocoa/NetworkStorageSessionCocoa.mm
    M Source/WebCore/platform/network/cocoa/ResourceRequestCocoa.mm
    M Source/WebCore/platform/network/cocoa/ResourceResponseCocoa.mm
    M Source/WebCore/platform/network/curl/AuthenticationChallenge.h
    M Source/WebCore/platform/network/curl/CurlContext.cpp
    M Source/WebCore/platform/network/curl/CurlContext.h
    M Source/WebCore/platform/network/curl/CurlFormDataStream.cpp
    M Source/WebCore/platform/network/curl/CurlFormDataStream.h
    M Source/WebCore/platform/network/curl/CurlRequestScheduler.cpp
    M Source/WebCore/platform/network/curl/CurlRequestScheduler.h
    M Source/WebCore/platform/network/curl/DNSResolveQueueCurl.cpp
    M Source/WebCore/platform/network/curl/ResourceError.h
    M Source/WebCore/platform/network/curl/ResourceRequest.h
    M Source/WebCore/platform/network/curl/ResourceRequestCurl.cpp
    M Source/WebCore/platform/network/curl/ResourceResponse.h
    M Source/WebCore/platform/network/glib/DNSResolveQueueGLib.cpp
    M Source/WebCore/platform/network/mac/AuthenticationMac.h
    M Source/WebCore/platform/network/mac/AuthenticationMac.mm
    M Source/WebCore/platform/network/soup/AuthenticationChallenge.h
    M Source/WebCore/platform/network/soup/CertificateInfo.h
    M Source/WebCore/platform/network/soup/ResourceError.h
    M Source/WebCore/platform/network/soup/ResourceRequest.h
    M Source/WebCore/platform/network/soup/ResourceResponse.h
    M Source/WebCore/platform/network/win/NetworkStateNotifierWin.cpp
    M Source/WebCore/platform/sql/SQLiteDatabaseTracker.cpp
    M Source/WebCore/platform/sql/SQLiteDatabaseTracker.h
    M Source/WebCore/platform/sql/SQLiteDatabaseTrackerClient.h
    M Source/WebCore/platform/sql/SQLiteTransaction.cpp
    M Source/WebCore/platform/sql/SQLiteTransaction.h
    M Source/WebCore/platform/text/BidiRunList.h
    M Source/WebCore/platform/text/TextBoundaries.cpp
    M Source/WebCore/platform/text/TextFlags.h
    M Source/WebCore/platform/text/UnicodeBidi.h
    M Source/WebCore/platform/text/cocoa/LocalizedDateCache.h
    M Source/WebCore/platform/text/cocoa/LocalizedDateCache.mm
    M Source/WebCore/platform/win/BitmapInfo.cpp
    M Source/WebCore/platform/win/BitmapInfo.h
    M Source/WebCore/platform/win/ClipboardUtilitiesWin.h
    M Source/WebCore/platform/win/LoggingWin.cpp
    M Source/WebCore/platform/win/MIMETypeRegistryWin.cpp
    M Source/WebCore/platform/win/MainThreadSharedTimerWin.cpp
    M Source/WebCore/platform/win/PasteboardWin.cpp
    M Source/WebCore/platform/win/PlatformMouseEventWin.cpp
    M Source/WebCore/platform/win/PlatformScreenWin.cpp
    M Source/WebCore/platform/win/SystemInfo.cpp
    M Source/WebCore/platform/win/SystemInfo.h
    M Source/WebCore/platform/win/WCDataObject.cpp
    M Source/WebCore/platform/win/WCDataObject.h
    M Source/WebCore/platform/win/WebCoreTextRenderer.cpp
    M Source/WebCore/platform/win/WebCoreTextRenderer.h
    M Source/WebCore/platform/win/WheelEventWin.cpp
    M Source/WebCore/platform/win/cairo/DragImageWinCairo.cpp
    M Source/WebCore/plugins/PluginData.cpp
    M Source/WebCore/preprocess-localizable-strings.pl
    M Source/WebCore/rendering/BaselineAlignment.cpp
    M Source/WebCore/rendering/BaselineAlignment.h
    M Source/WebCore/rendering/FixedTableLayout.cpp
    M Source/WebCore/rendering/GridMasonryLayout.cpp
    M Source/WebCore/rendering/GridMasonryLayout.h
    M Source/WebCore/rendering/HitTestLocation.h
    M Source/WebCore/rendering/HitTestRequest.h
    M Source/WebCore/rendering/HitTestResult.h
    M Source/WebCore/rendering/HitTestingTransformState.cpp
    M Source/WebCore/rendering/HitTestingTransformState.h
    M Source/WebCore/rendering/OverlapTestRequestClient.h
    M Source/WebCore/rendering/RenderBoxFragmentInfo.h
    M Source/WebCore/rendering/RenderButton.cpp
    M Source/WebCore/rendering/RenderButton.h
    M Source/WebCore/rendering/RenderDeprecatedFlexibleBox.h
    M Source/WebCore/rendering/RenderFragmentContainerSet.cpp
    M Source/WebCore/rendering/RenderFragmentContainerSet.h
    M Source/WebCore/rendering/RenderFrameSet.cpp
    M Source/WebCore/rendering/RenderLayoutState.cpp
    M Source/WebCore/rendering/RenderMarquee.h
    M Source/WebCore/rendering/RenderMultiColumnFlow.cpp
    M Source/WebCore/rendering/RenderMultiColumnFlow.h
    M Source/WebCore/rendering/RenderMultiColumnSet.cpp
    M Source/WebCore/rendering/RenderMultiColumnSet.h
    M Source/WebCore/rendering/RenderQuote.cpp
    M Source/WebCore/rendering/RenderScrollbar.cpp
    M Source/WebCore/rendering/RenderScrollbar.h
    M Source/WebCore/rendering/RenderScrollbarPart.cpp
    M Source/WebCore/rendering/RenderScrollbarPart.h
    M Source/WebCore/rendering/RenderScrollbarTheme.cpp
    M Source/WebCore/rendering/RenderScrollbarTheme.h
    M Source/WebCore/rendering/RenderVTTCue.cpp
    M Source/WebCore/rendering/RenderVTTCue.h
    M Source/WebCore/rendering/RenderVideo.cpp
    M Source/WebCore/rendering/mathml/MathOperator.cpp
    M Source/WebCore/rendering/mathml/MathOperator.h
    M Source/WebCore/rendering/mathml/RenderMathMLToken.cpp
    M Source/WebCore/rendering/mathml/RenderMathMLToken.h
    M Source/WebCore/rendering/style/ListStyleType.cpp
    M Source/WebCore/rendering/style/ListStyleType.h
    M Source/WebCore/rendering/style/QuotesData.cpp
    M Source/WebCore/rendering/style/SVGRenderStyle.cpp
    M Source/WebCore/rendering/style/SVGRenderStyleDefs.cpp
    M Source/WebCore/rendering/style/SVGRenderStyleDefs.h
    M Source/WebCore/rendering/style/ScrollbarGutter.cpp
    M Source/WebCore/rendering/style/StyleFlexibleBoxData.cpp
    M Source/WebCore/rendering/style/StyleFlexibleBoxData.h
    M Source/WebCore/rendering/style/StyleGridData.cpp
    M Source/WebCore/rendering/style/StyleGridData.h
    M Source/WebCore/rendering/svg/RenderSVGBlock.cpp
    M Source/WebCore/rendering/svg/RenderSVGBlock.h
    M Source/WebCore/rendering/svg/RenderSVGContainer.cpp
    M Source/WebCore/rendering/svg/RenderSVGContainer.h
    M Source/WebCore/rendering/svg/RenderSVGForeignObject.cpp
    M Source/WebCore/rendering/svg/RenderSVGForeignObject.h
    M Source/WebCore/rendering/svg/RenderSVGImage.cpp
    M Source/WebCore/rendering/svg/RenderSVGInline.h
    M Source/WebCore/rendering/svg/RenderSVGPath.h
    M Source/WebCore/rendering/svg/RenderSVGResourceFilter.cpp
    M Source/WebCore/rendering/svg/RenderSVGResourceFilter.h
    M Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.cpp
    M Source/WebCore/rendering/svg/RenderSVGResourceFilterPrimitive.h
    M Source/WebCore/rendering/svg/RenderSVGRoot.h
    M Source/WebCore/rendering/svg/RenderSVGShape.h
    M Source/WebCore/rendering/svg/RenderSVGTSpan.h
    M Source/WebCore/rendering/svg/SVGContainerLayout.cpp
    M Source/WebCore/rendering/svg/SVGInlineFlowBox.cpp
    M Source/WebCore/rendering/svg/SVGInlineFlowBox.h
    M Source/WebCore/rendering/svg/SVGRenderSupport.cpp
    M Source/WebCore/rendering/svg/SVGRenderSupport.h
    M Source/WebCore/rendering/svg/SVGRenderingContext.cpp
    M Source/WebCore/rendering/svg/SVGRenderingContext.h
    M Source/WebCore/rendering/svg/SVGRootInlineBox.h
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGContainer.cpp
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGContainer.h
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGForeignObject.cpp
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGForeignObject.h
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGImage.cpp
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGPath.h
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGRoot.h
    M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGShape.h
    M Source/WebCore/storage/Storage.cpp
    M Source/WebCore/storage/Storage.h
    M Source/WebCore/storage/Storage.idl
    M Source/WebCore/storage/StorageArea.h
    M Source/WebCore/storage/StorageEventDispatcher.cpp
    M Source/WebCore/storage/StorageMap.cpp
    M Source/WebCore/storage/StorageMap.h
    M Source/WebCore/storage/StorageNamespace.h
    M Source/WebCore/style/InlineTextBoxStyle.cpp
    M Source/WebCore/style/InlineTextBoxStyle.h
    M Source/WebCore/svg/SVGElementRareData.h
    M Source/WebCore/svg/SVGFEDistantLightElement.cpp
    M Source/WebCore/svg/SVGFEDistantLightElement.h
    M Source/WebCore/svg/SVGFEPointLightElement.cpp
    M Source/WebCore/svg/SVGFEPointLightElement.h
    M Source/WebCore/svg/SVGFESpotLightElement.cpp
    M Source/WebCore/svg/SVGFESpotLightElement.h
    M Source/WebCore/svg/SVGLocatable.cpp
    M Source/WebCore/svg/SVGMarkerTypes.h
    M Source/WebCore/svg/SVGPathSegImpl.h
    M Source/WebCore/svg/SVGPathSegValue.h
    M Source/WebCore/svg/SVGTZoneImpls.cpp
    M Source/WebCore/svg/SVGZoomAndPanType.h
    M Source/WebCore/svg/graphics/filters/SVGFilterEffectGraph.h
    M Source/WebCore/svg/graphics/filters/SVGFilterExpression.h
    M Source/WebCore/svg/graphics/filters/SVGFilterGraph.h
    M Source/WebCore/svg/graphics/filters/SVGFilterPrimitiveGraph.h
    M Source/WebCore/svg/properties/SVGAnimatedDecoratedProperty.h
    M Source/WebCore/svg/properties/SVGAnimatedPrimitiveProperty.h
    M Source/WebCore/svg/properties/SVGAnimatedProperty.cpp
    M Source/WebCore/svg/properties/SVGAnimatedProperty.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyAccessor.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyAccessorImpl.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyAnimator.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyAnimatorImpl.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyImpl.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyList.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyPairAccessor.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyPairAccessorImpl.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyPairAnimator.h
    M Source/WebCore/svg/properties/SVGAnimatedPropertyPairAnimatorImpl.h
    M Source/WebCore/svg/properties/SVGAnimatedValueProperty.h
    M Source/WebCore/svg/properties/SVGAnimationAdditiveFunction.h
    M Source/WebCore/svg/properties/SVGAnimationAdditiveListFunctionImpl.h
    M Source/WebCore/svg/properties/SVGAnimationAdditiveValueFunction.h
    M Source/WebCore/svg/properties/SVGAnimationAdditiveValueFunctionImpl.cpp
    M Source/WebCore/svg/properties/SVGAnimationAdditiveValueFunctionImpl.h
    M Source/WebCore/svg/properties/SVGAnimationDiscreteFunction.h
    M Source/WebCore/svg/properties/SVGAnimationDiscreteFunctionImpl.h
    M Source/WebCore/svg/properties/SVGAnimationFunction.h
    M Source/WebCore/svg/properties/SVGAttributeAnimator.cpp
    M Source/WebCore/svg/properties/SVGAttributeAnimator.h
    M Source/WebCore/svg/properties/SVGDecoratedEnumeration.h
    M Source/WebCore/svg/properties/SVGDecoratedPrimitive.h
    M Source/WebCore/svg/properties/SVGDecoratedProperty.h
    M Source/WebCore/svg/properties/SVGList.h
    M Source/WebCore/svg/properties/SVGMemberAccessor.h
    M Source/WebCore/svg/properties/SVGPointerMemberAccessor.h
    M Source/WebCore/svg/properties/SVGPrimitiveList.h
    M Source/WebCore/svg/properties/SVGPrimitivePropertyAnimatorImpl.h
    M Source/WebCore/svg/properties/SVGPropertyAccessor.h
    M Source/WebCore/svg/properties/SVGPropertyAccessorImpl.h
    M Source/WebCore/svg/properties/SVGPropertyAnimator.h
    M Source/WebCore/svg/properties/SVGPropertyAnimatorFactory.h
    M Source/WebCore/svg/properties/SVGPropertyList.h
    M Source/WebCore/svg/properties/SVGPropertyOwner.h
    M Source/WebCore/svg/properties/SVGPropertyOwnerRegistry.h
    M Source/WebCore/svg/properties/SVGPropertyRegistry.h
    M Source/WebCore/svg/properties/SVGSharedPrimitiveProperty.h
    M Source/WebCore/svg/properties/SVGValueProperty.h
    M Source/WebCore/svg/properties/SVGValuePropertyAnimatorImpl.h
    M Source/WebCore/svg/properties/SVGValuePropertyList.h
    M Source/WebCore/svg/properties/SVGValuePropertyListAnimator.h
    M Source/WebCore/svg/properties/SVGValuePropertyListAnimatorImpl.h
    M Source/WebCore/testing/MockLibWebRTCPeerConnection.cpp
    M Source/WebCore/testing/MockLibWebRTCPeerConnection.h
    M Source/WebCore/testing/js/WebCoreTestSupportPrefix.h
    M Source/WebCore/workers/Worker.cpp
    M Source/WebCore/workers/Worker.h
    M Source/WebCore/workers/Worker.idl
    M Source/WebCore/workers/WorkerAnimationController.cpp
    M Source/WebCore/workers/WorkerAnimationController.h
    M Source/WebCore/workers/WorkerGlobalScope.cpp
    M Source/WebCore/workers/WorkerGlobalScope.idl
    M Source/WebCore/workers/WorkerInitializationData.h
    M Source/WebCore/workers/WorkerLocation.cpp
    M Source/WebCore/workers/WorkerLocation.h
    M Source/WebCore/workers/WorkerLocation.idl
    M Source/WebCore/workers/WorkerMessagingProxy.cpp
    M Source/WebCore/workers/WorkerMessagingProxy.h
    M Source/WebCore/workers/WorkerOptions.h
    M Source/WebCore/workers/WorkerOptions.idl
    M Source/WebCore/workers/WorkerOrWorkletScriptController.cpp
    M Source/WebCore/workers/WorkerOrWorkletScriptController.h
    M Source/WebCore/workers/WorkerRunLoop.cpp
    M Source/WebCore/workers/WorkerRunLoop.h
    M Source/WebCore/workers/WorkerScriptLoader.cpp
    M Source/WebCore/workers/WorkerScriptLoader.h
    M Source/WebCore/workers/WorkerScriptLoaderClient.h
    M Source/WebCore/workers/WorkerThread.cpp
    M Source/WebCore/workers/WorkerThread.h
    M Source/WebCore/workers/WorkerThreadMode.h
    M Source/WebCore/worklets/WorkletGlobalScope.cpp
    M Source/WebCore/xml/XMLHttpRequestUpload.cpp
    M Source/WebCore/xml/XMLHttpRequestUpload.h
    M Source/WebCore/xml/XMLSerializer.h
    M Source/WebCore/xml/XMLSerializer.idl
    M Source/WebCore/xml/XPathEvaluator.cpp
    M Source/WebCore/xml/XPathExpressionNode.cpp
    M Source/WebCore/xml/XPathNSResolver.cpp
    M Source/WebCore/xml/XPathNSResolver.h
    M Source/WebCore/xml/XPathNSResolver.idl
    M Source/WebCore/xml/XPathStep.h
    M Source/WebCore/xml/XPathUtil.cpp
    M Source/WebCore/xml/XPathUtil.h
    M Source/WebCore/xml/XPathVariableReference.cpp
    M Source/WebCore/xml/parser/MarkupTokenizerInlines.h
    M Source/WebDriver/LogInitialization.cpp
    M Source/WebDriver/Logging.cpp
    M Source/WebDriver/Logging.h
    M Source/WebDriver/win/LoggingWin.cpp
    M Source/WebGPU/WebGPU/ExportMacros.h
    M Source/WebGPU/WebGPU/Internal/Logging.cpp
    M Source/WebGPU/WebGPU/Internal/Logging.h
    M Source/WebInspectorUI/Scripts/copy-user-interface-resources.pl
    M Source/WebInspectorUI/UserInterface/Base/DOMUtilities.js
    M Source/WebInspectorUI/UserInterface/Base/Object.js
    M Source/WebInspectorUI/UserInterface/Controllers/SelectionController.js
    M Source/WebInspectorUI/UserInterface/Models/Color.js
    M Source/WebInspectorUI/UserInterface/Models/ConsoleCommandResultMessage.js
    M Source/WebInspectorUI/UserInterface/Views/ConsoleCommandView.js
    M Source/WebInspectorUI/UserInterface/Views/ConsoleGroup.js
    M Source/WebInspectorUI/UserInterface/Views/ConsoleMessageView.js
    M Source/WebInspectorUI/UserInterface/Views/ConsoleSession.js
    M Source/WebInspectorUI/UserInterface/Views/ConsoleSourceMapMessageGroup.js
    M Source/WebInspectorUI/UserInterface/Views/DOMTreeElement.js
    M Source/WebInspectorUI/UserInterface/Views/DOMTreeOutline.js
    M Source/WebInspectorUI/UserInterface/Views/DOMTreeUpdater.js
    M Source/WebInspectorUI/UserInterface/Views/DataGrid.js
    M Source/WebInspectorUI/UserInterface/Views/DataGridNode.js
    M Source/WebInspectorUI/UserInterface/Views/ElementsTabContentView.css
    M Source/WebInspectorUI/UserInterface/Views/GradientSlider.css
    M Source/WebInspectorUI/UserInterface/Views/GradientSlider.js
    M Source/WebInspectorUI/UserInterface/Views/NetworkTabContentView.css
    M Source/WebInspectorUI/UserInterface/Views/SoftContextMenu.css
    M Source/WebInspectorUI/UserInterface/Views/SoftContextMenu.js
    M Source/WebInspectorUI/UserInterface/Views/Table.js
    M Source/WebInspectorUI/UserInterface/Views/TableColumn.js
    M Source/WebInspectorUI/UserInterface/Views/TreeElement.js
    M Source/WebInspectorUI/UserInterface/Views/TreeOutline.js
    M 
Source/WebInspectorUI/UserInterface/Views/WebInspectorExtensionTabContentView.css
    M Source/WebKit/GPUProcess/graphics/ImageBufferShareableAllocator.h
    M Source/WebKit/GPUProcess/graphics/RemoteImageBufferSet.h
    M Source/WebKit/GPUProcess/graphics/RemoteResourceCache.h
    M Source/WebKit/GPUProcess/graphics/ShareablePixelBuffer.h
    M Source/WebKit/NetworkProcess/webrtc/RTCDataChannelRemoteManagerProxy.cpp
    M Source/WebKit/Platform/IPC/Connection.h
    M Source/WebKit/Platform/LogInitialization.h
    M Source/WebKit/Platform/win/LoggingWin.cpp
    M Source/WebKit/Shared/API/APIObject.cpp
    M Source/WebKit/Shared/API/c/WKBase.h
    M Source/WebKit/Shared/API/c/WKDeclarationSpecifiers.h
    M Source/WebKit/Shared/API/c/gtk/WKBaseGtk.h
    M Source/WebKit/Shared/Cocoa/CacheStoragePolicy.h
    M Source/WebKit/Shared/CoordinateSystem.h
    M Source/WebKit/Shared/NativeWebKeyboardEvent.h
    M Source/WebKit/Shared/glib/ProcessExecutablePathGLib.cpp
    M Source/WebKit/Shared/gtk/NativeWebKeyboardEventGtk.cpp
    M Source/WebKit/Shared/gtk/WebEventFactory.cpp
    M Source/WebKit/Shared/gtk/WebEventFactory.h
    M Source/WebKit/UIProcess/API/C/WKAPICast.h
    M Source/WebKit/UIProcess/API/C/WKHitTestResult.cpp
    M Source/WebKit/UIProcess/API/C/WKHitTestResult.h
    M Source/WebKit/UIProcess/API/C/gtk/WKAPICastGtk.h
    M Source/WebKit/UIProcess/API/C/gtk/WKView.cpp
    M Source/WebKit/UIProcess/API/C/gtk/WKView.h
    M Source/WebKit/UIProcess/API/Cocoa/WebKitLegacy.h
    M Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp
    M Source/WebKit/UIProcess/API/glib/WebKitSettings.h.in
    M Source/WebKit/UIProcess/API/glib/WebKitWebView.cpp
    M Source/WebKit/UIProcess/API/glib/WebKitWebView.h.in
    M Source/WebKit/UIProcess/API/glib/WebKitWebViewPrivate.h
    M Source/WebKit/UIProcess/API/glib/WebKitWindowPropertiesPrivate.h
    M Source/WebKit/UIProcess/API/gtk/PageClientImpl.cpp
    M Source/WebKit/UIProcess/API/gtk/PageClientImpl.h
    M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.cpp
    M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBase.h.in
    M Source/WebKit/UIProcess/API/gtk/WebKitWebViewBasePrivate.h
    M Source/WebKit/UIProcess/DrawingAreaProxy.h
    M Source/WebKit/UIProcess/Inspector/WebInspectorUIProxy.cpp
    M Source/WebKit/UIProcess/Inspector/WebInspectorUIProxy.h
    M Source/WebKit/UIProcess/Inspector/gtk/WebInspectorUIProxyGtk.cpp
    M Source/WebKit/UIProcess/Launcher/cocoa/ExtensionProcess.h
    M Source/WebKit/UIProcess/Launcher/cocoa/ExtensionProcess.mm
    M Source/WebKit/UIProcess/Launcher/glib/ProcessLauncherGLib.cpp
    M Source/WebKit/UIProcess/glib/WebPageProxyGLib.cpp
    M Source/WebKit/UIProcess/glib/WebProcessPoolGLib.cpp
    M Source/WebKit/UIProcess/gtk/TextCheckerGtk.cpp
    M Source/WebKit/UIProcess/gtk/WebPageProxyGtk.cpp
    M Source/WebKit/UIProcess/gtk/WebPreferencesGtk.cpp
    M Source/WebKit/UIProcess/mac/DisplayCaptureSessionManager.h
    M Source/WebKit/UIProcess/win/PageClientImpl.h
    M Source/WebKit/WebKit2Prefix.h
    M 
Source/WebKit/WebProcess/GPU/graphics/ImageBufferRemoteDisplayListBackend.cpp
    M 
Source/WebKit/WebProcess/GPU/graphics/ImageBufferRemoteDisplayListBackend.h
    M 
Source/WebKit/WebProcess/GPU/graphics/ImageBufferRemotePDFDocumentBackend.cpp
    M 
Source/WebKit/WebProcess/GPU/graphics/ImageBufferRemotePDFDocumentBackend.h
    M Source/WebKit/WebProcess/GPU/graphics/ImageBufferShareableBitmapBackend.h
    M Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.cpp
    M Source/WebKit/WebProcess/GPU/graphics/RemoteImageBufferProxy.h
    M Source/WebKit/WebProcess/GPU/graphics/RemoteResourceCacheProxy.h
    M 
Source/WebKit/WebProcess/GPU/graphics/cocoa/ImageBufferRemoteIOSurfaceBackend.h
    M 
Source/WebKit/WebProcess/GPU/graphics/cocoa/ImageBufferShareableMappedIOSurfaceBackend.h
    M 
Source/WebKit/WebProcess/GPU/graphics/cocoa/ImageBufferShareableMappedIOSurfaceBitmapBackend.h
    M 
Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleDOMWindowExtension.cpp
    M Source/WebKit/WebProcess/InjectedBundle/API/c/WKBundleDOMWindowExtension.h
    M Source/WebKit/WebProcess/InjectedBundle/API/glib/DOM/WebKitDOMObject.cpp
    M Source/WebKit/WebProcess/InjectedBundle/API/gtk/DOM/WebKitDOMObject.h
    M 
Source/WebKit/WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.cpp
    M Source/WebKit/WebProcess/InjectedBundle/InjectedBundleDOMWindowExtension.h
    M Source/WebKit/WebProcess/InjectedBundle/glib/InjectedBundleGlib.cpp
    M Source/WebKit/WebProcess/Inspector/gtk/RemoteWebInspectorUIGtk.cpp
    M Source/WebKit/WebProcess/Inspector/gtk/WebInspectorUIGtk.cpp
    M Source/WebKit/WebProcess/Network/WebSocketProvider.cpp
    M Source/WebKit/WebProcess/Network/webrtc/RTCDataChannelRemoteManager.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/gtk/WebContextMenuClientGtk.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/soup/WebFrameNetworkingContext.h
    M Source/WebKit/WebProcess/WebPage/gtk/WebPageGtk.cpp
    M Source/WebKit/WebProcess/glib/WebProcessGLib.cpp
    M Source/WebKit/WebProcess/gtk/WebProcessMainGtk.cpp
    M Source/WebKit/WebProcess/wpe/WebProcessMainWPE.cpp
    M Source/WebKit/config.h
    M Source/WebKitLegacy/Storage/StorageAreaImpl.cpp
    M Source/WebKitLegacy/Storage/StorageAreaImpl.h
    M Source/WebKitLegacy/Storage/StorageAreaSync.cpp
    M Source/WebKitLegacy/Storage/StorageAreaSync.h
    M Source/WebKitLegacy/Storage/StorageNamespaceImpl.cpp
    M Source/WebKitLegacy/Storage/StorageNamespaceImpl.h
    M Source/WebKitLegacy/Storage/StorageSyncManager.cpp
    M Source/WebKitLegacy/Storage/StorageSyncManager.h
    M Source/WebKitLegacy/Storage/StorageThread.cpp
    M Source/WebKitLegacy/Storage/StorageThread.h
    M Source/WebKitLegacy/WebCoreSupport/SocketStreamHandle.cpp
    M Source/WebKitLegacy/WebCoreSupport/SocketStreamHandle.h
    M Source/WebKitLegacy/WebCoreSupport/SocketStreamHandleClient.h
    M Source/WebKitLegacy/WebCoreSupport/SocketStreamHandleImpl.h
    M Source/WebKitLegacy/WebCoreSupport/SocketStreamHandleImplCFNet.cpp
    M Source/WebKitLegacy/WebCoreSupport/WebSocketChannel.cpp
    M Source/WebKitLegacy/WebCoreSupport/WebSocketChannel.h
    M Source/WebKitLegacy/cf/WebCoreSupport/WebInspectorClientCF.cpp
    M Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.h
    M Source/WebKitLegacy/ios/Misc/WebGeolocationCoreLocationProvider.mm
    M Source/WebKitLegacy/ios/Misc/WebGeolocationProviderIOS.h
    M Source/WebKitLegacy/ios/Misc/WebGeolocationProviderIOS.mm
    M Source/WebKitLegacy/ios/WebCoreSupport/WebCaretChangeListener.h
    M Source/WebKitLegacy/ios/WebCoreSupport/WebGeolocation.mm
    M Source/WebKitLegacy/ios/WebCoreSupport/WebGeolocationInternal.h
    M Source/WebKitLegacy/ios/WebCoreSupport/WebGeolocationPrivate.h
    M Source/WebKitLegacy/ios/WebCoreSupport/WebInspectorClientIOS.mm
    M Source/WebKitLegacy/ios/WebView/WebPlainWhiteView.h
    M Source/WebKitLegacy/ios/WebView/WebPlainWhiteView.mm
    M Source/WebKitLegacy/mac/DOM/DOM.h
    M Source/WebKitLegacy/mac/DOM/DOMCSS.h
    M Source/WebKitLegacy/mac/DOM/DOMCore.h
    M Source/WebKitLegacy/mac/DOM/DOMEventException.h
    M Source/WebKitLegacy/mac/DOM/DOMEvents.h
    M Source/WebKitLegacy/mac/DOM/DOMException.h
    M Source/WebKitLegacy/mac/DOM/DOMHTML.h
    M Source/WebKitLegacy/mac/DOM/DOMPrivate.h
    M Source/WebKitLegacy/mac/DOM/DOMRangeException.h
    M Source/WebKitLegacy/mac/DOM/DOMRanges.h
    M Source/WebKitLegacy/mac/DOM/DOMStylesheets.h
    M Source/WebKitLegacy/mac/DOM/DOMTraversal.h
    M Source/WebKitLegacy/mac/DOM/DOMUIKitExtensions.h
    M Source/WebKitLegacy/mac/DOM/DOMViews.h
    M Source/WebKitLegacy/mac/DOM/DOMXPath.h
    M Source/WebKitLegacy/mac/DOM/DOMXPath.mm
    M Source/WebKitLegacy/mac/DOM/DOMXPathException.h
    M Source/WebKitLegacy/mac/DOM/ObjCNodeFilterCondition.h
    M Source/WebKitLegacy/mac/DOM/WebDOMOperations.h
    M Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultContextMenuDelegate.h
    M Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultEditingDelegate.h
    M Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultEditingDelegate.m
    M Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultPolicyDelegate.h
    M Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultUIDelegate.h
    M Source/WebKitLegacy/mac/DefaultDelegates/WebDefaultUIDelegate.mm
    M Source/WebKitLegacy/mac/History/BackForwardList.mm
    M Source/WebKitLegacy/mac/History/WebBackForwardList.h
    M Source/WebKitLegacy/mac/History/WebBackForwardListInternal.h
    M Source/WebKitLegacy/mac/History/WebBackForwardListPrivate.h
    M Source/WebKitLegacy/mac/History/WebHistory.h
    M Source/WebKitLegacy/mac/History/WebHistoryItem.h
    M Source/WebKitLegacy/mac/History/WebURLsWithTitles.h
    M Source/WebKitLegacy/mac/History/WebURLsWithTitles.m
    M Source/WebKitLegacy/mac/Misc/WebCache.h
    M Source/WebKitLegacy/mac/Misc/WebCache.mm
    M Source/WebKitLegacy/mac/Misc/WebCoreStatistics.h
    M Source/WebKitLegacy/mac/Misc/WebDownload.h
    M Source/WebKitLegacy/mac/Misc/WebDownload.mm
    M Source/WebKitLegacy/mac/Misc/WebElementDictionary.h
    M Source/WebKitLegacy/mac/Misc/WebIconDatabase.h
    M Source/WebKitLegacy/mac/Misc/WebKit.h
    M Source/WebKitLegacy/mac/Misc/WebKitErrorsPrivate.h
    M Source/WebKitLegacy/mac/Misc/WebKitLogInitialization.h
    M Source/WebKitLegacy/mac/Misc/WebKitStatistics.h
    M Source/WebKitLegacy/mac/Misc/WebKitStatistics.m
    M Source/WebKitLegacy/mac/Misc/WebKitVersionChecks.mm
    M Source/WebKitLegacy/mac/Misc/WebLocalizableStrings.mm
    M Source/WebKitLegacy/mac/Misc/WebNSControlExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSControlExtras.m
    M Source/WebKitLegacy/mac/Misc/WebNSDataExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSDataExtras.mm
    M Source/WebKitLegacy/mac/Misc/WebNSEventExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSEventExtras.m
    M Source/WebKitLegacy/mac/Misc/WebNSImageExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSImageExtras.m
    M Source/WebKitLegacy/mac/Misc/WebNSPrintOperationExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSPrintOperationExtras.m
    M Source/WebKitLegacy/mac/Misc/WebNSURLRequestExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSURLRequestExtras.m
    M Source/WebKitLegacy/mac/Misc/WebNSUserDefaultsExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSUserDefaultsExtras.mm
    M Source/WebKitLegacy/mac/Misc/WebNSViewExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSViewExtras.m
    M Source/WebKitLegacy/mac/Misc/WebNSWindowExtras.h
    M Source/WebKitLegacy/mac/Misc/WebNSWindowExtras.m
    M Source/WebKitLegacy/mac/Misc/WebQuotaManager.h
    M Source/WebKitLegacy/mac/Misc/WebStringTruncator.h
    M Source/WebKitLegacy/mac/Panels/WebAuthenticationPanel.h
    M Source/WebKitLegacy/mac/Panels/WebAuthenticationPanel.m
    M Source/WebKitLegacy/mac/Panels/WebPanelAuthenticationHandler.h
    M Source/WebKitLegacy/mac/Panels/WebPanelAuthenticationHandler.m
    M Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.h
    M Source/WebKitLegacy/mac/Plugins/WebBasePluginPackage.mm
    M Source/WebKitLegacy/mac/Plugins/WebPlugin.h
    M Source/WebKitLegacy/mac/Plugins/WebPluginContainer.h
    M Source/WebKitLegacy/mac/Plugins/WebPluginContainerCheck.h
    M Source/WebKitLegacy/mac/Plugins/WebPluginContainerPrivate.h
    M Source/WebKitLegacy/mac/Plugins/WebPluginController.mm
    M Source/WebKitLegacy/mac/Plugins/WebPluginDatabase.h
    M Source/WebKitLegacy/mac/Plugins/WebPluginDatabase.mm
    M Source/WebKitLegacy/mac/Plugins/WebPluginPackage.h
    M Source/WebKitLegacy/mac/Plugins/WebPluginPackage.mm
    M Source/WebKitLegacy/mac/Plugins/WebPluginViewFactory.h
    M Source/WebKitLegacy/mac/Plugins/WebPluginViewFactoryPrivate.h
    M Source/WebKitLegacy/mac/Storage/WebDatabaseManagerClient.h
    M Source/WebKitLegacy/mac/Storage/WebDatabaseManagerClient.mm
    M Source/WebKitLegacy/mac/Storage/WebDatabaseManagerInternal.h
    M Source/WebKitLegacy/mac/WebCoreSupport/SearchPopupMenuMac.mm
    M Source/WebKitLegacy/mac/WebCoreSupport/WebContextMenuClient.h
    M Source/WebKitLegacy/mac/WebCoreSupport/WebDragClient.h
    M Source/WebKitLegacy/mac/WebCoreSupport/WebInspectorClient.h
    M Source/WebKitLegacy/mac/WebCoreSupport/WebInspectorClient.mm
    M Source/WebKitLegacy/mac/WebCoreSupport/WebJavaScriptTextInputPanel.h
    M Source/WebKitLegacy/mac/WebCoreSupport/WebJavaScriptTextInputPanel.m
    M Source/WebKitLegacy/mac/WebCoreSupport/WebOpenPanelResultListener.mm
    M Source/WebKitLegacy/mac/WebInspector/WebInspector.h
    M Source/WebKitLegacy/mac/WebInspector/WebInspector.mm
    M Source/WebKitLegacy/mac/WebInspector/WebInspectorFrontend.h
    M Source/WebKitLegacy/mac/WebInspector/WebInspectorFrontend.mm
    M Source/WebKitLegacy/mac/WebInspector/WebInspectorPrivate.h
    M Source/WebKitLegacy/mac/WebInspector/WebNodeHighlight.h
    M Source/WebKitLegacy/mac/WebInspector/WebNodeHighlight.mm
    M Source/WebKitLegacy/mac/WebInspector/WebNodeHighlightView.h
    M Source/WebKitLegacy/mac/WebInspector/WebNodeHighlightView.mm
    M Source/WebKitLegacy/mac/WebInspector/WebNodeHighlighter.h
    M Source/WebKitLegacy/mac/WebInspector/WebNodeHighlighter.mm
    M Source/WebKitLegacy/mac/WebView/PDFViewSPI.h
    M Source/WebKitLegacy/mac/WebView/WebArchive.h
    M Source/WebKitLegacy/mac/WebView/WebClipView.h
    M Source/WebKitLegacy/mac/WebView/WebClipView.mm
    M Source/WebKitLegacy/mac/WebView/WebDataSource.h
    M Source/WebKitLegacy/mac/WebView/WebDataSourceInternal.h
    M Source/WebKitLegacy/mac/WebView/WebDataSourcePrivate.h
    M Source/WebKitLegacy/mac/WebView/WebDocument.h
    M Source/WebKitLegacy/mac/WebView/WebDocumentInternal.h
    M Source/WebKitLegacy/mac/WebView/WebDocumentPrivate.h
    M Source/WebKitLegacy/mac/WebView/WebEditingDelegate.h
    M Source/WebKitLegacy/mac/WebView/WebFormDelegate.h
    M Source/WebKitLegacy/mac/WebView/WebFormDelegate.m
    M Source/WebKitLegacy/mac/WebView/WebFormDelegatePrivate.h
    M Source/WebKitLegacy/mac/WebView/WebFrame.h
    M Source/WebKitLegacy/mac/WebView/WebFrameLoadDelegate.h
    M Source/WebKitLegacy/mac/WebView/WebFrameLoadDelegatePrivate.h
    M Source/WebKitLegacy/mac/WebView/WebFrameView.h
    M Source/WebKitLegacy/mac/WebView/WebFrameViewInternal.h
    M Source/WebKitLegacy/mac/WebView/WebFrameViewPrivate.h
    M Source/WebKitLegacy/mac/WebView/WebHTMLRepresentation.h
    M Source/WebKitLegacy/mac/WebView/WebHTMLRepresentationPrivate.h
    M Source/WebKitLegacy/mac/WebView/WebHTMLView.h
    M Source/WebKitLegacy/mac/WebView/WebNotification.h
    M Source/WebKitLegacy/mac/WebView/WebNotification.mm
    M Source/WebKitLegacy/mac/WebView/WebNotificationInternal.h
    M Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.h
    M Source/WebKitLegacy/mac/WebView/WebPDFRepresentation.mm
    M Source/WebKitLegacy/mac/WebView/WebPDFView.h
    M Source/WebKitLegacy/mac/WebView/WebPreferences.h
    M Source/WebKitLegacy/mac/WebView/WebResource.h
    M Source/WebKitLegacy/mac/WebView/WebResourceLoadDelegate.h
    M Source/WebKitLegacy/mac/WebView/WebResourceLoadDelegatePrivate.h
    M Source/WebKitLegacy/mac/WebView/WebResourcePrivate.h
    M Source/WebKitLegacy/mac/WebView/WebScriptDebugDelegate.h
    M Source/WebKitLegacy/mac/WebView/WebScriptDebugDelegate.mm
    M Source/WebKitLegacy/mac/WebView/WebTextIterator.h
    M Source/WebKitLegacy/mac/WebView/WebTextIterator.mm
    M Source/WebKitLegacy/mac/WebView/WebUIDelegate.h
    M Source/WebKitLegacy/mac/WebView/WebView.h
    M Source/WebKitLegacy/scripts/generate-webkitversion.pl
    M Source/bmalloc/bmalloc/valgrind.h

  Log Message:
  -----------
  Make copyright lines more consistent
https://bugs.webkit.org/show_bug.cgi?id=294387
rdar://153184879

Reviewed by Tim Nguyen.

"All rights reserved" needs to be present, have a single leading space,
and not be spelled "All Rights Reserved".

Canonical link: https://commits.webkit.org/296143@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to