OSDN Git Service

Merge in WebKit r47029.
authorBen Murdoch <benm@google.com>
Tue, 11 Aug 2009 16:01:47 +0000 (17:01 +0100)
committerBen Murdoch <benm@google.com>
Tue, 11 Aug 2009 17:21:02 +0000 (18:21 +0100)
commit0bf48ef3be53ddaa52bbead65dfd75bf90e7a2b5
tree2943df35f62d885c89d01063cc528dd73b480fea
parent7e7a70bfa49a1122b2597a1e6367d89eb4035eca
Merge in WebKit r47029.
2773 files changed:
JavaScriptCore/API/APICast.h
JavaScriptCore/API/JSBase.cpp
JavaScriptCore/API/JSBase.h
JavaScriptCore/API/JSCallbackObjectFunctions.h
JavaScriptCore/API/JSClassRef.h
JavaScriptCore/API/JSContextRef.cpp
JavaScriptCore/API/JSObjectRef.cpp
JavaScriptCore/API/tests/testapi.c
JavaScriptCore/AllInOneFile.cpp
JavaScriptCore/Android.mk
JavaScriptCore/ChangeLog
JavaScriptCore/ChangeLog-2007-10-14
JavaScriptCore/ChangeLog-2009-06-16 [new file with mode: 0644]
JavaScriptCore/Configurations/FeatureDefines.xcconfig
JavaScriptCore/Configurations/Version.xcconfig
JavaScriptCore/DerivedSources.make
JavaScriptCore/GNUmakefile.am
JavaScriptCore/JavaScriptCore.exp
JavaScriptCore/JavaScriptCore.gypi [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.order
JavaScriptCore/JavaScriptCore.pri
JavaScriptCore/JavaScriptCore.pro
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def
JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj
JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFCommon.vsprops
JavaScriptCore/JavaScriptCore.vcproj/jsc/jscCommon.vsprops
JavaScriptCore/JavaScriptCore.vcproj/testapi/testapiCommon.vsprops
JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
JavaScriptCore/JavaScriptCoreSources.bkl
JavaScriptCore/SConstruct [deleted file]
JavaScriptCore/assembler/ARMAssembler.cpp [new file with mode: 0644]
JavaScriptCore/assembler/ARMAssembler.h [new file with mode: 0644]
JavaScriptCore/assembler/ARMv7Assembler.h
JavaScriptCore/assembler/AbstractMacroAssembler.h
JavaScriptCore/assembler/AssemblerBuffer.h
JavaScriptCore/assembler/AssemblerBufferWithConstantPool.h [new file with mode: 0644]
JavaScriptCore/assembler/CodeLocation.h [new file with mode: 0644]
JavaScriptCore/assembler/LinkBuffer.h [new file with mode: 0644]
JavaScriptCore/assembler/MacroAssembler.h
JavaScriptCore/assembler/MacroAssemblerARM.h [new file with mode: 0644]
JavaScriptCore/assembler/MacroAssemblerARMv7.h
JavaScriptCore/assembler/MacroAssemblerCodeRef.h
JavaScriptCore/assembler/MacroAssemblerX86.h
JavaScriptCore/assembler/MacroAssemblerX86Common.h
JavaScriptCore/assembler/MacroAssemblerX86_64.h
JavaScriptCore/assembler/RepatchBuffer.h [new file with mode: 0644]
JavaScriptCore/assembler/X86Assembler.h
JavaScriptCore/bytecode/CodeBlock.cpp
JavaScriptCore/bytecode/CodeBlock.h
JavaScriptCore/bytecode/EvalCodeCache.h
JavaScriptCore/bytecode/Instruction.h
JavaScriptCore/bytecode/JumpTable.h
JavaScriptCore/bytecode/Opcode.h
JavaScriptCore/bytecode/SamplingTool.h
JavaScriptCore/bytecode/StructureStubInfo.cpp
JavaScriptCore/bytecode/StructureStubInfo.h
JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
JavaScriptCore/bytecompiler/BytecodeGenerator.h
JavaScriptCore/bytecompiler/RegisterID.h
JavaScriptCore/config.h
JavaScriptCore/create_hash_table
JavaScriptCore/debugger/Debugger.h
JavaScriptCore/debugger/DebuggerActivation.cpp
JavaScriptCore/debugger/DebuggerActivation.h
JavaScriptCore/interpreter/CachedCall.h
JavaScriptCore/interpreter/CallFrame.h
JavaScriptCore/interpreter/CallFrameClosure.h
JavaScriptCore/interpreter/Interpreter.cpp
JavaScriptCore/interpreter/Interpreter.h
JavaScriptCore/interpreter/Register.h
JavaScriptCore/interpreter/RegisterFile.h
JavaScriptCore/jit/ExecutableAllocator.h
JavaScriptCore/jit/JIT.cpp
JavaScriptCore/jit/JIT.h
JavaScriptCore/jit/JITArithmetic.cpp
JavaScriptCore/jit/JITCall.cpp
JavaScriptCore/jit/JITCode.h
JavaScriptCore/jit/JITInlineMethods.h
JavaScriptCore/jit/JITOpcodes.cpp
JavaScriptCore/jit/JITPropertyAccess.cpp
JavaScriptCore/jit/JITStubCall.h
JavaScriptCore/jit/JITStubs.cpp
JavaScriptCore/jit/JITStubs.h
JavaScriptCore/jsc.cpp
JavaScriptCore/jsc.pro
JavaScriptCore/parser/Grammar.y
JavaScriptCore/parser/Lexer.h
JavaScriptCore/parser/NodeConstructors.h
JavaScriptCore/parser/Nodes.cpp
JavaScriptCore/parser/Nodes.h
JavaScriptCore/parser/Parser.h
JavaScriptCore/pcre/pcre_exec.cpp
JavaScriptCore/profiler/CallIdentifier.h
JavaScriptCore/profiler/ProfileGenerator.h
JavaScriptCore/profiler/Profiler.h
JavaScriptCore/runtime/ArgList.cpp
JavaScriptCore/runtime/ArgList.h
JavaScriptCore/runtime/Arguments.cpp
JavaScriptCore/runtime/Arguments.h
JavaScriptCore/runtime/BatchedTransitionOptimizer.h
JavaScriptCore/runtime/ClassInfo.h
JavaScriptCore/runtime/Collector.cpp
JavaScriptCore/runtime/Collector.h
JavaScriptCore/runtime/CommonIdentifiers.cpp
JavaScriptCore/runtime/CommonIdentifiers.h
JavaScriptCore/runtime/DateConstructor.cpp
JavaScriptCore/runtime/DatePrototype.cpp
JavaScriptCore/runtime/ExceptionHelpers.h
JavaScriptCore/runtime/GetterSetter.cpp
JavaScriptCore/runtime/GetterSetter.h
JavaScriptCore/runtime/GlobalEvalFunction.cpp
JavaScriptCore/runtime/GlobalEvalFunction.h
JavaScriptCore/runtime/Identifier.cpp
JavaScriptCore/runtime/InitializeThreading.cpp
JavaScriptCore/runtime/JSAPIValueWrapper.cpp [new file with mode: 0644]
JavaScriptCore/runtime/JSAPIValueWrapper.h [new file with mode: 0644]
JavaScriptCore/runtime/JSActivation.cpp
JavaScriptCore/runtime/JSActivation.h
JavaScriptCore/runtime/JSArray.cpp
JavaScriptCore/runtime/JSArray.h
JavaScriptCore/runtime/JSByteArray.h
JavaScriptCore/runtime/JSCell.cpp
JavaScriptCore/runtime/JSCell.h
JavaScriptCore/runtime/JSFunction.cpp
JavaScriptCore/runtime/JSFunction.h
JavaScriptCore/runtime/JSGlobalData.cpp
JavaScriptCore/runtime/JSGlobalData.h
JavaScriptCore/runtime/JSGlobalObject.cpp
JavaScriptCore/runtime/JSGlobalObject.h
JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
JavaScriptCore/runtime/JSImmediate.cpp
JavaScriptCore/runtime/JSImmediate.h
JavaScriptCore/runtime/JSLock.cpp
JavaScriptCore/runtime/JSLock.h
JavaScriptCore/runtime/JSNotAnObject.cpp
JavaScriptCore/runtime/JSNotAnObject.h
JavaScriptCore/runtime/JSNumberCell.cpp
JavaScriptCore/runtime/JSNumberCell.h
JavaScriptCore/runtime/JSONObject.cpp [new file with mode: 0644]
JavaScriptCore/runtime/JSONObject.h [new file with mode: 0644]
JavaScriptCore/runtime/JSObject.cpp
JavaScriptCore/runtime/JSObject.h
JavaScriptCore/runtime/JSPropertyNameIterator.cpp
JavaScriptCore/runtime/JSPropertyNameIterator.h
JavaScriptCore/runtime/JSStaticScopeObject.cpp
JavaScriptCore/runtime/JSStaticScopeObject.h
JavaScriptCore/runtime/JSString.h
JavaScriptCore/runtime/JSType.h
JavaScriptCore/runtime/JSValue.cpp
JavaScriptCore/runtime/JSValue.h
JavaScriptCore/runtime/JSWrapperObject.cpp
JavaScriptCore/runtime/JSWrapperObject.h
JavaScriptCore/runtime/LiteralParser.cpp
JavaScriptCore/runtime/LiteralParser.h
JavaScriptCore/runtime/Lookup.h
JavaScriptCore/runtime/MarkStack.cpp [new file with mode: 0644]
JavaScriptCore/runtime/MarkStack.h [new file with mode: 0644]
JavaScriptCore/runtime/MarkStackPosix.cpp [new file with mode: 0644]
JavaScriptCore/runtime/MarkStackWin.cpp [new file with mode: 0644]
JavaScriptCore/runtime/ObjectConstructor.cpp
JavaScriptCore/runtime/ObjectConstructor.h
JavaScriptCore/runtime/Operations.h
JavaScriptCore/runtime/PropertySlot.h
JavaScriptCore/runtime/RegExp.cpp
JavaScriptCore/runtime/RegExp.h
JavaScriptCore/runtime/RegExpConstructor.cpp
JavaScriptCore/runtime/RegExpObject.h
JavaScriptCore/runtime/ScopeChain.h
JavaScriptCore/runtime/ScopeChainMark.h
JavaScriptCore/runtime/SmallStrings.cpp
JavaScriptCore/runtime/SmallStrings.h
JavaScriptCore/runtime/StringPrototype.cpp
JavaScriptCore/runtime/Structure.cpp
JavaScriptCore/runtime/Structure.h
JavaScriptCore/runtime/StructureChain.cpp
JavaScriptCore/runtime/StructureChain.h
JavaScriptCore/runtime/UString.cpp
JavaScriptCore/runtime/UString.h
JavaScriptCore/wscript [new file with mode: 0644]
JavaScriptCore/wtf/Assertions.cpp
JavaScriptCore/wtf/Assertions.h
JavaScriptCore/wtf/ByteArray.h
JavaScriptCore/wtf/CrossThreadRefCounted.h
JavaScriptCore/wtf/CurrentTime.cpp
JavaScriptCore/wtf/DateMath.cpp
JavaScriptCore/wtf/DateMath.h
JavaScriptCore/wtf/Deque.h
JavaScriptCore/wtf/FastAllocBase.h
JavaScriptCore/wtf/FastMalloc.cpp
JavaScriptCore/wtf/FastMalloc.h
JavaScriptCore/wtf/GOwnPtr.h
JavaScriptCore/wtf/HashCountedSet.h
JavaScriptCore/wtf/HashMap.h
JavaScriptCore/wtf/HashSet.h
JavaScriptCore/wtf/Locker.h
JavaScriptCore/wtf/MainThread.cpp
JavaScriptCore/wtf/MathExtras.h
JavaScriptCore/wtf/MessageQueue.h
JavaScriptCore/wtf/Noncopyable.h
JavaScriptCore/wtf/OwnArrayPtr.h
JavaScriptCore/wtf/OwnFastMallocPtr.h
JavaScriptCore/wtf/OwnPtr.h
JavaScriptCore/wtf/OwnPtrCommon.h
JavaScriptCore/wtf/OwnPtrWin.cpp
JavaScriptCore/wtf/Platform.h
JavaScriptCore/wtf/PtrAndFlags.h
JavaScriptCore/wtf/RandomNumber.cpp
JavaScriptCore/wtf/RandomNumberSeed.h
JavaScriptCore/wtf/RefCounted.h
JavaScriptCore/wtf/RefPtr.h
JavaScriptCore/wtf/RefPtrHashMap.h
JavaScriptCore/wtf/SegmentedVector.h [moved from JavaScriptCore/bytecompiler/SegmentedVector.h with 66% similarity]
JavaScriptCore/wtf/StdLibExtras.h
JavaScriptCore/wtf/StringExtras.h
JavaScriptCore/wtf/TCSystemAlloc.cpp
JavaScriptCore/wtf/TCSystemAlloc.h
JavaScriptCore/wtf/ThreadSpecific.h
JavaScriptCore/wtf/Threading.cpp
JavaScriptCore/wtf/Threading.h
JavaScriptCore/wtf/ThreadingNone.cpp
JavaScriptCore/wtf/ThreadingPthreads.cpp
JavaScriptCore/wtf/ThreadingWin.cpp
JavaScriptCore/wtf/Vector.h
JavaScriptCore/wtf/dtoa.cpp
JavaScriptCore/wtf/haiku/MainThreadHaiku.cpp [moved from WebKit/win/Interfaces/IWebScriptDebugServer.idl with 69% similarity]
JavaScriptCore/wtf/unicode/Collator.h
JavaScriptCore/wtf/unicode/Unicode.h
JavaScriptCore/wtf/unicode/icu/CollatorICU.cpp
JavaScriptCore/wtf/unicode/wince/UnicodeWince.cpp [new file with mode: 0644]
JavaScriptCore/wtf/unicode/wince/UnicodeWince.h [new file with mode: 0644]
JavaScriptCore/wtf/win/MainThreadWin.cpp
JavaScriptCore/wtf/wince/FastMallocWince.h [new file with mode: 0644]
JavaScriptCore/wtf/wince/MemoryManager.cpp [new file with mode: 0644]
JavaScriptCore/wtf/wince/MemoryManager.h [new file with mode: 0644]
JavaScriptCore/wtf/wince/mt19937ar.c [new file with mode: 0644]
JavaScriptCore/yarr/RegexJIT.cpp
JavaScriptCore/yarr/RegexPattern.h
JavaScriptGlue/ChangeLog
JavaScriptGlue/Configurations/Base.xcconfig
JavaScriptGlue/Configurations/DebugRelease.xcconfig
JavaScriptGlue/Configurations/JavaScriptGlue.xcconfig
JavaScriptGlue/Configurations/Version.xcconfig
JavaScriptGlue/ForwardingHeaders/wtf/CrossThreadRefCounted.h [new file with mode: 0644]
JavaScriptGlue/ForwardingHeaders/wtf/FastAllocBase.h [new file with mode: 0644]
JavaScriptGlue/ForwardingHeaders/wtf/OwnFastMallocPtr.h [new file with mode: 0644]
JavaScriptGlue/ForwardingHeaders/wtf/OwnPtrCommon.h [new file with mode: 0644]
JavaScriptGlue/ForwardingHeaders/wtf/PassOwnPtr.h [new file with mode: 0644]
JavaScriptGlue/ForwardingHeaders/wtf/VMTags.h [new file with mode: 0644]
JavaScriptGlue/JSBase.cpp
JavaScriptGlue/JSObject.cpp
JavaScriptGlue/JSUtils.cpp
JavaScriptGlue/JSUtils.h
JavaScriptGlue/JSValueWrapper.cpp
JavaScriptGlue/JSValueWrapper.h
JavaScriptGlue/JavaScriptGlue.cpp
JavaScriptGlue/JavaScriptGlue.xcodeproj/project.pbxproj
JavaScriptGlue/UserObjectImp.cpp
JavaScriptGlue/UserObjectImp.h
JavaScriptGlue/config.h
LayoutTests/ChangeLog [new file with mode: 0644]
LayoutTests/ChangeLog-2007-10-14 [new file with mode: 0644]
LayoutTests/ChangeLog-2008-08-10 [new file with mode: 0644]
LayoutTests/ChangeLog-2009-06-16 [new file with mode: 0644]
LayoutTests/storage/close-during-stress-test-expected.txt [new file with mode: 0644]
LayoutTests/storage/close-during-stress-test.html [new file with mode: 0644]
LayoutTests/storage/database-lock-after-reload-expected.txt [new file with mode: 0644]
LayoutTests/storage/database-lock-after-reload.html [new file with mode: 0644]
LayoutTests/storage/empty-statement-expected.txt [new file with mode: 0644]
LayoutTests/storage/empty-statement.html [new file with mode: 0644]
LayoutTests/storage/execute-sql-args-expected.txt [new file with mode: 0644]
LayoutTests/storage/execute-sql-args.html [new file with mode: 0644]
LayoutTests/storage/multiple-databases-garbage-collection-expected.txt [new file with mode: 0644]
LayoutTests/storage/multiple-databases-garbage-collection.html [new file with mode: 0644]
LayoutTests/storage/multiple-transactions-expected.txt [new file with mode: 0644]
LayoutTests/storage/multiple-transactions.html [new file with mode: 0644]
LayoutTests/storage/open-database-empty-version-expected.txt [new file with mode: 0644]
LayoutTests/storage/open-database-empty-version.html [new file with mode: 0644]
LayoutTests/storage/private-browsing-readonly-expected.txt [new file with mode: 0644]
LayoutTests/storage/private-browsing-readonly.html [new file with mode: 0644]
LayoutTests/storage/quota-tracking-expected.txt [new file with mode: 0644]
LayoutTests/storage/quota-tracking.html [new file with mode: 0644]
LayoutTests/storage/sql-data-types-expected.txt [new file with mode: 0644]
LayoutTests/storage/sql-data-types.html [new file with mode: 0644]
LayoutTests/storage/sql-data-types.js [new file with mode: 0644]
LayoutTests/storage/success-callback-expected.txt [new file with mode: 0644]
LayoutTests/storage/success-callback.html [new file with mode: 0644]
LayoutTests/storage/transaction-callback-exception-crash-expected.txt [new file with mode: 0644]
LayoutTests/storage/transaction-callback-exception-crash.html [new file with mode: 0644]
LayoutTests/storage/transaction-error-callback-expected.txt [new file with mode: 0644]
LayoutTests/storage/transaction-error-callback.html [new file with mode: 0644]
SunSpider/ChangeLog
SunSpider/SunSpider.make [new file with mode: 0644]
SunSpider/resources/sunspider-standalone-driver.js
SunSpider/sunspider
SunSpider/sunspider-compare-results
SunSpider/tests/LIST-PARSE-ONLY [new file with mode: 0644]
SunSpider/tests/LIST-V8
SunSpider/tests/parse-only/concat-jquery-mootools-prototype.js [new file with mode: 0644]
SunSpider/tests/parse-only/jquery-1.3.2.js [new file with mode: 0644]
SunSpider/tests/parse-only/mootools-1.2.2-core-nc.js [new file with mode: 0644]
SunSpider/tests/parse-only/prototype-1.6.0.3.js [new file with mode: 0644]
SunSpider/tests/v8-crypto.js
SunSpider/tests/v8-deltablue.js
SunSpider/tests/v8-earley-boyer.js
SunSpider/tests/v8-raytrace.js
SunSpider/tests/v8-regexp.js [new file with mode: 0644]
SunSpider/tests/v8-richards.js
SunSpider/tests/v8-splay.js [new file with mode: 0644]
SunSpider/xcopy.excludes [new file with mode: 0644]
WEBKIT_MERGE_REVISION
WebCore/Android.derived.mk
WebCore/Android.mk
WebCore/ChangeLog
WebCore/ChangeLog-2006-12-31
WebCore/ChangeLog-2007-10-14
WebCore/ChangeLog-2008-08-10
WebCore/ChangeLog-2009-06-16 [new file with mode: 0644]
WebCore/Configurations/FeatureDefines.xcconfig
WebCore/Configurations/Version.xcconfig
WebCore/DerivedSources.cpp
WebCore/DerivedSources.make
WebCore/English.lproj/localizedStrings.js
WebCore/ForwardingHeaders/runtime/JSAPIValueWrapper.h [new file with mode: 0644]
WebCore/ForwardingHeaders/wtf/FastAllocBase.h [new file with mode: 0644]
WebCore/GNUmakefile.am
WebCore/SConstruct [deleted file]
WebCore/WebCore.base.exp
WebCore/WebCore.gypi [new file with mode: 0644]
WebCore/WebCore.order
WebCore/WebCore.pro
WebCore/WebCore.vcproj/QTMovieWin.vcproj
WebCore/WebCore.vcproj/WebCore.vcproj
WebCore/WebCore.vcproj/WebCoreCommon.vsprops
WebCore/WebCore.vcproj/WebCoreGenerated.vcproj
WebCore/WebCore.vcproj/build-generated-files.sh
WebCore/WebCore.xcodeproj/project.pbxproj
WebCore/WebCorePrefix.h
WebCore/WebCoreSources.bkl
WebCore/accessibility/AXObjectCache.cpp
WebCore/accessibility/AXObjectCache.h
WebCore/accessibility/AccessibilityListBox.cpp
WebCore/accessibility/AccessibilityListBoxOption.cpp
WebCore/accessibility/AccessibilityObject.cpp
WebCore/accessibility/AccessibilityObject.h
WebCore/accessibility/AccessibilityRenderObject.cpp
WebCore/accessibility/AccessibilityRenderObject.h
WebCore/accessibility/AccessibilitySlider.cpp [new file with mode: 0644]
WebCore/accessibility/AccessibilitySlider.h [new file with mode: 0644]
WebCore/accessibility/AccessibilityTable.cpp
WebCore/accessibility/AccessibilityTableCell.cpp
WebCore/accessibility/AccessibilityTableColumn.cpp
WebCore/accessibility/AccessibilityTableRow.cpp
WebCore/accessibility/gtk/AXObjectCacheAtk.cpp
WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp
WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.h
WebCore/accessibility/mac/AccessibilityObjectMac.mm
WebCore/accessibility/mac/AccessibilityObjectWrapper.mm
WebCore/bindings/js/CachedScriptSourceProvider.h
WebCore/bindings/js/DOMObjectWithSVGContext.h [new file with mode: 0644]
WebCore/bindings/js/GCController.cpp
WebCore/bindings/js/GCController.h
WebCore/bindings/js/JSAbstractWorkerCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSAttrCustom.cpp
WebCore/bindings/js/JSAudioConstructor.cpp
WebCore/bindings/js/JSAudioConstructor.h
WebCore/bindings/js/JSCDATASectionCustom.cpp
WebCore/bindings/js/JSCSSRuleCustom.cpp
WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp
WebCore/bindings/js/JSCSSValueCustom.cpp
WebCore/bindings/js/JSCanvasRenderingContext2DCustom.cpp
WebCore/bindings/js/JSCustomPositionCallback.cpp
WebCore/bindings/js/JSCustomPositionErrorCallback.cpp
WebCore/bindings/js/JSCustomSQLStatementCallback.cpp
WebCore/bindings/js/JSCustomSQLStatementErrorCallback.cpp
WebCore/bindings/js/JSCustomSQLTransactionCallback.cpp
WebCore/bindings/js/JSCustomSQLTransactionErrorCallback.cpp
WebCore/bindings/js/JSCustomVoidCallback.cpp
WebCore/bindings/js/JSCustomXPathNSResolver.cpp
WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp
WebCore/bindings/js/JSDOMBinding.cpp
WebCore/bindings/js/JSDOMBinding.h
WebCore/bindings/js/JSDOMGlobalObject.cpp
WebCore/bindings/js/JSDOMGlobalObject.h
WebCore/bindings/js/JSDOMWindowBase.cpp
WebCore/bindings/js/JSDOMWindowBase.h
WebCore/bindings/js/JSDOMWindowCustom.cpp
WebCore/bindings/js/JSDOMWindowCustom.h
WebCore/bindings/js/JSDOMWindowShell.cpp
WebCore/bindings/js/JSDOMWindowShell.h
WebCore/bindings/js/JSDataGridColumnListCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSDataGridDataSource.cpp [new file with mode: 0644]
WebCore/bindings/js/JSDataGridDataSource.h [new file with mode: 0644]
WebCore/bindings/js/JSDedicatedWorkerContextCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSDocumentCustom.cpp
WebCore/bindings/js/JSElementCustom.cpp
WebCore/bindings/js/JSEventCustom.cpp
WebCore/bindings/js/JSEventListener.cpp
WebCore/bindings/js/JSEventListener.h
WebCore/bindings/js/JSEventTarget.cpp
WebCore/bindings/js/JSEventTarget.h
WebCore/bindings/js/JSHTMLAllCollection.h
WebCore/bindings/js/JSHTMLAppletElementCustom.cpp
WebCore/bindings/js/JSHTMLCollectionCustom.cpp
WebCore/bindings/js/JSHTMLDataGridElementCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSHTMLElementCustom.cpp
WebCore/bindings/js/JSHTMLEmbedElementCustom.cpp
WebCore/bindings/js/JSHTMLFormElementCustom.cpp
WebCore/bindings/js/JSHTMLFrameElementCustom.cpp
WebCore/bindings/js/JSHTMLIFrameElementCustom.cpp
WebCore/bindings/js/JSHTMLObjectElementCustom.cpp
WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp
WebCore/bindings/js/JSHistoryCustom.cpp
WebCore/bindings/js/JSImageConstructor.cpp
WebCore/bindings/js/JSImageConstructor.h
WebCore/bindings/js/JSImageDataCustom.cpp
WebCore/bindings/js/JSInspectorBackendCustom.cpp [moved from WebCore/bindings/js/JSInspectorControllerCustom.cpp with 81% similarity]
WebCore/bindings/js/JSLazyEventListener.cpp
WebCore/bindings/js/JSLocationCustom.cpp
WebCore/bindings/js/JSMessageChannelConstructor.cpp
WebCore/bindings/js/JSMessageChannelConstructor.h
WebCore/bindings/js/JSMessageChannelCustom.cpp
WebCore/bindings/js/JSMessagePortCustom.cpp
WebCore/bindings/js/JSNamedNodesCollection.cpp
WebCore/bindings/js/JSNamedNodesCollection.h
WebCore/bindings/js/JSNavigatorCustom.cpp
WebCore/bindings/js/JSNodeCustom.cpp
WebCore/bindings/js/JSNodeFilterCondition.cpp
WebCore/bindings/js/JSNodeFilterCondition.h
WebCore/bindings/js/JSNodeFilterCustom.cpp
WebCore/bindings/js/JSNodeIteratorCustom.cpp
WebCore/bindings/js/JSOptionConstructor.cpp
WebCore/bindings/js/JSOptionConstructor.h
WebCore/bindings/js/JSQuarantinedObjectWrapper.cpp
WebCore/bindings/js/JSQuarantinedObjectWrapper.h
WebCore/bindings/js/JSRGBColor.cpp [deleted file]
WebCore/bindings/js/JSRGBColor.h [deleted file]
WebCore/bindings/js/JSSVGElementInstanceCustom.cpp
WebCore/bindings/js/JSSVGMatrixCustom.cpp
WebCore/bindings/js/JSSVGPathSegCustom.cpp
WebCore/bindings/js/JSSVGPathSegListCustom.cpp
WebCore/bindings/js/JSSVGPointListCustom.cpp
WebCore/bindings/js/JSSVGTransformListCustom.cpp
WebCore/bindings/js/JSSharedWorkerConstructor.cpp [new file with mode: 0644]
WebCore/bindings/js/JSSharedWorkerConstructor.h [moved from WebCore/dom/MessagePortProxy.h with 74% similarity]
WebCore/bindings/js/JSSharedWorkerContextCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSSharedWorkerCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSStorageCustom.cpp
WebCore/bindings/js/JSStyleSheetCustom.cpp
WebCore/bindings/js/JSTextCustom.cpp
WebCore/bindings/js/JSTreeWalkerCustom.cpp
WebCore/bindings/js/JSWebKitCSSMatrixConstructor.cpp
WebCore/bindings/js/JSWebKitCSSMatrixConstructor.h
WebCore/bindings/js/JSWebKitPointConstructor.cpp
WebCore/bindings/js/JSWebKitPointConstructor.h
WebCore/bindings/js/JSWebSocketConstructor.cpp [new file with mode: 0644]
WebCore/bindings/js/JSWebSocketConstructor.h [new file with mode: 0644]
WebCore/bindings/js/JSWebSocketCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSWorkerConstructor.cpp
WebCore/bindings/js/JSWorkerConstructor.h
WebCore/bindings/js/JSWorkerContextBase.cpp
WebCore/bindings/js/JSWorkerContextBase.h
WebCore/bindings/js/JSWorkerContextCustom.cpp
WebCore/bindings/js/JSWorkerCustom.cpp
WebCore/bindings/js/JSXMLHttpRequestConstructor.cpp
WebCore/bindings/js/JSXMLHttpRequestConstructor.h
WebCore/bindings/js/JSXMLHttpRequestCustom.cpp
WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp
WebCore/bindings/js/JSXSLTProcessorConstructor.cpp
WebCore/bindings/js/JSXSLTProcessorConstructor.h
WebCore/bindings/js/ScheduledAction.cpp
WebCore/bindings/js/ScriptArray.cpp [new file with mode: 0644]
WebCore/bindings/js/ScriptArray.h [new file with mode: 0644]
WebCore/bindings/js/ScriptCachedFrameData.cpp
WebCore/bindings/js/ScriptController.cpp
WebCore/bindings/js/ScriptController.h
WebCore/bindings/js/ScriptControllerHaiku.cpp [new file with mode: 0644]
WebCore/bindings/js/ScriptControllerMac.mm
WebCore/bindings/js/ScriptEventListener.cpp
WebCore/bindings/js/ScriptFunctionCall.cpp
WebCore/bindings/js/ScriptObject.cpp
WebCore/bindings/js/ScriptObject.h
WebCore/bindings/js/ScriptObjectQuarantine.cpp
WebCore/bindings/js/ScriptSourceCode.h
WebCore/bindings/js/ScriptSourceProvider.h [new file with mode: 0644]
WebCore/bindings/js/ScriptValue.cpp
WebCore/bindings/js/StringSourceProvider.h
WebCore/bindings/js/WorkerScriptController.cpp
WebCore/bindings/js/WorkerScriptController.h
WebCore/bindings/objc/DOM.mm
WebCore/bindings/objc/DOMHTML.mm
WebCore/bindings/objc/DOMInternal.mm
WebCore/bindings/objc/DOMRGBColor.mm [deleted file]
WebCore/bindings/objc/WebScriptObject.mm
WebCore/bindings/scripts/CodeGenerator.pm
WebCore/bindings/scripts/CodeGeneratorCOM.pm
WebCore/bindings/scripts/CodeGeneratorJS.pm
WebCore/bindings/scripts/CodeGeneratorObjC.pm
WebCore/bindings/scripts/CodeGeneratorV8.pm [new file with mode: 0644]
WebCore/bindings/scripts/IDLParser.pm
WebCore/bindings/v8/ChildThreadDOMData.cpp [new file with mode: 0644]
WebCore/bindings/v8/ChildThreadDOMData.h [moved from WebCore/platform/image-decoders/skia/BMPImageDecoder.h with 73% similarity]
WebCore/bindings/v8/DOMData.cpp [new file with mode: 0644]
WebCore/bindings/v8/DOMData.h [new file with mode: 0644]
WebCore/bindings/v8/DOMDataStore.cpp [new file with mode: 0644]
WebCore/bindings/v8/DOMDataStore.h [new file with mode: 0644]
WebCore/bindings/v8/DOMObjectsInclude.h [new file with mode: 0644]
WebCore/bindings/v8/DerivedSourcesAllInOne.cpp [new file with mode: 0644]
WebCore/bindings/v8/MainThreadDOMData.cpp [new file with mode: 0644]
WebCore/bindings/v8/MainThreadDOMData.h [new file with mode: 0644]
WebCore/bindings/v8/NPV8Object.cpp [new file with mode: 0644]
WebCore/bindings/v8/NPV8Object.h [new file with mode: 0644]
WebCore/bindings/v8/OwnHandle.h [moved from WebCore/platform/image-decoders/skia/XBMImageDecoder.h with 50% similarity]
WebCore/bindings/v8/ScheduledAction.cpp
WebCore/bindings/v8/ScopedDOMDataStore.cpp [new file with mode: 0644]
WebCore/bindings/v8/ScopedDOMDataStore.h [new file with mode: 0644]
WebCore/bindings/v8/ScriptArray.cpp [new file with mode: 0644]
WebCore/bindings/v8/ScriptArray.h [new file with mode: 0644]
WebCore/bindings/v8/ScriptCallStack.cpp
WebCore/bindings/v8/ScriptCallStack.h
WebCore/bindings/v8/ScriptController.cpp
WebCore/bindings/v8/ScriptController.h
WebCore/bindings/v8/ScriptEventListener.cpp
WebCore/bindings/v8/ScriptFunctionCall.cpp
WebCore/bindings/v8/ScriptInstance.cpp
WebCore/bindings/v8/ScriptObject.cpp
WebCore/bindings/v8/ScriptObject.h
WebCore/bindings/v8/ScriptObjectQuarantine.cpp
WebCore/bindings/v8/ScriptScope.cpp
WebCore/bindings/v8/ScriptValue.h
WebCore/bindings/v8/StaticDOMDataStore.cpp [new file with mode: 0644]
WebCore/bindings/v8/StaticDOMDataStore.h [new file with mode: 0644]
WebCore/bindings/v8/V8AbstractEventListener.cpp
WebCore/bindings/v8/V8AbstractEventListener.h
WebCore/bindings/v8/V8Binding.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8Binding.h
WebCore/bindings/v8/V8Collection.cpp
WebCore/bindings/v8/V8Collection.h
WebCore/bindings/v8/V8ConsoleMessage.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8ConsoleMessage.h [new file with mode: 0644]
WebCore/bindings/v8/V8DOMMap.cpp
WebCore/bindings/v8/V8DOMMap.h
WebCore/bindings/v8/V8DOMWrapper.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8DOMWrapper.h [new file with mode: 0644]
WebCore/bindings/v8/V8DataGridDataSource.cpp [moved from WebCore/bindings/v8/custom/V8DOMStringListCustom.cpp with 68% similarity]
WebCore/bindings/v8/V8DataGridDataSource.h [new file with mode: 0644]
WebCore/bindings/v8/V8EventListenerList.cpp
WebCore/bindings/v8/V8EventListenerList.h
WebCore/bindings/v8/V8GCController.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8GCController.h [new file with mode: 0644]
WebCore/bindings/v8/V8Helpers.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8Helpers.h [new file with mode: 0644]
WebCore/bindings/v8/V8HiddenPropertyName.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8HiddenPropertyName.h [new file with mode: 0644]
WebCore/bindings/v8/V8Index.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8Index.h
WebCore/bindings/v8/V8IsolatedWorld.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8IsolatedWorld.h [new file with mode: 0644]
WebCore/bindings/v8/V8LazyEventListener.cpp
WebCore/bindings/v8/V8NPObject.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8NPObject.h [new file with mode: 0644]
WebCore/bindings/v8/V8NPUtils.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8NPUtils.h [new file with mode: 0644]
WebCore/bindings/v8/V8NodeFilterCondition.cpp
WebCore/bindings/v8/V8ObjectEventListener.cpp
WebCore/bindings/v8/V8ObjectEventListener.h
WebCore/bindings/v8/V8Proxy.cpp [new file with mode: 0644]
WebCore/bindings/v8/V8Proxy.h
WebCore/bindings/v8/V8SVGPODTypeWrapper.h [new file with mode: 0644]
WebCore/bindings/v8/V8Utilities.cpp
WebCore/bindings/v8/V8Utilities.h
WebCore/bindings/v8/V8WorkerContextEventListener.cpp
WebCore/bindings/v8/V8WorkerContextEventListener.h
WebCore/bindings/v8/V8WorkerContextObjectEventListener.cpp
WebCore/bindings/v8/WorkerContextExecutionProxy.cpp
WebCore/bindings/v8/WorkerContextExecutionProxy.h
WebCore/bindings/v8/WorkerScriptController.cpp
WebCore/bindings/v8/custom/V8AbstractWorkerCustom.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8AttrCustom.cpp
WebCore/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp
WebCore/bindings/v8/custom/V8CanvasPixelArrayCustom.cpp
WebCore/bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp
WebCore/bindings/v8/custom/V8ClientRectListCustom.cpp
WebCore/bindings/v8/custom/V8ClipboardCustom.cpp
WebCore/bindings/v8/custom/V8CustomBinding.cpp
WebCore/bindings/v8/custom/V8CustomBinding.h
WebCore/bindings/v8/custom/V8CustomEventListener.cpp
WebCore/bindings/v8/custom/V8CustomSQLStatementCallback.cpp
WebCore/bindings/v8/custom/V8CustomSQLStatementErrorCallback.cpp
WebCore/bindings/v8/custom/V8CustomSQLTransactionCallback.cpp
WebCore/bindings/v8/custom/V8CustomSQLTransactionErrorCallback.cpp
WebCore/bindings/v8/custom/V8CustomVoidCallback.cpp
WebCore/bindings/v8/custom/V8CustomXPathNSResolver.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8CustomXPathNSResolver.h [moved from WebCore/platform/graphics/skia/ImageSourceSkia.h with 53% similarity]
WebCore/bindings/v8/custom/V8DOMApplicationCacheCustom.cpp
WebCore/bindings/v8/custom/V8DOMParserConstructor.cpp
WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
WebCore/bindings/v8/custom/V8DataGridColumnListCustom.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8DatabaseCustom.cpp
WebCore/bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8DocumentCustom.cpp
WebCore/bindings/v8/custom/V8DocumentLocationCustom.cpp
WebCore/bindings/v8/custom/V8ElementCustom.cpp
WebCore/bindings/v8/custom/V8EventCustom.cpp
WebCore/bindings/v8/custom/V8HTMLAudioElementConstructor.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8HTMLCanvasElementCustom.cpp
WebCore/bindings/v8/custom/V8HTMLCollectionCustom.cpp
WebCore/bindings/v8/custom/V8HTMLDataGridElementCustom.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8HTMLDocumentCustom.cpp
WebCore/bindings/v8/custom/V8HTMLFormElementCustom.cpp
WebCore/bindings/v8/custom/V8HTMLFrameElementCustom.cpp
WebCore/bindings/v8/custom/V8HTMLFrameSetElementCustom.cpp
WebCore/bindings/v8/custom/V8HTMLIFrameElementCustom.cpp
WebCore/bindings/v8/custom/V8HTMLImageElementConstructor.cpp
WebCore/bindings/v8/custom/V8HTMLInputElementCustom.cpp
WebCore/bindings/v8/custom/V8HTMLOptionElementConstructor.cpp
WebCore/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp
WebCore/bindings/v8/custom/V8HTMLPlugInElementCustom.cpp
WebCore/bindings/v8/custom/V8HTMLSelectElementCollectionCustom.cpp
WebCore/bindings/v8/custom/V8HTMLSelectElementCustom.cpp
WebCore/bindings/v8/custom/V8InspectorBackendCustom.cpp [moved from WebCore/bindings/v8/custom/V8InspectorControllerCustom.cpp with 68% similarity]
WebCore/bindings/v8/custom/V8LocationCustom.cpp
WebCore/bindings/v8/custom/V8MessageChannelConstructor.cpp
WebCore/bindings/v8/custom/V8MessagePortCustom.cpp
WebCore/bindings/v8/custom/V8NamedNodeMapCustom.cpp
WebCore/bindings/v8/custom/V8NavigatorCustom.cpp
WebCore/bindings/v8/custom/V8NodeCustom.cpp
WebCore/bindings/v8/custom/V8NodeIteratorCustom.cpp
WebCore/bindings/v8/custom/V8NodeListCustom.cpp
WebCore/bindings/v8/custom/V8SQLResultSetRowListCustom.cpp
WebCore/bindings/v8/custom/V8SQLTransactionCustom.cpp
WebCore/bindings/v8/custom/V8SVGElementInstanceCustom.cpp
WebCore/bindings/v8/custom/V8SVGLengthCustom.cpp
WebCore/bindings/v8/custom/V8SVGMatrixCustom.cpp
WebCore/bindings/v8/custom/V8SharedWorkerCustom.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8StorageCustom.cpp
WebCore/bindings/v8/custom/V8StyleSheetListCustom.cpp
WebCore/bindings/v8/custom/V8TreeWalkerCustom.cpp
WebCore/bindings/v8/custom/V8WebKitCSSMatrixConstructor.cpp
WebCore/bindings/v8/custom/V8WebKitPointConstructor.cpp
WebCore/bindings/v8/custom/V8WorkerContextCustom.cpp
WebCore/bindings/v8/custom/V8WorkerCustom.cpp
WebCore/bindings/v8/custom/V8XMLHttpRequestConstructor.cpp
WebCore/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
WebCore/bindings/v8/custom/V8XMLHttpRequestUploadCustom.cpp
WebCore/bindings/v8/custom/V8XMLSerializerConstructor.cpp
WebCore/bindings/v8/custom/V8XPathEvaluatorConstructor.cpp
WebCore/bindings/v8/custom/V8XSLTProcessorCustom.cpp
WebCore/bindings/v8/npruntime.cpp [new file with mode: 0644]
WebCore/bindings/v8/npruntime_impl.h [new file with mode: 0644]
WebCore/bindings/v8/npruntime_internal.h [new file with mode: 0644]
WebCore/bindings/v8/npruntime_priv.h [new file with mode: 0644]
WebCore/bridge/NP_jsobject.cpp
WebCore/bridge/c/c_class.cpp
WebCore/bridge/c/c_instance.cpp
WebCore/bridge/c/c_runtime.cpp
WebCore/bridge/c/c_utility.cpp
WebCore/bridge/jni/jni_class.cpp
WebCore/bridge/jni/jni_instance.cpp
WebCore/bridge/jni/jni_jsobject.mm
WebCore/bridge/jni/jni_objc.mm
WebCore/bridge/jni/jni_runtime.cpp
WebCore/bridge/jni/jni_runtime.h
WebCore/bridge/jni/jni_utility.cpp
WebCore/bridge/npapi.h
WebCore/bridge/objc/objc_instance.mm
WebCore/bridge/objc/objc_runtime.mm
WebCore/bridge/objc/objc_utility.mm
WebCore/bridge/qt/qt_instance.cpp
WebCore/bridge/qt/qt_instance.h
WebCore/bridge/qt/qt_runtime.cpp
WebCore/bridge/runtime.cpp
WebCore/bridge/runtime.h
WebCore/bridge/runtime_array.cpp
WebCore/bridge/runtime_method.cpp
WebCore/bridge/runtime_object.cpp
WebCore/bridge/runtime_root.cpp
WebCore/bridge/runtime_root.h
WebCore/config.h
WebCore/css/CSSComputedStyleDeclaration.cpp
WebCore/css/CSSComputedStyleDeclaration.h
WebCore/css/CSSCursorImageValue.cpp
WebCore/css/CSSFunctionValue.cpp
WebCore/css/CSSGrammar.y
WebCore/css/CSSHelper.cpp
WebCore/css/CSSHelper.h
WebCore/css/CSSMutableStyleDeclaration.cpp
WebCore/css/CSSParser.cpp
WebCore/css/CSSParser.h
WebCore/css/CSSParserValues.cpp
WebCore/css/CSSPrimitiveValue.cpp
WebCore/css/CSSPrimitiveValue.h
WebCore/css/CSSPrimitiveValueMappings.h
WebCore/css/CSSPropertyLonghand.cpp
WebCore/css/CSSPropertyNames.in
WebCore/css/CSSRule.idl
WebCore/css/CSSSelector.cpp
WebCore/css/CSSSelector.h
WebCore/css/CSSSelectorList.h
WebCore/css/CSSStyleDeclaration.cpp
WebCore/css/CSSStyleDeclaration.h
WebCore/css/CSSStyleDeclaration.idl
WebCore/css/CSSStyleSelector.cpp
WebCore/css/CSSStyleSelector.h
WebCore/css/CSSValue.idl
WebCore/css/CSSValueKeywords.in
WebCore/css/CSSValueList.cpp
WebCore/css/CSSValueList.h
WebCore/css/Media.cpp [new file with mode: 0644]
WebCore/css/Media.h [new file with mode: 0644]
WebCore/css/Media.idl [moved from WebCore/dom/DOMStringList.idl with 77% similarity]
WebCore/css/MediaList.cpp
WebCore/css/MediaQuery.h
WebCore/css/MediaQueryEvaluator.cpp
WebCore/css/MediaQueryEvaluator.h
WebCore/css/MediaQueryExp.h
WebCore/css/RGBColor.cpp [new file with mode: 0644]
WebCore/css/RGBColor.h [new file with mode: 0644]
WebCore/css/RGBColor.idl
WebCore/css/ShadowValue.cpp
WebCore/css/ShadowValue.h
WebCore/css/StyleSheet.idl
WebCore/css/WebKitCSSMatrix.cpp
WebCore/css/WebKitCSSMatrix.h
WebCore/css/html.css [moved from WebCore/css/html4.css with 93% similarity]
WebCore/css/makeprop.pl
WebCore/css/makevalues.pl
WebCore/css/mediaControls.css
WebCore/css/mediaControlsChromium.css
WebCore/css/mediaControlsQT.css
WebCore/css/themeWin.css
WebCore/css/tokenizer.flex
WebCore/css/view-source.css
WebCore/css/wml.css
WebCore/dom/ClassNames.h
WebCore/dom/Clipboard.h
WebCore/dom/Clipboard.idl
WebCore/dom/Comment.h
WebCore/dom/ContainerNode.cpp
WebCore/dom/DOMImplementation.cpp
WebCore/dom/Document.cpp
WebCore/dom/Document.h
WebCore/dom/Document.idl
WebCore/dom/DocumentFragment.cpp
WebCore/dom/DocumentFragment.h
WebCore/dom/DynamicNodeList.cpp
WebCore/dom/DynamicNodeList.h
WebCore/dom/EditingText.h
WebCore/dom/Element.cpp
WebCore/dom/Element.h
WebCore/dom/Element.idl
WebCore/dom/ErrorEvent.cpp [moved from WebCore/platform/image-decoders/skia/BMPImageDecoder.cpp with 53% similarity]
WebCore/dom/ErrorEvent.h [new file with mode: 0644]
WebCore/dom/ErrorEvent.idl [new file with mode: 0644]
WebCore/dom/Event.cpp
WebCore/dom/Event.h
WebCore/dom/Event.idl
WebCore/dom/EventListener.h
WebCore/dom/EventNames.h
WebCore/dom/EventTarget.cpp
WebCore/dom/EventTarget.h
WebCore/dom/HTMLAllCollection.idl [new file with mode: 0644]
WebCore/dom/InputElement.cpp
WebCore/dom/MessageChannel.cpp
WebCore/dom/MessagePort.cpp
WebCore/dom/MessagePort.h
WebCore/dom/MessagePort.idl
WebCore/dom/MessagePortChannel.cpp [new file with mode: 0644]
WebCore/dom/MessagePortChannel.h [new file with mode: 0644]
WebCore/dom/NamedAttrMap.cpp
WebCore/dom/Node.cpp
WebCore/dom/Node.h
WebCore/dom/Node.idl
WebCore/dom/NodeFilter.h
WebCore/dom/NodeFilterCondition.h
WebCore/dom/NodeRareData.h
WebCore/dom/Notation.h
WebCore/dom/OptionElement.cpp
WebCore/dom/OptionElement.h
WebCore/dom/Position.cpp
WebCore/dom/Position.h
WebCore/dom/ProcessingInstruction.cpp
WebCore/dom/ProcessingInstruction.h
WebCore/dom/Range.cpp
WebCore/dom/Range.h
WebCore/dom/RangeBoundaryPoint.h
WebCore/dom/RegisteredEventListener.h
WebCore/dom/ScriptElement.cpp
WebCore/dom/ScriptExecutionContext.cpp
WebCore/dom/ScriptExecutionContext.h
WebCore/dom/SelectElement.cpp
WebCore/dom/SelectElement.h
WebCore/dom/StyledElement.cpp
WebCore/dom/Text.cpp
WebCore/dom/Text.h
WebCore/dom/Tokenizer.h
WebCore/dom/XMLTokenizerLibxml2.cpp
WebCore/dom/XMLTokenizerQt.cpp
WebCore/dom/XMLTokenizerScope.h
WebCore/dom/default/PlatformMessagePortChannel.cpp [new file with mode: 0644]
WebCore/dom/default/PlatformMessagePortChannel.h [new file with mode: 0644]
WebCore/dom/make_names.pl
WebCore/editing/AppendNodeCommand.cpp
WebCore/editing/ApplyStyleCommand.cpp
WebCore/editing/ApplyStyleCommand.h
WebCore/editing/BreakBlockquoteCommand.cpp
WebCore/editing/CompositeEditCommand.cpp
WebCore/editing/DeleteSelectionCommand.cpp
WebCore/editing/EditCommand.cpp
WebCore/editing/EditCommand.h
WebCore/editing/Editor.cpp
WebCore/editing/Editor.h
WebCore/editing/EditorCommand.cpp
WebCore/editing/IndentOutdentCommand.cpp
WebCore/editing/IndentOutdentCommand.h
WebCore/editing/InsertNodeBeforeCommand.cpp
WebCore/editing/InsertParagraphSeparatorCommand.cpp
WebCore/editing/InsertTextCommand.cpp
WebCore/editing/RemoveFormatCommand.cpp
WebCore/editing/ReplaceSelectionCommand.cpp
WebCore/editing/SelectionController.cpp
WebCore/editing/SelectionController.h
WebCore/editing/SmartReplaceICU.cpp
WebCore/editing/TextIterator.cpp
WebCore/editing/TextIterator.h
WebCore/editing/TypingCommand.cpp
WebCore/editing/TypingCommand.h
WebCore/editing/gtk/SelectionControllerGtk.cpp
WebCore/editing/haiku/EditorHaiku.cpp [new file with mode: 0644]
WebCore/editing/htmlediting.cpp
WebCore/editing/htmlediting.h
WebCore/editing/markup.cpp
WebCore/editing/visible_units.cpp
WebCore/history/BackForwardList.cpp
WebCore/history/BackForwardList.h
WebCore/history/CachedFrame.cpp
WebCore/history/CachedFrame.h
WebCore/history/HistoryItem.cpp
WebCore/history/HistoryItem.h
WebCore/history/PageCache.cpp
WebCore/history/PageCache.h
WebCore/history/qt/HistoryItemQt.cpp [new file with mode: 0644]
WebCore/html/DOMDataGridDataSource.cpp [new file with mode: 0644]
WebCore/html/DOMDataGridDataSource.h [new file with mode: 0644]
WebCore/html/DataGridColumn.cpp [new file with mode: 0644]
WebCore/html/DataGridColumn.h [new file with mode: 0644]
WebCore/html/DataGridColumn.idl [new file with mode: 0644]
WebCore/html/DataGridColumnList.cpp [new file with mode: 0644]
WebCore/html/DataGridColumnList.h [new file with mode: 0644]
WebCore/html/DataGridColumnList.idl [new file with mode: 0644]
WebCore/html/DataGridDataSource.h [new file with mode: 0644]
WebCore/html/HTMLAnchorElement.cpp
WebCore/html/HTMLAnchorElement.h
WebCore/html/HTMLAnchorElement.idl
WebCore/html/HTMLAppletElement.cpp
WebCore/html/HTMLAppletElement.h
WebCore/html/HTMLAppletElement.idl
WebCore/html/HTMLAreaElement.cpp
WebCore/html/HTMLAreaElement.h
WebCore/html/HTMLAreaElement.idl
WebCore/html/HTMLAttributeNames.in
WebCore/html/HTMLAudioElement.h
WebCore/html/HTMLBRElement.cpp
WebCore/html/HTMLBRElement.h
WebCore/html/HTMLBRElement.idl
WebCore/html/HTMLBaseElement.cpp
WebCore/html/HTMLBaseElement.h
WebCore/html/HTMLBaseElement.idl
WebCore/html/HTMLBaseFontElement.cpp
WebCore/html/HTMLBaseFontElement.h
WebCore/html/HTMLBaseFontElement.idl
WebCore/html/HTMLBlockquoteElement.cpp
WebCore/html/HTMLBlockquoteElement.h
WebCore/html/HTMLBlockquoteElement.idl
WebCore/html/HTMLBodyElement.cpp
WebCore/html/HTMLBodyElement.h
WebCore/html/HTMLBodyElement.idl
WebCore/html/HTMLButtonElement.h
WebCore/html/HTMLButtonElement.idl
WebCore/html/HTMLCanvasElement.cpp
WebCore/html/HTMLDListElement.h
WebCore/html/HTMLDataGridCellElement.cpp [new file with mode: 0644]
WebCore/html/HTMLDataGridCellElement.h [new file with mode: 0644]
WebCore/html/HTMLDataGridCellElement.idl [new file with mode: 0644]
WebCore/html/HTMLDataGridColElement.cpp [new file with mode: 0644]
WebCore/html/HTMLDataGridColElement.h [new file with mode: 0644]
WebCore/html/HTMLDataGridColElement.idl [new file with mode: 0644]
WebCore/html/HTMLDataGridElement.cpp [new file with mode: 0644]
WebCore/html/HTMLDataGridElement.h [new file with mode: 0644]
WebCore/html/HTMLDataGridElement.idl [new file with mode: 0644]
WebCore/html/HTMLDataGridRowElement.cpp [new file with mode: 0644]
WebCore/html/HTMLDataGridRowElement.h [new file with mode: 0644]
WebCore/html/HTMLDataGridRowElement.idl [new file with mode: 0644]
WebCore/html/HTMLDirectoryElement.h
WebCore/html/HTMLDocument.cpp
WebCore/html/HTMLDocument.h
WebCore/html/HTMLElement.cpp
WebCore/html/HTMLElement.h
WebCore/html/HTMLElement.idl
WebCore/html/HTMLElementsAllInOne.cpp
WebCore/html/HTMLEmbedElement.cpp
WebCore/html/HTMLEmbedElement.idl
WebCore/html/HTMLFieldSetElement.cpp
WebCore/html/HTMLFieldSetElement.idl
WebCore/html/HTMLFormControlElement.cpp
WebCore/html/HTMLFormControlElement.h
WebCore/html/HTMLFormElement.cpp
WebCore/html/HTMLFormElement.h
WebCore/html/HTMLFrameElementBase.cpp
WebCore/html/HTMLFrameSetElement.cpp
WebCore/html/HTMLFrameSetElement.h
WebCore/html/HTMLFrameSetElement.idl
WebCore/html/HTMLHRElement.cpp
WebCore/html/HTMLHeadElement.h
WebCore/html/HTMLHtmlElement.cpp
WebCore/html/HTMLHtmlElement.h
WebCore/html/HTMLIFrameElement.cpp
WebCore/html/HTMLImageElement.cpp
WebCore/html/HTMLImageElement.h
WebCore/html/HTMLImageElement.idl
WebCore/html/HTMLImageLoader.cpp
WebCore/html/HTMLInputElement.cpp
WebCore/html/HTMLInputElement.h
WebCore/html/HTMLInputElement.idl
WebCore/html/HTMLIsIndexElement.h
WebCore/html/HTMLLIElement.cpp
WebCore/html/HTMLLinkElement.cpp
WebCore/html/HTMLMarqueeElement.cpp
WebCore/html/HTMLMediaElement.cpp
WebCore/html/HTMLMediaElement.h
WebCore/html/HTMLMediaElement.idl
WebCore/html/HTMLMenuElement.h
WebCore/html/HTMLMetaElement.h
WebCore/html/HTMLModElement.h
WebCore/html/HTMLOListElement.cpp
WebCore/html/HTMLOListElement.h
WebCore/html/HTMLObjectElement.cpp
WebCore/html/HTMLObjectElement.idl
WebCore/html/HTMLOptionElement.cpp
WebCore/html/HTMLParamElement.h
WebCore/html/HTMLParser.cpp
WebCore/html/HTMLParser.h
WebCore/html/HTMLParserQuirks.h
WebCore/html/HTMLPlugInElement.cpp
WebCore/html/HTMLQuoteElement.h
WebCore/html/HTMLSelectElement.cpp
WebCore/html/HTMLSelectElement.h
WebCore/html/HTMLSelectElement.idl
WebCore/html/HTMLStyleElement.cpp
WebCore/html/HTMLStyleElement.h
WebCore/html/HTMLTableCaptionElement.h
WebCore/html/HTMLTableCellElement.cpp
WebCore/html/HTMLTableCellElement.h
WebCore/html/HTMLTableColElement.cpp
WebCore/html/HTMLTableColElement.h
WebCore/html/HTMLTableElement.cpp
WebCore/html/HTMLTablePartElement.cpp
WebCore/html/HTMLTableSectionElement.cpp
WebCore/html/HTMLTagNames.in
WebCore/html/HTMLTextAreaElement.cpp
WebCore/html/HTMLTextAreaElement.h
WebCore/html/HTMLTextAreaElement.idl
WebCore/html/HTMLTitleElement.h
WebCore/html/HTMLTokenizer.cpp
WebCore/html/HTMLTokenizer.h
WebCore/html/HTMLUListElement.h
WebCore/html/HTMLVideoElement.cpp
WebCore/html/HTMLVideoElement.h
WebCore/html/HTMLViewSourceDocument.cpp
WebCore/html/HTMLViewSourceDocument.h
WebCore/html/ImageData.idl
WebCore/html/PreloadScanner.cpp
WebCore/html/PreloadScanner.h
WebCore/html/TimeRanges.h
WebCore/html/TimeRanges.idl
WebCore/html/ValidityState.cpp [new file with mode: 0644]
WebCore/html/ValidityState.h [new file with mode: 0644]
WebCore/html/ValidityState.idl [new file with mode: 0644]
WebCore/html/canvas/CanvasGradient.cpp [moved from WebCore/html/CanvasGradient.cpp with 100% similarity]
WebCore/html/canvas/CanvasGradient.h [moved from WebCore/html/CanvasGradient.h with 100% similarity]
WebCore/html/canvas/CanvasGradient.idl [moved from WebCore/html/CanvasGradient.idl with 100% similarity]
WebCore/html/canvas/CanvasPattern.cpp [moved from WebCore/html/CanvasPattern.cpp with 100% similarity]
WebCore/html/canvas/CanvasPattern.h [moved from WebCore/html/CanvasPattern.h with 100% similarity]
WebCore/html/canvas/CanvasPattern.idl [moved from WebCore/html/CanvasPattern.idl with 100% similarity]
WebCore/html/canvas/CanvasPixelArray.cpp [moved from WebCore/html/CanvasPixelArray.cpp with 100% similarity]
WebCore/html/canvas/CanvasPixelArray.h [moved from WebCore/html/CanvasPixelArray.h with 100% similarity]
WebCore/html/canvas/CanvasPixelArray.idl [moved from WebCore/html/CanvasPixelArray.idl with 100% similarity]
WebCore/html/canvas/CanvasRenderingContext2D.cpp [moved from WebCore/html/CanvasRenderingContext2D.cpp with 93% similarity]
WebCore/html/canvas/CanvasRenderingContext2D.h [moved from WebCore/html/CanvasRenderingContext2D.h with 95% similarity]
WebCore/html/canvas/CanvasRenderingContext2D.idl [moved from WebCore/html/CanvasRenderingContext2D.idl with 100% similarity]
WebCore/html/canvas/CanvasStyle.cpp [moved from WebCore/html/CanvasStyle.cpp with 96% similarity]
WebCore/html/canvas/CanvasStyle.h [moved from WebCore/html/CanvasStyle.h with 100% similarity]
WebCore/inspector/ConsoleMessage.cpp
WebCore/inspector/ConsoleMessage.h
WebCore/inspector/InspectorBackend.cpp [new file with mode: 0644]
WebCore/inspector/InspectorBackend.h [new file with mode: 0644]
WebCore/inspector/InspectorBackend.idl [moved from WebCore/inspector/InspectorController.idl with 75% similarity]
WebCore/inspector/InspectorClient.h
WebCore/inspector/InspectorController.cpp
WebCore/inspector/InspectorController.h
WebCore/inspector/InspectorDOMAgent.cpp [new file with mode: 0644]
WebCore/inspector/InspectorDOMAgent.h [new file with mode: 0644]
WebCore/inspector/InspectorDOMStorageResource.cpp
WebCore/inspector/InspectorDatabaseResource.cpp
WebCore/inspector/InspectorFrontend.cpp
WebCore/inspector/InspectorFrontend.h
WebCore/inspector/InspectorResource.cpp
WebCore/inspector/JavaScriptCallFrame.cpp
WebCore/inspector/JavaScriptCallFrame.h
WebCore/inspector/JavaScriptDebugServer.cpp
WebCore/inspector/JavaScriptDebugServer.h
WebCore/inspector/JavaScriptProfileNode.cpp
WebCore/inspector/front-end/Breakpoint.js
WebCore/inspector/front-end/BreakpointsSidebarPane.js
WebCore/inspector/front-end/CallStackSidebarPane.js
WebCore/inspector/front-end/Callback.js [new file with mode: 0644]
WebCore/inspector/front-end/ChangesView.js [new file with mode: 0644]
WebCore/inspector/front-end/Color.js [new file with mode: 0644]
WebCore/inspector/front-end/ConsoleView.js [moved from WebCore/inspector/front-end/Console.js with 76% similarity]
WebCore/inspector/front-end/DOMAgent.js [new file with mode: 0644]
WebCore/inspector/front-end/DOMStorageDataGrid.js
WebCore/inspector/front-end/DOMStorageItemsView.js
WebCore/inspector/front-end/DataGrid.js
WebCore/inspector/front-end/DatabaseQueryView.js
WebCore/inspector/front-end/DatabasesPanel.js
WebCore/inspector/front-end/Drawer.js [new file with mode: 0644]
WebCore/inspector/front-end/ElementsPanel.js
WebCore/inspector/front-end/ElementsTreeOutline.js
WebCore/inspector/front-end/Images/clearConsoleButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/clearConsoleButtons.png [deleted file]
WebCore/inspector/front-end/Images/consoleButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/consoleButtons.png [deleted file]
WebCore/inspector/front-end/Images/dockButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/dockButtons.png [deleted file]
WebCore/inspector/front-end/Images/enableButtons.png [deleted file]
WebCore/inspector/front-end/Images/enableOutlineButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/enableSolidButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/excludeButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/excludeButtons.png [deleted file]
WebCore/inspector/front-end/Images/focusButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/focusButtons.png [deleted file]
WebCore/inspector/front-end/Images/largerResourcesButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/largerResourcesButtons.png [deleted file]
WebCore/inspector/front-end/Images/nodeSearchButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/nodeSearchButtons.png [deleted file]
WebCore/inspector/front-end/Images/pauseOnExceptionButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/pauseOnExceptionButtons.png [deleted file]
WebCore/inspector/front-end/Images/percentButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/percentButtons.png [deleted file]
WebCore/inspector/front-end/Images/recordButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/recordButtons.png [deleted file]
WebCore/inspector/front-end/Images/recordToggledButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/reloadButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/reloadButtons.png [deleted file]
WebCore/inspector/front-end/Images/resourcesSilhouette.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/undockButtonGlyph.png [new file with mode: 0644]
WebCore/inspector/front-end/InjectedScript.js [new file with mode: 0644]
WebCore/inspector/front-end/KeyboardShortcut.js [new file with mode: 0644]
WebCore/inspector/front-end/MetricsSidebarPane.js
WebCore/inspector/front-end/ObjectPropertiesSection.js
WebCore/inspector/front-end/ObjectProxy.js [new file with mode: 0644]
WebCore/inspector/front-end/Panel.js
WebCore/inspector/front-end/ProfileView.js
WebCore/inspector/front-end/ProfilesPanel.js
WebCore/inspector/front-end/PropertiesSidebarPane.js
WebCore/inspector/front-end/Resource.js
WebCore/inspector/front-end/ResourcesPanel.js
WebCore/inspector/front-end/ScopeChainSidebarPane.js
WebCore/inspector/front-end/Script.js
WebCore/inspector/front-end/ScriptsPanel.js
WebCore/inspector/front-end/SourceFrame.js
WebCore/inspector/front-end/SourceView.js
WebCore/inspector/front-end/StylesSidebarPane.js
WebCore/inspector/front-end/TextPrompt.js
WebCore/inspector/front-end/WebKit.qrc
WebCore/inspector/front-end/inspector.css
WebCore/inspector/front-end/inspector.html
WebCore/inspector/front-end/inspector.js
WebCore/inspector/front-end/utilities.js
WebCore/loader/Cache.h
WebCore/loader/CachedCSSStyleSheet.cpp
WebCore/loader/CachedCSSStyleSheet.h
WebCore/loader/CachedFont.cpp
WebCore/loader/CachedFont.h
WebCore/loader/CachedImage.cpp
WebCore/loader/CachedImage.h
WebCore/loader/CachedResource.cpp
WebCore/loader/CachedResource.h
WebCore/loader/CachedScript.cpp
WebCore/loader/CachedScript.h
WebCore/loader/CachedXSLStyleSheet.cpp
WebCore/loader/CachedXSLStyleSheet.h
WebCore/loader/CrossOriginPreflightResultCache.h
WebCore/loader/DocLoader.cpp
WebCore/loader/DocumentLoader.cpp
WebCore/loader/DocumentLoader.h
WebCore/loader/DocumentThreadableLoader.cpp
WebCore/loader/DocumentThreadableLoader.h
WebCore/loader/EmptyClients.h
WebCore/loader/FrameLoader.cpp
WebCore/loader/FrameLoader.h
WebCore/loader/FrameLoaderClient.h
WebCore/loader/FrameLoaderTypes.h
WebCore/loader/MainResourceLoader.cpp
WebCore/loader/MainResourceLoader.h
WebCore/loader/PlaceholderDocument.cpp [new file with mode: 0644]
WebCore/loader/PlaceholderDocument.h [new file with mode: 0644]
WebCore/loader/PluginDocument.cpp
WebCore/loader/ProgressTracker.h
WebCore/loader/ResourceLoader.cpp
WebCore/loader/ResourceLoader.h
WebCore/loader/TextDocument.cpp
WebCore/loader/TextResourceDecoder.cpp
WebCore/loader/ThreadableLoader.cpp
WebCore/loader/ThreadableLoader.h
WebCore/loader/WorkerThreadableLoader.cpp
WebCore/loader/WorkerThreadableLoader.h
WebCore/loader/appcache/ApplicationCache.cpp
WebCore/loader/appcache/ApplicationCache.h
WebCore/loader/appcache/ApplicationCacheGroup.cpp
WebCore/loader/appcache/ApplicationCacheGroup.h
WebCore/loader/appcache/ApplicationCacheHost.cpp [new file with mode: 0644]
WebCore/loader/appcache/ApplicationCacheHost.h [new file with mode: 0644]
WebCore/loader/appcache/ApplicationCacheResource.cpp
WebCore/loader/appcache/ApplicationCacheResource.h
WebCore/loader/appcache/ApplicationCacheStorage.cpp
WebCore/loader/appcache/ApplicationCacheStorage.h
WebCore/loader/appcache/DOMApplicationCache.cpp
WebCore/loader/appcache/DOMApplicationCache.h
WebCore/loader/appcache/DOMApplicationCache.idl
WebCore/loader/appcache/ManifestParser.cpp
WebCore/loader/archive/ArchiveResourceCollection.h
WebCore/loader/icon/IconDatabase.cpp
WebCore/loader/icon/IconDatabase.h
WebCore/loader/icon/IconDatabaseNone.cpp
WebCore/loader/icon/IconLoader.h
WebCore/loader/icon/PageURLRecord.h
WebCore/loader/icon/wince/IconDatabaseWince.cpp [new file with mode: 0644]
WebCore/loader/loader.cpp
WebCore/loader/loader.h
WebCore/manual-tests/accessibility/java-applet.html [new file with mode: 0644]
WebCore/manual-tests/accessibility/resources/AppletTest.class [new file with mode: 0644]
WebCore/manual-tests/accessibility/resources/AppletTest.java [new file with mode: 0644]
WebCore/manual-tests/animated-gif-bfcache-crash.html [new file with mode: 0644]
WebCore/manual-tests/css3-cursor-fallback-quirks.html
WebCore/manual-tests/drag-caret.html [new file with mode: 0644]
WebCore/manual-tests/drag-enter-alert.html [new file with mode: 0644]
WebCore/manual-tests/drag-escape.html [new file with mode: 0644]
WebCore/manual-tests/drag-with-div-or-image-as-data-image.html [new file with mode: 0644]
WebCore/manual-tests/focusringcolor-change-on-theme-change.html [new file with mode: 0644]
WebCore/manual-tests/gtk/paste-richtext-from-firefox.html [new file with mode: 0644]
WebCore/manual-tests/inspector/named-evals.html [new file with mode: 0644]
WebCore/manual-tests/keyboard_select_non_english.html [new file with mode: 0644]
WebCore/manual-tests/non-bmp.html [new file with mode: 0644]
WebCore/manual-tests/optgroup-empty-and-nested.html
WebCore/manual-tests/qt/unload-alert.html [new file with mode: 0644]
WebCore/manual-tests/resources/containsAnimatedGif.html [new file with mode: 0644]
WebCore/manual-tests/resources/drag-image.png [new file with mode: 0644]
WebCore/manual-tests/select-popup-on-spacebar.html [new file with mode: 0644]
WebCore/manual-tests/textarea-caret-position-after-auto-spell-correct.html [new file with mode: 0644]
WebCore/manual-tests/wml/StartTests.wml [new file with mode: 0644]
WebCore/manual-tests/wml/a-br-element.wml
WebCore/manual-tests/wml/a-element.wml
WebCore/manual-tests/wml/a-img-element.wml
WebCore/manual-tests/wml/access-target.wml
WebCore/manual-tests/wml/anchor-br-element.wml
WebCore/manual-tests/wml/anchor-element.wml
WebCore/manual-tests/wml/anchor-img-element.wml
WebCore/manual-tests/wml/card-newcontext-attr.wml
WebCore/manual-tests/wml/card-onenterbackward.wml
WebCore/manual-tests/wml/card-onenterforward.wml
WebCore/manual-tests/wml/card-ontimer.wml
WebCore/manual-tests/wml/deck-access-control.wml
WebCore/manual-tests/wml/go-element.wml [deleted file]
WebCore/manual-tests/wml/input-emptyok.wml [deleted file]
WebCore/manual-tests/wml/input-format.wml
WebCore/manual-tests/wml/onevent-go.wml
WebCore/manual-tests/wml/onevent-noop.wml
WebCore/manual-tests/wml/onevent-prev.wml
WebCore/manual-tests/wml/onevent-refresh.wml
WebCore/manual-tests/wml/onevent-shadow.wml
WebCore/manual-tests/wml/postfield-get.wml [deleted file]
WebCore/manual-tests/wml/postfield-post.wml [deleted file]
WebCore/manual-tests/wml/resources/smiley.png [new file with mode: 0644]
WebCore/manual-tests/wml/select-element.wml
WebCore/manual-tests/wml/select-onpick-event.wml
WebCore/manual-tests/wml/setvar-element.wml
WebCore/manual-tests/wml/targetdeck.wml
WebCore/manual-tests/wml/task-go-in-anchor.wml
WebCore/manual-tests/wml/task-noop-in-do.wml [deleted file]
WebCore/manual-tests/wml/task-noop-in-onevent.wml [deleted file]
WebCore/manual-tests/wml/task-prev-in-anchor.wml
WebCore/manual-tests/wml/task-refresh-in-anchor.wml
WebCore/manual-tests/wml/template-go.wml
WebCore/manual-tests/wml/template-onevent.wml [deleted file]
WebCore/manual-tests/wml/template-ontimer.wml
WebCore/manual-tests/wml/timer.wml
WebCore/manual-tests/wml/variable-substitution.wml
WebCore/page/AbstractView.idl
WebCore/page/BarInfo.cpp
WebCore/page/Chrome.cpp
WebCore/page/ChromeClient.h
WebCore/page/Console.cpp
WebCore/page/Console.h
WebCore/page/Console.idl
WebCore/page/ContextMenuClient.h
WebCore/page/ContextMenuController.cpp
WebCore/page/ContextMenuController.h
WebCore/page/Coordinates.cpp
WebCore/page/DOMSelection.cpp
WebCore/page/DOMSelection.h
WebCore/page/DOMTimer.cpp
WebCore/page/DOMTimer.h
WebCore/page/DOMWindow.cpp
WebCore/page/DOMWindow.h
WebCore/page/DOMWindow.idl
WebCore/page/DragController.cpp
WebCore/page/DragController.h
WebCore/page/EventHandler.cpp
WebCore/page/EventHandler.h
WebCore/page/FocusController.cpp
WebCore/page/FocusController.h
WebCore/page/Frame.cpp
WebCore/page/Frame.h
WebCore/page/FrameTree.h
WebCore/page/FrameView.cpp
WebCore/page/FrameView.h
WebCore/page/Geolocation.cpp
WebCore/page/Geolocation.h
WebCore/page/History.idl
WebCore/page/Location.cpp
WebCore/page/Location.idl
WebCore/page/MouseEventWithHitTestResults.h
WebCore/page/NavigatorBase.cpp
WebCore/page/Page.cpp
WebCore/page/Page.h
WebCore/page/PageGroup.cpp
WebCore/page/PageGroup.h
WebCore/page/PageGroupLoadDeferrer.h
WebCore/page/PrintContext.cpp
WebCore/page/SecurityOrigin.cpp
WebCore/page/SecurityOrigin.h
WebCore/page/Settings.cpp
WebCore/page/Settings.h
WebCore/page/XSSAuditor.cpp [new file with mode: 0644]
WebCore/page/XSSAuditor.h [new file with mode: 0644]
WebCore/page/android/DragControllerAndroid.cpp
WebCore/page/android/EventHandlerAndroid.cpp
WebCore/page/animation/AnimationBase.cpp
WebCore/page/animation/AnimationBase.h
WebCore/page/animation/AnimationController.cpp
WebCore/page/animation/CompositeAnimation.cpp
WebCore/page/animation/CompositeAnimation.h
WebCore/page/animation/ImplicitAnimation.cpp
WebCore/page/animation/ImplicitAnimation.h
WebCore/page/animation/KeyframeAnimation.cpp
WebCore/page/chromium/EventHandlerChromium.cpp
WebCore/page/chromium/FrameChromium.cpp
WebCore/page/gtk/DragControllerGtk.cpp
WebCore/page/gtk/EventHandlerGtk.cpp
WebCore/page/haiku/DragControllerHaiku.cpp [moved from WebKit/win/WebScriptDebugServer.h with 54% similarity]
WebCore/page/haiku/EventHandlerHaiku.cpp [new file with mode: 0644]
WebCore/page/haiku/FrameHaiku.cpp [new file with mode: 0644]
WebCore/page/mac/EventHandlerMac.mm
WebCore/page/mac/FrameMac.mm
WebCore/page/mac/WebCoreViewFactory.h
WebCore/page/qt/DragControllerQt.cpp
WebCore/page/win/DragControllerWin.cpp
WebCore/page/win/EventHandlerWin.cpp
WebCore/page/win/FrameCGWin.cpp
WebCore/page/win/FrameWin.cpp
WebCore/page/win/FrameWin.h
WebCore/page/win/PageWin.cpp
WebCore/page/wince/FrameWince.cpp [new file with mode: 0644]
WebCore/page/wx/EventHandlerWx.cpp
WebCore/platform/AutodrainedPool.h
WebCore/platform/ContextMenu.cpp
WebCore/platform/ContextMenu.h
WebCore/platform/CrossThreadCopier.h
WebCore/platform/DragImage.h
WebCore/platform/EventLoop.h
WebCore/platform/FileChooser.cpp
WebCore/platform/FileSystem.h
WebCore/platform/HostWindow.h
WebCore/platform/KURL.cpp
WebCore/platform/KURL.h
WebCore/platform/KURLGoogle.cpp
WebCore/platform/KeyboardCodes.h
WebCore/platform/LocalizedStrings.h
WebCore/platform/Logging.cpp
WebCore/platform/Logging.h
WebCore/platform/Pasteboard.h
WebCore/platform/PlatformWheelEvent.h
WebCore/platform/PopupMenuClient.h
WebCore/platform/PurgeableBuffer.h
WebCore/platform/RunLoopTimer.h
WebCore/platform/ScrollView.cpp
WebCore/platform/ScrollView.h
WebCore/platform/Scrollbar.cpp
WebCore/platform/Scrollbar.h
WebCore/platform/ScrollbarClient.h
WebCore/platform/Theme.h
WebCore/platform/ThemeTypes.h
WebCore/platform/ThreadGlobalData.h
WebCore/platform/ThreadTimers.h
WebCore/platform/Timer.h
WebCore/platform/TreeShared.h
WebCore/platform/Widget.cpp
WebCore/platform/Widget.h
WebCore/platform/android/KeyEventAndroid.cpp
WebCore/platform/android/LocalizedStringsAndroid.cpp
WebCore/platform/android/RenderThemeAndroid.cpp
WebCore/platform/android/RenderThemeAndroid.h
WebCore/platform/android/ScreenAndroid.cpp
WebCore/platform/android/ScrollViewAndroid.cpp
WebCore/platform/android/SearchPopupMenuAndroid.cpp
WebCore/platform/android/SystemTimeAndroid.cpp
WebCore/platform/android/TemporaryLinkStubs.cpp
WebCore/platform/android/WidgetAndroid.cpp
WebCore/platform/animation/Animation.h
WebCore/platform/cf/RunLoopTimerCF.cpp
WebCore/platform/chromium/ChromiumBridge.h
WebCore/platform/chromium/ChromiumDataObject.cpp
WebCore/platform/chromium/ChromiumDataObject.h
WebCore/platform/chromium/ClipboardChromium.cpp
WebCore/platform/chromium/ClipboardChromium.h
WebCore/platform/chromium/FileChooserChromium.cpp
WebCore/platform/chromium/FileSystemChromium.cpp
WebCore/platform/chromium/PasteboardChromium.cpp
WebCore/platform/chromium/PopupMenuChromium.cpp
WebCore/platform/chromium/PopupMenuChromium.h
WebCore/platform/chromium/ScrollbarThemeChromium.cpp
WebCore/platform/chromium/ScrollbarThemeChromium.h
WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp
WebCore/platform/chromium/ScrollbarThemeChromiumLinux.h
WebCore/platform/chromium/ScrollbarThemeChromiumWin.cpp
WebCore/platform/chromium/ScrollbarThemeChromiumWin.h
WebCore/platform/graphics/BitmapImage.cpp
WebCore/platform/graphics/BitmapImage.h
WebCore/platform/graphics/Color.h
WebCore/platform/graphics/FloatPoint.h
WebCore/platform/graphics/FloatPoint3D.h
WebCore/platform/graphics/FloatRect.h
WebCore/platform/graphics/Font.cpp
WebCore/platform/graphics/Font.h
WebCore/platform/graphics/FontCache.cpp
WebCore/platform/graphics/FontData.h
WebCore/platform/graphics/FontFallbackList.cpp
WebCore/platform/graphics/FontFallbackList.h
WebCore/platform/graphics/FontFastPath.cpp
WebCore/platform/graphics/GeneratedImage.cpp
WebCore/platform/graphics/GlyphBuffer.h
WebCore/platform/graphics/GlyphPageTreeNode.cpp
WebCore/platform/graphics/GlyphPageTreeNode.h
WebCore/platform/graphics/GlyphWidthMap.h
WebCore/platform/graphics/Gradient.cpp
WebCore/platform/graphics/Gradient.h
WebCore/platform/graphics/GraphicsContext.cpp
WebCore/platform/graphics/GraphicsContext.h
WebCore/platform/graphics/GraphicsLayer.cpp
WebCore/platform/graphics/GraphicsLayer.h
WebCore/platform/graphics/GraphicsLayerClient.h
WebCore/platform/graphics/Image.cpp
WebCore/platform/graphics/Image.h
WebCore/platform/graphics/ImageBuffer.cpp [new file with mode: 0644]
WebCore/platform/graphics/ImageBuffer.h
WebCore/platform/graphics/ImageSource.h
WebCore/platform/graphics/IntPoint.h
WebCore/platform/graphics/IntRect.h
WebCore/platform/graphics/IntSize.h
WebCore/platform/graphics/MediaPlayer.cpp
WebCore/platform/graphics/MediaPlayer.h
WebCore/platform/graphics/MediaPlayerPrivate.h
WebCore/platform/graphics/Path.h
WebCore/platform/graphics/Pattern.h
WebCore/platform/graphics/SegmentedFontData.cpp
WebCore/platform/graphics/SegmentedFontData.h
WebCore/platform/graphics/SimpleFontData.cpp
WebCore/platform/graphics/SimpleFontData.h
WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h
WebCore/platform/graphics/cairo/ImageBufferCairo.cpp
WebCore/platform/graphics/cairo/ImageCairo.cpp
WebCore/platform/graphics/cairo/ImageSourceCairo.cpp
WebCore/platform/graphics/cairo/PathCairo.cpp
WebCore/platform/graphics/cg/GraphicsContextPlatformPrivateCG.h
WebCore/platform/graphics/cg/ImageBufferCG.cpp
WebCore/platform/graphics/cg/ImageCG.cpp
WebCore/platform/graphics/cg/ImageSourceCG.cpp
WebCore/platform/graphics/cg/PDFDocumentImage.cpp
WebCore/platform/graphics/cg/PathCG.cpp
WebCore/platform/graphics/cg/PatternCG.cpp
WebCore/platform/graphics/chromium/ColorChromiumMac.mm [deleted file]
WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp
WebCore/platform/graphics/chromium/FontCacheLinux.cpp
WebCore/platform/graphics/chromium/FontChromiumWin.cpp
WebCore/platform/graphics/chromium/FontCustomPlatformData.cpp
WebCore/platform/graphics/chromium/FontCustomPlatformData.h
WebCore/platform/graphics/chromium/FontLinux.cpp
WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.cpp
WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.h
WebCore/platform/graphics/chromium/FontPlatformDataLinux.cpp
WebCore/platform/graphics/chromium/FontPlatformDataLinux.h
WebCore/platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp
WebCore/platform/graphics/chromium/HarfbuzzSkia.cpp [new file with mode: 0644]
WebCore/platform/graphics/chromium/HarfbuzzSkia.h [new file with mode: 0644]
WebCore/platform/graphics/chromium/SimpleFontDataChromiumWin.cpp
WebCore/platform/graphics/chromium/TransparencyWin.cpp
WebCore/platform/graphics/chromium/TransparencyWin.h
WebCore/platform/graphics/filters/FEBlend.h
WebCore/platform/graphics/filters/FEColorMatrix.cpp
WebCore/platform/graphics/filters/FEColorMatrix.h
WebCore/platform/graphics/filters/FEComponentTransfer.h
WebCore/platform/graphics/filters/FEComposite.h
WebCore/platform/graphics/filters/Filter.h
WebCore/platform/graphics/filters/FilterEffect.cpp
WebCore/platform/graphics/filters/FilterEffect.h
WebCore/platform/graphics/filters/SourceAlpha.h
WebCore/platform/graphics/filters/SourceGraphic.cpp
WebCore/platform/graphics/filters/SourceGraphic.h
WebCore/platform/graphics/gtk/FontGtk.cpp
WebCore/platform/graphics/gtk/FontPlatformData.h
WebCore/platform/graphics/gtk/FontPlatformDataGtk.cpp
WebCore/platform/graphics/gtk/FontPlatformDataPango.cpp
WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.h
WebCore/platform/graphics/gtk/SimpleFontDataGtk.cpp
WebCore/platform/graphics/gtk/VideoSinkGStreamer.cpp
WebCore/platform/graphics/gtk/VideoSinkGStreamer.h
WebCore/platform/graphics/mac/ColorMac.h
WebCore/platform/graphics/mac/ColorMac.mm
WebCore/platform/graphics/mac/FontPlatformData.h
WebCore/platform/graphics/mac/FontPlatformDataMac.mm
WebCore/platform/graphics/mac/GraphicsLayerCA.h
WebCore/platform/graphics/mac/GraphicsLayerCA.mm
WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.h
WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm
WebCore/platform/graphics/mac/WebLayer.h
WebCore/platform/graphics/mac/WebLayer.mm
WebCore/platform/graphics/mac/WebTiledLayer.mm
WebCore/platform/graphics/qt/FontCacheQt.cpp
WebCore/platform/graphics/qt/FontFallbackListQt.cpp
WebCore/platform/graphics/qt/FontPlatformData.h
WebCore/platform/graphics/qt/FontPlatformDataQt.cpp
WebCore/platform/graphics/qt/FontQt.cpp
WebCore/platform/graphics/qt/FontQt43.cpp
WebCore/platform/graphics/qt/GradientQt.cpp
WebCore/platform/graphics/qt/GraphicsContextQt.cpp
WebCore/platform/graphics/qt/IconQt.cpp
WebCore/platform/graphics/qt/ImageBufferQt.cpp
WebCore/platform/graphics/qt/ImageDecoderQt.cpp
WebCore/platform/graphics/qt/ImageDecoderQt.h
WebCore/platform/graphics/qt/ImageQt.cpp
WebCore/platform/graphics/qt/ImageSourceQt.cpp
WebCore/platform/graphics/qt/MediaPlayerPrivatePhonon.cpp
WebCore/platform/graphics/qt/PathQt.cpp
WebCore/platform/graphics/qt/TransformationMatrixQt.cpp
WebCore/platform/graphics/skia/GradientSkia.cpp
WebCore/platform/graphics/skia/GraphicsContextPlatformPrivate.h
WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
WebCore/platform/graphics/skia/ImageBufferSkia.cpp
WebCore/platform/graphics/skia/ImageSkia.cpp
WebCore/platform/graphics/skia/ImageSourceSkia.cpp
WebCore/platform/graphics/skia/PathSkia.cpp
WebCore/platform/graphics/skia/PatternSkia.cpp
WebCore/platform/graphics/skia/PlatformContextSkia.cpp
WebCore/platform/graphics/skia/PlatformContextSkia.h
WebCore/platform/graphics/skia/SkiaFontWin.cpp
WebCore/platform/graphics/skia/SkiaUtils.cpp
WebCore/platform/graphics/skia/SkiaUtils.h
WebCore/platform/graphics/transforms/Matrix3DTransformOperation.cpp
WebCore/platform/graphics/transforms/MatrixTransformOperation.cpp
WebCore/platform/graphics/transforms/TransformOperations.h
WebCore/platform/graphics/transforms/TransformationMatrix.cpp
WebCore/platform/graphics/transforms/TransformationMatrix.h
WebCore/platform/graphics/win/ColorSafari.cpp [deleted file]
WebCore/platform/graphics/win/FontPlatformData.h
WebCore/platform/graphics/win/FontPlatformDataCGWin.cpp
WebCore/platform/graphics/win/FontPlatformDataCairoWin.cpp
WebCore/platform/graphics/win/FontPlatformDataWin.cpp
WebCore/platform/graphics/win/GraphicsContextCGWin.cpp
WebCore/platform/graphics/win/GraphicsContextCairoWin.cpp
WebCore/platform/graphics/win/GraphicsContextWin.cpp
WebCore/platform/graphics/win/IconWin.cpp
WebCore/platform/graphics/win/ImageCGWin.cpp
WebCore/platform/graphics/win/ImageCairoWin.cpp
WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeWin.cpp
WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeWin.h
WebCore/platform/graphics/win/QTMovieWin.cpp
WebCore/platform/graphics/win/QTMovieWin.h
WebCore/platform/graphics/win/SimpleFontDataCGWin.cpp
WebCore/platform/graphics/win/SimpleFontDataCairoWin.cpp
WebCore/platform/graphics/win/SimpleFontDataWin.cpp
WebCore/platform/graphics/win/TransformationMatrixWin.cpp [new file with mode: 0644]
WebCore/platform/graphics/wince/FontCacheWince.cpp [new file with mode: 0644]
WebCore/platform/graphics/wince/FontCustomPlatformData.cpp [new file with mode: 0644]
WebCore/platform/graphics/wince/FontCustomPlatformData.h [new file with mode: 0644]
WebCore/platform/graphics/wince/FontPlatformData.cpp [new file with mode: 0644]
WebCore/platform/graphics/wince/FontPlatformData.h [new file with mode: 0644]
WebCore/platform/graphics/wince/FontWince.cpp [new file with mode: 0644]
WebCore/platform/graphics/wince/GlyphPageTreeNodeWince.cpp [new file with mode: 0644]
WebCore/platform/graphics/wince/GraphicsContextWince.cpp [new file with mode: 0644]
WebCore/platform/graphics/wince/SimpleFontDataWince.cpp [new file with mode: 0644]
WebCore/platform/graphics/wx/FontPlatformData.h
WebCore/platform/graphics/wx/FontPlatformDataWx.cpp
WebCore/platform/graphics/wx/ImageBufferWx.cpp
WebCore/platform/graphics/wx/ImageSourceWx.cpp
WebCore/platform/graphics/wx/PathWx.cpp
WebCore/platform/gtk/ClipboardGtk.cpp
WebCore/platform/gtk/ClipboardGtk.h
WebCore/platform/gtk/DragImageGtk.cpp
WebCore/platform/gtk/Language.cpp
WebCore/platform/gtk/LocalizedStringsGtk.cpp
WebCore/platform/gtk/LoggingGtk.cpp
WebCore/platform/gtk/PasteboardGtk.cpp
WebCore/platform/gtk/PlatformScreenGtk.cpp
WebCore/platform/gtk/RenderThemeGtk.cpp
WebCore/platform/gtk/RenderThemeGtk.h
WebCore/platform/gtk/ScrollViewGtk.cpp
WebCore/platform/haiku/ClipboardHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/ClipboardHaiku.h [new file with mode: 0644]
WebCore/platform/haiku/ContextMenuHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/ContextMenuItemHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/CookieJarHaiku.cpp [moved from WebCore/dom/StaticStringList.cpp with 66% similarity]
WebCore/platform/haiku/CursorHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/DragDataHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/DragImageHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/EventLoopHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/FileChooserHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/FileSystemHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/KeyboardCodes.h [new file with mode: 0644]
WebCore/platform/haiku/MIMETypeRegistryHaiku.cpp [moved from WebCore/platform/image-decoders/skia/PNGImageDecoder.h with 53% similarity]
WebCore/platform/haiku/PasteboardHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/PlatformKeyboardEventHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/PlatformMouseEventHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/PlatformWheelEventHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/PopupMenuHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/ScreenHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/SearchPopupMenuHaiku.cpp [new file with mode: 0644]
WebCore/platform/haiku/SoundHaiku.cpp [moved from WebCore/dom/DOMStringList.cpp with 89% similarity]
WebCore/platform/haiku/TemporaryLinkStubs.cpp [new file with mode: 0644]
WebCore/platform/haiku/WidgetHaiku.cpp [new file with mode: 0644]
WebCore/platform/image-decoders/ImageDecoder.h
WebCore/platform/image-decoders/bmp/BMPImageDecoder.cpp
WebCore/platform/image-decoders/bmp/BMPImageDecoder.h
WebCore/platform/image-decoders/bmp/BMPImageReader.cpp [moved from WebCore/platform/image-decoders/skia/BMPImageReader.cpp with 74% similarity]
WebCore/platform/image-decoders/bmp/BMPImageReader.h [moved from WebCore/platform/image-decoders/skia/BMPImageReader.h with 60% similarity]
WebCore/platform/image-decoders/cairo/ImageDecoderCairo.cpp [new file with mode: 0644]
WebCore/platform/image-decoders/gif/GIFImageDecoder.cpp
WebCore/platform/image-decoders/gif/GIFImageDecoder.h
WebCore/platform/image-decoders/gif/GIFImageReader.cpp
WebCore/platform/image-decoders/haiku/ImageDecoderHaiku.cpp [new file with mode: 0644]
WebCore/platform/image-decoders/ico/ICOImageDecoder.cpp
WebCore/platform/image-decoders/ico/ICOImageDecoder.h
WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.h
WebCore/platform/image-decoders/png/PNGImageDecoder.cpp
WebCore/platform/image-decoders/png/PNGImageDecoder.h
WebCore/platform/image-decoders/skia/GIFImageDecoder.cpp [deleted file]
WebCore/platform/image-decoders/skia/GIFImageDecoder.h [deleted file]
WebCore/platform/image-decoders/skia/GIFImageReader.cpp [deleted file]
WebCore/platform/image-decoders/skia/GIFImageReader.h [deleted file]
WebCore/platform/image-decoders/skia/ICOImageDecoder.cpp [deleted file]
WebCore/platform/image-decoders/skia/ICOImageDecoder.h [deleted file]
WebCore/platform/image-decoders/skia/ImageDecoder.h [deleted file]
WebCore/platform/image-decoders/skia/ImageDecoderSkia.cpp [new file with mode: 0644]
WebCore/platform/image-decoders/skia/JPEGImageDecoder.cpp [deleted file]
WebCore/platform/image-decoders/skia/JPEGImageDecoder.h [deleted file]
WebCore/platform/image-decoders/skia/PNGImageDecoder.cpp [deleted file]
WebCore/platform/image-decoders/skia/XBMImageDecoder.cpp [deleted file]
WebCore/platform/image-decoders/wx/ImageDecoderWx.cpp [new file with mode: 0644]
WebCore/platform/image-decoders/xbm/XBMImageDecoder.cpp
WebCore/platform/image-decoders/xbm/XBMImageDecoder.h
WebCore/platform/mac/ClipboardMac.h
WebCore/platform/mac/ClipboardMac.mm
WebCore/platform/mac/LocalCurrentGraphicsContext.h
WebCore/platform/mac/LocalizedStringsMac.mm
WebCore/platform/mac/LoggingMac.mm
WebCore/platform/mac/PasteboardMac.mm
WebCore/platform/mac/PopupMenuMac.mm
WebCore/platform/mac/RuntimeApplicationChecks.h
WebCore/platform/mac/RuntimeApplicationChecks.mm
WebCore/platform/mac/ScrollbarThemeMac.mm
WebCore/platform/mac/ThemeMac.mm
WebCore/platform/mac/WebCoreSystemInterface.h
WebCore/platform/mac/WebCoreSystemInterface.mm
WebCore/platform/mac/WidgetMac.mm
WebCore/platform/network/FormDataBuilder.h
WebCore/platform/network/HTTPParsers.cpp
WebCore/platform/network/ResourceHandle.h
WebCore/platform/network/ResourceHandleInternal.h
WebCore/platform/network/ResourceResponseBase.cpp
WebCore/platform/network/ResourceResponseBase.h
WebCore/platform/network/cf/ResourceHandleCFNet.cpp
WebCore/platform/network/curl/ResourceHandleCurl.cpp
WebCore/platform/network/curl/ResourceHandleManager.cpp
WebCore/platform/network/curl/ResourceHandleManager.h
WebCore/platform/network/mac/FormDataStreamMac.mm
WebCore/platform/network/mac/ResourceHandleMac.mm
WebCore/platform/network/mac/ResourceResponseMac.mm
WebCore/platform/network/mac/WebCoreURLResponse.h
WebCore/platform/network/mac/WebCoreURLResponse.mm
WebCore/platform/network/qt/QNetworkReplyHandler.cpp
WebCore/platform/network/qt/QNetworkReplyHandler.h
WebCore/platform/network/qt/ResourceHandleQt.cpp
WebCore/platform/network/soup/ResourceHandleSoup.cpp
WebCore/platform/qt/ClipboardQt.cpp
WebCore/platform/qt/ClipboardQt.h
WebCore/platform/qt/ContextMenuItemQt.cpp
WebCore/platform/qt/CursorQt.cpp
WebCore/platform/qt/DragDataQt.cpp
WebCore/platform/qt/DragImageQt.cpp
WebCore/platform/qt/FileSystemQt.cpp
WebCore/platform/qt/Localizations.cpp
WebCore/platform/qt/LoggingQt.cpp
WebCore/platform/qt/MIMETypeRegistryQt.cpp
WebCore/platform/qt/PasteboardQt.cpp
WebCore/platform/qt/PlatformKeyboardEventQt.cpp
WebCore/platform/qt/PlatformMouseEventQt.cpp
WebCore/platform/qt/PopupMenuQt.cpp
WebCore/platform/qt/RenderThemeQt.cpp
WebCore/platform/qt/RenderThemeQt.h
WebCore/platform/qt/ScreenQt.cpp
WebCore/platform/qt/ScrollbarQt.cpp
WebCore/platform/qt/ScrollbarThemeQt.cpp
WebCore/platform/qt/ScrollbarThemeQt.h
WebCore/platform/qt/SharedBufferQt.cpp
WebCore/platform/qt/TemporaryLinkStubs.cpp
WebCore/platform/qt/WidgetQt.cpp
WebCore/platform/sql/SQLiteDatabase.cpp
WebCore/platform/sql/SQLiteFileSystem.cpp [new file with mode: 0644]
WebCore/platform/sql/SQLiteFileSystem.h [new file with mode: 0644]
WebCore/platform/sql/SQLiteTransaction.cpp
WebCore/platform/sql/chromium/SQLiteFileSystemChromium.cpp [new file with mode: 0644]
WebCore/platform/sql/chromium/SQLiteFileSystemChromiumLinux.cpp [new file with mode: 0644]
WebCore/platform/sql/chromium/SQLiteFileSystemChromiumMac.cpp [new file with mode: 0644]
WebCore/platform/sql/chromium/SQLiteFileSystemChromiumWin.cpp [new file with mode: 0644]
WebCore/platform/text/BidiResolver.h
WebCore/platform/text/CharacterNames.h
WebCore/platform/text/PlatformString.h
WebCore/platform/text/String.cpp
WebCore/platform/text/StringBuffer.h
WebCore/platform/text/StringImpl.cpp
WebCore/platform/text/StringImpl.h
WebCore/platform/text/TextBreakIteratorICU.cpp
WebCore/platform/text/TextBreakIteratorInternalICU.h
WebCore/platform/text/TextCodec.h
WebCore/platform/text/TextEncoding.cpp
WebCore/platform/text/TextEncodingRegistry.cpp
WebCore/platform/text/chromium/TextBreakIteratorInternalICUChromium.cpp
WebCore/platform/text/gtk/TextBreakIteratorInternalICUGtk.cpp
WebCore/platform/text/haiku/StringHaiku.cpp [moved from WebCore/platform/graphics/chromium/ColorChromium.cpp with 77% similarity]
WebCore/platform/text/haiku/TextBreakIteratorInternalICUHaiku.cpp [new file with mode: 0644]
WebCore/platform/text/mac/TextBreakIteratorInternalICUMac.mm
WebCore/platform/text/qt/StringQt.cpp
WebCore/platform/text/qt/TextBoundaries.cpp
WebCore/platform/text/qt/TextBreakIteratorQt.cpp
WebCore/platform/text/win/TextBreakIteratorInternalICUWin.cpp
WebCore/platform/win/BitmapInfo.cpp [new file with mode: 0644]
WebCore/platform/win/BitmapInfo.h [moved from WebCore/bindings/js/JSDOMStringListCustom.cpp with 75% similarity]
WebCore/platform/win/ClipboardWin.cpp
WebCore/platform/win/ClipboardWin.h
WebCore/platform/win/CursorWin.cpp
WebCore/platform/win/DragImageCGWin.cpp
WebCore/platform/win/DragImageCairoWin.cpp
WebCore/platform/win/DragImageWin.cpp
WebCore/platform/win/FileSystemWin.cpp
WebCore/platform/win/LoggingWin.cpp
WebCore/platform/win/PasteboardWin.cpp
WebCore/platform/win/PlatformMouseEventWin.cpp
WebCore/platform/win/PlatformScreenWin.cpp
WebCore/platform/win/PopupMenuWin.cpp
WebCore/platform/win/SoftLinking.h
WebCore/platform/win/SystemTimeWin.cpp
WebCore/platform/win/WCDataObject.cpp
WebCore/platform/win/WheelEventWin.cpp
WebCore/platform/win/WindowMessageBroadcaster.h
WebCore/platform/wx/ClipboardWx.cpp
WebCore/platform/wx/ClipboardWx.h
WebCore/platform/wx/RenderThemeWx.cpp
WebCore/platform/wx/SharedTimerWx.cpp
WebCore/platform/wx/TemporaryLinkStubs.cpp
WebCore/plugins/PluginDatabase.cpp
WebCore/plugins/PluginDatabase.h
WebCore/plugins/PluginDebug.cpp [new file with mode: 0644]
WebCore/plugins/PluginDebug.h
WebCore/plugins/PluginPackage.cpp
WebCore/plugins/PluginPackage.h
WebCore/plugins/PluginPackageNone.cpp
WebCore/plugins/PluginStream.cpp
WebCore/plugins/PluginView.cpp
WebCore/plugins/PluginView.h
WebCore/plugins/PluginViewNone.cpp
WebCore/plugins/gtk/PluginPackageGtk.cpp
WebCore/plugins/gtk/PluginViewGtk.cpp
WebCore/plugins/gtk/gtk2xtbin.c
WebCore/plugins/mac/PluginPackageMac.cpp
WebCore/plugins/mac/PluginViewMac.cpp
WebCore/plugins/qt/PluginPackageQt.cpp
WebCore/plugins/qt/PluginViewQt.cpp
WebCore/plugins/win/PluginDatabaseWin.cpp
WebCore/plugins/win/PluginMessageThrottlerWin.cpp
WebCore/plugins/win/PluginPackageWin.cpp
WebCore/plugins/win/PluginViewWin.cpp
WebCore/rendering/AutoTableLayout.cpp
WebCore/rendering/CounterNode.h
WebCore/rendering/FixedTableLayout.cpp
WebCore/rendering/HitTestResult.cpp
WebCore/rendering/HitTestResult.h
WebCore/rendering/InlineBox.cpp
WebCore/rendering/InlineBox.h
WebCore/rendering/InlineFlowBox.cpp
WebCore/rendering/InlineFlowBox.h
WebCore/rendering/InlineTextBox.cpp
WebCore/rendering/LayoutState.h
WebCore/rendering/MediaControlElements.cpp
WebCore/rendering/MediaControlElements.h
WebCore/rendering/RenderApplet.cpp
WebCore/rendering/RenderApplet.h
WebCore/rendering/RenderArena.cpp
WebCore/rendering/RenderBlock.cpp
WebCore/rendering/RenderBlock.h
WebCore/rendering/RenderBlockLineLayout.cpp [moved from WebCore/rendering/bidi.cpp with 90% similarity]
WebCore/rendering/RenderBox.cpp
WebCore/rendering/RenderBox.h
WebCore/rendering/RenderBoxModelObject.cpp
WebCore/rendering/RenderBoxModelObject.h
WebCore/rendering/RenderButton.cpp
WebCore/rendering/RenderButton.h
WebCore/rendering/RenderCounter.cpp
WebCore/rendering/RenderCounter.h
WebCore/rendering/RenderDataGrid.cpp [new file with mode: 0644]
WebCore/rendering/RenderDataGrid.h [new file with mode: 0644]
WebCore/rendering/RenderFieldset.cpp
WebCore/rendering/RenderFieldset.h
WebCore/rendering/RenderFileUploadControl.h
WebCore/rendering/RenderFlexibleBox.cpp
WebCore/rendering/RenderFrame.h
WebCore/rendering/RenderFrameSet.cpp
WebCore/rendering/RenderFrameSet.h
WebCore/rendering/RenderHTMLCanvas.h
WebCore/rendering/RenderImage.cpp
WebCore/rendering/RenderImage.h
WebCore/rendering/RenderInline.cpp
WebCore/rendering/RenderInline.h
WebCore/rendering/RenderLayer.cpp
WebCore/rendering/RenderLayer.h
WebCore/rendering/RenderLayerBacking.cpp
WebCore/rendering/RenderLayerBacking.h
WebCore/rendering/RenderLayerCompositor.cpp
WebCore/rendering/RenderLayerCompositor.h
WebCore/rendering/RenderListBox.cpp
WebCore/rendering/RenderListBox.h
WebCore/rendering/RenderListItem.cpp
WebCore/rendering/RenderListItem.h
WebCore/rendering/RenderListMarker.h
WebCore/rendering/RenderMarquee.cpp
WebCore/rendering/RenderMedia.cpp
WebCore/rendering/RenderMedia.h
WebCore/rendering/RenderMediaControls.cpp
WebCore/rendering/RenderMenuList.cpp
WebCore/rendering/RenderMenuList.h
WebCore/rendering/RenderObject.cpp
WebCore/rendering/RenderObject.h
WebCore/rendering/RenderObjectChildList.cpp
WebCore/rendering/RenderPart.cpp
WebCore/rendering/RenderPart.h
WebCore/rendering/RenderPartObject.cpp
WebCore/rendering/RenderPartObject.h
WebCore/rendering/RenderPath.h
WebCore/rendering/RenderReplaced.cpp
WebCore/rendering/RenderReplaced.h
WebCore/rendering/RenderReplica.cpp
WebCore/rendering/RenderSVGBlock.h
WebCore/rendering/RenderSVGContainer.cpp
WebCore/rendering/RenderSVGContainer.h
WebCore/rendering/RenderSVGHiddenContainer.cpp
WebCore/rendering/RenderSVGHiddenContainer.h
WebCore/rendering/RenderSVGImage.cpp
WebCore/rendering/RenderSVGImage.h
WebCore/rendering/RenderSVGInline.cpp
WebCore/rendering/RenderSVGInline.h
WebCore/rendering/RenderSVGInlineText.cpp
WebCore/rendering/RenderSVGInlineText.h
WebCore/rendering/RenderSVGRoot.cpp
WebCore/rendering/RenderSVGRoot.h
WebCore/rendering/RenderSVGText.cpp
WebCore/rendering/RenderSVGText.h
WebCore/rendering/RenderSVGTextPath.h
WebCore/rendering/RenderSVGViewportContainer.cpp
WebCore/rendering/RenderSVGViewportContainer.h
WebCore/rendering/RenderScrollbar.cpp
WebCore/rendering/RenderScrollbar.h
WebCore/rendering/RenderScrollbarTheme.cpp
WebCore/rendering/RenderSlider.cpp
WebCore/rendering/RenderSlider.h
WebCore/rendering/RenderTable.cpp
WebCore/rendering/RenderTable.h
WebCore/rendering/RenderTableCell.cpp
WebCore/rendering/RenderTableCell.h
WebCore/rendering/RenderTableCol.cpp
WebCore/rendering/RenderTableCol.h
WebCore/rendering/RenderTableRow.cpp
WebCore/rendering/RenderTableRow.h
WebCore/rendering/RenderTableSection.cpp
WebCore/rendering/RenderTableSection.h
WebCore/rendering/RenderText.h
WebCore/rendering/RenderTextControl.cpp
WebCore/rendering/RenderTextControl.h
WebCore/rendering/RenderTextControlMultiLine.cpp
WebCore/rendering/RenderTextControlMultiLine.h
WebCore/rendering/RenderTextControlSingleLine.cpp
WebCore/rendering/RenderTextControlSingleLine.h
WebCore/rendering/RenderTheme.cpp
WebCore/rendering/RenderTheme.h
WebCore/rendering/RenderThemeChromiumLinux.cpp
WebCore/rendering/RenderThemeChromiumLinux.h
WebCore/rendering/RenderThemeChromiumMac.h
WebCore/rendering/RenderThemeChromiumMac.mm
WebCore/rendering/RenderThemeChromiumSkia.cpp
WebCore/rendering/RenderThemeChromiumSkia.h
WebCore/rendering/RenderThemeChromiumWin.cpp
WebCore/rendering/RenderThemeChromiumWin.h
WebCore/rendering/RenderThemeMac.h
WebCore/rendering/RenderThemeMac.mm
WebCore/rendering/RenderThemeSafari.cpp
WebCore/rendering/RenderThemeSafari.h
WebCore/rendering/RenderThemeWin.cpp
WebCore/rendering/RenderThemeWin.h
WebCore/rendering/RenderThemeWince.cpp [new file with mode: 0644]
WebCore/rendering/RenderThemeWince.h [new file with mode: 0644]
WebCore/rendering/RenderTreeAsText.cpp
WebCore/rendering/RenderVideo.cpp
WebCore/rendering/RenderVideo.h
WebCore/rendering/RenderView.cpp
WebCore/rendering/RenderView.h
WebCore/rendering/RenderWidget.cpp
WebCore/rendering/RenderWidget.h
WebCore/rendering/RootInlineBox.cpp
WebCore/rendering/SVGCharacterLayoutInfo.cpp
WebCore/rendering/SVGCharacterLayoutInfo.h
WebCore/rendering/SVGInlineFlowBox.h
WebCore/rendering/SVGInlineTextBox.h
WebCore/rendering/SVGRenderSupport.cpp
WebCore/rendering/SVGRenderTreeAsText.cpp
WebCore/rendering/SVGRenderTreeAsText.h
WebCore/rendering/SVGRootInlineBox.cpp
WebCore/rendering/SVGRootInlineBox.h
WebCore/rendering/TextControlInnerElements.cpp
WebCore/rendering/TextControlInnerElements.h
WebCore/rendering/TransformState.h
WebCore/rendering/bidi.h [deleted file]
WebCore/rendering/style/FillLayer.h
WebCore/rendering/style/RenderStyle.cpp
WebCore/rendering/style/RenderStyle.h
WebCore/rendering/style/RenderStyleConstants.h
WebCore/rendering/style/SVGRenderStyle.cpp
WebCore/rendering/style/SVGRenderStyleDefs.h
WebCore/rendering/style/ShadowData.cpp
WebCore/rendering/style/ShadowData.h
WebCore/rendering/style/StyleInheritedData.h
WebCore/rendering/style/StyleRareInheritedData.cpp
WebCore/storage/Database.cpp
WebCore/storage/DatabaseTask.h
WebCore/storage/DatabaseThread.cpp
WebCore/storage/DatabaseTracker.cpp
WebCore/storage/LocalStorage.cpp [deleted file]
WebCore/storage/LocalStorageTask.cpp
WebCore/storage/LocalStorageTask.h
WebCore/storage/LocalStorageThread.cpp
WebCore/storage/LocalStorageThread.h
WebCore/storage/OriginUsageRecord.cpp
WebCore/storage/SessionStorageArea.cpp [deleted file]
WebCore/storage/Storage.cpp
WebCore/storage/Storage.h
WebCore/storage/Storage.idl
WebCore/storage/StorageArea.cpp [deleted file]
WebCore/storage/StorageArea.h
WebCore/storage/StorageAreaImpl.cpp [new file with mode: 0644]
WebCore/storage/StorageAreaImpl.h [new file with mode: 0644]
WebCore/storage/StorageAreaSync.cpp [moved from WebCore/storage/LocalStorageArea.cpp with 60% similarity]
WebCore/storage/StorageAreaSync.h [moved from WebCore/storage/LocalStorageArea.h with 65% similarity]
WebCore/storage/StorageEvent.cpp
WebCore/storage/StorageEvent.h
WebCore/storage/StorageMap.cpp
WebCore/storage/StorageMap.h
WebCore/storage/StorageNamespace.cpp [new file with mode: 0644]
WebCore/storage/StorageNamespace.h [moved from WebCore/storage/SessionStorage.h with 62% similarity]
WebCore/storage/StorageNamespaceImpl.cpp [new file with mode: 0644]
WebCore/storage/StorageNamespaceImpl.h [moved from WebCore/storage/SessionStorageArea.h with 56% similarity]
WebCore/storage/StorageSyncManager.cpp [moved from WebCore/storage/SessionStorage.cpp with 51% similarity]
WebCore/storage/StorageSyncManager.h [moved from WebCore/storage/LocalStorage.h with 63% similarity]
WebCore/storage/wince/DatabaseThreadWince.cpp [new file with mode: 0644]
WebCore/storage/wince/DatabaseThreadWince.h [new file with mode: 0644]
WebCore/storage/wince/LocalStorageThreadWince.cpp [new file with mode: 0644]
WebCore/storage/wince/LocalStorageThreadWince.h [new file with mode: 0644]
WebCore/svg/GradientAttributes.h
WebCore/svg/LinearGradientAttributes.h
WebCore/svg/PatternAttributes.h
WebCore/svg/RadialGradientAttributes.h
WebCore/svg/SVGAElement.cpp
WebCore/svg/SVGAnimatedPathData.h
WebCore/svg/SVGAnimatedPoints.h
WebCore/svg/SVGAnimatedProperty.h
WebCore/svg/SVGAnimationElement.h
WebCore/svg/SVGClipPathElement.h
WebCore/svg/SVGColor.cpp
WebCore/svg/SVGColor.h
WebCore/svg/SVGDocument.cpp
WebCore/svg/SVGDocument.h
WebCore/svg/SVGDocumentExtensions.cpp
WebCore/svg/SVGElementInstance.cpp
WebCore/svg/SVGElementInstance.h
WebCore/svg/SVGElementInstance.idl
WebCore/svg/SVGFEBlendElement.cpp
WebCore/svg/SVGFEBlendElement.h
WebCore/svg/SVGFEColorMatrixElement.cpp
WebCore/svg/SVGFEComponentTransferElement.cpp
WebCore/svg/SVGFECompositeElement.cpp
WebCore/svg/SVGFEDiffuseLightingElement.cpp
WebCore/svg/SVGFEDisplacementMapElement.cpp
WebCore/svg/SVGFEDistantLightElement.h
WebCore/svg/SVGFEFloodElement.cpp
WebCore/svg/SVGFEFloodElement.h
WebCore/svg/SVGFEFuncAElement.h
WebCore/svg/SVGFEFuncBElement.h
WebCore/svg/SVGFEFuncGElement.h
WebCore/svg/SVGFEFuncRElement.h
WebCore/svg/SVGFEGaussianBlurElement.cpp
WebCore/svg/SVGFEImageElement.cpp
WebCore/svg/SVGFEMergeElement.cpp
WebCore/svg/SVGFEOffsetElement.cpp
WebCore/svg/SVGFEPointLightElement.h
WebCore/svg/SVGFESpecularLightingElement.cpp
WebCore/svg/SVGFESpotLightElement.h
WebCore/svg/SVGFETileElement.cpp
WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp
WebCore/svg/SVGImageElement.cpp
WebCore/svg/SVGImageLoader.cpp
WebCore/svg/SVGLineElement.cpp
WebCore/svg/SVGList.h
WebCore/svg/SVGListTraits.h
WebCore/svg/SVGMPathElement.h
WebCore/svg/SVGMarkerElement.cpp
WebCore/svg/SVGMaskElement.cpp
WebCore/svg/SVGMetadataElement.h
WebCore/svg/SVGParserUtilities.cpp
WebCore/svg/SVGPathElement.h
WebCore/svg/SVGPathSeg.idl
WebCore/svg/SVGPathSegClosePath.h
WebCore/svg/SVGPatternElement.cpp
WebCore/svg/SVGPolyElement.h
WebCore/svg/SVGSVGElement.h
WebCore/svg/SVGSetElement.h
WebCore/svg/SVGSwitchElement.h
WebCore/svg/SVGTextContentElement.cpp
WebCore/svg/SVGTextPathElement.cpp
WebCore/svg/SVGTextPathElement.h
WebCore/svg/SVGTitleElement.h
WebCore/svg/SVGTransformDistance.cpp
WebCore/svg/SVGTransformList.cpp
WebCore/svg/SVGTransformList.h
WebCore/svg/SVGTransformable.cpp
WebCore/svg/SVGViewSpec.cpp
WebCore/svg/SynchronizableTypeWrapper.h
WebCore/svg/animation/SMILTime.cpp
WebCore/svg/animation/SVGSMILElement.h
WebCore/svg/graphics/SVGImage.cpp
WebCore/svg/graphics/SVGPaintServer.cpp
WebCore/svg/graphics/SVGPaintServer.h
WebCore/svg/graphics/SVGPaintServerGradient.cpp
WebCore/svg/graphics/SVGPaintServerPattern.cpp
WebCore/svg/graphics/SVGResource.cpp
WebCore/svg/graphics/SVGResourceFilter.cpp
WebCore/svg/graphics/SVGResourceFilter.h
WebCore/svg/graphics/SVGResourceMasker.cpp
WebCore/svg/graphics/filters/SVGFEConvolveMatrix.h
WebCore/svg/graphics/filters/SVGFEDiffuseLighting.h
WebCore/svg/graphics/filters/SVGFEDisplacementMap.h
WebCore/svg/graphics/filters/SVGFEFlood.cpp
WebCore/svg/graphics/filters/SVGFEGaussianBlur.h
WebCore/svg/graphics/filters/SVGFEImage.cpp
WebCore/svg/graphics/filters/SVGFEImage.h
WebCore/svg/graphics/filters/SVGFEMerge.cpp
WebCore/svg/graphics/filters/SVGFEMerge.h
WebCore/svg/graphics/filters/SVGFEMorphology.h
WebCore/svg/graphics/filters/SVGFEOffset.cpp
WebCore/svg/graphics/filters/SVGFEOffset.h
WebCore/svg/graphics/filters/SVGFESpecularLighting.h
WebCore/svg/graphics/filters/SVGFETile.cpp
WebCore/svg/graphics/filters/SVGFETile.h
WebCore/svg/graphics/filters/SVGFilter.cpp
WebCore/svg/graphics/filters/SVGFilter.h
WebCore/webcore-base.bkl
WebCore/webcore-wx.bkl
WebCore/websockets/WebSocket.cpp [new file with mode: 0644]
WebCore/websockets/WebSocket.h [new file with mode: 0644]
WebCore/websockets/WebSocket.idl [new file with mode: 0644]
WebCore/wml/WMLAElement.cpp
WebCore/wml/WMLAccessElement.cpp
WebCore/wml/WMLAccessElement.h
WebCore/wml/WMLAnchorElement.cpp
WebCore/wml/WMLAnchorElement.h
WebCore/wml/WMLCardElement.cpp
WebCore/wml/WMLDoElement.cpp
WebCore/wml/WMLDoElement.h
WebCore/wml/WMLDocument.cpp
WebCore/wml/WMLDocument.h
WebCore/wml/WMLElement.cpp
WebCore/wml/WMLElement.h
WebCore/wml/WMLErrorHandling.cpp
WebCore/wml/WMLEventHandlingElement.cpp
WebCore/wml/WMLEventHandlingElement.h
WebCore/wml/WMLFieldSetElement.cpp
WebCore/wml/WMLFieldSetElement.h
WebCore/wml/WMLGoElement.cpp
WebCore/wml/WMLGoElement.h
WebCore/wml/WMLImageLoader.cpp
WebCore/wml/WMLInputElement.cpp
WebCore/wml/WMLIntrinsicEventHandler.cpp
WebCore/wml/WMLIntrinsicEventHandler.h
WebCore/wml/WMLNoopElement.cpp
WebCore/wml/WMLOnEventElement.cpp
WebCore/wml/WMLOnEventElement.h
WebCore/wml/WMLOptGroupElement.cpp
WebCore/wml/WMLOptGroupElement.h
WebCore/wml/WMLOptionElement.cpp
WebCore/wml/WMLPageState.cpp
WebCore/wml/WMLPageState.h
WebCore/wml/WMLPostfieldElement.cpp
WebCore/wml/WMLPostfieldElement.h
WebCore/wml/WMLSelectElement.cpp
WebCore/wml/WMLSelectElement.h
WebCore/wml/WMLSetvarElement.cpp
WebCore/wml/WMLSetvarElement.h
WebCore/wml/WMLTaskElement.cpp
WebCore/wml/WMLTaskElement.h
WebCore/wml/WMLTimerElement.cpp
WebCore/wml/WMLTimerElement.h
WebCore/wml/WMLVariables.cpp
WebCore/workers/AbstractWorker.cpp [new file with mode: 0644]
WebCore/workers/AbstractWorker.h [new file with mode: 0644]
WebCore/workers/AbstractWorker.idl [new file with mode: 0644]
WebCore/workers/DedicatedWorkerContext.cpp [new file with mode: 0644]
WebCore/workers/DedicatedWorkerContext.h [new file with mode: 0644]
WebCore/workers/DedicatedWorkerContext.idl [new file with mode: 0644]
WebCore/workers/DedicatedWorkerThread.cpp [new file with mode: 0644]
WebCore/workers/DedicatedWorkerThread.h [new file with mode: 0644]
WebCore/workers/DefaultSharedWorkerRepository.cpp [new file with mode: 0644]
WebCore/workers/DefaultSharedWorkerRepository.h [new file with mode: 0644]
WebCore/workers/GenericWorkerTask.h
WebCore/workers/SharedWorker.cpp [new file with mode: 0644]
WebCore/workers/SharedWorker.h [new file with mode: 0644]
WebCore/workers/SharedWorker.idl [new file with mode: 0644]
WebCore/workers/SharedWorkerContext.cpp [new file with mode: 0644]
WebCore/workers/SharedWorkerContext.h [new file with mode: 0644]
WebCore/workers/SharedWorkerContext.idl [new file with mode: 0644]
WebCore/workers/SharedWorkerRepository.h [new file with mode: 0644]
WebCore/workers/SharedWorkerThread.cpp [new file with mode: 0644]
WebCore/workers/SharedWorkerThread.h [new file with mode: 0644]
WebCore/workers/Worker.cpp
WebCore/workers/Worker.h
WebCore/workers/Worker.idl
WebCore/workers/WorkerContext.cpp
WebCore/workers/WorkerContext.h
WebCore/workers/WorkerContext.idl
WebCore/workers/WorkerContextProxy.h
WebCore/workers/WorkerImportScriptsClient.cpp [deleted file]
WebCore/workers/WorkerLoaderProxy.h
WebCore/workers/WorkerLocation.cpp
WebCore/workers/WorkerMessagingProxy.cpp
WebCore/workers/WorkerMessagingProxy.h
WebCore/workers/WorkerObjectProxy.h
WebCore/workers/WorkerRunLoop.cpp
WebCore/workers/WorkerScriptLoader.cpp [new file with mode: 0644]
WebCore/workers/WorkerScriptLoader.h [moved from WebCore/workers/WorkerImportScriptsClient.h with 68% similarity]
WebCore/workers/WorkerScriptLoaderClient.h [moved from WebCore/dom/DOMStringList.h with 79% similarity]
WebCore/workers/WorkerThread.cpp
WebCore/workers/WorkerThread.h
WebCore/wscript [new file with mode: 0644]
WebCore/xml/XMLHttpRequest.cpp
WebCore/xml/XMLHttpRequest.h
WebCore/xml/XPathExpressionNode.h
WebCore/xml/XPathGrammar.y
WebCore/xml/XPathParser.h
WebCore/xml/XPathPath.h
WebCore/xml/XPathPredicate.h
WebCore/xml/XPathStep.h
WebCore/xml/XSLTProcessor.cpp
WebKit/ChangeLog
WebKit/English.lproj/Localizable.strings
WebKit/StringsNotToBeLocalized.txt
WebKit/WebKit.xcodeproj/project.pbxproj
WebKit/cf/ChangeLog
WebKit/cf/WebCoreSupport/WebInspectorClientCF.cpp
WebKit/gtk/ChangeLog
WebKit/gtk/NEWS
WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
WebKit/gtk/WebCoreSupport/ChromeClientGtk.h
WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.cpp
WebKit/gtk/WebCoreSupport/ContextMenuClientGtk.h
WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp
WebKit/gtk/WebCoreSupport/EditorClientGtk.h
WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h
WebKit/gtk/WebCoreSupport/InspectorClientGtk.cpp
WebKit/gtk/WebCoreSupport/InspectorClientGtk.h
WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.cpp
WebKit/gtk/WebCoreSupport/PasteboardHelperGtk.h
WebKit/gtk/docs/GNUmakefile.am [new file with mode: 0644]
WebKit/gtk/docs/version.xml.in [new file with mode: 0644]
WebKit/gtk/docs/webkitenvironment.xml [new file with mode: 0644]
WebKit/gtk/docs/webkitgtk-docs.sgml
WebKit/gtk/docs/webkitgtk-sections.txt
WebKit/gtk/gdom/ConvertToGCharPrivate.h [new file with mode: 0644]
WebKit/gtk/po/ChangeLog [new file with mode: 0644]
WebKit/gtk/po/GNUmakefile.am [new file with mode: 0644]
WebKit/gtk/po/POTFILES [new file with mode: 0644]
WebKit/gtk/po/README [new file with mode: 0644]
WebKit/gtk/po/de.po [new file with mode: 0644]
WebKit/gtk/po/en_GB.po [new file with mode: 0644]
WebKit/gtk/po/es.po [new file with mode: 0644]
WebKit/gtk/po/it.po [new file with mode: 0644]
WebKit/gtk/po/nl.po [new file with mode: 0644]
WebKit/gtk/po/pt_BR.po [new file with mode: 0644]
WebKit/gtk/po/ru.po [new file with mode: 0644]
WebKit/gtk/po/sr.po [new file with mode: 0644]
WebKit/gtk/po/sr@latin.po [new file with mode: 0644]
WebKit/gtk/po/sv.po [new file with mode: 0644]
WebKit/gtk/po/vi.po [new file with mode: 0644]
WebKit/gtk/po/webkit.pot [new file with mode: 0644]
WebKit/gtk/po/zh_CN.po [new file with mode: 0644]
WebKit/gtk/resources/error.html [new file with mode: 0644]
WebKit/gtk/tests/testatk.c [new file with mode: 0644]
WebKit/gtk/tests/testdownload.c [new file with mode: 0644]
WebKit/gtk/tests/testhttpbackend.c [new file with mode: 0644]
WebKit/gtk/tests/testloading.c [new file with mode: 0644]
WebKit/gtk/tests/testnetworkrequest.c [new file with mode: 0644]
WebKit/gtk/tests/testwebbackforwardlist.c
WebKit/gtk/tests/testwebframe.c
WebKit/gtk/tests/testwebhistoryitem.c
WebKit/gtk/tests/testwebsettings.c [new file with mode: 0644]
WebKit/gtk/webkit.pc.in
WebKit/gtk/webkit/webkitapplicationcache.cpp [new file with mode: 0644]
WebKit/gtk/webkit/webkitdownload.cpp
WebKit/gtk/webkit/webkiterror.cpp [new file with mode: 0644]
WebKit/gtk/webkit/webkiterror.h [new file with mode: 0644]
WebKit/gtk/webkit/webkitnetworkrequest.cpp
WebKit/gtk/webkit/webkitnetworkrequest.h
WebKit/gtk/webkit/webkitprivate.cpp
WebKit/gtk/webkit/webkitprivate.h
WebKit/gtk/webkit/webkitsoupauthdialog.c
WebKit/gtk/webkit/webkitsoupauthdialog.h
WebKit/gtk/webkit/webkitversion.cpp
WebKit/gtk/webkit/webkitversion.h.in
WebKit/gtk/webkit/webkitwebbackforwardlist.cpp
WebKit/gtk/webkit/webkitwebframe.cpp
WebKit/gtk/webkit/webkitwebframe.h
WebKit/gtk/webkit/webkitwebhistoryitem.cpp
WebKit/gtk/webkit/webkitwebinspector.cpp
WebKit/gtk/webkit/webkitwebnavigationaction.cpp
WebKit/gtk/webkit/webkitwebnavigationaction.h
WebKit/gtk/webkit/webkitwebpolicydecision.cpp
WebKit/gtk/webkit/webkitwebsettings.cpp
WebKit/gtk/webkit/webkitwebsettings.h
WebKit/gtk/webkit/webkitwebview.cpp
WebKit/gtk/webkit/webkitwebview.h
WebKit/gtk/webkit/webkitwebwindowfeatures.cpp
WebKit/gtk/webkitmarshal.list
WebKit/haiku/ChangeLog [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/ChromeClientHaiku.h [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/ContextMenuClientHaiku.cpp [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/ContextMenuClientHaiku.h [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/DragClientHaiku.cpp [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/DragClientHaiku.h [moved from WebCore/dom/StaticStringList.h with 59% similarity]
WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/EditorClientHaiku.h [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h [new file with mode: 0644]
WebKit/haiku/WebCoreSupport/InspectorClientHaiku.cpp [moved from WebCore/inspector/JSONObject.cpp with 52% similarity]
WebKit/haiku/WebCoreSupport/InspectorClientHaiku.h [new file with mode: 0644]
WebKit/mac/Carbon/HIWebView.mm [moved from WebKit/mac/Carbon/HIWebView.m with 100% similarity]
WebKit/mac/ChangeLog
WebKit/mac/ChangeLog-2007-10-14
WebKit/mac/Configurations/Base.xcconfig
WebKit/mac/Configurations/DebugRelease.xcconfig
WebKit/mac/Configurations/FeatureDefines.xcconfig [new file with mode: 0644]
WebKit/mac/Configurations/Version.xcconfig
WebKit/mac/Configurations/WebKit.xcconfig
WebKit/mac/DOM/WebDOMOperations.mm
WebKit/mac/DOM/WebDOMOperationsInternal.h [moved from WebKit/mac/Misc/WebGraphicsExtras.h with 86% similarity]
WebKit/mac/DOM/WebDOMOperationsPrivate.h
WebKit/mac/ForwardingHeaders/wtf/OwnPtrCommon.h [new file with mode: 0644]
WebKit/mac/ForwardingHeaders/wtf/PassOwnPtr.h [new file with mode: 0644]
WebKit/mac/ForwardingHeaders/wtf/VMTags.h [new file with mode: 0644]
WebKit/mac/History/WebBackForwardList.mm
WebKit/mac/History/WebHistory.mm
WebKit/mac/History/WebHistoryInternal.h
WebKit/mac/History/WebHistoryItem.mm
WebKit/mac/History/WebHistoryItemInternal.h
WebKit/mac/History/WebHistoryPrivate.h
WebKit/mac/MigrateHeaders.make
WebKit/mac/Misc/WebCache.mm
WebKit/mac/Misc/WebCoreStatistics.h
WebKit/mac/Misc/WebCoreStatistics.mm
WebKit/mac/Misc/WebDownload.mm [moved from WebKit/mac/Misc/WebDownload.m with 95% similarity]
WebKit/mac/Misc/WebElementDictionary.mm
WebKit/mac/Misc/WebIconDatabase.mm
WebKit/mac/Misc/WebKitErrors.m
WebKit/mac/Misc/WebKitNSStringExtras.h
WebKit/mac/Misc/WebKitNSStringExtras.mm [moved from WebKit/mac/Misc/WebKitNSStringExtras.m with 78% similarity]
WebKit/mac/Misc/WebKitVersionChecks.h
WebKit/mac/Misc/WebNSAttributedStringExtras.mm
WebKit/mac/Misc/WebNSFileManagerExtras.h
WebKit/mac/Misc/WebNSFileManagerExtras.m
WebKit/mac/Misc/WebNSObjectExtras.mm
WebKit/mac/Misc/WebNSPasteboardExtras.mm
WebKit/mac/Misc/WebNSURLExtras.mm
WebKit/mac/Misc/WebStringTruncator.mm [moved from WebKit/mac/Misc/WebStringTruncator.m with 100% similarity]
WebKit/mac/Panels/English.lproj/WebAuthenticationPanel.nib/designable.nib
WebKit/mac/Panels/English.lproj/WebAuthenticationPanel.nib/keyedobjects.nib
WebKit/mac/Panels/WebAuthenticationPanel.h
WebKit/mac/Panels/WebAuthenticationPanel.m
WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.h
WebKit/mac/Plugins/Hosted/HostedNetscapePluginStream.mm
WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.h
WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm
WebKit/mac/Plugins/Hosted/NetscapePluginHostProxy.h
WebKit/mac/Plugins/Hosted/NetscapePluginHostProxy.mm
WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h
WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.mm
WebKit/mac/Plugins/Hosted/ProxyInstance.h
WebKit/mac/Plugins/Hosted/ProxyInstance.mm
WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.h
WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm
WebKit/mac/Plugins/Hosted/WebKitPluginClient.defs
WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs
WebKit/mac/Plugins/Hosted/WebKitPluginHostTypes.h
WebKit/mac/Plugins/WebBaseNetscapePluginStream.mm
WebKit/mac/Plugins/WebBaseNetscapePluginView.h
WebKit/mac/Plugins/WebBaseNetscapePluginView.mm
WebKit/mac/Plugins/WebNetscapeContainerCheckContextInfo.h [new file with mode: 0644]
WebKit/mac/Plugins/WebNetscapeContainerCheckContextInfo.mm [new file with mode: 0644]
WebKit/mac/Plugins/WebNetscapeContainerCheckPrivate.h [moved from WebKit/mac/Misc/WebGraphicsExtras.c with 52% similarity]
WebKit/mac/Plugins/WebNetscapeContainerCheckPrivate.mm [new file with mode: 0644]
WebKit/mac/Plugins/WebNetscapePluginEventHandler.h
WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.h
WebKit/mac/Plugins/WebNetscapePluginEventHandlerCarbon.mm
WebKit/mac/Plugins/WebNetscapePluginEventHandlerCocoa.h
WebKit/mac/Plugins/WebNetscapePluginEventHandlerCocoa.mm
WebKit/mac/Plugins/WebNetscapePluginPackage.mm
WebKit/mac/Plugins/WebNetscapePluginView.h
WebKit/mac/Plugins/WebNetscapePluginView.mm
WebKit/mac/Plugins/WebNullPluginView.mm
WebKit/mac/Plugins/WebPluginContainerCheck.h
WebKit/mac/Plugins/WebPluginContainerCheck.mm
WebKit/mac/Plugins/WebPluginController.h
WebKit/mac/Plugins/WebPluginController.mm
WebKit/mac/Plugins/WebPluginDatabase.mm
WebKit/mac/Plugins/npapi.mm
WebKit/mac/WebCoreSupport/WebApplicationCache.h [new file with mode: 0644]
WebKit/mac/WebCoreSupport/WebApplicationCache.mm [new file with mode: 0644]
WebKit/mac/WebCoreSupport/WebChromeClient.h
WebKit/mac/WebCoreSupport/WebChromeClient.mm
WebKit/mac/WebCoreSupport/WebContextMenuClient.h
WebKit/mac/WebCoreSupport/WebContextMenuClient.mm
WebKit/mac/WebCoreSupport/WebEditorClient.h
WebKit/mac/WebCoreSupport/WebEditorClient.mm
WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h
WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm
WebKit/mac/WebCoreSupport/WebIconDatabaseClient.mm
WebKit/mac/WebCoreSupport/WebInspectorClient.h
WebKit/mac/WebCoreSupport/WebInspectorClient.mm
WebKit/mac/WebCoreSupport/WebPasteboardHelper.mm
WebKit/mac/WebCoreSupport/WebSystemInterface.m
WebKit/mac/WebCoreSupport/WebViewFactory.mm
WebKit/mac/WebInspector/WebNodeHighlight.mm [moved from WebKit/mac/WebInspector/WebNodeHighlight.m with 100% similarity]
WebKit/mac/WebInspector/WebNodeHighlightView.mm [moved from WebKit/mac/WebInspector/WebNodeHighlightView.m with 100% similarity]
WebKit/mac/WebKit.exp
WebKit/mac/WebKit.order
WebKit/mac/WebKitPrefix.h
WebKit/mac/WebView/WebDataSource.mm
WebKit/mac/WebView/WebDelegateImplementationCaching.h [new file with mode: 0644]
WebKit/mac/WebView/WebDelegateImplementationCaching.mm [new file with mode: 0644]
WebKit/mac/WebView/WebDynamicScrollBarsView.h
WebKit/mac/WebView/WebDynamicScrollBarsView.mm [moved from WebKit/mac/WebView/WebDynamicScrollBarsView.m with 62% similarity]
WebKit/mac/WebView/WebFrame.mm
WebKit/mac/WebView/WebFrameInternal.h
WebKit/mac/WebView/WebFramePrivate.h
WebKit/mac/WebView/WebFrameView.mm
WebKit/mac/WebView/WebHTMLRepresentation.mm
WebKit/mac/WebView/WebHTMLView.mm
WebKit/mac/WebView/WebHTMLViewInternal.h
WebKit/mac/WebView/WebHTMLViewPrivate.h
WebKit/mac/WebView/WebPDFView.h
WebKit/mac/WebView/WebPDFView.mm
WebKit/mac/WebView/WebPreferenceKeysPrivate.h
WebKit/mac/WebView/WebPreferences.mm
WebKit/mac/WebView/WebPreferencesPrivate.h
WebKit/mac/WebView/WebRenderNode.h
WebKit/mac/WebView/WebRenderNode.mm
WebKit/mac/WebView/WebResource.mm
WebKit/mac/WebView/WebScriptDebugDelegate.mm
WebKit/mac/WebView/WebScriptDebugger.mm
WebKit/mac/WebView/WebTextCompletionController.h [new file with mode: 0644]
WebKit/mac/WebView/WebTextCompletionController.mm [new file with mode: 0644]
WebKit/mac/WebView/WebTextIterator.mm
WebKit/mac/WebView/WebUIDelegatePrivate.h
WebKit/mac/WebView/WebView.mm
WebKit/mac/WebView/WebViewData.h [new file with mode: 0644]
WebKit/mac/WebView/WebViewData.mm [new file with mode: 0644]
WebKit/mac/WebView/WebViewInternal.h
WebKit/mac/WebView/WebViewPrivate.h
WebKit/qt/Api/headers.pri
WebKit/qt/Api/qcookiejar.cpp
WebKit/qt/Api/qcookiejar.h
WebKit/qt/Api/qwebdatabase.cpp
WebKit/qt/Api/qwebdatabase.h
WebKit/qt/Api/qwebdatabase_p.h
WebKit/qt/Api/qwebelement.cpp [new file with mode: 0644]
WebKit/qt/Api/qwebelement.h [new file with mode: 0644]
WebKit/qt/Api/qwebframe.cpp
WebKit/qt/Api/qwebframe.h
WebKit/qt/Api/qwebframe_p.h
WebKit/qt/Api/qwebhistory.cpp
WebKit/qt/Api/qwebhistory.h
WebKit/qt/Api/qwebhistory_p.h
WebKit/qt/Api/qwebhistoryinterface.cpp
WebKit/qt/Api/qwebhistoryinterface.h
WebKit/qt/Api/qwebkitglobal.h
WebKit/qt/Api/qwebkitversion.cpp [new file with mode: 0644]
WebKit/qt/Api/qwebkitversion.h [new file with mode: 0644]
WebKit/qt/Api/qwebnetworkinterface.cpp
WebKit/qt/Api/qwebnetworkinterface.h
WebKit/qt/Api/qwebnetworkinterface_p.h
WebKit/qt/Api/qwebpage.cpp
WebKit/qt/Api/qwebpage.h
WebKit/qt/Api/qwebpage_p.h
WebKit/qt/Api/qwebplugindatabase.cpp [new file with mode: 0644]
WebKit/qt/Api/qwebplugindatabase.h [new file with mode: 0644]
WebKit/qt/Api/qwebplugindatabase_p.h [new file with mode: 0644]
WebKit/qt/Api/qwebpluginfactory.cpp
WebKit/qt/Api/qwebpluginfactory.h
WebKit/qt/Api/qwebsecurityorigin.cpp
WebKit/qt/Api/qwebsecurityorigin.h
WebKit/qt/Api/qwebsecurityorigin_p.h
WebKit/qt/Api/qwebsettings.cpp
WebKit/qt/Api/qwebsettings.h
WebKit/qt/Api/qwebview.cpp
WebKit/qt/Api/qwebview.h
WebKit/qt/ChangeLog
WebKit/qt/Plugins/ICOHandler.cpp
WebKit/qt/QtLauncher/QtLauncher.pro
WebKit/qt/QtLauncher/main.cpp
WebKit/qt/WebCoreSupport/ChromeClientQt.cpp
WebKit/qt/WebCoreSupport/ChromeClientQt.h
WebKit/qt/WebCoreSupport/ContextMenuClientQt.cpp
WebKit/qt/WebCoreSupport/ContextMenuClientQt.h
WebKit/qt/WebCoreSupport/DragClientQt.cpp
WebKit/qt/WebCoreSupport/EditCommandQt.cpp
WebKit/qt/WebCoreSupport/EditorClientQt.cpp
WebKit/qt/WebCoreSupport/EditorClientQt.h
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
WebKit/qt/WebCoreSupport/InspectorClientQt.h
WebKit/qt/WebKit_pch.h
WebKit/qt/docs/docs.pri [new file with mode: 0644]
WebKit/qt/docs/qtwebkit.qdoc [new file with mode: 0644]
WebKit/qt/docs/qtwebkit.qdocconf [new file with mode: 0644]
WebKit/qt/docs/qwebview-diagram.png [new file with mode: 0644]
WebKit/qt/docs/webkitsnippets/qtwebkit_build_snippet.qdoc [new file with mode: 0644]
WebKit/qt/docs/webkitsnippets/qtwebkit_qwebview_snippet.cpp [new file with mode: 0644]
WebKit/qt/docs/webkitsnippets/simple/main.cpp [new file with mode: 0644]
WebKit/qt/docs/webkitsnippets/simple/simple.pro [new file with mode: 0644]
WebKit/qt/docs/webkitsnippets/webelement/main.cpp [new file with mode: 0644]
WebKit/qt/docs/webkitsnippets/webelement/webelement.pro [new file with mode: 0644]
WebKit/qt/docs/webkitsnippets/webpage/main.cpp [new file with mode: 0644]
WebKit/qt/docs/webkitsnippets/webpage/webpage.pro [new file with mode: 0644]
WebKit/qt/tests/benchmarks/loading/tst_loading.cpp [new file with mode: 0644]
WebKit/qt/tests/benchmarks/loading/tst_loading.pro [new file with mode: 0644]
WebKit/qt/tests/benchmarks/painting/tst_painting.cpp [new file with mode: 0644]
WebKit/qt/tests/benchmarks/painting/tst_painting.pro [new file with mode: 0644]
WebKit/qt/tests/qwebelement/qwebelement.pro [new file with mode: 0644]
WebKit/qt/tests/qwebelement/qwebelement.qrc [new file with mode: 0644]
WebKit/qt/tests/qwebelement/style.css [new file with mode: 0644]
WebKit/qt/tests/qwebelement/style2.css [new file with mode: 0644]
WebKit/qt/tests/qwebelement/tst_qwebelement.cpp [new file with mode: 0644]
WebKit/qt/tests/qwebframe/qwebframe.qrc
WebKit/qt/tests/qwebframe/style.css [new file with mode: 0644]
WebKit/qt/tests/qwebframe/test1.html [new file with mode: 0644]
WebKit/qt/tests/qwebframe/test2.html [new file with mode: 0644]
WebKit/qt/tests/qwebframe/tst_qwebframe.cpp
WebKit/qt/tests/qwebhistory/data/page1.html [new file with mode: 0644]
WebKit/qt/tests/qwebhistory/data/page2.html [new file with mode: 0644]
WebKit/qt/tests/qwebhistory/data/page3.html [new file with mode: 0644]
WebKit/qt/tests/qwebhistory/data/page4.html [new file with mode: 0644]
WebKit/qt/tests/qwebhistory/data/page5.html [new file with mode: 0644]
WebKit/qt/tests/qwebhistory/data/page6.html [new file with mode: 0644]
WebKit/qt/tests/qwebhistory/qwebhistory.pro [new file with mode: 0644]
WebKit/qt/tests/qwebhistory/tst_qwebhistory.cpp [new file with mode: 0644]
WebKit/qt/tests/qwebhistory/tst_qwebhistory.qrc [new file with mode: 0644]
WebKit/qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro [new file with mode: 0644]
WebKit/qt/tests/qwebhistoryinterface/tst_qwebhistoryinterface.cpp [new file with mode: 0644]
WebKit/qt/tests/qwebpage/frametest/frame_a.html [new file with mode: 0644]
WebKit/qt/tests/qwebpage/frametest/iframe.html [new file with mode: 0644]
WebKit/qt/tests/qwebpage/frametest/iframe2.html [new file with mode: 0644]
WebKit/qt/tests/qwebpage/frametest/iframe3.html [new file with mode: 0644]
WebKit/qt/tests/qwebpage/frametest/index.html [new file with mode: 0644]
WebKit/qt/tests/qwebpage/qwebpage.pro
WebKit/qt/tests/qwebpage/tst_qwebpage.cpp
WebKit/qt/tests/qwebpage/tst_qwebpage.qrc [new file with mode: 0644]
WebKit/qt/tests/qwebplugindatabase/qwebplugindatabase.pro [new file with mode: 0644]
WebKit/qt/tests/qwebplugindatabase/tst_qwebplugindatabase.cpp [new file with mode: 0644]
WebKit/qt/tests/qwebview/.gitignore [new file with mode: 0644]
WebKit/qt/tests/qwebview/qwebview.pro [new file with mode: 0644]
WebKit/qt/tests/qwebview/tst_qwebview.cpp [new file with mode: 0644]
WebKit/qt/tests/tests.pro
WebKit/scripts/generate-webkitversion.pl [new file with mode: 0644]
WebKit/win/AccessibleDocument.cpp
WebKit/win/AccessibleDocument.h
WebKit/win/COMEnumVariant.h
WebKit/win/ChangeLog
WebKit/win/ChangeLog-2009-06-16 [new file with mode: 0644]
WebKit/win/DOMCoreClasses.cpp
WebKit/win/DOMHTMLClasses.cpp
WebKit/win/DefaultDownloadDelegate.h
WebKit/win/ForEachCoClass.h
WebKit/win/Interfaces/IWebEmbeddedView.idl
WebKit/win/Interfaces/IWebFrameLoadDelegate.idl
WebKit/win/Interfaces/IWebFrameLoadDelegatePrivate.idl
WebKit/win/Interfaces/IWebFramePrivate.idl
WebKit/win/Interfaces/IWebHistoryItemPrivate.idl
WebKit/win/Interfaces/IWebHistoryPrivate.idl
WebKit/win/Interfaces/IWebPreferencesPrivate.idl
WebKit/win/Interfaces/IWebResourceLoadDelegatePrivate.idl
WebKit/win/Interfaces/IWebScriptCallFrame.idl [deleted file]
WebKit/win/Interfaces/IWebScriptDebugListener.idl [deleted file]
WebKit/win/Interfaces/IWebUIDelegate.idl
WebKit/win/Interfaces/IWebUIDelegatePrivate.idl
WebKit/win/Interfaces/IWebViewPrivate.idl
WebKit/win/Interfaces/WebKit.idl
WebKit/win/MemoryStream.cpp
WebKit/win/MemoryStream.h
WebKit/win/WebActionPropertyBag.cpp
WebKit/win/WebArchive.cpp
WebKit/win/WebCoreLocalizedStrings.cpp
WebKit/win/WebCoreStatistics.cpp
WebKit/win/WebCoreSupport/EmbeddedWidget.cpp
WebKit/win/WebCoreSupport/EmbeddedWidget.h
WebKit/win/WebCoreSupport/WebChromeClient.cpp
WebKit/win/WebCoreSupport/WebChromeClient.h
WebKit/win/WebCoreSupport/WebContextMenuClient.cpp
WebKit/win/WebCoreSupport/WebContextMenuClient.h
WebKit/win/WebCoreSupport/WebDragClient.cpp
WebKit/win/WebCoreSupport/WebEditorClient.cpp
WebKit/win/WebCoreSupport/WebEditorClient.h
WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp
WebKit/win/WebCoreSupport/WebFrameLoaderClient.h
WebKit/win/WebCoreSupport/WebInspectorClient.cpp
WebKit/win/WebCoreSupport/WebInspectorClient.h
WebKit/win/WebCoreSupport/WebInspectorDelegate.h
WebKit/win/WebDataSource.cpp
WebKit/win/WebDatabaseManager.cpp
WebKit/win/WebDownload.h
WebKit/win/WebDownloadCFNet.cpp
WebKit/win/WebDropSource.cpp
WebKit/win/WebElementPropertyBag.cpp
WebKit/win/WebError.cpp
WebKit/win/WebFrame.cpp
WebKit/win/WebFrame.h
WebKit/win/WebHistory.cpp
WebKit/win/WebHistory.h
WebKit/win/WebHistoryItem.cpp
WebKit/win/WebHistoryItem.h
WebKit/win/WebIconDatabase.cpp
WebKit/win/WebIconFetcher.cpp
WebKit/win/WebInspector.h
WebKit/win/WebJavaScriptCollector.cpp
WebKit/win/WebKit.vcproj/Interfaces.vcproj
WebKit/win/WebKit.vcproj/InterfacesGenerated.vcproj
WebKit/win/WebKit.vcproj/WebKit.def
WebKit/win/WebKit.vcproj/WebKit.sln
WebKit/win/WebKit.vcproj/WebKit.vcproj
WebKit/win/WebKit.vcproj/WebKit_Cairo.def
WebKit/win/WebKit.vcproj/WebKit_Cairo_debug.def
WebKit/win/WebKit.vcproj/WebKit_debug.def
WebKit/win/WebKitCOMAPI.cpp [new file with mode: 0644]
WebKit/win/WebKitCOMAPI.h [new file with mode: 0644]
WebKit/win/WebKitClassFactory.cpp
WebKit/win/WebKitDLL.cpp
WebKit/win/WebLocalizableStrings.cpp
WebKit/win/WebMutableURLRequest.cpp
WebKit/win/WebNodeHighlight.cpp
WebKit/win/WebPreferenceKeysPrivate.h
WebKit/win/WebPreferences.cpp
WebKit/win/WebPreferences.h
WebKit/win/WebResource.cpp
WebKit/win/WebScriptCallFrame.cpp [deleted file]
WebKit/win/WebScriptCallFrame.h [deleted file]
WebKit/win/WebScriptDebugServer.cpp [deleted file]
WebKit/win/WebURLAuthenticationChallengeSender.cpp
WebKit/win/WebView.cpp
WebKit/win/WebView.h
WebKit/win/WindowsTouch.h [new file with mode: 0644]
WebKit/wx/Bakefiles.bkgen
WebKit/wx/ChangeLog
WebKit/wx/WebBrowserShell.cpp
WebKit/wx/WebBrowserShell.h
WebKit/wx/WebFrame.cpp
WebKit/wx/WebFrame.h
WebKit/wx/WebKitSupport/ChromeClientWx.cpp
WebKit/wx/WebKitSupport/ChromeClientWx.h
WebKit/wx/WebKitSupport/ContextMenuClientWx.cpp
WebKit/wx/WebKitSupport/ContextMenuClientWx.h
WebKit/wx/WebKitSupport/EditorClientWx.cpp
WebKit/wx/WebKitSupport/EditorClientWx.h
WebKit/wx/WebKitSupport/FrameLoaderClientWx.cpp
WebKit/wx/WebKitSupport/FrameLoaderClientWx.h
WebKit/wx/WebKitSupport/InspectorClientWx.cpp
WebKit/wx/WebKitSupport/InspectorClientWx.h
WebKit/wx/WebView.cpp
WebKit/wx/WebView.h
WebKit/wx/WebViewPrivate.h
WebKit/wx/bindings/python/samples/simple.py
WebKit/wx/bindings/python/wscript [new file with mode: 0644]
WebKit/wx/bindings/python/wxwebkit-py.bkl
WebKit/wx/dependencies.bkl
WebKit/wx/presets/wxwebkit.bkl
WebKit/wx/wscript [new file with mode: 0644]
WebKit/wx/wxwk-settings.bkl
WebKitExamplePlugins/ChangeLog
WebKitExamplePlugins/NetscapeCocoaPlugin/NetscapeCocoaPlugin.xcodeproj/project.pbxproj
WebKitExamplePlugins/NetscapeCocoaPlugin/main.m
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/English.lproj/InfoPlist.strings [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Info.plist [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.h [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/MovieControllerLayer.m [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/NetscapeCoreAnimationMoviePlugin.xcodeproj/project.pbxproj [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Pause.tiff [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Play.tiff [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackCenter.tiff [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackLeft.tiff [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/SliderTrackRight.tiff [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/Thumb.tiff [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/main.m [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/test.html [new file with mode: 0644]
WebKitExamplePlugins/NetscapeCoreAnimationPlugin/NetscapeCoreAnimationPlugin.xcodeproj/project.pbxproj
WebKitLibraries/ChangeLog
WebKitLibraries/WebKitSystemInterface.h
WebKitLibraries/libWebKitSystemInterfaceLeopard.a
WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a [new file with mode: 0644]
WebKitLibraries/libWebKitSystemInterfaceTiger.a
WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h
WebKitLibraries/win/lib/WebKitSystemInterface.lib
WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib
WebKitLibraries/win/tools/scripts/PRODUCTVERSION
WebKitLibraries/win/tools/scripts/VERSION
WebKitLibraries/win/tools/scripts/auto-version.sh
WebKitLibraries/win/tools/vsprops/WinCairo.vsprops [new file with mode: 0644]
WebKitLibraries/win/tools/vsprops/cURL.vsprops [new file with mode: 0644]
WebKitLibraries/win/tools/vsprops/common.vsprops
WebKitTools/BuildSlaveSupport/build.webkit.org-config/Makefile
WebKitTools/BuildSlaveSupport/build.webkit.org-config/README [new file with mode: 0644]
WebKitTools/BuildSlaveSupport/build.webkit.org-config/buildbot.tac
WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json [new file with mode: 0644]
WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/buildbot.css [moved from WebKitTools/BuildSlaveSupport/build.webkit.org-config/buildbot.css with 100% similarity]
WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/index.html [new file with mode: 0644]
WebKitTools/BuildSlaveSupport/build.webkit.org-config/public_html/robots.txt [new file with mode: 0644]
WebKitTools/BuildSlaveSupport/built-product-archive [new file with mode: 0644]
WebKitTools/BuildSlaveSupport/test-result-archive [new file with mode: 0644]
WebKitTools/ChangeLog
WebKitTools/ChangeLog-2009-06-16 [new file with mode: 0644]
WebKitTools/DrawTest/DrawTest.xcodeproj/project.pbxproj
WebKitTools/DumpRenderTree/AccessibilityController.cpp
WebKitTools/DumpRenderTree/AccessibilityUIElement.cpp
WebKitTools/DumpRenderTree/AccessibilityUIElement.h
WebKitTools/DumpRenderTree/DumpRenderTree.h
WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj
WebKitTools/DumpRenderTree/DumpRenderTreeFileDraggingSource.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/DumpRenderTreeFileDraggingSource.m [new file with mode: 0644]
WebKitTools/DumpRenderTree/ForwardingHeaders/wtf/FastMalloc.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/ForwardingHeaders/wtf/OwnPtrCommon.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/ForwardingHeaders/wtf/PassOwnPtr.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/GCController.cpp
WebKitTools/DumpRenderTree/LayoutTestController.cpp
WebKitTools/DumpRenderTree/LayoutTestController.h
WebKitTools/DumpRenderTree/PixelDumpSupport.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/PixelDumpSupport.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/main.cpp
WebKitTools/DumpRenderTree/WorkQueue.cpp
WebKitTools/DumpRenderTree/WorkQueue.h
WebKitTools/DumpRenderTree/WorkQueueItem.h
WebKitTools/DumpRenderTree/cairo/PixelDumpSupportCairo.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/cairo/PixelDumpSupportCairo.h [moved from WebCore/inspector/JSONObject.h with 57% similarity]
WebKitTools/DumpRenderTree/cg/ImageDiffCG.cpp
WebKitTools/DumpRenderTree/cg/PixelDumpSupportCG.cpp
WebKitTools/DumpRenderTree/config.h
WebKitTools/DumpRenderTree/gtk/AccessibilityControllerGtk.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/gtk/DumpRenderTreeGtk.h
WebKitTools/DumpRenderTree/gtk/GCControllerGtk.cpp
WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp
WebKitTools/DumpRenderTree/gtk/TestNetscapePlugin/TestNetscapePlugin.cpp
WebKitTools/DumpRenderTree/gtk/WorkQueueItemGtk.cpp
WebKitTools/DumpRenderTree/mac/AccessibilityControllerMac.mm
WebKitTools/DumpRenderTree/mac/AccessibilityUIElementMac.mm
WebKitTools/DumpRenderTree/mac/AppleScriptController.m
WebKitTools/DumpRenderTree/mac/CheckedMalloc.cpp
WebKitTools/DumpRenderTree/mac/Configurations/Base.xcconfig
WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig
WebKitTools/DumpRenderTree/mac/Configurations/DumpRenderTree.xcconfig
WebKitTools/DumpRenderTree/mac/Configurations/ImageDiff.xcconfig
WebKitTools/DumpRenderTree/mac/Configurations/TestNetscapePlugIn.xcconfig
WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm
WebKitTools/DumpRenderTree/mac/DumpRenderTreeDraggingInfo.mm
WebKitTools/DumpRenderTree/mac/DumpRenderTreePasteboard.m
WebKitTools/DumpRenderTree/mac/DumpRenderTreeWindow.h
WebKitTools/DumpRenderTree/mac/DumpRenderTreeWindow.mm
WebKitTools/DumpRenderTree/mac/EditingDelegate.mm
WebKitTools/DumpRenderTree/mac/EventSendingController.mm
WebKitTools/DumpRenderTree/mac/FrameLoadDelegate.mm
WebKitTools/DumpRenderTree/mac/GCControllerMac.mm
WebKitTools/DumpRenderTree/mac/LayoutTestControllerMac.mm
WebKitTools/DumpRenderTree/mac/NavigationController.m
WebKitTools/DumpRenderTree/mac/ObjCController.m
WebKitTools/DumpRenderTree/mac/ObjCPlugin.m
WebKitTools/DumpRenderTree/mac/ObjCPluginFunction.m
WebKitTools/DumpRenderTree/mac/PerlSupport/DumpRenderTreeSupport.c [new file with mode: 0644]
WebKitTools/DumpRenderTree/mac/PerlSupport/DumpRenderTreeSupportTiger.pm [new file with mode: 0644]
WebKitTools/DumpRenderTree/mac/PerlSupport/Makefile [new file with mode: 0644]
WebKitTools/DumpRenderTree/mac/PixelDumpSupportMac.mm
WebKitTools/DumpRenderTree/mac/PlainTextController.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/mac/PlainTextController.mm [new file with mode: 0644]
WebKitTools/DumpRenderTree/mac/PolicyDelegate.h
WebKitTools/DumpRenderTree/mac/PolicyDelegate.mm
WebKitTools/DumpRenderTree/mac/ResourceLoadDelegate.mm
WebKitTools/DumpRenderTree/mac/TextInputController.m
WebKitTools/DumpRenderTree/mac/UIDelegate.mm
WebKitTools/DumpRenderTree/mac/WorkQueueItemMac.mm
WebKitTools/DumpRenderTree/qt/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/qt/DumpRenderTree.h
WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
WebKitTools/DumpRenderTree/qt/ImageDiff.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/ImageDiff.pro [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/WorkQueue.cpp
WebKitTools/DumpRenderTree/qt/WorkQueue.h
WebKitTools/DumpRenderTree/qt/WorkQueueItem.h
WebKitTools/DumpRenderTree/qt/jsobjects.cpp
WebKitTools/DumpRenderTree/qt/jsobjects.h
WebKitTools/DumpRenderTree/qt/main.cpp
WebKitTools/DumpRenderTree/win/AccessibilityUIElementWin.cpp
WebKitTools/DumpRenderTree/win/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj
WebKitTools/DumpRenderTree/win/EventSender.cpp
WebKitTools/DumpRenderTree/win/FrameLoadDelegate.cpp
WebKitTools/DumpRenderTree/win/FrameLoadDelegate.h
WebKitTools/DumpRenderTree/win/GCControllerWin.cpp
WebKitTools/DumpRenderTree/win/ImageDiff.vcproj
WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp
WebKitTools/DumpRenderTree/win/PixelDumpSupportWin.cpp
WebKitTools/DumpRenderTree/win/PolicyDelegate.cpp
WebKitTools/DumpRenderTree/win/PolicyDelegate.h
WebKitTools/DumpRenderTree/win/ResourceLoadDelegate.cpp
WebKitTools/DumpRenderTree/win/ResourceLoadDelegate.h
WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.def
WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj
WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin_debug.def [new file with mode: 0644]
WebKitTools/DumpRenderTree/win/TestNetscapePlugin/main.c [deleted file]
WebKitTools/DumpRenderTree/win/TestNetscapePlugin/main.cpp
WebKitTools/DumpRenderTree/win/UIDelegate.cpp
WebKitTools/DumpRenderTree/win/UIDelegate.h
WebKitTools/DumpRenderTree/win/WorkQueueItemWin.cpp
WebKitTools/DumpRenderTree/wx/DumpRenderTree.bkl [new file with mode: 0644]
WebKitTools/DumpRenderTree/wx/DumpRenderTreeWx.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/wx/DumpRenderTreeWx.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/wx/GCControllerWx.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/wx/WorkQueueItemWx.cpp [new file with mode: 0644]
WebKitTools/FindSafari/FindSafari.cpp
WebKitTools/GNUmakefile.am
WebKitTools/GtkLauncher/main.c
WebKitTools/Scripts/VCSUtils.pm
WebKitTools/Scripts/add-include [new file with mode: 0755]
WebKitTools/Scripts/bisect-builds
WebKitTools/Scripts/bugzilla-tool [new file with mode: 0755]
WebKitTools/Scripts/build-dumprendertree
WebKitTools/Scripts/build-jsc
WebKitTools/Scripts/build-webkit
WebKitTools/Scripts/check-for-exit-time-destructors
WebKitTools/Scripts/check-for-global-initializers
WebKitTools/Scripts/check-for-weak-vtables
WebKitTools/Scripts/check-webkit-style [new file with mode: 0755]
WebKitTools/Scripts/commit-log-editor
WebKitTools/Scripts/do-webcore-rename
WebKitTools/Scripts/execAppWithEnv [new file with mode: 0755]
WebKitTools/Scripts/extract-localizable-strings
WebKitTools/Scripts/make-js-test-wrappers
WebKitTools/Scripts/modules/BeautifulSoup.py [new file with mode: 0644]
WebKitTools/Scripts/modules/__init__.py [new file with mode: 0644]
WebKitTools/Scripts/modules/bugzilla.py [new file with mode: 0644]
WebKitTools/Scripts/modules/bugzilla_unittest.py [new file with mode: 0644]
WebKitTools/Scripts/modules/commiters_unittest.py [new file with mode: 0644]
WebKitTools/Scripts/modules/committers.py [new file with mode: 0644]
WebKitTools/Scripts/modules/cpp_style.py [new file with mode: 0644]
WebKitTools/Scripts/modules/cpp_style_unittest.py [new file with mode: 0644]
WebKitTools/Scripts/modules/diff_parser.py [new file with mode: 0644]
WebKitTools/Scripts/modules/diff_parser_unittest.py [new file with mode: 0644]
WebKitTools/Scripts/modules/logging.py [new file with mode: 0644]
WebKitTools/Scripts/modules/scm.py [new file with mode: 0644]
WebKitTools/Scripts/modules/scm_unittest.py [new file with mode: 0644]
WebKitTools/Scripts/parallelcl
WebKitTools/Scripts/pdevenv
WebKitTools/Scripts/prepare-ChangeLog
WebKitTools/Scripts/resolve-ChangeLogs
WebKitTools/Scripts/roll-over-ChangeLogs [new file with mode: 0755]
WebKitTools/Scripts/run-javascriptcore-tests
WebKitTools/Scripts/run-launcher
WebKitTools/Scripts/run-sunspider
WebKitTools/Scripts/run-webkit-httpd
WebKitTools/Scripts/run-webkit-nightly.cmd
WebKitTools/Scripts/run-webkit-tests
WebKitTools/Scripts/run-webkit-unittests [new file with mode: 0755]
WebKitTools/Scripts/sort-Xcode-project-file
WebKitTools/Scripts/sunspider-compare-results
WebKitTools/Scripts/svn-apply
WebKitTools/Scripts/svn-create-patch
WebKitTools/Scripts/svn-unapply
WebKitTools/Scripts/update-webkit
WebKitTools/Scripts/update-webkit-auxiliary-libs
WebKitTools/Scripts/update-webkit-support-libs
WebKitTools/Scripts/webkit-tools-completion.sh [new file with mode: 0644]
WebKitTools/Scripts/webkitdirs.pm
WebKitTools/WebKitLauncher/Configurations/Base.xcconfig [new file with mode: 0644]
WebKitTools/WebKitLauncher/Configurations/WebKitLauncher.xcconfig [new file with mode: 0644]
WebKitTools/WebKitLauncher/Configurations/WebKitNightlyEnabler.xcconfig [new file with mode: 0644]
WebKitTools/WebKitLauncher/Info.plist
WebKitTools/WebKitLauncher/WebKitLauncher.xcodeproj/project.pbxproj
WebKitTools/WebKitLauncher/WebKitLauncherURLProtocol.h [new file with mode: 0644]
WebKitTools/WebKitLauncher/WebKitLauncherURLProtocol.m [new file with mode: 0644]
WebKitTools/WebKitLauncher/WebKitNightlyEnabler.h [new file with mode: 0644]
WebKitTools/WebKitLauncher/WebKitNightlyEnabler.m
WebKitTools/WebKitLauncher/WebKitNightlyEnablerSparkle.h [new file with mode: 0644]
WebKitTools/WebKitLauncher/WebKitNightlyEnablerSparkle.m [new file with mode: 0644]
WebKitTools/WebKitLauncher/main.m
WebKitTools/WebKitLauncherWin/Resource.h [new file with mode: 0644]
WebKitTools/WebKitLauncherWin/WebKitLauncherWin.cpp [new file with mode: 0644]
WebKitTools/WebKitLauncherWin/WebKitLauncherWin.rc [new file with mode: 0644]
WebKitTools/WebKitLauncherWin/WebKitLauncherWin.vcproj [new file with mode: 0644]
WebKitTools/WebKitLauncherWin/webkit.ico [new file with mode: 0644]
WebKitTools/WinLauncher/WinLauncher.cpp
WebKitTools/WinLauncher/WinLauncher.h
WebKitTools/WinLauncher/WinLauncher.vcproj
WebKitTools/iExploder/htdocs/cssproperties.in
WebKitTools/wx/browser/wscript [new file with mode: 0644]
WebKitTools/wx/build-wxwebkit
WebKitTools/wx/build/build_utils.py [new file with mode: 0644]
WebKitTools/wx/build/settings.py [new file with mode: 0644]
WebKitTools/wx/build/waf_extensions.py [new file with mode: 0644]
WebKitTools/wx/build/wxpresets.py [new file with mode: 0644]
autotools/dolt.m4
autotools/symbols.filter
autotools/webkit.m4