OSDN Git Service

Merge WebKit at r73109: Initial merge by git.
authorShimeng (Simon) Wang <swang@google.com>
Wed, 8 Dec 2010 01:22:45 +0000 (17:22 -0800)
committerShimeng (Simon) Wang <swang@google.com>
Wed, 22 Dec 2010 22:15:40 +0000 (14:15 -0800)
commit4576aa36e9a9671459299c7963ac95aa94beaea9
tree3863574e050f168c0126ecb47c83319fab0972d8
parent55323ac613cc31553107b68603cb627264d22bb0
Merge WebKit at r73109: Initial merge by git.

Change-Id: I61f1a66d9642e3d8405d3ac6ccab2a53421c75d8
1511 files changed:
ANGLE/ChangeLog
ANGLE/src/libEGL/libEGL.vcproj
ANGLE/src/libGLESv2/libGLESv2.vcproj
JavaScriptCore/CMakeListsEfl.txt
JavaScriptCore/ChangeLog
JavaScriptCore/Configurations/JavaScriptCore.xcconfig
JavaScriptCore/Configurations/Version.xcconfig
JavaScriptCore/GNUmakefile.am
JavaScriptCore/JavaScriptCore.exp
JavaScriptCore/JavaScriptCore.gypi
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.make
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.sln
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCF.vsprops
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCFLite.vsprops
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.make
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGeneratedCommon.vsprops [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCorePostBuild.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCorePreBuild.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCorePreLink.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/react-to-vsprops-changes.py [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCoreSubmit.sln
JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj
JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFCommon.vsprops
JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFPostBuild.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/WTF/WTFPreBuild.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/jsc/jsc.vcproj
JavaScriptCore/JavaScriptCore.vcproj/jsc/jscCommon.vsprops
JavaScriptCore/JavaScriptCore.vcproj/jsc/jscPostBuild.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/jsc/jscPreBuild.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/jsc/jscPreLink.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/testapi/testapi.vcproj
JavaScriptCore/JavaScriptCore.vcproj/testapi/testapiCommon.vsprops
JavaScriptCore/JavaScriptCore.vcproj/testapi/testapiPostBuild.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/testapi/testapiPreBuild.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.vcproj/testapi/testapiPreLink.cmd [new file with mode: 0644]
JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
JavaScriptCore/JavaScriptCoreSources.bkl [deleted file]
JavaScriptCore/assembler/ARMAssembler.h
JavaScriptCore/assembler/ARMv7Assembler.h
JavaScriptCore/assembler/MacroAssemblerARM.h
JavaScriptCore/assembler/MacroAssemblerARMv7.h
JavaScriptCore/bytecode/CodeBlock.cpp
JavaScriptCore/bytecode/CodeBlock.h
JavaScriptCore/bytecode/SamplingTool.cpp
JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
JavaScriptCore/bytecompiler/BytecodeGenerator.h
JavaScriptCore/create_regex_tables
JavaScriptCore/debugger/DebuggerCallFrame.cpp
JavaScriptCore/interpreter/CallFrame.h
JavaScriptCore/interpreter/Interpreter.cpp
JavaScriptCore/interpreter/Interpreter.h
JavaScriptCore/jit/JIT.cpp
JavaScriptCore/jit/JITArithmetic.cpp
JavaScriptCore/jit/JITOpcodes.cpp
JavaScriptCore/jit/JITOpcodes32_64.cpp
JavaScriptCore/jit/JITStubs.cpp
JavaScriptCore/jsc.cpp
JavaScriptCore/jscore.bkl [deleted file]
JavaScriptCore/profiler/CallIdentifier.h
JavaScriptCore/profiler/Profile.cpp
JavaScriptCore/profiler/ProfileGenerator.cpp
JavaScriptCore/profiler/ProfileGenerator.h
JavaScriptCore/profiler/ProfileNode.cpp
JavaScriptCore/profiler/ProfileNode.h
JavaScriptCore/profiler/Profiler.cpp
JavaScriptCore/profiler/Profiler.h
JavaScriptCore/runtime/Collector.cpp
JavaScriptCore/runtime/Executable.cpp
JavaScriptCore/runtime/Executable.h
JavaScriptCore/runtime/Identifier.cpp
JavaScriptCore/runtime/JSActivation.cpp
JavaScriptCore/runtime/JSFunction.cpp
JavaScriptCore/runtime/JSGlobalData.cpp
JavaScriptCore/runtime/JSGlobalData.h
JavaScriptCore/runtime/JSGlobalObject.h
JavaScriptCore/runtime/MarkStack.h
JavaScriptCore/runtime/MarkStackPosix.cpp
JavaScriptCore/runtime/MarkStackSymbian.cpp
JavaScriptCore/runtime/MarkStackWin.cpp
JavaScriptCore/runtime/RegExp.cpp
JavaScriptCore/runtime/Structure.cpp
JavaScriptCore/runtime/UString.h
JavaScriptCore/tests/mozilla/expected.html
JavaScriptCore/wtf/Assertions.cpp
JavaScriptCore/wtf/Assertions.h
JavaScriptCore/wtf/BumpPointerAllocator.h
JavaScriptCore/wtf/DateMath.cpp
JavaScriptCore/wtf/DateMath.h
JavaScriptCore/wtf/FixedArray.h
JavaScriptCore/wtf/OSAllocator.h [new file with mode: 0644]
JavaScriptCore/wtf/OSAllocatorPosix.cpp [new file with mode: 0644]
JavaScriptCore/wtf/OSAllocatorSymbian.cpp [new file with mode: 0644]
JavaScriptCore/wtf/OSAllocatorWin.cpp [new file with mode: 0644]
JavaScriptCore/wtf/PageAllocation.h
JavaScriptCore/wtf/Platform.h
JavaScriptCore/wtf/StdLibExtras.h
JavaScriptCore/wtf/Vector3.h [deleted file]
JavaScriptCore/wtf/text/CString.cpp
JavaScriptCore/wtf/text/StringImpl.cpp
JavaScriptCore/wtf/text/StringImpl.h
JavaScriptCore/wtf/unicode/UTF8.cpp
JavaScriptCore/wtf/unicode/UnicodeMacrosFromICU.h
JavaScriptCore/wtf/unicode/glib/UnicodeGLib.cpp
JavaScriptCore/wtf/wtf.pri
JavaScriptCore/yarr/RegexCompiler.cpp
JavaScriptCore/yarr/RegexCompiler.h
JavaScriptCore/yarr/RegexInterpreter.cpp
JavaScriptCore/yarr/RegexInterpreter.h
JavaScriptCore/yarr/RegexJIT.cpp
JavaScriptCore/yarr/RegexJIT.h
JavaScriptCore/yarr/RegexParser.h
JavaScriptCore/yarr/RegexPattern.h
JavaScriptGlue/ChangeLog
JavaScriptGlue/Configurations/Version.xcconfig
JavaScriptGlue/ForwardingHeaders/wtf/OSAllocator.h [new file with mode: 0644]
LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange-expected.txt [deleted file]
LayoutTests/fast/dom/DeviceOrientation/create-event-onorientationchange.html [deleted file]
LayoutTests/fast/dom/DeviceOrientation/script-tests/create-event-onorientationchange.js [deleted file]
LayoutTests/fast/dom/DeviceOrientation/script-tests/event-after-navigation.js
LayoutTests/fast/encoding/xml-utf-8-default-expected.txt
LayoutTests/fast/encoding/xml-utf-8-default.xml
LayoutTests/fast/js/resources/standalone-pre.js
LayoutTests/http/tests/resources/balls-of-the-orient.aif [new file with mode: 0644]
LayoutTests/storage/domstorage/localstorage/private-browsing-affects-storage-expected.txt
LayoutTests/storage/domstorage/sessionstorage/private-browsing-affects-storage-expected.txt
LayoutTests/storage/indexeddb/basics-expected.txt
LayoutTests/storage/indexeddb/basics.html
LayoutTests/storage/indexeddb/constants-expected.txt
LayoutTests/storage/indexeddb/constants.html
LayoutTests/storage/indexeddb/create-and-remove-object-store-expected.txt [new file with mode: 0644]
LayoutTests/storage/indexeddb/create-and-remove-object-store.html [new file with mode: 0644]
LayoutTests/storage/indexeddb/create-object-store-options-expected.txt [new file with mode: 0644]
LayoutTests/storage/indexeddb/create-object-store-options.html [new file with mode: 0644]
LayoutTests/storage/indexeddb/database-basics-expected.txt
LayoutTests/storage/indexeddb/database-basics.html
LayoutTests/storage/indexeddb/database-quota-expected.txt
LayoutTests/storage/indexeddb/database-quota.html
LayoutTests/storage/indexeddb/duplicates-expected.txt
LayoutTests/storage/indexeddb/duplicates.html
LayoutTests/storage/indexeddb/index-basics-expected.txt
LayoutTests/storage/indexeddb/index-basics.html
LayoutTests/storage/indexeddb/index-cursor-expected.txt
LayoutTests/storage/indexeddb/index-cursor.html
LayoutTests/storage/indexeddb/keyrange-expected.txt
LayoutTests/storage/indexeddb/keyrange.html
LayoutTests/storage/indexeddb/objectstore-basics-expected.txt
LayoutTests/storage/indexeddb/objectstore-basics.html
LayoutTests/storage/indexeddb/objectstore-cursor-expected.txt
LayoutTests/storage/indexeddb/objectstore-cursor.html
LayoutTests/storage/indexeddb/objectstore-removeobjectstore-expected.txt
LayoutTests/storage/indexeddb/objectstore-removeobjectstore.html
LayoutTests/storage/indexeddb/open-cursor-expected.txt
LayoutTests/storage/indexeddb/open-cursor.html
LayoutTests/storage/indexeddb/queued-commands-expected.txt
LayoutTests/storage/indexeddb/queued-commands.html
LayoutTests/storage/indexeddb/resources/shared.js
LayoutTests/storage/indexeddb/transaction-and-objectstore-calls-expected.txt [new file with mode: 0644]
LayoutTests/storage/indexeddb/transaction-and-objectstore-calls.html [new file with mode: 0644]
LayoutTests/storage/indexeddb/transaction-basics-expected.txt
LayoutTests/storage/indexeddb/transaction-basics.html
LayoutTests/storage/indexeddb/tutorial.html
SunSpider/ChangeLog
SunSpider/resources/sunspider-standalone-driver.js
WebCore/Android.jscbindings.mk
WebCore/Android.mk
WebCore/CMakeLists.txt
WebCore/ChangeLog
WebCore/Configurations/Version.xcconfig
WebCore/Configurations/WebCore.xcconfig
WebCore/DerivedSources.cpp
WebCore/DerivedSources.make
WebCore/English.lproj/localizedStrings.js
WebCore/ForwardingHeaders/wtf/OSAllocator.h [new file with mode: 0644]
WebCore/GNUmakefile.am
WebCore/WebCore.exp.in
WebCore/WebCore.gyp/WebCore.gyp
WebCore/WebCore.gypi
WebCore/WebCore.order
WebCore/WebCore.pri
WebCore/WebCore.pro
WebCore/WebCore.vcproj/QTMovieWin.vcproj
WebCore/WebCore.vcproj/QTMovieWinCommon.vsprops
WebCore/WebCore.vcproj/QTMovieWinPostBuild.cmd [new file with mode: 0644]
WebCore/WebCore.vcproj/QTMovieWinPreBuild.cmd [new file with mode: 0644]
WebCore/WebCore.vcproj/WebCore.make
WebCore/WebCore.vcproj/WebCore.sln
WebCore/WebCore.vcproj/WebCore.submit.sln
WebCore/WebCore.vcproj/WebCore.vcproj [changed mode: 0644->0755]
WebCore/WebCore.vcproj/WebCoreCFNetwork.vsprops
WebCore/WebCore.vcproj/WebCoreCG.vsprops
WebCore/WebCore.vcproj/WebCoreCURL.vsprops
WebCore/WebCore.vcproj/WebCoreCairo.vsprops
WebCore/WebCore.vcproj/WebCoreCommon.vsprops
WebCore/WebCore.vcproj/WebCoreGenerated.vcproj
WebCore/WebCore.vcproj/WebCoreGeneratedCairo.vsprops [new file with mode: 0644]
WebCore/WebCore.vcproj/WebCoreGeneratedCommon.vsprops [new file with mode: 0644]
WebCore/WebCore.vcproj/WebCoreMediaQT.vsprops
WebCore/WebCore.vcproj/WebCorePostBuild.cmd [new file with mode: 0644]
WebCore/WebCore.vcproj/WebCorePreBuild.cmd [new file with mode: 0644]
WebCore/WebCore.vcproj/WebCorePthreads.vsprops
WebCore/WebCore.vcproj/WebCoreQuartzCore.vsprops
WebCore/WebCore.xcodeproj/project.pbxproj
WebCore/WebCorePrefix.h
WebCore/WebCoreSources.bkl [deleted file]
WebCore/accessibility/AccessibilityImageMapLink.cpp
WebCore/accessibility/AccessibilityImageMapLink.h
WebCore/accessibility/AccessibilityMenuListOption.cpp
WebCore/accessibility/AccessibilityMenuListOption.h
WebCore/accessibility/AccessibilityObject.cpp
WebCore/accessibility/AccessibilityRenderObject.cpp
WebCore/accessibility/AccessibilityRenderObject.h
WebCore/accessibility/gtk/AXObjectCacheAtk.cpp
WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp
WebCore/bindings/generic/RuntimeEnabledFeatures.h
WebCore/bindings/gobject/DOMObjectCache.cpp [new file with mode: 0644]
WebCore/bindings/gobject/DOMObjectCache.h [new file with mode: 0644]
WebCore/bindings/gobject/GNUmakefile.am
WebCore/bindings/gobject/GObjectEventListener.cpp
WebCore/bindings/gobject/WebKitDOMBinding.cpp
WebCore/bindings/gobject/WebKitDOMBinding.h
WebCore/bindings/js/JSArrayBufferViewCustom.cpp [deleted file]
WebCore/bindings/js/JSArrayBufferViewHelper.h
WebCore/bindings/js/JSAudioBufferSourceNodeCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSBindingsAllInOne.cpp
WebCore/bindings/js/JSCSSFontFaceRuleCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSCSSImportRuleCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSCSSMediaRuleCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSCSSPageRuleCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSCSSRuleCustom.cpp
WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp
WebCore/bindings/js/JSCSSStyleRuleCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSConsoleCustom.cpp
WebCore/bindings/js/JSConvolverNodeCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSDOMBinding.cpp
WebCore/bindings/js/JSDOMBinding.h
WebCore/bindings/js/JSDOMWindowBase.cpp
WebCore/bindings/js/JSDOMWindowBase.h
WebCore/bindings/js/JSDOMWindowCustom.cpp
WebCore/bindings/js/JSDataViewCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSEventCustom.cpp
WebCore/bindings/js/JSFloat32ArrayCustom.cpp
WebCore/bindings/js/JSHTMLLinkElementCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSHTMLStyleElementCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSInjectedScriptHostCustom.cpp
WebCore/bindings/js/JSInt16ArrayCustom.cpp
WebCore/bindings/js/JSInt32ArrayCustom.cpp
WebCore/bindings/js/JSInt8ArrayCustom.cpp
WebCore/bindings/js/JSJavaScriptAudioNodeCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSProcessingInstructionCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSSVGContextCache.h [deleted file]
WebCore/bindings/js/JSSVGLengthCustom.cpp
WebCore/bindings/js/JSSVGPODListCustom.h [deleted file]
WebCore/bindings/js/JSSVGPODTypeWrapper.h [deleted file]
WebCore/bindings/js/JSSVGPathSegCustom.cpp
WebCore/bindings/js/JSSVGPathSegListCustom.cpp [deleted file]
WebCore/bindings/js/JSUint16ArrayCustom.cpp
WebCore/bindings/js/JSUint32ArrayCustom.cpp
WebCore/bindings/js/JSUint8ArrayCustom.cpp
WebCore/bindings/js/JSWebKitCSSKeyframeRuleCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSWebKitCSSKeyframesRuleCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSXMLHttpRequestCustom.cpp
WebCore/bindings/js/OptionsObject.h [new file with mode: 0644]
WebCore/bindings/js/ScriptCallStackFactory.cpp
WebCore/bindings/js/ScriptCallStackFactory.h
WebCore/bindings/js/ScriptHeapSnapshot.h
WebCore/bindings/js/ScriptProfile.cpp
WebCore/bindings/js/ScriptProfile.h
WebCore/bindings/js/ScriptValue.cpp
WebCore/bindings/js/ScriptValue.h
WebCore/bindings/objc/DOMSVG.h
WebCore/bindings/scripts/CodeGenerator.pm
WebCore/bindings/scripts/CodeGeneratorCPP.pm
WebCore/bindings/scripts/CodeGeneratorGObject.pm
WebCore/bindings/scripts/CodeGeneratorJS.pm
WebCore/bindings/scripts/CodeGeneratorObjC.pm
WebCore/bindings/scripts/CodeGeneratorV8.pm
WebCore/bindings/scripts/test/CPP/WebDOMTestObj.cpp
WebCore/bindings/scripts/test/CPP/WebDOMTestObj.h
WebCore/bindings/scripts/test/GObject/WebKitDOMTestCallback.cpp
WebCore/bindings/scripts/test/GObject/WebKitDOMTestInterface.cpp
WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp
WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.h
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.cpp
WebCore/bindings/scripts/test/GObject/WebKitDOMTestObj.h
WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp
WebCore/bindings/scripts/test/JS/JSTestObj.cpp
WebCore/bindings/scripts/test/JS/JSTestObj.h
WebCore/bindings/scripts/test/ObjC/DOMTestObj.h
WebCore/bindings/scripts/test/ObjC/DOMTestObj.mm
WebCore/bindings/scripts/test/TestObj.idl
WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp
WebCore/bindings/scripts/test/V8/V8TestObj.cpp
WebCore/bindings/v8/DOMDataStore.cpp
WebCore/bindings/v8/DOMDataStore.h
WebCore/bindings/v8/IDBBindingUtilities.cpp
WebCore/bindings/v8/OptionsObject.cpp [new file with mode: 0644]
WebCore/bindings/v8/OptionsObject.h [new file with mode: 0644]
WebCore/bindings/v8/ScopedDOMDataStore.cpp
WebCore/bindings/v8/ScriptCallStackFactory.cpp
WebCore/bindings/v8/ScriptCallStackFactory.h
WebCore/bindings/v8/ScriptHeapSnapshot.cpp
WebCore/bindings/v8/ScriptHeapSnapshot.h
WebCore/bindings/v8/ScriptValue.h
WebCore/bindings/v8/StaticDOMDataStore.cpp
WebCore/bindings/v8/StaticDOMDataStore.h
WebCore/bindings/v8/V8Binding.cpp
WebCore/bindings/v8/V8ConsoleMessage.cpp
WebCore/bindings/v8/V8ConsoleMessage.h
WebCore/bindings/v8/V8DOMMap.cpp
WebCore/bindings/v8/V8DOMMap.h
WebCore/bindings/v8/V8NPUtils.cpp
WebCore/bindings/v8/V8Proxy.cpp
WebCore/bindings/v8/V8Proxy.h
WebCore/bindings/v8/V8SVGPODTypeWrapper.h [deleted file]
WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.cpp [deleted file]
WebCore/bindings/v8/custom/V8ArrayBufferViewCustom.h
WebCore/bindings/v8/custom/V8ConsoleCustom.cpp
WebCore/bindings/v8/custom/V8DataViewCustom.cpp [new file with mode: 0755]
WebCore/bindings/v8/custom/V8EventCustom.cpp
WebCore/bindings/v8/custom/V8InjectedScriptHostCustom.cpp
WebCore/bindings/v8/custom/V8SVGLengthCustom.cpp
WebCore/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
WebCore/config.h
WebCore/css/CSSComputedStyleDeclaration.cpp
WebCore/css/CSSFontFaceRule.idl
WebCore/css/CSSFontFaceSrcValue.cpp
WebCore/css/CSSGrammar.y
WebCore/css/CSSImportRule.cpp
WebCore/css/CSSImportRule.idl
WebCore/css/CSSMediaRule.idl
WebCore/css/CSSMutableStyleDeclaration.cpp
WebCore/css/CSSPageRule.idl
WebCore/css/CSSParser.cpp
WebCore/css/CSSParser.h
WebCore/css/CSSPropertyLonghand.cpp
WebCore/css/CSSRule.idl
WebCore/css/CSSStyleRule.idl
WebCore/css/CSSStyleSelector.cpp
WebCore/css/CSSStyleSheet.cpp
WebCore/css/MediaQueryEvaluator.cpp
WebCore/css/MediaQueryList.cpp [new file with mode: 0644]
WebCore/css/MediaQueryList.h [new file with mode: 0644]
WebCore/css/MediaQueryList.idl [new file with mode: 0644]
WebCore/css/MediaQueryListListener.cpp [new file with mode: 0644]
WebCore/css/MediaQueryListListener.h [new file with mode: 0644]
WebCore/css/MediaQueryListListener.idl [new file with mode: 0644]
WebCore/css/MediaQueryMatcher.cpp [new file with mode: 0644]
WebCore/css/MediaQueryMatcher.h [new file with mode: 0644]
WebCore/css/StyleSheet.cpp
WebCore/css/WebKitCSSKeyframeRule.idl
WebCore/css/WebKitCSSKeyframesRule.idl
WebCore/css/html.css
WebCore/css/makeprop.pl
WebCore/css/makevalues.pl
WebCore/css/themeChromiumSkia.css [new file with mode: 0644]
WebCore/css/tokenizer.flex
WebCore/dom/ClientRect.cpp
WebCore/dom/ClientRect.h
WebCore/dom/Document.cpp
WebCore/dom/Document.h
WebCore/dom/Element.cpp
WebCore/dom/Event.cpp
WebCore/dom/Event.h
WebCore/dom/EventContext.cpp
WebCore/dom/EventContext.h
WebCore/dom/ExceptionCode.cpp
WebCore/dom/Node.cpp
WebCore/dom/Node.h
WebCore/dom/Position.cpp
WebCore/dom/Position.h
WebCore/dom/ProcessingInstruction.cpp
WebCore/dom/ProcessingInstruction.idl
WebCore/dom/ProgressEvent.cpp
WebCore/dom/ProgressEvent.h
WebCore/dom/ProgressEvent.idl
WebCore/dom/Range.cpp
WebCore/dom/ScriptElement.cpp
WebCore/dom/ScriptElement.h
WebCore/dom/SelectElement.cpp
WebCore/dom/ViewportArguments.cpp
WebCore/dom/XMLDocumentParser.cpp
WebCore/editing/ApplyStyleCommand.cpp
WebCore/editing/CompositeEditCommand.cpp
WebCore/editing/CorrectionPanelInfo.h
WebCore/editing/DeleteSelectionCommand.cpp
WebCore/editing/EditingBehavior.h
WebCore/editing/EditingBoundary.h [moved from WebCore/svg/SVGPathSeg.cpp with 74% similarity]
WebCore/editing/EditingStyle.cpp
WebCore/editing/EditingStyle.h
WebCore/editing/Editor.cpp
WebCore/editing/Editor.h
WebCore/editing/EditorCommand.cpp
WebCore/editing/FindOptions.h [new file with mode: 0644]
WebCore/editing/InsertLineBreakCommand.cpp
WebCore/editing/InsertListCommand.cpp
WebCore/editing/InsertTextCommand.cpp
WebCore/editing/MarkupAccumulator.cpp
WebCore/editing/SelectionController.cpp
WebCore/editing/SelectionController.h
WebCore/editing/TextCheckingHelper.cpp
WebCore/editing/TextCheckingHelper.h
WebCore/editing/TextIterator.cpp
WebCore/editing/TextIterator.h
WebCore/editing/TypingCommand.cpp
WebCore/editing/visible_units.cpp
WebCore/editing/visible_units.h
WebCore/features.pri
WebCore/fileapi/AsyncFileWriter.h
WebCore/fileapi/DOMFileSystem.cpp
WebCore/fileapi/DOMFileSystemSync.cpp
WebCore/fileapi/DOMFileSystemSync.h
WebCore/fileapi/FileEntrySync.cpp
WebCore/fileapi/FileEntrySync.h
WebCore/fileapi/FileEntrySync.idl
WebCore/fileapi/FileError.h
WebCore/fileapi/FileReader.cpp
WebCore/fileapi/FileReaderLoader.cpp
WebCore/fileapi/FileSystemCallbacks.cpp
WebCore/fileapi/FileSystemCallbacks.h
WebCore/fileapi/FileWriter.cpp
WebCore/fileapi/FileWriter.h
WebCore/fileapi/FileWriterBase.cpp [new file with mode: 0644]
WebCore/fileapi/FileWriterBase.h [new file with mode: 0644]
WebCore/fileapi/FileWriterBaseCallback.h [moved from WebKit/chromium/src/WebIDBFactory.cpp with 75% similarity, mode: 0644]
WebCore/fileapi/FileWriterSync.cpp
WebCore/fileapi/FileWriterSync.h
WebCore/fileapi/FileWriterSync.idl
WebCore/html/BaseButtonInputType.cpp
WebCore/html/BaseButtonInputType.h
WebCore/html/BaseCheckableInputType.cpp
WebCore/html/BaseCheckableInputType.h
WebCore/html/BaseDateAndTimeInputType.cpp
WebCore/html/BaseDateAndTimeInputType.h
WebCore/html/CheckboxInputType.cpp
WebCore/html/CheckboxInputType.h
WebCore/html/DateTimeInputType.cpp
WebCore/html/DateTimeInputType.h
WebCore/html/DocTypeStrings.gperf
WebCore/html/FileInputType.cpp
WebCore/html/FileInputType.h
WebCore/html/HTMLAreaElement.cpp
WebCore/html/HTMLFieldSetElement.h
WebCore/html/HTMLImageLoader.cpp
WebCore/html/HTMLInputElement.cpp
WebCore/html/HTMLInputElement.h
WebCore/html/HTMLKeygenElement.h
WebCore/html/HTMLLinkElement.idl
WebCore/html/HTMLMeterElement.cpp
WebCore/html/HTMLMeterElement.h
WebCore/html/HTMLObjectElement.cpp
WebCore/html/HTMLOutputElement.cpp
WebCore/html/HTMLProgressElement.h
WebCore/html/HTMLScriptElement.cpp
WebCore/html/HTMLScriptElement.h
WebCore/html/HTMLStyleElement.idl
WebCore/html/HTMLTagNames.in
WebCore/html/InputType.cpp
WebCore/html/InputType.h
WebCore/html/MonthInputType.cpp
WebCore/html/MonthInputType.h
WebCore/html/RadioInputType.cpp
WebCore/html/RadioInputType.h
WebCore/html/RangeInputType.cpp
WebCore/html/RangeInputType.h
WebCore/html/TextFieldInputType.cpp
WebCore/html/TextFieldInputType.h
WebCore/html/TimeInputType.cpp
WebCore/html/TimeInputType.h
WebCore/html/ValidityState.cpp
WebCore/html/canvas/ArrayBuffer.cpp
WebCore/html/canvas/ArrayBufferView.h
WebCore/html/canvas/ArrayBufferView.idl
WebCore/html/canvas/CanvasRenderingContext2D.cpp
WebCore/html/canvas/DataView.cpp [new file with mode: 0755]
WebCore/html/canvas/DataView.h [new file with mode: 0755]
WebCore/html/canvas/DataView.idl [new file with mode: 0755]
WebCore/html/canvas/Float32Array.cpp
WebCore/html/canvas/Float32Array.h
WebCore/html/canvas/Float32Array.idl
WebCore/html/canvas/Int16Array.cpp
WebCore/html/canvas/Int16Array.h
WebCore/html/canvas/Int16Array.idl
WebCore/html/canvas/Int32Array.cpp
WebCore/html/canvas/Int32Array.h
WebCore/html/canvas/Int32Array.idl
WebCore/html/canvas/Int8Array.cpp
WebCore/html/canvas/Int8Array.h
WebCore/html/canvas/Int8Array.idl
WebCore/html/canvas/TypedArrayBase.h
WebCore/html/canvas/Uint16Array.cpp
WebCore/html/canvas/Uint16Array.h
WebCore/html/canvas/Uint16Array.idl
WebCore/html/canvas/Uint32Array.cpp
WebCore/html/canvas/Uint32Array.h
WebCore/html/canvas/Uint32Array.idl
WebCore/html/canvas/Uint8Array.cpp
WebCore/html/canvas/Uint8Array.h
WebCore/html/canvas/Uint8Array.idl
WebCore/html/canvas/WebGLBuffer.cpp
WebCore/html/canvas/WebGLBuffer.h
WebCore/html/canvas/WebGLFramebuffer.cpp
WebCore/html/canvas/WebGLFramebuffer.h
WebCore/html/canvas/WebGLRenderbuffer.cpp
WebCore/html/canvas/WebGLRenderbuffer.h
WebCore/html/canvas/WebGLRenderingContext.cpp
WebCore/html/canvas/WebGLTexture.h
WebCore/inspector/CodeGeneratorInspector.pm
WebCore/inspector/ConsoleMessage.cpp
WebCore/inspector/ConsoleMessage.h
WebCore/inspector/InjectedScriptHost.idl
WebCore/inspector/Inspector.idl
WebCore/inspector/InspectorCSSAgent.cpp
WebCore/inspector/InspectorCSSAgent.h
WebCore/inspector/InspectorController.cpp
WebCore/inspector/InspectorController.h
WebCore/inspector/InspectorDebuggerAgent.cpp
WebCore/inspector/InspectorDebuggerAgent.h
WebCore/inspector/InspectorProfilerAgent.cpp
WebCore/inspector/InspectorProfilerAgent.h
WebCore/inspector/InspectorResourceAgent.cpp
WebCore/inspector/InspectorResourceAgent.h
WebCore/inspector/InspectorStyleSheet.cpp
WebCore/inspector/InspectorStyleSheet.h
WebCore/inspector/ScriptArguments.cpp
WebCore/inspector/ScriptArguments.h
WebCore/inspector/ScriptBreakpoint.h
WebCore/inspector/ScriptCallFrame.h
WebCore/inspector/ScriptCallStack.cpp
WebCore/inspector/ScriptCallStack.h
WebCore/inspector/front-end/AuditRules.js
WebCore/inspector/front-end/CSSStyleModel.js
WebCore/inspector/front-end/Color.js
WebCore/inspector/front-end/CookieItemsView.js
WebCore/inspector/front-end/CookiesTable.js [new file with mode: 0644]
WebCore/inspector/front-end/ElementsPanel.js
WebCore/inspector/front-end/ExtensionAPI.js
WebCore/inspector/front-end/ExtensionCommon.js
WebCore/inspector/front-end/ExtensionServer.js
WebCore/inspector/front-end/FileSystemView.js
WebCore/inspector/front-end/FontView.js
WebCore/inspector/front-end/HAREntry.js
WebCore/inspector/front-end/HeapSnapshotView.js
WebCore/inspector/front-end/HelpScreen.js
WebCore/inspector/front-end/ImageView.js
WebCore/inspector/front-end/InjectedScript.js
WebCore/inspector/front-end/NetworkItemView.js [new file with mode: 0644]
WebCore/inspector/front-end/NetworkPanel.js
WebCore/inspector/front-end/Popover.js
WebCore/inspector/front-end/ProfilesPanel.js
WebCore/inspector/front-end/Resource.js
WebCore/inspector/front-end/ResourceCookiesView.js [new file with mode: 0644]
WebCore/inspector/front-end/ResourceHeadersView.js [new file with mode: 0644]
WebCore/inspector/front-end/ResourceManager.js
WebCore/inspector/front-end/ResourceTimingView.js [new file with mode: 0644]
WebCore/inspector/front-end/ResourceView.js
WebCore/inspector/front-end/ResourcesPanel.js
WebCore/inspector/front-end/ScriptsPanel.js
WebCore/inspector/front-end/Settings.js
WebCore/inspector/front-end/SourceFrame.js
WebCore/inspector/front-end/SourceView.js
WebCore/inspector/front-end/StylesSidebarPane.js
WebCore/inspector/front-end/TabbedPane.js
WebCore/inspector/front-end/TimelinePanel.js
WebCore/inspector/front-end/WebKit.qrc
WebCore/inspector/front-end/WorkersSidebarPane.js
WebCore/inspector/front-end/inspector.css
WebCore/inspector/front-end/inspector.html
WebCore/inspector/front-end/inspector.js
WebCore/inspector/front-end/networkPanel.css
WebCore/inspector/front-end/textViewer.css
WebCore/inspector/front-end/utilities.js
WebCore/loader/DocumentLoadTiming.h
WebCore/loader/EmptyClients.h
WebCore/loader/FTPDirectoryParser.cpp
WebCore/loader/FrameLoader.cpp
WebCore/loader/HistoryController.cpp
WebCore/loader/HistoryController.h
WebCore/loader/NavigationScheduler.h
WebCore/loader/ResourceLoadScheduler.cpp
WebCore/loader/cache/CachePolicy.h
WebCore/loader/cache/CachedImage.cpp
WebCore/loader/cache/CachedImage.h
WebCore/loader/cache/CachedResource.cpp
WebCore/loader/cache/CachedResource.h
WebCore/loader/cache/CachedResourceLoader.cpp
WebCore/loader/cache/MemoryCache.cpp
WebCore/loader/cache/MemoryCache.h
WebCore/loader/loader.cpp
WebCore/make-hash-tools.pl
WebCore/manual-tests/autocorrection/autocorrection-contraction.html [new file with mode: 0644]
WebCore/manual-tests/autocorrection/dismiss-multiple-guesses.html [new file with mode: 0644]
WebCore/manual-tests/autocorrection/select-from-multiple-guesses.html [new file with mode: 0644]
WebCore/manual-tests/indexeddb-persists.html
WebCore/manual-tests/input-type-datetime-default-value.html [new file with mode: 0644]
WebCore/mathml/MathMLInlineContainerElement.cpp
WebCore/mathml/RenderMathMLOperator.cpp
WebCore/mathml/RenderMathMLRoot.cpp
WebCore/mathml/RenderMathMLSquareRoot.cpp
WebCore/page/ChromeClient.h
WebCore/page/Console.cpp
WebCore/page/Console.h
WebCore/page/DOMWindow.cpp
WebCore/page/DOMWindow.h
WebCore/page/DOMWindow.idl
WebCore/page/EditorClient.h
WebCore/page/EventHandler.cpp
WebCore/page/EventSource.cpp
WebCore/page/FocusController.cpp
WebCore/page/FocusController.h
WebCore/page/Frame.cpp
WebCore/page/FrameView.cpp
WebCore/page/FrameView.h
WebCore/page/Geolocation.cpp
WebCore/page/Geolocation.h
WebCore/page/Page.cpp
WebCore/page/Page.h
WebCore/page/PerformanceTiming.cpp
WebCore/page/PerformanceTiming.h
WebCore/page/PerformanceTiming.idl
WebCore/page/SecurityOrigin.cpp
WebCore/page/Settings.cpp
WebCore/page/Settings.h
WebCore/page/SpatialNavigation.cpp
WebCore/page/SpatialNavigation.h
WebCore/page/SpeechInputEvent.cpp [new file with mode: 0644]
WebCore/page/SpeechInputEvent.h [new file with mode: 0644]
WebCore/page/SpeechInputEvent.idl [moved from JavaScriptCore/runtime/MarkStackNone.cpp with 62% similarity]
WebCore/page/SpeechInputListener.h
WebCore/page/SpeechInputResult.cpp
WebCore/page/SpeechInputResult.h
WebCore/page/SpeechInputResult.idl [moved from WebCore/svg/SVGAnimatedPathData.idl with 60% similarity]
WebCore/page/SpeechInputResultList.cpp [new file with mode: 0644]
WebCore/page/SpeechInputResultList.h [new file with mode: 0644]
WebCore/page/SpeechInputResultList.idl [new file with mode: 0644]
WebCore/page/animation/AnimationBase.cpp
WebCore/page/mac/WebCoreFrameView.h
WebCore/page/qt/FrameQt.cpp
WebCore/platform/ColorData.gperf
WebCore/platform/ContextMenu.h
WebCore/platform/HashTools.h [moved from WebCore/svg/SVGAnimatedPathData.h with 50% similarity]
WebCore/platform/KURL.cpp
WebCore/platform/KURLGoogle.cpp
WebCore/platform/LocalizedStrings.cpp
WebCore/platform/LocalizedStrings.h
WebCore/platform/MIMETypeRegistry.cpp
WebCore/platform/ScrollView.cpp
WebCore/platform/ScrollView.h
WebCore/platform/UUID.cpp
WebCore/platform/android/LocalizedStringsAndroid.cpp
WebCore/platform/android/PlatformBridge.h
WebCore/platform/android/ScrollViewAndroid.cpp
WebCore/platform/audio/Cone.cpp
WebCore/platform/audio/Cone.h
WebCore/platform/brew/LocalizedStringsBrew.cpp
WebCore/platform/chromium/ChromiumBridge.h
WebCore/platform/efl/LocalizedStringsEfl.cpp
WebCore/platform/efl/RenderThemeEfl.cpp
WebCore/platform/graphics/ContextShadow.h
WebCore/platform/graphics/FloatPoint3D.h
WebCore/platform/graphics/GraphicsContext.h
WebCore/platform/graphics/GraphicsContextPrivate.h
WebCore/platform/graphics/GraphicsTypes.cpp
WebCore/platform/graphics/MediaPlayer.cpp
WebCore/platform/graphics/Path.h
WebCore/platform/graphics/SimpleFontData.h
WebCore/platform/graphics/TextRun.h
WebCore/platform/graphics/WOFFFileFormat.cpp
WebCore/platform/graphics/cairo/ContextShadowCairo.cpp
WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
WebCore/platform/graphics/cairo/GraphicsContextPlatformPrivateCairo.h
WebCore/platform/graphics/cg/GraphicsContextCG.cpp
WebCore/platform/graphics/chromium/ContentLayerChromium.cpp
WebCore/platform/graphics/chromium/CrossProcessFontLoading.mm
WebCore/platform/graphics/chromium/FontCacheChromiumWin.cpp
WebCore/platform/graphics/chromium/FontLinux.cpp
WebCore/platform/graphics/chromium/FontPlatformDataLinux.cpp
WebCore/platform/graphics/chromium/FontUtilsChromiumWin.cpp
WebCore/platform/graphics/chromium/SimpleFontDataChromiumWin.cpp
WebCore/platform/graphics/chromium/SimpleFontDataLinux.cpp
WebCore/platform/graphics/cocoa/FontPlatformData.h
WebCore/platform/graphics/cocoa/FontPlatformDataCocoa.mm
WebCore/platform/graphics/filters/FEBlend.cpp
WebCore/platform/graphics/filters/FEBlend.h
WebCore/platform/graphics/filters/FEColorMatrix.cpp
WebCore/platform/graphics/filters/FEColorMatrix.h
WebCore/platform/graphics/filters/FEComponentTransfer.cpp
WebCore/platform/graphics/filters/FEComponentTransfer.h
WebCore/platform/graphics/filters/FEComposite.cpp
WebCore/platform/graphics/filters/FEComposite.h
WebCore/platform/graphics/filters/FEConvolveMatrix.cpp
WebCore/platform/graphics/filters/FEConvolveMatrix.h
WebCore/platform/graphics/filters/FEDiffuseLighting.cpp
WebCore/platform/graphics/filters/FEDiffuseLighting.h
WebCore/platform/graphics/filters/FEDisplacementMap.cpp
WebCore/platform/graphics/filters/FEDisplacementMap.h
WebCore/platform/graphics/filters/FEFlood.cpp
WebCore/platform/graphics/filters/FEFlood.h
WebCore/platform/graphics/filters/FEGaussianBlur.cpp
WebCore/platform/graphics/filters/FEGaussianBlur.h
WebCore/platform/graphics/filters/FELighting.cpp
WebCore/platform/graphics/filters/FELighting.h
WebCore/platform/graphics/filters/FEMerge.cpp
WebCore/platform/graphics/filters/FEMerge.h
WebCore/platform/graphics/filters/FEMorphology.cpp
WebCore/platform/graphics/filters/FEMorphology.h
WebCore/platform/graphics/filters/FEOffset.cpp
WebCore/platform/graphics/filters/FEOffset.h
WebCore/platform/graphics/filters/FESpecularLighting.cpp
WebCore/platform/graphics/filters/FESpecularLighting.h
WebCore/platform/graphics/filters/FETile.cpp
WebCore/platform/graphics/filters/FETile.h
WebCore/platform/graphics/filters/FETurbulence.cpp
WebCore/platform/graphics/filters/FETurbulence.h
WebCore/platform/graphics/filters/FilterEffect.cpp
WebCore/platform/graphics/filters/FilterEffect.h
WebCore/platform/graphics/filters/SourceAlpha.cpp
WebCore/platform/graphics/filters/SourceAlpha.h
WebCore/platform/graphics/filters/SourceGraphic.cpp
WebCore/platform/graphics/filters/SourceGraphic.h
WebCore/platform/graphics/freetype/FontPlatformDataFreeType.cpp
WebCore/platform/graphics/gpu/DrawingBuffer.cpp
WebCore/platform/graphics/gstreamer/GStreamerGWorld.cpp
WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.cpp
WebCore/platform/graphics/gstreamer/MediaPlayerPrivateGStreamer.h
WebCore/platform/graphics/haiku/GraphicsContextHaiku.cpp
WebCore/platform/graphics/mac/ComplexTextController.cpp
WebCore/platform/graphics/mac/ComplexTextControllerATSUI.cpp
WebCore/platform/graphics/mac/ComplexTextControllerCoreText.cpp
WebCore/platform/graphics/mac/FontCustomPlatformData.cpp
WebCore/platform/graphics/mac/FontCustomPlatformData.h
WebCore/platform/graphics/mac/GraphicsContextMac.mm
WebCore/platform/graphics/mac/MediaPlayerPrivateQTKit.mm
WebCore/platform/graphics/mac/SimpleFontDataATSUI.mm
WebCore/platform/graphics/mac/SimpleFontDataCoreText.cpp
WebCore/platform/graphics/opengl/GraphicsContext3DOpenGL.cpp
WebCore/platform/graphics/openvg/GraphicsContextOpenVG.cpp
WebCore/platform/graphics/qt/ContextShadowQt.cpp
WebCore/platform/graphics/qt/FontPlatformDataQt.cpp
WebCore/platform/graphics/qt/FontQt.cpp
WebCore/platform/graphics/qt/GraphicsContextQt.cpp
WebCore/platform/graphics/qt/ImageQt.cpp
WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
WebCore/platform/graphics/skia/ImageBufferSkia.cpp
WebCore/platform/graphics/win/GraphicsContextCGWin.cpp
WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp
WebCore/platform/graphics/win/QTMovie.cpp
WebCore/platform/graphics/win/cairo/FontPlatformData.h
WebCore/platform/graphics/wince/GraphicsContextWinCE.cpp
WebCore/platform/graphics/wx/GraphicsContextWx.cpp
WebCore/platform/graphics/wx/ImageBufferWx.cpp
WebCore/platform/gtk/FileSystemGtk.cpp
WebCore/platform/gtk/GtkVersioning.c
WebCore/platform/gtk/GtkVersioning.h
WebCore/platform/gtk/LocalizedStringsGtk.cpp
WebCore/platform/gtk/PopupMenuGtk.cpp
WebCore/platform/gtk/PopupMenuGtk.h
WebCore/platform/haiku/LocalizedStringsHaiku.cpp
WebCore/platform/image-decoders/ImageDecoder.h
WebCore/platform/image-decoders/cg/ImageDecoderCG.cpp
WebCore/platform/image-decoders/jpeg/JPEGImageDecoder.cpp
WebCore/platform/image-decoders/png/PNGImageDecoder.cpp
WebCore/platform/mac/ScrollViewMac.mm
WebCore/platform/mock/GeolocationClientMock.cpp [new file with mode: 0644]
WebCore/platform/mock/GeolocationClientMock.h [new file with mode: 0644]
WebCore/platform/mock/SpeechInputClientMock.cpp
WebCore/platform/mock/SpeechInputClientMock.h
WebCore/platform/network/ResourceLoadInfo.h [moved from WebCore/platform/network/ResourceRawHeaders.h with 87% similarity]
WebCore/platform/network/ResourceResponseBase.cpp
WebCore/platform/network/ResourceResponseBase.h
WebCore/platform/network/cf/SocketStreamHandleCFNet.cpp
WebCore/platform/network/soup/ResourceHandleSoup.cpp
WebCore/platform/network/soup/cache/soup-http-input-stream.c
WebCore/platform/network/soup/cache/soup-request-http.c
WebCore/platform/network/soup/cache/webkit/soup-cache.c
WebCore/platform/qt/DragImageQt.cpp
WebCore/platform/qt/PasteboardQt.cpp
WebCore/platform/qt/ScrollViewQt.cpp
WebCore/platform/text/TextBoundaries.cpp
WebCore/platform/text/TextBoundaries.h
WebCore/platform/text/TextCodecUTF16.cpp
WebCore/platform/text/TextEncodingRegistry.cpp
WebCore/platform/text/brew/StringBrew.cpp
WebCore/platform/text/transcoder/FontTranscoder.cpp
WebCore/platform/text/wince/TextBoundariesWinCE.cpp [deleted file]
WebCore/platform/text/wince/TextBreakIteratorWinCE.cpp
WebCore/platform/win/ContextMenuWin.cpp
WebCore/platform/win/FileSystemWin.cpp
WebCore/platform/wince/FileSystemWinCE.cpp
WebCore/platform/wx/LocalizedStringsWx.cpp
WebCore/plugins/gtk/PluginViewGtk.cpp
WebCore/rendering/InlineBox.h
WebCore/rendering/InlineFlowBox.cpp
WebCore/rendering/InlineFlowBox.h
WebCore/rendering/InlineTextBox.cpp
WebCore/rendering/InlineTextBox.h
WebCore/rendering/RenderBlock.cpp
WebCore/rendering/RenderBlock.h
WebCore/rendering/RenderBlockLineLayout.cpp
WebCore/rendering/RenderBox.cpp
WebCore/rendering/RenderBox.h
WebCore/rendering/RenderBoxModelObject.cpp
WebCore/rendering/RenderBoxModelObject.h
WebCore/rendering/RenderEmbeddedObject.cpp
WebCore/rendering/RenderFieldset.cpp
WebCore/rendering/RenderFieldset.h
WebCore/rendering/RenderFlexibleBox.cpp
WebCore/rendering/RenderIFrame.cpp
WebCore/rendering/RenderImage.cpp
WebCore/rendering/RenderImage.h
WebCore/rendering/RenderLayer.cpp
WebCore/rendering/RenderLayer.h
WebCore/rendering/RenderLayerBacking.cpp
WebCore/rendering/RenderLayerCompositor.cpp
WebCore/rendering/RenderLayerCompositor.h
WebCore/rendering/RenderListItem.cpp
WebCore/rendering/RenderObject.cpp
WebCore/rendering/RenderObject.h
WebCore/rendering/RenderReplaced.cpp
WebCore/rendering/RenderReplica.cpp
WebCore/rendering/RenderRubyRun.cpp
WebCore/rendering/RenderRubyRun.h
WebCore/rendering/RenderSVGResource.h
WebCore/rendering/RenderSVGResourceClipper.cpp
WebCore/rendering/RenderSVGResourceFilter.cpp
WebCore/rendering/RenderSVGResourceFilter.h
WebCore/rendering/RenderSVGResourceGradient.cpp
WebCore/rendering/RenderSVGResourceGradient.h
WebCore/rendering/RenderSVGResourcePattern.cpp
WebCore/rendering/RenderSVGResourcePattern.h
WebCore/rendering/RenderSVGResourceSolidColor.cpp
WebCore/rendering/RenderSVGResourceSolidColor.h
WebCore/rendering/RenderSlider.cpp
WebCore/rendering/RenderTable.cpp
WebCore/rendering/RenderTableRow.cpp
WebCore/rendering/RenderTableSection.cpp
WebCore/rendering/RenderText.cpp
WebCore/rendering/RenderTextControl.cpp
WebCore/rendering/RenderTextControlSingleLine.cpp
WebCore/rendering/RenderTextControlSingleLine.h
WebCore/rendering/RenderThemeChromiumSkia.cpp
WebCore/rendering/RenderView.cpp
WebCore/rendering/RenderView.h
WebCore/rendering/RootInlineBox.cpp
WebCore/rendering/RootInlineBox.h
WebCore/rendering/SVGRenderSupport.cpp
WebCore/rendering/SVGRenderTreeAsText.cpp
WebCore/rendering/TextControlInnerElements.cpp
WebCore/rendering/TextControlInnerElements.h
WebCore/rendering/break_lines.cpp
WebCore/rendering/style/RenderStyle.h
WebCore/rendering/svg/RenderSVGPath.cpp
WebCore/rendering/svg/SVGInlineTextBox.cpp
WebCore/rendering/svg/SVGInlineTextBox.h
WebCore/storage/IDBCursor.idl
WebCore/storage/IDBDatabase.cpp
WebCore/storage/IDBDatabase.h
WebCore/storage/IDBDatabase.idl
WebCore/storage/IDBDatabaseBackendImpl.cpp
WebCore/storage/IDBDatabaseBackendImpl.h
WebCore/storage/IDBDatabaseBackendInterface.h
WebCore/storage/IDBFactory.cpp
WebCore/storage/IDBFactory.h
WebCore/storage/IDBFactory.idl
WebCore/storage/IDBFactoryBackendImpl.cpp
WebCore/storage/IDBFactoryBackendImpl.h
WebCore/storage/IDBFactoryBackendInterface.h
WebCore/storage/IDBIndex.cpp
WebCore/storage/IDBIndex.h
WebCore/storage/IDBIndex.idl
WebCore/storage/IDBIndexBackendImpl.cpp
WebCore/storage/IDBKey.cpp
WebCore/storage/IDBKey.h
WebCore/storage/IDBKeyRange.cpp
WebCore/storage/IDBKeyRange.h
WebCore/storage/IDBKeyRange.idl
WebCore/storage/IDBObjectStore.cpp
WebCore/storage/IDBObjectStore.h
WebCore/storage/IDBObjectStore.idl
WebCore/storage/IDBObjectStoreBackendImpl.cpp
WebCore/storage/IDBObjectStoreBackendImpl.h
WebCore/storage/IDBObjectStoreBackendInterface.h
WebCore/storage/IDBTransaction.cpp
WebCore/storage/IDBTransaction.h
WebCore/storage/IDBTransaction.idl
WebCore/storage/IDBTransactionBackendImpl.cpp
WebCore/storage/IDBTransactionBackendImpl.h
WebCore/storage/IDBTransactionBackendInterface.h
WebCore/storage/Storage.cpp
WebCore/svg/DeprecatedSVGAnimatedProperty.h [deleted file]
WebCore/svg/DeprecatedSVGAnimatedTemplate.h [deleted file]
WebCore/svg/SVGAElement.cpp
WebCore/svg/SVGAllInOne.cpp
WebCore/svg/SVGAngle.h
WebCore/svg/SVGAnimatedLength.h
WebCore/svg/SVGAnimatedLengthList.h
WebCore/svg/SVGAnimatedNumber.h
WebCore/svg/SVGAnimatedNumberList.h
WebCore/svg/SVGAnimatedPathData.cpp [deleted file]
WebCore/svg/SVGAnimatedTransformList.h
WebCore/svg/SVGAnimationElement.cpp
WebCore/svg/SVGCircleElement.cpp
WebCore/svg/SVGCircleElement.h
WebCore/svg/SVGClipPathElement.cpp
WebCore/svg/SVGComponentTransferFunctionElement.cpp
WebCore/svg/SVGComponentTransferFunctionElement.h
WebCore/svg/SVGCursorElement.cpp
WebCore/svg/SVGCursorElement.h
WebCore/svg/SVGDefsElement.cpp
WebCore/svg/SVGElement.h
WebCore/svg/SVGEllipseElement.cpp
WebCore/svg/SVGEllipseElement.h
WebCore/svg/SVGFEBlendElement.cpp
WebCore/svg/SVGFEBlendElement.h
WebCore/svg/SVGFEColorMatrixElement.cpp
WebCore/svg/SVGFEColorMatrixElement.h
WebCore/svg/SVGFEComponentTransferElement.cpp
WebCore/svg/SVGFEComponentTransferElement.h
WebCore/svg/SVGFECompositeElement.cpp
WebCore/svg/SVGFECompositeElement.h
WebCore/svg/SVGFEConvolveMatrixElement.cpp
WebCore/svg/SVGFEConvolveMatrixElement.h
WebCore/svg/SVGFEDiffuseLightingElement.cpp
WebCore/svg/SVGFEDiffuseLightingElement.h
WebCore/svg/SVGFEDisplacementMapElement.cpp
WebCore/svg/SVGFEDisplacementMapElement.h
WebCore/svg/SVGFEFloodElement.cpp
WebCore/svg/SVGFEFloodElement.h
WebCore/svg/SVGFEGaussianBlurElement.cpp
WebCore/svg/SVGFEGaussianBlurElement.h
WebCore/svg/SVGFEImageElement.cpp
WebCore/svg/SVGFEImageElement.h
WebCore/svg/SVGFELightElement.cpp
WebCore/svg/SVGFELightElement.h
WebCore/svg/SVGFEMergeElement.cpp
WebCore/svg/SVGFEMergeElement.h
WebCore/svg/SVGFEMorphologyElement.cpp
WebCore/svg/SVGFEMorphologyElement.h
WebCore/svg/SVGFEOffsetElement.cpp
WebCore/svg/SVGFEOffsetElement.h
WebCore/svg/SVGFESpecularLightingElement.cpp
WebCore/svg/SVGFESpecularLightingElement.h
WebCore/svg/SVGFETileElement.cpp
WebCore/svg/SVGFETileElement.h
WebCore/svg/SVGFETurbulenceElement.cpp
WebCore/svg/SVGFETurbulenceElement.h
WebCore/svg/SVGFilterElement.cpp
WebCore/svg/SVGFilterElement.h
WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp
WebCore/svg/SVGFilterPrimitiveStandardAttributes.h
WebCore/svg/SVGFont.cpp
WebCore/svg/SVGFontFaceElement.cpp
WebCore/svg/SVGForeignObjectElement.cpp
WebCore/svg/SVGForeignObjectElement.h
WebCore/svg/SVGGElement.cpp
WebCore/svg/SVGGradientElement.cpp
WebCore/svg/SVGGradientElement.h
WebCore/svg/SVGImageElement.cpp
WebCore/svg/SVGImageElement.h
WebCore/svg/SVGLength.h
WebCore/svg/SVGLengthList.cpp
WebCore/svg/SVGLengthList.h
WebCore/svg/SVGLengthList.idl
WebCore/svg/SVGLineElement.cpp
WebCore/svg/SVGLineElement.h
WebCore/svg/SVGLinearGradientElement.cpp
WebCore/svg/SVGLinearGradientElement.h
WebCore/svg/SVGList.h [deleted file]
WebCore/svg/SVGListTraits.h [deleted file]
WebCore/svg/SVGMarkerElement.cpp
WebCore/svg/SVGMarkerElement.h
WebCore/svg/SVGMaskElement.cpp
WebCore/svg/SVGMaskElement.h
WebCore/svg/SVGNumberList.cpp
WebCore/svg/SVGNumberList.h
WebCore/svg/SVGNumberList.idl
WebCore/svg/SVGParserUtilities.cpp
WebCore/svg/SVGPathElement.cpp
WebCore/svg/SVGPathElement.h
WebCore/svg/SVGPathElement.idl
WebCore/svg/SVGPathParserFactory.cpp
WebCore/svg/SVGPathParserFactory.h
WebCore/svg/SVGPathSeg.h
WebCore/svg/SVGPathSeg.idl
WebCore/svg/SVGPathSegArc.cpp [deleted file]
WebCore/svg/SVGPathSegArc.h
WebCore/svg/SVGPathSegArcAbs.idl
WebCore/svg/SVGPathSegArcRel.idl
WebCore/svg/SVGPathSegClosePath.cpp [deleted file]
WebCore/svg/SVGPathSegClosePath.h
WebCore/svg/SVGPathSegCurvetoCubic.cpp [deleted file]
WebCore/svg/SVGPathSegCurvetoCubic.h
WebCore/svg/SVGPathSegCurvetoCubicAbs.idl
WebCore/svg/SVGPathSegCurvetoCubicRel.idl
WebCore/svg/SVGPathSegCurvetoCubicSmooth.cpp [deleted file]
WebCore/svg/SVGPathSegCurvetoCubicSmooth.h
WebCore/svg/SVGPathSegCurvetoCubicSmoothAbs.idl
WebCore/svg/SVGPathSegCurvetoCubicSmoothRel.idl
WebCore/svg/SVGPathSegCurvetoQuadratic.cpp [deleted file]
WebCore/svg/SVGPathSegCurvetoQuadratic.h
WebCore/svg/SVGPathSegCurvetoQuadraticAbs.idl
WebCore/svg/SVGPathSegCurvetoQuadraticRel.idl
WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.cpp [deleted file]
WebCore/svg/SVGPathSegCurvetoQuadraticSmooth.h
WebCore/svg/SVGPathSegCurvetoQuadraticSmoothAbs.idl
WebCore/svg/SVGPathSegCurvetoQuadraticSmoothRel.idl
WebCore/svg/SVGPathSegLineto.cpp [deleted file]
WebCore/svg/SVGPathSegLineto.h
WebCore/svg/SVGPathSegLinetoAbs.idl
WebCore/svg/SVGPathSegLinetoHorizontal.cpp [deleted file]
WebCore/svg/SVGPathSegLinetoHorizontal.h
WebCore/svg/SVGPathSegLinetoHorizontalAbs.idl
WebCore/svg/SVGPathSegLinetoHorizontalRel.idl
WebCore/svg/SVGPathSegLinetoRel.idl
WebCore/svg/SVGPathSegLinetoVertical.cpp [deleted file]
WebCore/svg/SVGPathSegLinetoVertical.h
WebCore/svg/SVGPathSegLinetoVerticalAbs.idl
WebCore/svg/SVGPathSegLinetoVerticalRel.idl
WebCore/svg/SVGPathSegList.cpp
WebCore/svg/SVGPathSegList.h
WebCore/svg/SVGPathSegList.idl
WebCore/svg/SVGPathSegListBuilder.cpp
WebCore/svg/SVGPathSegListBuilder.h
WebCore/svg/SVGPathSegListSource.cpp
WebCore/svg/SVGPathSegListSource.h
WebCore/svg/SVGPathSegMoveto.cpp [deleted file]
WebCore/svg/SVGPathSegMoveto.h
WebCore/svg/SVGPathSegMovetoAbs.idl
WebCore/svg/SVGPathSegMovetoRel.idl
WebCore/svg/SVGPathSegWithContext.h [new file with mode: 0644]
WebCore/svg/SVGPatternElement.cpp
WebCore/svg/SVGPatternElement.h
WebCore/svg/SVGPointList.h
WebCore/svg/SVGPointList.idl
WebCore/svg/SVGPolyElement.cpp
WebCore/svg/SVGPolygonElement.cpp
WebCore/svg/SVGPolylineElement.cpp
WebCore/svg/SVGPreserveAspectRatio.h
WebCore/svg/SVGRadialGradientElement.cpp
WebCore/svg/SVGRadialGradientElement.h
WebCore/svg/SVGRect.h [moved from WebCore/svg/DeprecatedSVGAnimatedPropertyTraits.h with 54% similarity]
WebCore/svg/SVGRectElement.cpp
WebCore/svg/SVGRectElement.h
WebCore/svg/SVGSVGElement.cpp
WebCore/svg/SVGSVGElement.h
WebCore/svg/SVGScriptElement.cpp
WebCore/svg/SVGScriptElement.h
WebCore/svg/SVGStopElement.cpp
WebCore/svg/SVGStopElement.h
WebCore/svg/SVGStringList.cpp
WebCore/svg/SVGStringList.h
WebCore/svg/SVGStringList.idl
WebCore/svg/SVGStyledTransformableElement.cpp
WebCore/svg/SVGStyledTransformableElement.h
WebCore/svg/SVGSwitchElement.cpp
WebCore/svg/SVGSymbolElement.h
WebCore/svg/SVGTests.cpp
WebCore/svg/SVGTests.h
WebCore/svg/SVGTextContentElement.cpp
WebCore/svg/SVGTextContentElement.h
WebCore/svg/SVGTextElement.cpp
WebCore/svg/SVGTextElement.h
WebCore/svg/SVGTextPathElement.cpp
WebCore/svg/SVGTextPathElement.h
WebCore/svg/SVGTextPositioningElement.cpp
WebCore/svg/SVGTextPositioningElement.h
WebCore/svg/SVGTransform.cpp
WebCore/svg/SVGTransform.h
WebCore/svg/SVGTransformList.cpp
WebCore/svg/SVGTransformList.h
WebCore/svg/SVGTransformable.cpp
WebCore/svg/SVGUseElement.cpp
WebCore/svg/SVGUseElement.h
WebCore/svg/SVGViewElement.h
WebCore/svg/SVGViewSpec.cpp
WebCore/svg/SVGViewSpec.h
WebCore/svg/SVGZoomAndPan.cpp
WebCore/svg/graphics/filters/SVGFEImage.cpp
WebCore/svg/graphics/filters/SVGFEImage.h
WebCore/svg/graphics/filters/SVGFilterBuilder.cpp
WebCore/svg/graphics/filters/SVGFilterBuilder.h
WebCore/svg/properties/SVGAnimatedPathSegListPropertyTearOff.h [new file with mode: 0644]
WebCore/svg/properties/SVGAnimatedPropertyMacros.h
WebCore/svg/properties/SVGListProperty.h
WebCore/svg/properties/SVGPathSegListPropertyTearOff.cpp [new file with mode: 0644]
WebCore/svg/properties/SVGPathSegListPropertyTearOff.h [new file with mode: 0644]
WebCore/svg/properties/SVGProperty.h
WebCore/svg/properties/SVGPropertyTearOff.h
WebCore/svg/properties/SVGPropertyTraits.h
WebCore/svg/properties/SVGStaticPropertyTearOff.h
WebCore/svg/properties/SVGStaticPropertyWithParentTearOff.h
WebCore/svg/properties/SVGTransformListPropertyTearOff.h
WebCore/webaudio/AudioBufferSourceNode.idl
WebCore/webaudio/AudioContext.cpp
WebCore/webaudio/AudioListener.h
WebCore/webaudio/AudioPannerNode.cpp
WebCore/webaudio/AudioPannerNode.h
WebCore/webaudio/ConvolverNode.idl
WebCore/webcore-base.bkl [deleted file]
WebCore/webcore-wx.bkl [deleted file]
WebCore/xml/XMLHttpRequest.cpp
WebCore/xml/XMLHttpRequest.h
WebCore/xml/XMLHttpRequest.idl
WebCore/xml/XMLHttpRequestProgressEvent.h
WebCore/xml/XMLHttpRequestProgressEvent.idl
WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp
WebCore/xml/XMLHttpRequestProgressEventThrottle.h
WebCore/xml/XPathFunctions.cpp
WebCore/xml/XSLStyleSheet.h
WebCore/xml/XSLTProcessorLibxslt.cpp
WebCore/xml/XSLTProcessorQt.cpp
WebKit/ChangeLog
WebKit/StringsNotToBeLocalized.txt
WebKit/chromium/ChangeLog
WebKit/chromium/DEPS
WebKit/chromium/WebKit.gyp
WebKit/chromium/public/WebAudioBus.h [new file with mode: 0644]
WebKit/chromium/public/WebDevToolsAgent.h
WebKit/chromium/public/WebFrame.h
WebKit/chromium/public/WebFrameClient.h
WebKit/chromium/public/WebGeolocationError.h [new file with mode: 0644]
WebKit/chromium/public/WebGeolocationPosition.h [new file with mode: 0644]
WebKit/chromium/public/WebGraphicsContext3D.h
WebKit/chromium/public/WebHTTPLoadInfo.h [moved from WebKit/chromium/public/WebResourceRawHeaders.h with 73% similarity]
WebKit/chromium/public/WebIDBCursor.h
WebKit/chromium/public/WebIDBDatabase.h
WebKit/chromium/public/WebIDBFactory.h
WebKit/chromium/public/WebIDBIndex.h
WebKit/chromium/public/WebIDBKeyRange.h
WebKit/chromium/public/WebIDBObjectStore.h
WebKit/chromium/public/WebIDBTransaction.h
WebKit/chromium/public/WebInputElement.h
WebKit/chromium/public/WebKitClient.h
WebKit/chromium/public/WebLocalizedString.h
WebKit/chromium/public/WebSettings.h
WebKit/chromium/public/WebSpeechInputControllerMock.h
WebKit/chromium/public/WebURLResponse.h
WebKit/chromium/scripts/concatenate_js_files.py
WebKit/chromium/scripts/jsmin.py [new file with mode: 0644]
WebKit/chromium/src/AssertMatchingEnums.cpp
WebKit/chromium/src/AssociatedURLLoader.cpp [new file with mode: 0644]
WebKit/chromium/src/AssociatedURLLoader.h [new file with mode: 0644]
WebKit/chromium/src/ChromeClientImpl.cpp
WebKit/chromium/src/ChromeClientImpl.h
WebKit/chromium/src/ChromiumBridge.cpp
WebKit/chromium/src/EditorClientImpl.cpp
WebKit/chromium/src/EditorClientImpl.h
WebKit/chromium/src/Extensions3DChromium.cpp
WebKit/chromium/src/ExternalPopupMenu.cpp
WebKit/chromium/src/GraphicsContext3DChromium.cpp
WebKit/chromium/src/GraphicsContext3DInternal.h
WebKit/chromium/src/IDBDatabaseProxy.cpp
WebKit/chromium/src/IDBDatabaseProxy.h
WebKit/chromium/src/IDBFactoryBackendProxy.cpp
WebKit/chromium/src/IDBFactoryBackendProxy.h
WebKit/chromium/src/IDBObjectStoreProxy.cpp
WebKit/chromium/src/IDBObjectStoreProxy.h
WebKit/chromium/src/IDBTransactionBackendProxy.cpp
WebKit/chromium/src/IDBTransactionBackendProxy.h
WebKit/chromium/src/LocalizedStrings.cpp
WebKit/chromium/src/WebAudioBus.cpp [new file with mode: 0644]
WebKit/chromium/src/WebBindings.cpp
WebKit/chromium/src/WebDevToolsAgentImpl.cpp
WebKit/chromium/src/WebDevToolsAgentImpl.h
WebKit/chromium/src/WebFrameImpl.cpp
WebKit/chromium/src/WebFrameImpl.h
WebKit/chromium/src/WebGeolocationError.cpp [new file with mode: 0644]
WebKit/chromium/src/WebGeolocationPosition.cpp [new file with mode: 0644]
WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp
WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h
WebKit/chromium/src/WebHTTPLoadInfo.cpp [moved from WebKit/chromium/src/WebResourceRawHeaders.cpp with 67% similarity]
WebKit/chromium/src/WebIDBDatabaseImpl.cpp
WebKit/chromium/src/WebIDBDatabaseImpl.h
WebKit/chromium/src/WebIDBFactoryImpl.cpp
WebKit/chromium/src/WebIDBFactoryImpl.h
WebKit/chromium/src/WebIDBKeyRange.cpp
WebKit/chromium/src/WebIDBObjectStoreImpl.cpp
WebKit/chromium/src/WebIDBObjectStoreImpl.h
WebKit/chromium/src/WebIDBTransactionImpl.cpp
WebKit/chromium/src/WebIDBTransactionImpl.h
WebKit/chromium/src/WebInputElement.cpp
WebKit/chromium/src/WebSettingsImpl.cpp
WebKit/chromium/src/WebSettingsImpl.h
WebKit/chromium/src/WebSpeechInputControllerMockImpl.cpp
WebKit/chromium/src/WebSpeechInputControllerMockImpl.h
WebKit/chromium/src/WebURLResponse.cpp
WebKit/chromium/src/WebURLResponsePrivate.h
WebKit/chromium/src/WebViewImpl.cpp
WebKit/chromium/src/WorkerAsyncFileWriterChromium.cpp
WebKit/chromium/src/WorkerAsyncFileWriterChromium.h
WebKit/chromium/src/WorkerFileWriterCallbacksBridge.cpp
WebKit/chromium/src/WorkerFileWriterCallbacksBridge.h
WebKit/chromium/src/js/DevTools.js
WebKit/efl/CMakeListsEfl.txt
WebKit/efl/ChangeLog
WebKit/efl/WebCoreSupport/EditorClientEfl.cpp
WebKit/efl/WebCoreSupport/EditorClientEfl.h
WebKit/efl/ewk/ewk_tiled_backing_store.c [new file with mode: 0644]
WebKit/efl/ewk/ewk_tiled_backing_store.h [new file with mode: 0644]
WebKit/efl/ewk/ewk_tiled_matrix.c [new file with mode: 0644]
WebKit/efl/ewk/ewk_tiled_matrix.h [new file with mode: 0644]
WebKit/efl/ewk/ewk_tiled_model.c [new file with mode: 0644]
WebKit/efl/ewk/ewk_tiled_model.h [new file with mode: 0644]
WebKit/efl/ewk/ewk_tiled_private.h [new file with mode: 0644]
WebKit/efl/ewk/ewk_view.cpp
WebKit/efl/ewk/ewk_view.h
WebKit/efl/ewk/ewk_view_tiled.c [new file with mode: 0644]
WebKit/gtk/ChangeLog
WebKit/gtk/GNUmakefile.am [new file with mode: 0644]
WebKit/gtk/NEWS
WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp
WebKit/gtk/WebCoreSupport/EditorClientGtk.h
WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
WebKit/gtk/tests/testatk.c
WebKit/gtk/tests/testdomdocument.c
WebKit/gtk/tests/testdomnode.c
WebKit/gtk/webkit/webkithittestresult.cpp
WebKit/gtk/webkit/webkitprivate.cpp
WebKit/gtk/webkit/webkitprivate.h
WebKit/gtk/webkit/webkitwebdatasource.cpp
WebKit/gtk/webkit/webkitwebframe.cpp
WebKit/gtk/webkit/webkitwebinspector.cpp
WebKit/gtk/webkit/webkitwebinspector.h
WebKit/gtk/webkit/webkitwebview.cpp
WebKit/gtk/webkit/webkitwebview.h
WebKit/gtk/webkitmarshal.list
WebKit/haiku/ChangeLog
WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp
WebKit/haiku/WebCoreSupport/EditorClientHaiku.h
WebKit/mac/ChangeLog
WebKit/mac/Configurations/Version.xcconfig
WebKit/mac/Configurations/WebKit.xcconfig
WebKit/mac/MigrateHeaders.make
WebKit/mac/WebCoreSupport/WebEditorClient.h
WebKit/mac/WebCoreSupport/WebEditorClient.mm
WebKit/mac/WebView/WebDocumentInternal.h
WebKit/mac/WebView/WebDynamicScrollBarsView.h
WebKit/mac/WebView/WebDynamicScrollBarsView.mm
WebKit/mac/WebView/WebFrame.mm
WebKit/mac/WebView/WebFrameView.mm
WebKit/mac/WebView/WebHTMLView.mm
WebKit/mac/WebView/WebPDFView.mm
WebKit/mac/WebView/WebRenderLayer.mm
WebKit/mac/WebView/WebView.mm
WebKit/mac/WebView/WebViewPrivate.h
WebKit/qt/Api/qgraphicswebview.cpp
WebKit/qt/Api/qwebelement.cpp
WebKit/qt/Api/qwebframe.cpp
WebKit/qt/Api/qwebinspector.cpp
WebKit/qt/Api/qwebpage.cpp
WebKit/qt/Api/qwebpage.h
WebKit/qt/Api/qwebpage_p.h
WebKit/qt/Api/qwebsettings.h
WebKit/qt/ChangeLog
WebKit/qt/WebCoreSupport/ChromeClientQt.cpp
WebKit/qt/WebCoreSupport/ChromeClientQt.h
WebKit/qt/WebCoreSupport/DragClientQt.cpp
WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp
WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h
WebKit/qt/WebCoreSupport/EditCommandQt.cpp
WebKit/qt/WebCoreSupport/EditCommandQt.h
WebKit/qt/WebCoreSupport/EditorClientQt.cpp
WebKit/qt/WebCoreSupport/EditorClientQt.h
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
WebKit/qt/WebCoreSupport/GeolocationPermissionClientQt.cpp
WebKit/qt/WebCoreSupport/InspectorClientQt.cpp
WebKit/qt/WebCoreSupport/InspectorServerQt.cpp
WebKit/qt/WebCoreSupport/NotificationPresenterClientQt.cpp
WebKit/qt/WebCoreSupport/PageClientQt.h
WebKit/qt/WebCoreSupport/QtPlatformPlugin.cpp
WebKit/qt/WebCoreSupport/QtPlatformPlugin.h
WebKit/qt/symbian/eabi/QtWebKitu.def
WebKit/qt/tests/qwebelement/tst_qwebelement.cpp
WebKit/qt/tests/qwebframe/tst_qwebframe.cpp
WebKit/qt/tests/qwebpage/tst_qwebpage.cpp
WebKit/win/ChangeLog
WebKit/win/WebCoreSupport/WebEditorClient.cpp
WebKit/win/WebCoreSupport/WebEditorClient.h
WebKit/win/WebKit.vcproj/Interfaces.vcproj
WebKit/win/WebKit.vcproj/InterfacesCommon.vsprops [new file with mode: 0644]
WebKit/win/WebKit.vcproj/InterfacesPostBuild.cmd [new file with mode: 0644]
WebKit/win/WebKit.vcproj/InterfacesPreBuild.cmd [new file with mode: 0644]
WebKit/win/WebKit.vcproj/WebKit.make
WebKit/win/WebKit.vcproj/WebKit.sln
WebKit/win/WebKit.vcproj/WebKit.submit.sln
WebKit/win/WebKit.vcproj/WebKit.vcproj
WebKit/win/WebKit.vcproj/WebKitGUID.vcproj
WebKit/win/WebKit.vcproj/WebKitGUIDCommon.vsprops
WebKit/win/WebKit.vcproj/WebKitGUIDPostBuild.cmd [new file with mode: 0644]
WebKit/win/WebKit.vcproj/WebKitGUIDPreBuild.cmd [new file with mode: 0644]
WebKit/win/WebKit.vcproj/WebKitLibCommon.vsprops
WebKit/win/WebKit.vcproj/WebKitLibPostBuild.cmd [new file with mode: 0644]
WebKit/win/WebKit.vcproj/WebKitLibPreBuild.cmd [new file with mode: 0644]
WebKit/win/WebKitPrefix.h
WebKit/wince/ChangeLog
WebKit/wince/WebCoreSupport/EditorClientWinCE.cpp
WebKit/wince/WebCoreSupport/EditorClientWinCE.h
WebKit/wince/WebView.cpp [new file with mode: 0644]
WebKit/wince/WebView.h [new file with mode: 0644]
WebKit/wx/Bakefiles.bkgen [deleted file]
WebKit/wx/ChangeLog
WebKit/wx/WebKitSupport/EditorClientWx.cpp
WebKit/wx/WebKitSupport/EditorClientWx.h
WebKit/wx/bindings/python/wxwebkit-py.bkl [deleted file]
WebKit/wx/dependencies.bkl [deleted file]
WebKit/wx/presets/wxwebkit.bkl [deleted file]
WebKit/wx/wxwebkit.bkl [deleted file]
WebKit/wx/wxwk-settings.bkl [deleted file]
WebKitLibraries/ChangeLog
WebKitLibraries/WebKitSystemInterface.h
WebKitLibraries/win/tools/WinTools.make
WebKitLibraries/win/tools/vsprops/WinCairo.vsprops
WebKitLibraries/win/tools/vsprops/cURL.vsprops
WebKitLibraries/win/tools/vsprops/common.vsprops
WebKitLibraries/win/tools/vsprops/debug.vsprops
WebKitLibraries/win/tools/vsprops/debug_internal.vsprops [deleted file]
WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops
WebKitLibraries/win/tools/vsprops/release.vsprops
WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
WebKitTools/CLWrapper/CLWrapper.sln
WebKitTools/CLWrapper/CLWrapper.vcproj
WebKitTools/ChangeLog
WebKitTools/DumpRenderTree/DumpRenderTree.sln
WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj
WebKitTools/DumpRenderTree/LayoutTestController.cpp
WebKitTools/DumpRenderTree/LayoutTestController.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn/TestObject.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn/TestObject.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/GetUserAgentWithNullNPPFromNPPNew.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj
WebKitTools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePluginCommon.vsprops
WebKitTools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePluginPostBuild.cmd [new file with mode: 0644]
WebKitTools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePluginPreBuild.cmd [new file with mode: 0644]
WebKitTools/DumpRenderTree/chromium/LayoutTestController.cpp
WebKitTools/DumpRenderTree/chromium/LayoutTestController.h
WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp
WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/gtk/EditingCallbacks.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/gtk/EditingCallbacks.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp
WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm
WebKitTools/DumpRenderTree/mac/LayoutTestControllerMac.mm
WebKitTools/DumpRenderTree/mac/PerlSupport/DumpRenderTreeSupportPregenerated.pm [moved from WebKitTools/DumpRenderTree/mac/PerlSupport/DumpRenderTreeSupportTiger.pm with 100% similarity]
WebKitTools/DumpRenderTree/mac/PerlSupport/DumpRenderTreeSupport_wrapPregenerated.c [moved from WebKitTools/DumpRenderTree/mac/PerlSupport/DumpRenderTreeSupport_wrapTiger.c with 100% similarity]
WebKitTools/DumpRenderTree/mac/PerlSupport/Makefile
WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.cpp
WebKitTools/DumpRenderTree/qt/DumpRenderTreeQt.h
WebKitTools/DumpRenderTree/qt/LayoutTestControllerQt.cpp
WebKitTools/DumpRenderTree/qt/LayoutTestControllerQt.h
WebKitTools/DumpRenderTree/qt/TestNetscapePlugin/TestNetscapePlugin.pro
WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/TestNetscapePlugin.cpp
WebKitTools/DumpRenderTree/win/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj
WebKitTools/DumpRenderTree/win/DumpRenderTreeApple.vsprops
WebKitTools/DumpRenderTree/win/DumpRenderTreeCFLite.vsprops
WebKitTools/DumpRenderTree/win/DumpRenderTreeCairo.vsprops
WebKitTools/DumpRenderTree/win/DumpRenderTreeCommon.vsprops
WebKitTools/DumpRenderTree/win/DumpRenderTreePostBuild.cmd [new file with mode: 0644]
WebKitTools/DumpRenderTree/win/DumpRenderTreePreBuild.cmd [new file with mode: 0644]
WebKitTools/DumpRenderTree/win/ImageDiff.vcproj
WebKitTools/DumpRenderTree/win/ImageDiffCommon.vsprops
WebKitTools/DumpRenderTree/win/ImageDiffPostBuild.cmd [new file with mode: 0644]
WebKitTools/DumpRenderTree/win/ImageDiffPreBuild.cmd [new file with mode: 0644]
WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp
WebKitTools/DumpRenderTree/wx/DumpRenderTree.bkl [deleted file]
WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp
WebKitTools/EWebLauncher/main.c
WebKitTools/FindSafari/FindSafari.vcproj
WebKitTools/FindSafari/FindSafariCommon.vsprops
WebKitTools/GNUmakefile.am
WebKitTools/MIDLWrapper/MIDLWrapper.sln
WebKitTools/MIDLWrapper/MIDLWrapper.vcproj
WebKitTools/MiniBrowser/Configurations/MiniBrowserCFLite.vsprops
WebKitTools/MiniBrowser/Configurations/MiniBrowserCommon.vsprops
WebKitTools/MiniBrowser/Configurations/MiniBrowserCoreFoundation.vsprops
WebKitTools/MiniBrowser/MiniBrowser.vcproj
WebKitTools/MiniBrowser/MiniBrowserPostBuild.cmd [new file with mode: 0644]
WebKitTools/MiniBrowser/MiniBrowserPreBuild.cmd [new file with mode: 0644]
WebKitTools/MiniBrowser/mac/BrowserWindowController.m
WebKitTools/MiniBrowser/mac/WebBundle/WebBundleMain.m
WebKitTools/MiniBrowser/qt/BrowserWindow.cpp
WebKitTools/MiniBrowser/win/BrowserView.cpp
WebKitTools/MiniBrowser/win/stdafx.h
WebKitTools/QtTestBrowser/mainwindow.cpp
WebKitTools/QtTestBrowser/webpage.cpp
WebKitTools/QtTestBrowser/webpage.h
WebKitTools/QtTestBrowser/webview.cpp
WebKitTools/Scripts/build-webkit
WebKitTools/Scripts/generate-forwarding-headers.pl
WebKitTools/Scripts/old-run-webkit-tests
WebKitTools/Scripts/run-api-tests
WebKitTools/Scripts/run-javascriptcore-tests
WebKitTools/Scripts/sunspider-compare-results
WebKitTools/Scripts/update-webkit
WebKitTools/Scripts/update-webkit-support-libs
WebKitTools/Scripts/webkitdirs.pm
WebKitTools/Scripts/webkitpy/common/checkout/scm.py
WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py
WebKitTools/Scripts/webkitpy/common/config/committers.py
WebKitTools/Scripts/webkitpy/common/config/ports.py
WebKitTools/Scripts/webkitpy/common/config/ports_unittest.py
WebKitTools/Scripts/webkitpy/common/system/executive_mock.py
WebKitTools/Scripts/webkitpy/common/system/filesystem_mock.py
WebKitTools/Scripts/webkitpy/layout_tests/driver_test.py [deleted file]
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread_unittest.py [deleted file]
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_layout_results_generator.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_results_generator_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/message_broker.py [new file with mode: 0644]
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/message_broker_unittest.py [new file with mode: 0644]
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/printing.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_results_uploader.py
WebKitTools/Scripts/webkitpy/layout_tests/port/base.py
WebKitTools/Scripts/webkitpy/layout_tests/port/base_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py
WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/port/config.py
WebKitTools/Scripts/webkitpy/layout_tests/port/config_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/port/dryrun.py
WebKitTools/Scripts/webkitpy/layout_tests/port/port_testcase.py
WebKitTools/Scripts/webkitpy/layout_tests/port/test.py
WebKitTools/Scripts/webkitpy/layout_tests/port/test_files.py
WebKitTools/Scripts/webkitpy/layout_tests/port/test_files_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/port/webkit.py
WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests.py
WebKitTools/Scripts/webkitpy/layout_tests/run_webkit_tests_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/test_types/image_diff.py
WebKitTools/Scripts/webkitpy/layout_tests/test_types/text_diff.py
WebKitTools/Scripts/webkitpy/tool/commands/data/rebaselineserver/index.html
WebKitTools/Scripts/webkitpy/tool/commands/data/rebaselineserver/main.css
WebKitTools/Scripts/webkitpy/tool/commands/data/rebaselineserver/main.js
WebKitTools/Scripts/webkitpy/tool/commands/data/rebaselineserver/queue.js [new file with mode: 0644]
WebKitTools/Scripts/webkitpy/tool/commands/data/rebaselineserver/util.js
WebKitTools/Scripts/webkitpy/tool/commands/rebaselineserver.py
WebKitTools/Scripts/webkitpy/tool/commands/rebaselineserver_unittest.py [new file with mode: 0644]
WebKitTools/TestResultServer/handlers/testfilehandler.py
WebKitTools/TestResultServer/model/dashboardfile.py
WebKitTools/TestResultServer/model/jsonresults.py
WebKitTools/TestWebKitAPI/Configurations/TestWebKitAPICFLite.vsprops
WebKitTools/TestWebKitAPI/Configurations/TestWebKitAPICommon.vsprops
WebKitTools/TestWebKitAPI/Configurations/TestWebKitAPICoreFoundation.vsprops
WebKitTools/TestWebKitAPI/InjectedBundleController.cpp
WebKitTools/TestWebKitAPI/InjectedBundleController.h
WebKitTools/TestWebKitAPI/InjectedBundleTest.h
WebKitTools/TestWebKitAPI/PlatformUtilities.cpp
WebKitTools/TestWebKitAPI/PlatformUtilities.h
WebKitTools/TestWebKitAPI/PlatformWebView.h
WebKitTools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
WebKitTools/TestWebKitAPI/Tests/WebKit2/DocumentStartUserScriptAlertCrash.cpp
WebKitTools/TestWebKitAPI/Tests/WebKit2/DocumentStartUserScriptAlertCrash_Bundle.cpp
WebKitTools/TestWebKitAPI/Tests/WebKit2/WKPreferences.cpp [new file with mode: 0644]
WebKitTools/TestWebKitAPI/mac/PlatformWebViewMac.mm
WebKitTools/TestWebKitAPI/win/PlatformUtilitiesWin.cpp
WebKitTools/TestWebKitAPI/win/PlatformWebViewWin.cpp
WebKitTools/TestWebKitAPI/win/TestWebKitAPI.sln
WebKitTools/TestWebKitAPI/win/TestWebKitAPI.vcproj
WebKitTools/TestWebKitAPI/win/TestWebKitAPIGenerated.vcproj
WebKitTools/TestWebKitAPI/win/TestWebKitAPIGeneratedCommon.vsprops [new file with mode: 0644]
WebKitTools/TestWebKitAPI/win/TestWebKitAPIPostBuild.cmd [new file with mode: 0644]
WebKitTools/TestWebKitAPI/win/TestWebKitAPIPreBuild.cmd [new file with mode: 0644]
WebKitTools/WebKitAPITest/WebKitAPITest.vcproj
WebKitTools/WebKitAPITest/WebKitAPITestCommon.vsprops
WebKitTools/WebKitAPITest/WebKitAPITestPostBuild.cmd [new file with mode: 0644]
WebKitTools/WebKitAPITest/WebKitAPITestPreBuild.cmd [new file with mode: 0644]
WebKitTools/WebKitLauncherWin/WebKitLauncherWin.vcproj
WebKitTools/WebKitLauncherWin/WebKitLauncherWinCommon.vsprops
WebKitTools/WebKitTestRunner/Configurations/InjectedBundleCFLite.vsprops
WebKitTools/WebKitTestRunner/Configurations/InjectedBundleCommon.vsprops
WebKitTools/WebKitTestRunner/Configurations/InjectedBundleCoreFoundation.vsprops
WebKitTools/WebKitTestRunner/Configurations/WebKitTestRunnerCFLite.vsprops [new file with mode: 0644]
WebKitTools/WebKitTestRunner/Configurations/WebKitTestRunnerCommon.vsprops [new file with mode: 0644]
WebKitTools/WebKitTestRunner/Configurations/WebKitTestRunnerCoreFoundation.vsprops [new file with mode: 0644]
WebKitTools/WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl
WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp
WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundle.h
WebKitTools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp
WebKitTools/WebKitTestRunner/InjectedBundle/LayoutTestController.h
WebKitTools/WebKitTestRunner/InjectedBundle/qt/InjectedBundle.pro
WebKitTools/WebKitTestRunner/TestController.cpp
WebKitTools/WebKitTestRunner/WebKitTestRunner.sln
WebKitTools/WebKitTestRunner/qt/WebKitTestRunner.pro
WebKitTools/WebKitTestRunner/win/InjectedBundle.vcproj
WebKitTools/WebKitTestRunner/win/InjectedBundleGenerated.vcproj
WebKitTools/WebKitTestRunner/win/InjectedBundleGeneratedCommon.vsprops [new file with mode: 0644]
WebKitTools/WebKitTestRunner/win/InjectedBundlePostBuild.cmd [new file with mode: 0644]
WebKitTools/WebKitTestRunner/win/InjectedBundlePreBuild.cmd [new file with mode: 0644]
WebKitTools/WebKitTestRunner/win/PlatformWebViewWin.cpp
WebKitTools/WebKitTestRunner/win/TestControllerWin.cpp
WebKitTools/WebKitTestRunner/win/WebKitTestRunner.vcproj
WebKitTools/WebKitTestRunner/win/WebKitTestRunnerPostBuild.cmd [new file with mode: 0644]
WebKitTools/WebKitTestRunner/win/WebKitTestRunnerPreBuild.cmd [new file with mode: 0644]
WebKitTools/WinCELauncher/main.cpp [new file with mode: 0644]
WebKitTools/WinLauncher/WinLauncher.vcproj
WebKitTools/WinLauncher/WinLauncherCommon.vsprops
WebKitTools/WinLauncher/WinLauncherPostBuild.cmd [new file with mode: 0644]
WebKitTools/WinLauncher/WinLauncherPreBuild.cmd [new file with mode: 0644]
WebKitTools/record-memory-win/record-memory-win-common.vsprops [new file with mode: 0644]
WebKitTools/record-memory-win/record-memory-win.vcproj
WebKitTools/wx/browser/browser.bkl [deleted file]
WebKitTools/wx/build-wxwebkit [deleted file]
WebKitTools/wx/build/settings.py