OSDN Git Service

Merge Webkit at r70949: Initial merge by git.
authorJohn Reck <jreck@google.com>
Thu, 4 Nov 2010 19:00:17 +0000 (12:00 -0700)
committerJohn Reck <jreck@google.com>
Tue, 9 Nov 2010 19:35:04 +0000 (11:35 -0800)
commite14391e94c850b8bd03680c23b38978db68687a8
tree3fed87e6620fecaf3edc7259ae58a11662bedcb2
parent1bd705833a68f07850cf7e204b26f8d328d16951
Merge Webkit at r70949: Initial merge by git.

Change-Id: I77b8645c083b5d0da8dba73ed01d4014aab9848e
1182 files changed:
JavaScriptCore/API/APICast.h
JavaScriptCore/API/JSValueRef.cpp
JavaScriptCore/ChangeLog
JavaScriptCore/Configurations/FeatureDefines.xcconfig
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/build-generated-files.sh
JavaScriptCore/assembler/ARMAssembler.h
JavaScriptCore/assembler/MacroAssemblerARM.cpp
JavaScriptCore/assembler/MacroAssemblerARM.h
JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
JavaScriptCore/bytecompiler/NodesCodegen.cpp
JavaScriptCore/debugger/Debugger.cpp
JavaScriptCore/debugger/DebuggerCallFrame.cpp
JavaScriptCore/interpreter/CachedCall.h
JavaScriptCore/interpreter/CallFrame.h
JavaScriptCore/interpreter/Interpreter.cpp
JavaScriptCore/interpreter/Interpreter.h
JavaScriptCore/jit/JITArithmetic.cpp
JavaScriptCore/jit/JITArithmetic32_64.cpp
JavaScriptCore/jit/JITCode.h
JavaScriptCore/jit/JITInlineMethods.h
JavaScriptCore/jit/JITOpcodes.cpp
JavaScriptCore/jit/JITOpcodes32_64.cpp
JavaScriptCore/jit/JITPropertyAccess.cpp
JavaScriptCore/jit/JITPropertyAccess32_64.cpp
JavaScriptCore/jit/JITStubs.cpp
JavaScriptCore/jit/JITStubs.h
JavaScriptCore/jsc.cpp
JavaScriptCore/parser/JSParser.cpp
JavaScriptCore/parser/Parser.cpp
JavaScriptCore/parser/Parser.h
JavaScriptCore/runtime/Arguments.cpp
JavaScriptCore/runtime/ArrayConstructor.cpp
JavaScriptCore/runtime/ArrayPrototype.cpp
JavaScriptCore/runtime/BooleanConstructor.cpp
JavaScriptCore/runtime/CachedTranscendentalFunction.h
JavaScriptCore/runtime/CallData.cpp
JavaScriptCore/runtime/Completion.cpp
JavaScriptCore/runtime/ConstructData.cpp
JavaScriptCore/runtime/DateConstructor.cpp
JavaScriptCore/runtime/DateInstance.cpp
JavaScriptCore/runtime/DatePrototype.cpp
JavaScriptCore/runtime/Error.cpp
JavaScriptCore/runtime/ErrorConstructor.cpp
JavaScriptCore/runtime/ExceptionHelpers.cpp
JavaScriptCore/runtime/ExceptionHelpers.h
JavaScriptCore/runtime/FunctionConstructor.cpp
JavaScriptCore/runtime/FunctionPrototype.cpp
JavaScriptCore/runtime/GetterSetter.h
JavaScriptCore/runtime/JSArray.cpp
JavaScriptCore/runtime/JSByteArray.cpp
JavaScriptCore/runtime/JSByteArray.h
JavaScriptCore/runtime/JSCell.h
JavaScriptCore/runtime/JSFunction.cpp
JavaScriptCore/runtime/JSGlobalObject.cpp
JavaScriptCore/runtime/JSGlobalObject.h
JavaScriptCore/runtime/JSGlobalObjectFunctions.cpp
JavaScriptCore/runtime/JSNumberCell.h
JavaScriptCore/runtime/JSONObject.cpp
JavaScriptCore/runtime/JSString.cpp
JavaScriptCore/runtime/JSString.h
JavaScriptCore/runtime/JSValue.h
JavaScriptCore/runtime/LiteralParser.cpp
JavaScriptCore/runtime/MathObject.cpp
JavaScriptCore/runtime/NativeErrorConstructor.cpp
JavaScriptCore/runtime/NumberConstructor.cpp
JavaScriptCore/runtime/NumberPrototype.cpp
JavaScriptCore/runtime/ObjectConstructor.cpp
JavaScriptCore/runtime/Operations.cpp
JavaScriptCore/runtime/Operations.h
JavaScriptCore/runtime/Protect.h
JavaScriptCore/runtime/PrototypeFunction.cpp
JavaScriptCore/runtime/RegExpConstructor.cpp
JavaScriptCore/runtime/RegExpObject.cpp
JavaScriptCore/runtime/StringConstructor.cpp
JavaScriptCore/runtime/StringPrototype.cpp
JavaScriptCore/runtime/UString.cpp
JavaScriptCore/wtf/Assertions.h
JavaScriptCore/wtf/ByteArray.h
JavaScriptCore/wtf/DateMath.cpp
JavaScriptCore/wtf/Platform.h
JavaScriptCore/wtf/PlatformRefPtr.h
JavaScriptCore/wtf/StdLibExtras.h
JavaScriptCore/wtf/gobject/GTypedefs.h
JavaScriptCore/wtf/text/WTFString.h
JavaScriptCore/yarr/RegexInterpreter.cpp
JavaScriptGlue/ChangeLog
JavaScriptGlue/JSUtils.cpp
JavaScriptGlue/UserObjectImp.cpp
LayoutTests/fast/js/resources/js-test-pre.js
LayoutTests/storage/indexeddb/constants-expected.txt
LayoutTests/storage/indexeddb/constants.html
LayoutTests/storage/indexeddb/database-quota-expected.txt
LayoutTests/storage/indexeddb/database-quota.html
LayoutTests/storage/indexeddb/duplicates-expected.txt [new file with mode: 0644]
LayoutTests/storage/indexeddb/duplicates.html [new file with mode: 0644]
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/open-cursor-expected.txt
LayoutTests/storage/indexeddb/open-cursor.html
LayoutTests/storage/indexeddb/tutorial-expected.txt [new file with mode: 0644]
LayoutTests/storage/indexeddb/tutorial.html [new file with mode: 0644]
WebCore/Android.derived.jscbindings.mk
WebCore/Android.derived.v8bindings.mk
WebCore/Android.jscbindings.mk
WebCore/Android.mk
WebCore/CMakeLists.txt
WebCore/CMakeListsEfl.txt
WebCore/ChangeLog
WebCore/Configurations/FeatureDefines.xcconfig
WebCore/DerivedSources.cpp
WebCore/DerivedSources.make
WebCore/English.lproj/localizedStrings.js
WebCore/GNUmakefile.am
WebCore/WebCore.exp.in
WebCore/WebCore.gyp/WebCore.gyp
WebCore/WebCore.gypi
WebCore/WebCore.pri
WebCore/WebCore.pro
WebCore/WebCore.vcproj/QTMovieWin.vcproj
WebCore/WebCore.vcproj/WebCore.vcproj
WebCore/WebCore.vcproj/WebCoreCairo.vsprops
WebCore/WebCore.vcproj/WebCoreGenerated.vcproj
WebCore/WebCore.vcproj/copyForwardingHeaders.cmd
WebCore/WebCore.xcodeproj/project.pbxproj
WebCore/WebCorePrefix.h
WebCore/accessibility/AXObjectCache.cpp
WebCore/accessibility/AccessibilityARIAGrid.cpp
WebCore/accessibility/AccessibilityARIAGridCell.cpp
WebCore/accessibility/AccessibilityARIAGridRow.cpp
WebCore/accessibility/AccessibilityListBoxOption.cpp
WebCore/accessibility/AccessibilityObject.h
WebCore/accessibility/AccessibilityRenderObject.cpp
WebCore/accessibility/AccessibilityRenderObject.h
WebCore/accessibility/AccessibilityTable.cpp
WebCore/accessibility/AccessibilityTable.h
WebCore/accessibility/AccessibilityTableCell.cpp
WebCore/accessibility/AccessibilityTableHeaderContainer.cpp
WebCore/accessibility/AccessibilityTableRow.cpp
WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp
WebCore/accessibility/mac/AccessibilityObjectWrapper.mm
WebCore/bindings/generic/RuntimeEnabledFeatures.h
WebCore/bindings/gobject/GNUmakefile.am
WebCore/bindings/js/JSAudioConstructor.cpp
WebCore/bindings/js/JSCSSStyleDeclarationCustom.cpp
WebCore/bindings/js/JSCallbackData.cpp
WebCore/bindings/js/JSCoordinatesCustom.cpp
WebCore/bindings/js/JSCustomXPathNSResolver.cpp
WebCore/bindings/js/JSDOMBinding.cpp
WebCore/bindings/js/JSDOMWindowCustom.cpp
WebCore/bindings/js/JSDeviceMotionEventCustom.cpp
WebCore/bindings/js/JSDeviceOrientationEventCustom.cpp
WebCore/bindings/js/JSEventListener.cpp
WebCore/bindings/js/JSFileReaderCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSGeolocationCustom.cpp
WebCore/bindings/js/JSHTMLInputElementCustom.cpp
WebCore/bindings/js/JSHTMLOptionsCollectionCustom.cpp
WebCore/bindings/js/JSIDBKeyCustom.cpp
WebCore/bindings/js/JSInjectedScriptHostCustom.cpp
WebCore/bindings/js/JSOptionConstructor.cpp
WebCore/bindings/js/JSSQLResultSetRowListCustom.cpp
WebCore/bindings/js/JSSVGLengthCustom.cpp
WebCore/bindings/js/JSSVGPODTypeWrapper.h
WebCore/bindings/js/JSScriptProfileNodeCustom.cpp
WebCore/bindings/js/JSWebGLRenderingContextCustom.cpp
WebCore/bindings/js/JSWorkerContextCustom.cpp
WebCore/bindings/js/JSWorkerContextErrorHandler.cpp
WebCore/bindings/js/ScheduledAction.cpp
WebCore/bindings/js/ScriptFunctionCall.cpp
WebCore/bindings/js/SerializedScriptValue.cpp
WebCore/bindings/js/WorkerScriptController.cpp
WebCore/bindings/objc/WebScriptObject.mm
WebCore/bindings/scripts/CodeGenerator.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/WebDOMTestMediaQueryListListener.cpp [new file with mode: 0644]
WebCore/bindings/scripts/test/CPP/WebDOMTestMediaQueryListListener.h [new file with mode: 0644]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.cpp [new file with mode: 0644]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListener.h [new file with mode: 0644]
WebCore/bindings/scripts/test/GObject/WebKitDOMTestMediaQueryListListenerPrivate.h [new file with mode: 0644]
WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.cpp [new file with mode: 0644]
WebCore/bindings/scripts/test/JS/JSTestMediaQueryListListener.h [new file with mode: 0644]
WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.h [new file with mode: 0644]
WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListener.mm [new file with mode: 0644]
WebCore/bindings/scripts/test/ObjC/DOMTestMediaQueryListListenerInternal.h [new file with mode: 0644]
WebCore/bindings/scripts/test/TestMediaQueryListListener.idl [new file with mode: 0644]
WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.cpp [new file with mode: 0644]
WebCore/bindings/scripts/test/V8/V8TestMediaQueryListListener.h [new file with mode: 0644]
WebCore/bindings/scripts/test/V8/V8TestObj.cpp
WebCore/bindings/v8/DateExtension.cpp
WebCore/bindings/v8/IDBBindingUtilities.cpp
WebCore/bindings/v8/SerializedScriptValue.cpp
WebCore/bindings/v8/V8Proxy.cpp
WebCore/bindings/v8/custom/V8DOMSettableTokenListCustom.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8FileReaderCustom.cpp
WebCore/bindings/v8/custom/V8SVGLengthCustom.cpp
WebCore/bridge/NP_jsobject.cpp
WebCore/bridge/c/c_instance.cpp
WebCore/bridge/c/c_utility.cpp
WebCore/bridge/jni/jni_jsobject.mm
WebCore/bridge/jni/jsc/JNIBridgeJSC.cpp
WebCore/bridge/jni/jsc/JavaInstanceJSC.cpp
WebCore/bridge/objc/objc_instance.mm
WebCore/bridge/objc/objc_utility.mm
WebCore/bridge/qt/qt_instance.cpp
WebCore/bridge/qt/qt_pixmapruntime.cpp
WebCore/bridge/qt/qt_runtime.cpp
WebCore/bridge/runtime_array.cpp
WebCore/bridge/runtime_method.cpp
WebCore/css/CSSComputedStyleDeclaration.cpp
WebCore/css/CSSFontFaceSource.cpp
WebCore/css/CSSRule.h
WebCore/css/CSSStyleSelector.cpp
WebCore/css/CSSStyleSelector.h
WebCore/dom/Document.cpp
WebCore/dom/Document.h
WebCore/dom/DocumentMarker.h
WebCore/dom/DocumentMarkerController.cpp
WebCore/dom/DocumentMarkerController.h
WebCore/dom/Element.cpp
WebCore/dom/Element.h
WebCore/dom/ElementRareData.h
WebCore/dom/EventListener.h
WebCore/dom/ExceptionCode.cpp
WebCore/dom/ExceptionCode.h
WebCore/dom/IgnoreDestructiveWriteCountIncrementer.h [new file with mode: 0644]
WebCore/dom/InputElement.cpp
WebCore/dom/KeyboardEvent.h
WebCore/dom/Node.cpp
WebCore/dom/ScriptElement.cpp
WebCore/dom/ScriptElement.h
WebCore/dom/SpaceSplitString.cpp
WebCore/dom/SpaceSplitString.h
WebCore/dom/StyledElement.cpp
WebCore/dom/StyledElement.h
WebCore/editing/ApplyStyleCommand.cpp
WebCore/editing/ApplyStyleCommand.h
WebCore/editing/CompositeEditCommand.cpp
WebCore/editing/DeleteSelectionCommand.cpp
WebCore/editing/EditingAllInOne.cpp
WebCore/editing/Editor.cpp
WebCore/editing/Editor.h
WebCore/editing/EditorCommand.cpp
WebCore/editing/IndentOutdentCommand.cpp
WebCore/editing/RemoveFormatCommand.cpp
WebCore/editing/TextCheckingHelper.cpp [new file with mode: 0644]
WebCore/editing/TextCheckingHelper.h [new file with mode: 0644]
WebCore/editing/TypingCommand.cpp
WebCore/editing/visible_units.cpp
WebCore/editing/visible_units.h
WebCore/fileapi/AsyncFileWriterClient.h
WebCore/fileapi/BlobBuilder.cpp
WebCore/fileapi/BlobBuilder.h
WebCore/fileapi/BlobBuilder.idl
WebCore/fileapi/DOMFileSystemBase.cpp
WebCore/fileapi/DOMFileSystemBase.h
WebCore/fileapi/DirectoryEntry.cpp
WebCore/fileapi/DirectoryEntry.h
WebCore/fileapi/DirectoryEntrySync.cpp
WebCore/fileapi/DirectoryEntrySync.h
WebCore/fileapi/DirectoryReader.cpp
WebCore/fileapi/DirectoryReader.h
WebCore/fileapi/DirectoryReaderBase.h
WebCore/fileapi/DirectoryReaderSync.cpp
WebCore/fileapi/DirectoryReaderSync.h
WebCore/fileapi/Entry.cpp
WebCore/fileapi/Entry.h
WebCore/fileapi/EntryBase.h
WebCore/fileapi/EntrySync.cpp
WebCore/fileapi/EntrySync.h
WebCore/fileapi/FileEntry.cpp
WebCore/fileapi/FileEntry.h
WebCore/fileapi/FileEntrySync.cpp
WebCore/fileapi/FileEntrySync.h
WebCore/fileapi/FileError.h
WebCore/fileapi/FileError.idl
WebCore/fileapi/FileException.h
WebCore/fileapi/FileException.idl
WebCore/fileapi/FileReader.cpp
WebCore/fileapi/FileReader.h
WebCore/fileapi/FileReader.idl
WebCore/fileapi/FileReaderLoader.cpp [new file with mode: 0644]
WebCore/fileapi/FileReaderLoader.h [new file with mode: 0644]
WebCore/fileapi/FileReaderLoaderClient.h [new file with mode: 0644]
WebCore/fileapi/FileReaderSync.cpp
WebCore/fileapi/FileReaderSync.h
WebCore/fileapi/FileReaderSync.idl
WebCore/fileapi/FileSystemCallbacks.cpp
WebCore/fileapi/FileSystemCallbacks.h
WebCore/fileapi/FileWriter.cpp
WebCore/fileapi/FileWriter.h
WebCore/fileapi/SyncCallbackHelper.h
WebCore/history/BackForwardList.h
WebCore/history/BackForwardListChromium.cpp
WebCore/history/BackForwardListImpl.h
WebCore/history/CachedFrame.cpp
WebCore/history/PageCache.cpp
WebCore/html/BaseButtonInputType.cpp [new file with mode: 0644]
WebCore/html/BaseButtonInputType.h [new file with mode: 0644]
WebCore/html/BaseCheckableInputType.cpp [new file with mode: 0644]
WebCore/html/BaseCheckableInputType.h [new file with mode: 0644]
WebCore/html/ButtonInputType.h
WebCore/html/CheckboxInputType.h
WebCore/html/ClassList.cpp [new file with mode: 0644]
WebCore/html/ClassList.h [new file with mode: 0644]
WebCore/html/DOMSettableTokenList.cpp [new file with mode: 0644]
WebCore/html/DOMSettableTokenList.h [new file with mode: 0644]
WebCore/html/DOMSettableTokenList.idl [new file with mode: 0644]
WebCore/html/DOMTokenList.cpp
WebCore/html/DOMTokenList.h
WebCore/html/FileInputType.cpp
WebCore/html/FileInputType.h
WebCore/html/HTMLAttributeNames.in
WebCore/html/HTMLDocument.cpp
WebCore/html/HTMLElement.cpp
WebCore/html/HTMLElement.h
WebCore/html/HTMLElement.idl
WebCore/html/HTMLFormControlElement.cpp
WebCore/html/HTMLFormControlElement.h
WebCore/html/HTMLFrameElementBase.cpp
WebCore/html/HTMLFrameElementBase.h
WebCore/html/HTMLFrameSetElement.cpp
WebCore/html/HTMLFrameSetElement.h
WebCore/html/HTMLInputElement.cpp
WebCore/html/HTMLInputElement.h
WebCore/html/HTMLInputElement.idl
WebCore/html/HTMLMeterElement.cpp
WebCore/html/HTMLObjectElement.cpp
WebCore/html/HTMLObjectElement.h
WebCore/html/HiddenInputType.cpp
WebCore/html/HiddenInputType.h
WebCore/html/ImageDocument.cpp
WebCore/html/ImageInputType.cpp
WebCore/html/ImageInputType.h
WebCore/html/InputType.cpp
WebCore/html/InputType.h
WebCore/html/NumberInputType.cpp
WebCore/html/PasswordInputType.cpp
WebCore/html/PasswordInputType.h
WebCore/html/RadioInputType.h
WebCore/html/RangeInputType.cpp
WebCore/html/RangeInputType.h
WebCore/html/ResetInputType.h
WebCore/html/SubmitInputType.cpp
WebCore/html/SubmitInputType.h
WebCore/html/TextFieldInputType.cpp
WebCore/html/TextFieldInputType.h
WebCore/html/canvas/ArrayBuffer.cpp
WebCore/html/canvas/ArrayBuffer.h
WebCore/html/canvas/WebGLFramebuffer.cpp
WebCore/html/canvas/WebGLRenderingContext.cpp
WebCore/html/canvas/WebGLRenderingContext.h
WebCore/html/canvas/WebGLTexture.h
WebCore/html/parser/HTMLElementStack.cpp
WebCore/html/parser/HTMLParserIdioms.cpp
WebCore/html/parser/HTMLScriptRunner.cpp
WebCore/html/parser/HTMLTreeBuilder.cpp
WebCore/html/parser/HTMLTreeBuilder.h
WebCore/inspector/Inspector.idl
WebCore/inspector/InspectorCSSAgent.cpp
WebCore/inspector/InspectorCSSAgent.h
WebCore/inspector/InspectorCSSStore.cpp
WebCore/inspector/InspectorController.cpp
WebCore/inspector/InspectorController.h
WebCore/inspector/InspectorDOMAgent.cpp
WebCore/inspector/InspectorDOMAgent.h
WebCore/inspector/InspectorDOMStorageResource.cpp
WebCore/inspector/InspectorDebuggerAgent.cpp
WebCore/inspector/InspectorDebuggerAgent.h
WebCore/inspector/InspectorInstrumentation.cpp
WebCore/inspector/InspectorInstrumentation.h
WebCore/inspector/InspectorResource.cpp
WebCore/inspector/InspectorResource.h
WebCore/inspector/InspectorResourceAgent.cpp
WebCore/inspector/InspectorResourceAgent.h
WebCore/inspector/InspectorState.cpp
WebCore/inspector/InspectorState.h
WebCore/inspector/InspectorStyleSheet.cpp
WebCore/inspector/InspectorStyleSheet.h
WebCore/inspector/front-end/ApplicationCacheItemsView.js
WebCore/inspector/front-end/AuditLauncherView.js
WebCore/inspector/front-end/AuditRules.js
WebCore/inspector/front-end/AuditsPanel.js
WebCore/inspector/front-end/CSSStyleModel.js
WebCore/inspector/front-end/ConsoleView.js
WebCore/inspector/front-end/CookieItemsView.js
WebCore/inspector/front-end/CookieParser.js
WebCore/inspector/front-end/DOMAgent.js
WebCore/inspector/front-end/DataGrid.js
WebCore/inspector/front-end/DatabaseTableView.js
WebCore/inspector/front-end/EventListenersSidebarPane.js
WebCore/inspector/front-end/ExtensionServer.js
WebCore/inspector/front-end/FontView.js
WebCore/inspector/front-end/HAREntry.js
WebCore/inspector/front-end/ImageView.js
WebCore/inspector/front-end/Images/frame.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/networkIcon.png
WebCore/inspector/front-end/InjectedScript.js
WebCore/inspector/front-end/MetricsSidebarPane.js
WebCore/inspector/front-end/NetworkPanel.js
WebCore/inspector/front-end/Panel.js
WebCore/inspector/front-end/Resource.js
WebCore/inspector/front-end/ResourceCategory.js
WebCore/inspector/front-end/ResourceManager.js
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/SourceView.js
WebCore/inspector/front-end/StoragePanel.js
WebCore/inspector/front-end/StylesSidebarPane.js
WebCore/inspector/front-end/WatchExpressionsSidebarPane.js
WebCore/inspector/front-end/WebKit.qrc
WebCore/inspector/front-end/inspector.css
WebCore/inspector/front-end/inspector.js
WebCore/inspector/front-end/networkPanel.css
WebCore/loader/Cache.cpp
WebCore/loader/CachedFont.cpp
WebCore/loader/CachedFont.h
WebCore/loader/CachedImage.cpp
WebCore/loader/DocumentLoader.cpp
WebCore/loader/DocumentLoader.h
WebCore/loader/EmptyClients.h
WebCore/loader/FrameLoader.cpp
WebCore/loader/FrameLoader.h
WebCore/loader/FrameLoaderClient.h
WebCore/loader/MainResourceLoader.cpp
WebCore/loader/PolicyCallback.cpp
WebCore/loader/PolicyCallback.h
WebCore/loader/PolicyChecker.cpp
WebCore/loader/ThreadableLoaderClient.h
WebCore/loader/appcache/ApplicationCacheHost.cpp
WebCore/loader/appcache/ApplicationCacheHost.h
WebCore/manual-tests/autocorrection/autocorrection-cancelled-by-ESC.html [new file with mode: 0644]
WebCore/manual-tests/compositing/show-composited-iframe-on-back-button.html [new file with mode: 0644]
WebCore/manual-tests/cursor-empty-url.html [new file with mode: 0644]
WebCore/manual-tests/indexed-database.html [deleted file]
WebCore/manual-tests/indexeddb-persists.html [new file with mode: 0644]
WebCore/manual-tests/plugins/windowed.html
WebCore/manual-tests/plugins/windowless.html
WebCore/manual-tests/resources/cursor-empty-url.css [new file with mode: 0644]
WebCore/mathml/RenderMathMLFenced.cpp
WebCore/mathml/RenderMathMLFenced.h
WebCore/mathml/RenderMathMLFraction.cpp
WebCore/mathml/RenderMathMLOperator.cpp
WebCore/mathml/RenderMathMLRoot.cpp
WebCore/mathml/RenderMathMLRow.cpp
WebCore/mathml/RenderMathMLRow.h
WebCore/mathml/RenderMathMLSubSup.cpp
WebCore/mathml/RenderMathMLUnderOver.cpp
WebCore/mathml/mathtags.in
WebCore/page/Chrome.cpp
WebCore/page/Chrome.h
WebCore/page/ChromeClient.h
WebCore/page/ContextMenuController.cpp
WebCore/page/DOMWindow.cpp
WebCore/page/DOMWindow.idl
WebCore/page/EventHandler.cpp
WebCore/page/Frame.cpp
WebCore/page/Frame.h
WebCore/page/FrameView.cpp
WebCore/page/FrameView.h
WebCore/page/SecurityOriginHash.h
WebCore/page/Settings.cpp
WebCore/page/Settings.h
WebCore/page/SpeechInput.cpp
WebCore/page/SpeechInput.h
WebCore/page/SpeechInputClient.h
WebCore/page/SpeechInputListener.h
WebCore/page/SpeechInputResult.cpp [new file with mode: 0644]
WebCore/page/SpeechInputResult.h [new file with mode: 0644]
WebCore/page/animation/KeyframeAnimation.cpp
WebCore/page/animation/KeyframeAnimation.h
WebCore/platform/AsyncFileSystemCallbacks.h
WebCore/platform/ContextMenu.cpp
WebCore/platform/FileMetadata.h [new file with mode: 0644]
WebCore/platform/MIMETypeRegistry.cpp
WebCore/platform/ScrollView.cpp
WebCore/platform/ScrollView.h
WebCore/platform/UUID.cpp
WebCore/platform/android/TemporaryLinkStubs.cpp
WebCore/platform/audio/AudioBus.cpp
WebCore/platform/audio/AudioChannel.cpp
WebCore/platform/audio/AudioDSPKernel.h
WebCore/platform/audio/AudioResamplerKernel.cpp [new file with mode: 0644]
WebCore/platform/audio/AudioResamplerKernel.h [new file with mode: 0644]
WebCore/platform/audio/Biquad.cpp
WebCore/platform/audio/FFTConvolver.cpp
WebCore/platform/audio/FFTConvolver.h
WebCore/platform/audio/Panner.cpp
WebCore/platform/audio/Reverb.cpp
WebCore/platform/audio/ReverbAccumulationBuffer.cpp
WebCore/platform/audio/ReverbAccumulationBuffer.h
WebCore/platform/audio/ReverbConvolver.cpp
WebCore/platform/audio/ReverbConvolver.h
WebCore/platform/audio/ReverbConvolverStage.cpp
WebCore/platform/audio/ReverbConvolverStage.h
WebCore/platform/audio/ReverbInputBuffer.h
WebCore/platform/audio/VectorMath.cpp [new file with mode: 0644]
WebCore/platform/audio/VectorMath.h [new file with mode: 0644]
WebCore/platform/brew/LanguageBrew.cpp [new file with mode: 0644]
WebCore/platform/brew/LocalizedStringsBrew.cpp
WebCore/platform/brew/TemporaryLinkStubs.cpp [new file with mode: 0644]
WebCore/platform/cf/SchedulePair.h
WebCore/platform/chromium/TemporaryLinkStubs.cpp
WebCore/platform/efl/LanguageEfl.cpp
WebCore/platform/efl/TemporaryLinkStubs.cpp
WebCore/platform/graphics/FontCache.cpp
WebCore/platform/graphics/FontDescription.h
WebCore/platform/graphics/FontOrientation.h [new file with mode: 0644]
WebCore/platform/graphics/Gradient.cpp
WebCore/platform/graphics/Gradient.h
WebCore/platform/graphics/GraphicsContext3D.cpp
WebCore/platform/graphics/GraphicsContext3D.h
WebCore/platform/graphics/GraphicsLayer.h
WebCore/platform/graphics/ImageSource.h
WebCore/platform/graphics/SimpleFontData.h
WebCore/platform/graphics/TiledBackingStoreClient.h
WebCore/platform/graphics/WOFFFileFormat.cpp
WebCore/platform/graphics/cairo/FontCacheFreeType.cpp
WebCore/platform/graphics/cairo/FontCustomPlatformData.cpp
WebCore/platform/graphics/cairo/FontCustomPlatformData.h
WebCore/platform/graphics/cairo/FontPlatformDataFreeType.h
WebCore/platform/graphics/cairo/PathCairo.cpp
WebCore/platform/graphics/cg/GraphicsContext3DCG.cpp
WebCore/platform/graphics/chromium/FontLinux.cpp
WebCore/platform/graphics/chromium/FontPlatformDataChromiumWin.h
WebCore/platform/graphics/chromium/LayerChromium.cpp
WebCore/platform/graphics/chromium/LayerRendererChromium.h
WebCore/platform/graphics/cocoa/FontPlatformData.h
WebCore/platform/graphics/cocoa/FontPlatformDataCocoa.mm
WebCore/platform/graphics/filters/FEBlend.cpp
WebCore/platform/graphics/filters/FEColorMatrix.cpp
WebCore/platform/graphics/filters/FEComponentTransfer.cpp
WebCore/platform/graphics/filters/FEComposite.cpp
WebCore/platform/graphics/filters/FEDisplacementMap.cpp
WebCore/platform/graphics/filters/FEGaussianBlur.cpp
WebCore/platform/graphics/filters/FEMorphology.cpp
WebCore/platform/graphics/filters/FETile.cpp
WebCore/platform/graphics/filters/FETile.h
WebCore/platform/graphics/filters/FETurbulence.cpp
WebCore/platform/graphics/filters/Filter.h
WebCore/platform/graphics/filters/FilterEffect.cpp
WebCore/platform/graphics/filters/FilterEffect.h
WebCore/platform/graphics/gtk/FontCustomPlatformDataPango.cpp
WebCore/platform/graphics/gtk/FontPlatformDataPango.h
WebCore/platform/graphics/haiku/FontCustomPlatformData.cpp
WebCore/platform/graphics/haiku/FontCustomPlatformData.h
WebCore/platform/graphics/mac/FontCacheMac.mm
WebCore/platform/graphics/mac/FontCustomPlatformData.cpp
WebCore/platform/graphics/mac/FontCustomPlatformData.h
WebCore/platform/graphics/mac/FontMac.mm
WebCore/platform/graphics/mac/GlyphPageTreeNodeMac.cpp
WebCore/platform/graphics/mac/GraphicsContext3DMac.mm
WebCore/platform/graphics/mac/SimpleFontDataCoreText.cpp
WebCore/platform/graphics/mac/SimpleFontDataMac.mm
WebCore/platform/graphics/opengl/TextureMapperGL.cpp [new file with mode: 0644]
WebCore/platform/graphics/opengl/TextureMapperGL.h [new file with mode: 0644]
WebCore/platform/graphics/qt/FontCustomPlatformData.h
WebCore/platform/graphics/qt/FontCustomPlatformDataQt.cpp
WebCore/platform/graphics/qt/GraphicsContextQt.cpp
WebCore/platform/graphics/qt/GraphicsLayerQt.cpp
WebCore/platform/graphics/qt/ImageBufferQt.cpp
WebCore/platform/graphics/qt/TileQt.cpp
WebCore/platform/graphics/skia/FontCustomPlatformData.cpp
WebCore/platform/graphics/skia/FontCustomPlatformData.h
WebCore/platform/graphics/skia/GlyphPageTreeNodeSkia.cpp [moved from WebCore/platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp with 100% similarity]
WebCore/platform/graphics/skia/ImageSkia.cpp
WebCore/platform/graphics/skia/PlatformContextSkia.cpp
WebCore/platform/graphics/skia/PlatformContextSkia.h
WebCore/platform/graphics/texmap/GraphicsLayerTextureMapper.cpp
WebCore/platform/graphics/win/FontCustomPlatformData.cpp
WebCore/platform/graphics/win/FontCustomPlatformData.h
WebCore/platform/graphics/win/FontCustomPlatformDataCairo.cpp
WebCore/platform/graphics/win/FontCustomPlatformDataCairo.h
WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.cpp
WebCore/platform/graphics/win/MediaPlayerPrivateQuickTimeVisualContext.h
WebCore/platform/graphics/win/QTDecompressionSession.cpp [new file with mode: 0644]
WebCore/platform/graphics/win/QTDecompressionSession.h [new file with mode: 0644]
WebCore/platform/graphics/win/QTMovieVisualContext.cpp
WebCore/platform/graphics/win/QTMovieVisualContext.h
WebCore/platform/graphics/win/QTPixelBuffer.cpp
WebCore/platform/graphics/win/QTPixelBuffer.h
WebCore/platform/graphics/wince/FontCustomPlatformData.cpp
WebCore/platform/graphics/wince/FontCustomPlatformData.h
WebCore/platform/graphics/wince/FontPlatformData.cpp
WebCore/platform/graphics/wince/GraphicsContextWinCE.cpp
WebCore/platform/graphics/wince/ImageBufferWinCE.cpp
WebCore/platform/graphics/wince/ImageWinCE.cpp
WebCore/platform/graphics/wx/FontCustomPlatformData.cpp
WebCore/platform/graphics/wx/FontCustomPlatformData.h
WebCore/platform/graphics/wx/FontPlatformDataWx.cpp
WebCore/platform/gtk/RenderThemeGtk.cpp
WebCore/platform/gtk/RenderThemeGtk.h
WebCore/platform/gtk/ScrollViewGtk.cpp
WebCore/platform/gtk/TemporaryLinkStubs.cpp
WebCore/platform/haiku/TemporaryLinkStubs.cpp
WebCore/platform/image-decoders/ImageDecoder.cpp
WebCore/platform/image-decoders/ImageDecoder.h
WebCore/platform/image-decoders/cairo/ImageDecoderCairo.cpp
WebCore/platform/image-decoders/cg/ImageDecoderCG.cpp [new file with mode: 0644]
WebCore/platform/image-decoders/gif/GIFImageDecoder.h
WebCore/platform/image-decoders/haiku/ImageDecoderHaiku.cpp
WebCore/platform/image-decoders/openvg/ImageDecoderOpenVG.cpp
WebCore/platform/image-decoders/webp/WEBPImageDecoder.cpp
WebCore/platform/image-decoders/wx/ImageDecoderWx.cpp
WebCore/platform/mac/WebCoreSystemInterface.h
WebCore/platform/mac/WebCoreSystemInterface.mm
WebCore/platform/mock/SpeechInputClientMock.cpp
WebCore/platform/mock/SpeechInputClientMock.h
WebCore/platform/network/CookieStorage.h [new file with mode: 0644]
WebCore/platform/network/cf/AuthenticationChallenge.h
WebCore/platform/network/cf/CookieJarCFNet.cpp [moved from WebCore/platform/network/win/CookieJarCFNetWin.cpp with 99% similarity]
WebCore/platform/network/cf/CookieStorageCFNet.cpp [moved from WebCore/platform/network/win/CookieStorageWin.cpp with 84% similarity]
WebCore/platform/network/cf/CookieStorageCFNet.h [moved from WebCore/platform/network/win/CookieStorageWin.h with 92% similarity]
WebCore/platform/network/cf/ResourceError.h
WebCore/platform/network/cf/ResourceHandleCFNet.cpp
WebCore/platform/network/cf/ResourceRequest.h
WebCore/platform/network/cf/ResourceResponse.h
WebCore/platform/network/cf/SocketStreamError.h
WebCore/platform/network/cf/SocketStreamHandle.h
WebCore/platform/network/curl/CookieJarCurl.cpp
WebCore/platform/network/mac/CookieStorageMac.mm [new file with mode: 0644]
WebCore/platform/network/mac/FormDataStreamMac.mm
WebCore/platform/network/soup/ResourceHandleSoup.cpp
WebCore/platform/network/soup/ResourceRequestSoup.cpp
WebCore/platform/network/soup/ResourceResponseSoup.cpp
WebCore/platform/network/soup/SoupURIUtils.cpp [new file with mode: 0644]
WebCore/platform/network/soup/SoupURIUtils.h [new file with mode: 0644]
WebCore/platform/network/win/AuthenticationChallenge.h [new file with mode: 0644]
WebCore/platform/network/win/NetworkStateNotifierWin.cpp
WebCore/platform/network/win/ResourceError.h [new file with mode: 0644]
WebCore/platform/network/win/ResourceHandleWin.cpp
WebCore/platform/network/win/ResourceRequest.h [new file with mode: 0644]
WebCore/platform/network/win/ResourceResponse.h [new file with mode: 0644]
WebCore/platform/network/win/SocketStreamError.h [new file with mode: 0644]
WebCore/platform/network/win/SocketStreamHandle.h [new file with mode: 0644]
WebCore/platform/network/win/SocketStreamHandleWin.cpp [new file with mode: 0644]
WebCore/platform/qt/QWebPageClient.h
WebCore/platform/qt/RenderThemeQt.cpp
WebCore/platform/qt/TemporaryLinkStubsQt.cpp
WebCore/platform/sql/SQLiteDatabase.cpp
WebCore/platform/text/TextEncoding.cpp
WebCore/platform/text/brew/StringBrew.cpp [new file with mode: 0644]
WebCore/platform/text/gtk/TextBreakIteratorGtk.cpp
WebCore/platform/text/gtk/TextCodecGtk.cpp
WebCore/platform/text/gtk/TextCodecGtk.h
WebCore/platform/win/COMPtr.h
WebCore/platform/win/ClipboardWin.cpp
WebCore/platform/win/ContextMenuItemWin.cpp
WebCore/platform/win/FileSystemWin.cpp
WebCore/platform/wince/FileSystemWinCE.cpp
WebCore/platform/wince/TemporaryLinkStubs.cpp [new file with mode: 0644]
WebCore/plugins/PluginDatabase.cpp
WebCore/plugins/PluginPackage.cpp
WebCore/plugins/PluginStream.cpp
WebCore/plugins/gtk/PluginViewGtk.cpp
WebCore/plugins/gtk/gtk2xtbin.c
WebCore/plugins/gtk/gtk2xtbin.h
WebCore/plugins/win/PluginDatabaseWin.cpp
WebCore/plugins/win/PluginPackageWin.cpp
WebCore/rendering/InlineBox.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/RenderFlexibleBox.cpp
WebCore/rendering/RenderLayer.cpp
WebCore/rendering/RenderLayer.h
WebCore/rendering/RenderLayerBacking.cpp
WebCore/rendering/RenderLineBoxList.cpp
WebCore/rendering/RenderLineBoxList.h
WebCore/rendering/RenderMeter.h
WebCore/rendering/RenderSVGImage.cpp
WebCore/rendering/RenderSVGResourceFilter.cpp
WebCore/rendering/RenderSVGResourceFilterPrimitive.cpp
WebCore/rendering/RenderSVGResourceFilterPrimitive.h
WebCore/rendering/RenderSVGResourceMasker.cpp
WebCore/rendering/RenderScrollbar.cpp
WebCore/rendering/RenderTextControl.cpp
WebCore/rendering/RenderTextControl.h
WebCore/rendering/RenderTextFragment.cpp
WebCore/rendering/RenderTextFragment.h
WebCore/rendering/RenderView.cpp
WebCore/rendering/RenderView.h
WebCore/rendering/RootInlineBox.cpp
WebCore/rendering/TextControlInnerElements.cpp
WebCore/rendering/TextControlInnerElements.h
WebCore/rendering/style/CursorList.h
WebCore/rendering/style/RenderStyle.cpp
WebCore/rendering/style/RenderStyle.h
WebCore/rendering/svg/SVGInlineTextBox.cpp
WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
WebCore/storage/IDBDatabaseBackendImpl.cpp
WebCore/storage/IDBDatabaseBackendImpl.h
WebCore/storage/IDBDatabaseException.h
WebCore/storage/IDBDatabaseException.idl
WebCore/storage/IDBFactoryBackendImpl.cpp
WebCore/storage/IDBFactoryBackendImpl.h
WebCore/storage/IDBObjectStoreBackendImpl.cpp
WebCore/storage/IDBObjectStoreBackendImpl.h
WebCore/storage/IDBRequest.cpp
WebCore/storage/IDBSQLiteDatabase.cpp [moved from WebKit/mac/WebView/WebHTMLRepresentationInternal.h with 71% similarity]
WebCore/storage/IDBSQLiteDatabase.h [new file with mode: 0644]
WebCore/storage/IDBTransactionBackendImpl.cpp
WebCore/svg/DeprecatedSVGAnimatedPropertyTraits.h
WebCore/svg/DeprecatedSVGAnimatedTemplate.h
WebCore/svg/SVGAElement.h
WebCore/svg/SVGAngle.cpp
WebCore/svg/SVGAngle.h
WebCore/svg/SVGAngle.idl
WebCore/svg/SVGAnimatedAngle.h [new file with mode: 0644]
WebCore/svg/SVGAnimatedBoolean.h [new file with mode: 0644]
WebCore/svg/SVGAnimatedBoolean.idl
WebCore/svg/SVGAnimatedEnumeration.h [new file with mode: 0644]
WebCore/svg/SVGAnimatedEnumeration.idl
WebCore/svg/SVGAnimatedInteger.h [new file with mode: 0644]
WebCore/svg/SVGAnimatedLength.h [new file with mode: 0644]
WebCore/svg/SVGAnimatedLengthList.h [new file with mode: 0644]
WebCore/svg/SVGAnimatedRect.h [new file with mode: 0644]
WebCore/svg/SVGAnimationElement.h
WebCore/svg/SVGCircleElement.h
WebCore/svg/SVGClipPathElement.h
WebCore/svg/SVGComponentTransferFunctionElement.h
WebCore/svg/SVGCursorElement.h
WebCore/svg/SVGDefsElement.h
WebCore/svg/SVGElement.cpp
WebCore/svg/SVGElement.h
WebCore/svg/SVGEllipseElement.h
WebCore/svg/SVGExternalResourcesRequired.cpp
WebCore/svg/SVGExternalResourcesRequired.h
WebCore/svg/SVGFEBlendElement.h
WebCore/svg/SVGFEColorMatrixElement.h
WebCore/svg/SVGFECompositeElement.h
WebCore/svg/SVGFEConvolveMatrixElement.h
WebCore/svg/SVGFEDiffuseLightingElement.cpp
WebCore/svg/SVGFEDiffuseLightingElement.h
WebCore/svg/SVGFEDisplacementMapElement.h
WebCore/svg/SVGFEGaussianBlurElement.cpp
WebCore/svg/SVGFEGaussianBlurElement.h
WebCore/svg/SVGFEImageElement.h
WebCore/svg/SVGFEMorphologyElement.h
WebCore/svg/SVGFESpecularLightingElement.cpp
WebCore/svg/SVGFESpecularLightingElement.h
WebCore/svg/SVGFETurbulenceElement.cpp
WebCore/svg/SVGFETurbulenceElement.h
WebCore/svg/SVGFilterElement.cpp
WebCore/svg/SVGFilterElement.h
WebCore/svg/SVGFilterPrimitiveStandardAttributes.h
WebCore/svg/SVGFitToViewBox.h
WebCore/svg/SVGFontElement.h
WebCore/svg/SVGFontFaceElement.cpp
WebCore/svg/SVGFontFaceSrcElement.cpp
WebCore/svg/SVGForeignObjectElement.h
WebCore/svg/SVGGElement.h
WebCore/svg/SVGGradientElement.h
WebCore/svg/SVGImageElement.h
WebCore/svg/SVGLength.idl
WebCore/svg/SVGLengthList.cpp
WebCore/svg/SVGLengthList.h
WebCore/svg/SVGLengthList.idl
WebCore/svg/SVGLineElement.h
WebCore/svg/SVGLinearGradientElement.h
WebCore/svg/SVGMPathElement.h
WebCore/svg/SVGMarkerElement.cpp
WebCore/svg/SVGMarkerElement.h
WebCore/svg/SVGMaskElement.h
WebCore/svg/SVGNumber.idl
WebCore/svg/SVGPathElement.h
WebCore/svg/SVGPatternElement.h
WebCore/svg/SVGPoint.idl
WebCore/svg/SVGPolyElement.h
WebCore/svg/SVGRadialGradientElement.h
WebCore/svg/SVGRect.idl
WebCore/svg/SVGRectElement.h
WebCore/svg/SVGSVGElement.cpp
WebCore/svg/SVGSVGElement.h
WebCore/svg/SVGSVGElement.idl
WebCore/svg/SVGScriptElement.h
WebCore/svg/SVGStyledElement.cpp
WebCore/svg/SVGSwitchElement.h
WebCore/svg/SVGSymbolElement.h
WebCore/svg/SVGTextContentElement.h
WebCore/svg/SVGTextPathElement.h
WebCore/svg/SVGTextPositioningElement.cpp
WebCore/svg/SVGTextPositioningElement.h
WebCore/svg/SVGUseElement.h
WebCore/svg/SVGViewElement.h
WebCore/svg/SVGViewSpec.cpp
WebCore/svg/SVGViewSpec.h
WebCore/svg/SVGZoomEvent.idl
WebCore/svg/graphics/filters/SVGFilter.cpp
WebCore/svg/graphics/filters/SVGFilter.h
WebCore/svg/properties/SVGAnimatedListPropertyTearOff.h [new file with mode: 0644]
WebCore/svg/properties/SVGAnimatedProperty.h [new file with mode: 0644]
WebCore/svg/properties/SVGAnimatedPropertyDescription.h [new file with mode: 0644]
WebCore/svg/properties/SVGAnimatedPropertyMacros.h [new file with mode: 0644]
WebCore/svg/properties/SVGAnimatedPropertySynchronizer.h
WebCore/svg/properties/SVGAnimatedPropertyTearOff.h [new file with mode: 0644]
WebCore/svg/properties/SVGAnimatedStaticPropertyTearOff.h [new file with mode: 0644]
WebCore/svg/properties/SVGListPropertyTearOff.h [new file with mode: 0644]
WebCore/svg/properties/SVGProperty.h [new file with mode: 0644]
WebCore/svg/properties/SVGPropertyTearOff.h [new file with mode: 0644]
WebCore/svg/properties/SVGPropertyTraits.h [new file with mode: 0644]
WebCore/webaudio/AudioContext.cpp
WebCore/webaudio/AudioContext.h
WebCore/webaudio/AudioNode.cpp
WebCore/webaudio/AudioNode.h
WebCore/webaudio/AudioNode.idl
WebCore/webaudio/AudioNodeInput.cpp [new file with mode: 0644]
WebCore/webaudio/AudioNodeInput.h [new file with mode: 0644]
WebCore/webaudio/AudioNodeOutput.cpp [new file with mode: 0644]
WebCore/webaudio/AudioNodeOutput.h [new file with mode: 0644]
WebCore/webaudio/DelayNode.cpp [new file with mode: 0644]
WebCore/webaudio/DelayNode.h [new file with mode: 0644]
WebCore/webaudio/DelayNode.idl [new file with mode: 0644]
WebCore/webaudio/DelayProcessor.cpp [new file with mode: 0644]
WebCore/webaudio/DelayProcessor.h [new file with mode: 0644]
WebCore/websockets/WebSocketChannel.cpp
WebCore/websockets/WebSocketChannel.h
WebCore/workers/WorkerContext.cpp
WebCore/xml/XSLTProcessor.cpp
WebKit/ChangeLog
WebKit/WebKit.xcodeproj/project.pbxproj
WebKit/chromium/ChangeLog
WebKit/chromium/DEPS
WebKit/chromium/WebKit.gyp
WebKit/chromium/features.gypi
WebKit/chromium/public/WebExternalPopupMenu.h [new file with mode: 0644]
WebKit/chromium/public/WebExternalPopupMenuClient.h [new file with mode: 0644]
WebKit/chromium/public/WebFileError.h
WebKit/chromium/public/WebFrameClient.h
WebKit/chromium/public/WebIDBCursor.h
WebKit/chromium/public/WebIDBDatabase.h
WebKit/chromium/public/WebIDBDatabaseError.h
WebKit/chromium/public/WebIDBFactory.h
WebKit/chromium/public/WebIDBIndex.h
WebKit/chromium/public/WebIDBKey.h
WebKit/chromium/public/WebIDBObjectStore.h
WebKit/chromium/public/WebIDBTransaction.h
WebKit/chromium/public/WebMenuItemInfo.h
WebKit/chromium/public/WebSecurityOrigin.h
WebKit/chromium/public/WebSpeechInputController.h
WebKit/chromium/public/WebSpeechInputControllerMock.h
WebKit/chromium/public/WebSpeechInputListener.h
WebKit/chromium/public/WebSpeechInputResult.h [new file with mode: 0644]
WebKit/chromium/public/WebView.h
WebKit/chromium/public/WebViewClient.h
WebKit/chromium/src/ApplicationCacheHost.cpp
WebKit/chromium/src/AssertMatchingEnums.cpp
WebKit/chromium/src/AsyncFileWriterChromium.cpp
WebKit/chromium/src/BackForwardListClientImpl.cpp
WebKit/chromium/src/BackForwardListClientImpl.h
WebKit/chromium/src/ChromeClientImpl.cpp
WebKit/chromium/src/ChromeClientImpl.h
WebKit/chromium/src/ContextMenuClientImpl.cpp
WebKit/chromium/src/EditorClientImpl.cpp
WebKit/chromium/src/EventListenerWrapper.cpp
WebKit/chromium/src/ExternalPopupMenu.cpp [new file with mode: 0644]
WebKit/chromium/src/ExternalPopupMenu.h [new file with mode: 0644]
WebKit/chromium/src/FrameLoaderClientImpl.cpp
WebKit/chromium/src/FrameLoaderClientImpl.h
WebKit/chromium/src/SpeechInputClientImpl.cpp
WebKit/chromium/src/SpeechInputClientImpl.h
WebKit/chromium/src/WebFileSystemCallbacksImpl.cpp
WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.cpp
WebKit/chromium/src/WebGraphicsContext3DDefaultImpl.h
WebKit/chromium/src/WebIDBDatabaseImpl.h
WebKit/chromium/src/WebIDBFactory.cpp
WebKit/chromium/src/WebIDBObjectStoreImpl.cpp
WebKit/chromium/src/WebMediaPlayerClientImpl.cpp
WebKit/chromium/src/WebMediaPlayerClientImpl.h
WebKit/chromium/src/WebSecurityOrigin.cpp
WebKit/chromium/src/WebSpeechInputControllerMockImpl.cpp
WebKit/chromium/src/WebSpeechInputControllerMockImpl.h
WebKit/chromium/src/WebSpeechInputResult.cpp [new file with mode: 0644]
WebKit/chromium/src/WebViewImpl.cpp
WebKit/chromium/src/WebViewImpl.h
WebKit/chromium/src/js/Tests.js
WebKit/chromium/src/mac/WebInputEventFactory.mm
WebKit/efl/ChangeLog
WebKit/efl/WebCoreSupport/ChromeClientEfl.cpp
WebKit/efl/WebCoreSupport/ChromeClientEfl.h
WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.cpp
WebKit/efl/WebCoreSupport/FrameLoaderClientEfl.h
WebKit/efl/ewk/ewk_history.cpp
WebKit/efl/ewk/ewk_private.h
WebKit/efl/ewk/ewk_view.cpp
WebKit/gtk/ChangeLog
WebKit/gtk/WebCoreSupport/ChromeClientGtk.cpp
WebKit/gtk/WebCoreSupport/ChromeClientGtk.h
WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.cpp [new file with mode: 0644]
WebKit/gtk/WebCoreSupport/DumpRenderTreeSupportGtk.h [new file with mode: 0644]
WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.h
WebKit/gtk/tests/testatk.c
WebKit/gtk/webkit/webkitprivate.h
WebKit/gtk/webkit/webkitwebbackforwardlist.cpp
WebKit/gtk/webkit/webkitwebview.cpp
WebKit/haiku/ChangeLog
WebKit/haiku/WebCoreSupport/ChromeClientHaiku.cpp
WebKit/haiku/WebCoreSupport/ChromeClientHaiku.h
WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.cpp
WebKit/haiku/WebCoreSupport/FrameLoaderClientHaiku.h
WebKit/mac/ChangeLog
WebKit/mac/Configurations/FeatureDefines.xcconfig
WebKit/mac/History/WebBackForwardList.mm
WebKit/mac/History/WebBackForwardListInternal.h
WebKit/mac/Misc/WebDownload.mm
WebKit/mac/Misc/WebElementDictionary.mm
WebKit/mac/Misc/WebKitVersionChecks.h
WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.h
WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm
WebKit/mac/Plugins/Hosted/NetscapePluginHostProxy.mm
WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.mm
WebKit/mac/Plugins/Hosted/ProxyInstance.mm
WebKit/mac/Plugins/Hosted/WebKitPluginClient.defs
WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs
WebKit/mac/WebCoreSupport/WebChromeClient.h
WebKit/mac/WebCoreSupport/WebChromeClient.mm
WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h
WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm
WebKit/mac/WebCoreSupport/WebSystemInterface.mm
WebKit/mac/WebKit.exp
WebKit/mac/WebView/WebFrameView.mm
WebKit/mac/WebView/WebHTMLViewPrivate.h
WebKit/mac/WebView/WebPreferenceKeysPrivate.h
WebKit/mac/WebView/WebPreferences.mm
WebKit/mac/WebView/WebPreferencesPrivate.h
WebKit/mac/WebView/WebScriptDebugDelegate.mm
WebKit/mac/WebView/WebVideoFullscreenController.mm
WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.mm
WebKit/mac/WebView/WebView.mm
WebKit/mac/WebView/WebViewData.h
WebKit/mac/WebView/WebViewPrivate.h
WebKit/qt/Api/qwebelement.cpp
WebKit/qt/Api/qwebframe.h
WebKit/qt/Api/qwebframe_p.h
WebKit/qt/Api/qwebhistory.cpp
WebKit/qt/Api/qwebhistory_p.h
WebKit/qt/Api/qwebpage.cpp
WebKit/qt/ChangeLog
WebKit/qt/WebCoreSupport/ChromeClientQt.cpp
WebKit/qt/WebCoreSupport/ChromeClientQt.h
WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.cpp
WebKit/qt/WebCoreSupport/DumpRenderTreeSupportQt.h
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
WebKit/qt/WebCoreSupport/PageClientQt.cpp
WebKit/qt/WebCoreSupport/PageClientQt.h
WebKit/qt/tests/qgraphicswebview/tst_qgraphicswebview.cpp
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/Interfaces/IWebFramePrivate.idl
WebKit/win/Interfaces/IWebView.idl
WebKit/win/Interfaces/WebKit.idl
WebKit/win/WebBackForwardList.cpp
WebKit/win/WebBackForwardList.h
WebKit/win/WebCookieManagerCFNet.cpp
WebKit/win/WebCoreSupport/WebChromeClient.cpp
WebKit/win/WebCoreSupport/WebChromeClient.h
WebKit/win/WebCoreSupport/WebContextMenuClient.cpp
WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp
WebKit/win/WebCoreSupport/WebFrameLoaderClient.h
WebKit/win/WebElementPropertyBag.cpp
WebKit/win/WebFrame.cpp
WebKit/win/WebFrame.h
WebKit/win/WebKitPrefix.h
WebKit/win/WebView.cpp
WebKit/win/WebView.h
WebKit/wince/ChangeLog
WebKit/wince/WebCoreSupport/ChromeClientWinCE.cpp
WebKit/wince/WebCoreSupport/ChromeClientWinCE.h
WebKit/wince/WebCoreSupport/EditorClientWinCE.cpp
WebKit/wince/WebCoreSupport/EditorClientWinCE.h
WebKit/wince/WebCoreSupport/FrameLoaderClientWinCE.cpp
WebKit/wince/WebCoreSupport/FrameLoaderClientWinCE.h
WebKit/wx/ChangeLog
WebKit/wx/WebFrame.cpp
WebKit/wx/WebKitSupport/ChromeClientWx.cpp
WebKit/wx/WebKitSupport/ChromeClientWx.h
WebKit/wx/WebKitSupport/FrameLoaderClientWx.cpp
WebKit/wx/WebKitSupport/FrameLoaderClientWx.h
WebKitLibraries/ChangeLog
WebKitLibraries/WebKitSystemInterface.h
WebKitLibraries/libWebKitSystemInterfaceLeopard.a
WebKitLibraries/libWebKitSystemInterfaceSnowLeopard.a
WebKitLibraries/win/include/WebKitSystemInterface/WebKitSystemInterface.h
WebKitLibraries/win/lib/WebKitSystemInterface.lib
WebKitLibraries/win/lib/WebKitSystemInterface_debug.lib
WebKitLibraries/win/tools/vsprops/FeatureDefines.vsprops
WebKitLibraries/win/tools/vsprops/FeatureDefinesCairo.vsprops
WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
WebKitTools/BuildSlaveSupport/build.webkit.org-config/master.cfg
WebKitTools/ChangeLog
WebKitTools/DumpRenderTree/AccessibilityUIElement.cpp
WebKitTools/DumpRenderTree/AccessibilityUIElement.h
WebKitTools/DumpRenderTree/DumpRenderTree.xcodeproj/project.pbxproj
WebKitTools/DumpRenderTree/LayoutTestController.cpp
WebKitTools/DumpRenderTree/LayoutTestController.h
WebKitTools/DumpRenderTree/PixelDumpSupport.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginObject.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn/PluginTest.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/NullNPPGetValuePointer.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/TestNetscapePlugIn/Tests/win/NPNInvalidateRectInvalidatesWindow.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/TestNetscapePlugIn/main.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn/win/TestNetscapePlugin.vcproj
WebKitTools/DumpRenderTree/cf/WebArchiveDumpSupport.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/cf/WebArchiveDumpSupport.h [moved from WebKitTools/DumpRenderTree/mac/WebArchiveDumpSupport.h with 81% similarity]
WebKitTools/DumpRenderTree/chromium/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/chromium/LayoutTestController.cpp
WebKitTools/DumpRenderTree/chromium/LayoutTestController.h
WebKitTools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/npapi.h
WebKitTools/DumpRenderTree/chromium/TestNetscapePlugIn/ForwardingHeaders/WebKit/npfunctions.h
WebKitTools/DumpRenderTree/chromium/TestShell.cpp
WebKitTools/DumpRenderTree/chromium/TestShell.h
WebKitTools/DumpRenderTree/chromium/TextInputController.cpp
WebKitTools/DumpRenderTree/chromium/TextInputController.h
WebKitTools/DumpRenderTree/chromium/WebViewHost.cpp
WebKitTools/DumpRenderTree/chromium/WebViewHost.h
WebKitTools/DumpRenderTree/config.h
WebKitTools/DumpRenderTree/gtk/AccessibilityUIElementGtk.cpp
WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp
WebKitTools/DumpRenderTree/mac/AccessibilityUIElementMac.mm
WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm
WebKitTools/DumpRenderTree/mac/DumpRenderTreeDraggingInfo.mm
WebKitTools/DumpRenderTree/mac/DumpRenderTreeMac.h
WebKitTools/DumpRenderTree/mac/FrameLoadDelegate.mm
WebKitTools/DumpRenderTree/mac/InternalHeaders/WebKit/WebHTMLRepresentationInternal.h [deleted file]
WebKitTools/DumpRenderTree/mac/LayoutTestControllerMac.mm
WebKitTools/DumpRenderTree/mac/WebArchiveDumpSupport.mm [deleted file]
WebKitTools/DumpRenderTree/mac/WebArchiveDumpSupportMac.mm [new file with mode: 0644]
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/DumpRenderTreeWin.h
WebKitTools/DumpRenderTree/win/EditingDelegate.cpp
WebKitTools/DumpRenderTree/win/EditingDelegate.h
WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp
WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp
WebKitTools/EWSTools/start-queue.sh
WebKitTools/GNUmakefile.am
WebKitTools/GtkLauncher/main.c
WebKitTools/MiniBrowser/mac/BrowserWindowController.m
WebKitTools/MiniBrowser/win/BrowserView.cpp
WebKitTools/QtTestBrowser/fpstimer.cpp
WebKitTools/QtTestBrowser/fpstimer.h
WebKitTools/QtTestBrowser/launcherwindow.cpp
WebKitTools/QueueStatusServer/model/queues_unittest.py
WebKitTools/Scripts/VCSUtils.pm
WebKitTools/Scripts/build-webkit
WebKitTools/Scripts/old-run-webkit-tests
WebKitTools/Scripts/prepare-ChangeLog
WebKitTools/Scripts/print-vse-failure-logs [new file with mode: 0755]
WebKitTools/Scripts/webkitdirs.pm
WebKitTools/Scripts/webkitperl/VCSUtils_unittest/removeEOL.pl [new file with mode: 0644]
WebKitTools/Scripts/webkitpy/common/checkout/__init__.py
WebKitTools/Scripts/webkitpy/common/checkout/api.py
WebKitTools/Scripts/webkitpy/common/checkout/api_unittest.py
WebKitTools/Scripts/webkitpy/common/checkout/scm.py
WebKitTools/Scripts/webkitpy/common/checkout/scm_unittest.py
WebKitTools/Scripts/webkitpy/common/config/__init__.py
WebKitTools/Scripts/webkitpy/common/config/committers.py
WebKitTools/Scripts/webkitpy/common/memoized.py [new file with mode: 0644]
WebKitTools/Scripts/webkitpy/common/memoized_unittest.py [new file with mode: 0644]
WebKitTools/Scripts/webkitpy/common/net/bugzilla.py
WebKitTools/Scripts/webkitpy/common/net/bugzilla_unittest.py
WebKitTools/Scripts/webkitpy/common/net/credentials.py
WebKitTools/Scripts/webkitpy/common/net/credentials_unittest.py
WebKitTools/Scripts/webkitpy/common/net/rietveld.py [deleted file]
WebKitTools/Scripts/webkitpy/common/net/statusserver.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/dump_render_tree_thread.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/json_layout_results_generator.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/printing_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_expectations_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_failures.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_failures_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_results.py [new file with mode: 0644]
WebKitTools/Scripts/webkitpy/layout_tests/layout_package/test_results_unittest.py [moved from WebKitTools/Scripts/webkitpy/common/net/rietveld_unittest.py with 68% similarity]
WebKitTools/Scripts/webkitpy/layout_tests/port/base_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/port/chromium.py
WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_gpu.py
WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_gpu_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/port/chromium_win_unittest.py
WebKitTools/Scripts/webkitpy/layout_tests/port/http_lock.py
WebKitTools/Scripts/webkitpy/layout_tests/port/qt.py
WebKitTools/Scripts/webkitpy/layout_tests/port/test.py
WebKitTools/Scripts/webkitpy/layout_tests/port/webkit.py
WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py
WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests_unittest.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/text_diff.py
WebKitTools/Scripts/webkitpy/style/checker.py
WebKitTools/Scripts/webkitpy/style/checker_unittest.py
WebKitTools/Scripts/webkitpy/style/checkers/cpp.py
WebKitTools/Scripts/webkitpy/style/checkers/cpp_unittest.py
WebKitTools/Scripts/webkitpy/style/checkers/test_expectations_unittest.py
WebKitTools/Scripts/webkitpy/thirdparty/__init__.py
WebKitTools/Scripts/webkitpy/tool/bot/commitqueuetask.py
WebKitTools/Scripts/webkitpy/tool/bot/commitqueuetask_unittest.py
WebKitTools/Scripts/webkitpy/tool/commands/download.py
WebKitTools/Scripts/webkitpy/tool/commands/download_unittest.py
WebKitTools/Scripts/webkitpy/tool/commands/earlywarningsystem.py
WebKitTools/Scripts/webkitpy/tool/commands/earlywarningsystem_unittest.py
WebKitTools/Scripts/webkitpy/tool/commands/queues.py
WebKitTools/Scripts/webkitpy/tool/commands/queues_unittest.py
WebKitTools/Scripts/webkitpy/tool/commands/queuestest.py
WebKitTools/Scripts/webkitpy/tool/commands/sheriffbot_unittest.py
WebKitTools/Scripts/webkitpy/tool/commands/upload.py
WebKitTools/Scripts/webkitpy/tool/commands/upload_unittest.py
WebKitTools/Scripts/webkitpy/tool/main.py
WebKitTools/Scripts/webkitpy/tool/mocktool.py
WebKitTools/Scripts/webkitpy/tool/steps/__init__.py
WebKitTools/Scripts/webkitpy/tool/steps/options.py
WebKitTools/Scripts/webkitpy/tool/steps/revertrevision.py
WebKitTools/Scripts/webkitpy/tool/steps/runtests.py
WebKitTools/Scripts/webkitpy/tool/steps/steps_unittest.py
WebKitTools/Scripts/webkitpy/tool/steps/suggestreviewers.py [moved from WebKitTools/Scripts/webkitpy/tool/steps/postcodereview.py with 52% similarity]
WebKitTools/Scripts/webkitpy/tool/steps/suggestreviewers_unittest.py [new file with mode: 0644]
WebKitTools/TestResultServer/handlers/testfilehandler.py
WebKitTools/TestResultServer/index.yaml
WebKitTools/TestResultServer/model/jsonresults.py
WebKitTools/TestResultServer/model/jsonresults_unittest.py
WebKitTools/TestResultServer/model/testfile.py
WebKitTools/TestResultServer/templates/showfilelist.html
WebKitTools/TestResultServer/templates/uploadform.html
WebKitTools/TestWebKitAPI/Configurations/InjectedBundle.xcconfig
WebKitTools/TestWebKitAPI/InjectedBundleController.cpp
WebKitTools/TestWebKitAPI/InjectedBundleController.h
WebKitTools/TestWebKitAPI/InjectedBundleTest.h
WebKitTools/TestWebKitAPI/TestWebKitAPI.xcodeproj/project.pbxproj
WebKitTools/TestWebKitAPI/Tests/WebKit2/DocumentStartUserScriptAlertCrash.cpp [new file with mode: 0644]
WebKitTools/TestWebKitAPI/Tests/WebKit2/DocumentStartUserScriptAlertCrash_Bundle.cpp [new file with mode: 0644]
WebKitTools/TestWebKitAPI/Tests/WebKit2/EvaluateJavaScript.cpp [new file with mode: 0644]
WebKitTools/TestWebKitAPI/Tests/WebKit2/PageLoadBasic.cpp
WebKitTools/TestWebKitAPI/Tests/WebKit2/PreventEmptyUserAgent.cpp [new file with mode: 0644]
WebKitTools/TestWebKitAPI/Tests/WebKit2/win/WMCloseCallsUIClientClose.cpp [new file with mode: 0644]
WebKitTools/TestWebKitAPI/mac/PlatformUtilitiesMac.mm
WebKitTools/TestWebKitAPI/win/TestWebKitAPI.vcproj
WebKitTools/WebKitTestRunner/Configurations/InjectedBundle.xcconfig
WebKitTools/WebKitTestRunner/InjectedBundle/Bindings/LayoutTestController.idl
WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundle.cpp
WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundle.h
WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.cpp
WebKitTools/WebKitTestRunner/InjectedBundle/InjectedBundlePage.h
WebKitTools/WebKitTestRunner/InjectedBundle/LayoutTestController.cpp
WebKitTools/WebKitTestRunner/InjectedBundle/LayoutTestController.h
WebKitTools/WebKitTestRunner/TestController.cpp
WebKitTools/WebKitTestRunner/TestController.h
WebKitTools/WebKitTestRunner/TestInvocation.cpp
WebKitTools/WebKitTestRunner/TestInvocation.h
WebKitTools/WebKitTestRunner/WebKitTestRunner.xcodeproj/project.pbxproj
WebKitTools/WebKitTestRunner/mac/TestControllerMac.mm
autotools/symbols.filter