OSDN Git Service

Merge webkit.org at r50258 : Initial merge by git.
authorSteve Block <steveblock@google.com>
Thu, 5 Nov 2009 09:23:40 +0000 (09:23 +0000)
committerSteve Block <steveblock@google.com>
Tue, 10 Nov 2009 22:41:12 +0000 (22:41 +0000)
commitcac0f67c402d107cdb10971b95719e2ff9c7c76b
treed182c7f87211c6f201a5f038e332336493ebdbe7
parent4b2ef0f288e7c6c4602f621b7a0e9feed304b70e
Merge webkit.org at r50258 : Initial merge by git.

Change-Id: I1a9e1dc4ed654b69174ad52a4f031a07240f37b0
1089 files changed:
JavaScriptCore/API/APICast.h
JavaScriptCore/API/JSCallbackConstructor.h
JavaScriptCore/API/JSCallbackFunction.h
JavaScriptCore/API/JSCallbackObject.h
JavaScriptCore/API/JSContextRef.cpp
JavaScriptCore/API/JSContextRefPrivate.h [new file with mode: 0644]
JavaScriptCore/API/tests/testapi.c
JavaScriptCore/AllInOneFile.cpp
JavaScriptCore/ChangeLog
JavaScriptCore/Configurations/Base.xcconfig
JavaScriptCore/Configurations/DebugRelease.xcconfig
JavaScriptCore/Configurations/FeatureDefines.xcconfig
JavaScriptCore/Configurations/Version.xcconfig
JavaScriptCore/GNUmakefile.am
JavaScriptCore/JavaScriptCore.exp
JavaScriptCore/JavaScriptCore.gyp/JavaScriptCore.gyp
JavaScriptCore/JavaScriptCore.gypi
JavaScriptCore/JavaScriptCore.pri
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.make
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore.sln
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.def
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.rc
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore.vcproj
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreCommon.vsprops
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCoreGenerated.vcproj
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/JavaScriptCore_debug.def [deleted file]
JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCoreSubmit.sln
JavaScriptCore/JavaScriptCore.vcproj/WTF/WTF.vcproj
JavaScriptCore/JavaScriptCore.vcproj/jsc/jsc.vcproj
JavaScriptCore/JavaScriptCore.vcproj/testapi/testapi.vcproj
JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
JavaScriptCore/assembler/ARMv7Assembler.h
JavaScriptCore/assembler/MacroAssemblerARM.h
JavaScriptCore/assembler/MacroAssemblerARMv7.h
JavaScriptCore/assembler/MacroAssemblerCodeRef.h
JavaScriptCore/bytecode/CodeBlock.cpp
JavaScriptCore/bytecode/Opcode.h
JavaScriptCore/bytecompiler/BytecodeGenerator.cpp
JavaScriptCore/bytecompiler/BytecodeGenerator.h
JavaScriptCore/bytecompiler/Label.h
JavaScriptCore/debugger/DebuggerActivation.h
JavaScriptCore/interpreter/Interpreter.cpp
JavaScriptCore/interpreter/Interpreter.h
JavaScriptCore/jit/ExecutableAllocator.h
JavaScriptCore/jit/ExecutableAllocatorSymbian.cpp [new file with mode: 0644]
JavaScriptCore/jit/JIT.cpp
JavaScriptCore/jit/JIT.h
JavaScriptCore/jit/JITArithmetic.cpp
JavaScriptCore/jit/JITCall.cpp
JavaScriptCore/jit/JITInlineMethods.h
JavaScriptCore/jit/JITOpcodes.cpp
JavaScriptCore/jit/JITPropertyAccess.cpp
JavaScriptCore/jit/JITStubCall.h
JavaScriptCore/jit/JITStubs.cpp
JavaScriptCore/jit/JITStubs.h
JavaScriptCore/jsc.cpp
JavaScriptCore/jsc.pro
JavaScriptCore/parser/Grammar.y
JavaScriptCore/parser/Lexer.cpp
JavaScriptCore/parser/Lexer.h
JavaScriptCore/parser/Nodes.cpp
JavaScriptCore/runtime/Arguments.h
JavaScriptCore/runtime/ArrayConstructor.cpp
JavaScriptCore/runtime/BooleanObject.h
JavaScriptCore/runtime/Collector.cpp
JavaScriptCore/runtime/Collector.h
JavaScriptCore/runtime/DateConstructor.cpp
JavaScriptCore/runtime/DateInstance.cpp
JavaScriptCore/runtime/DateInstance.h
JavaScriptCore/runtime/DateInstanceCache.h [new file with mode: 0644]
JavaScriptCore/runtime/DatePrototype.cpp
JavaScriptCore/runtime/DatePrototype.h
JavaScriptCore/runtime/FunctionPrototype.h
JavaScriptCore/runtime/GetterSetter.h
JavaScriptCore/runtime/GlobalEvalFunction.h
JavaScriptCore/runtime/InternalFunction.h
JavaScriptCore/runtime/JSAPIValueWrapper.h
JavaScriptCore/runtime/JSActivation.h
JavaScriptCore/runtime/JSArray.h
JavaScriptCore/runtime/JSByteArray.cpp
JavaScriptCore/runtime/JSByteArray.h
JavaScriptCore/runtime/JSCell.cpp
JavaScriptCore/runtime/JSCell.h
JavaScriptCore/runtime/JSFunction.h
JavaScriptCore/runtime/JSGlobalData.h
JavaScriptCore/runtime/JSGlobalObject.cpp
JavaScriptCore/runtime/JSGlobalObject.h
JavaScriptCore/runtime/JSNotAnObject.h
JavaScriptCore/runtime/JSNumberCell.h
JavaScriptCore/runtime/JSONObject.h
JavaScriptCore/runtime/JSObject.cpp
JavaScriptCore/runtime/JSObject.h
JavaScriptCore/runtime/JSPropertyNameIterator.cpp
JavaScriptCore/runtime/JSPropertyNameIterator.h
JavaScriptCore/runtime/JSStaticScopeObject.h
JavaScriptCore/runtime/JSString.cpp
JavaScriptCore/runtime/JSString.h
JavaScriptCore/runtime/JSTypeInfo.h
JavaScriptCore/runtime/JSValue.h
JavaScriptCore/runtime/JSVariableObject.h
JavaScriptCore/runtime/JSWrapperObject.h
JavaScriptCore/runtime/MarkStack.h
JavaScriptCore/runtime/MathObject.h
JavaScriptCore/runtime/NumberConstructor.h
JavaScriptCore/runtime/NumberObject.h
JavaScriptCore/runtime/ObjectConstructor.cpp
JavaScriptCore/runtime/Operations.h
JavaScriptCore/runtime/PropertyNameArray.cpp
JavaScriptCore/runtime/PropertyNameArray.h
JavaScriptCore/runtime/Protect.h
JavaScriptCore/runtime/RegExpConstructor.cpp
JavaScriptCore/runtime/RegExpConstructor.h
JavaScriptCore/runtime/RegExpObject.cpp
JavaScriptCore/runtime/RegExpObject.h
JavaScriptCore/runtime/StringObject.h
JavaScriptCore/runtime/StringObjectThatMasqueradesAsUndefined.h
JavaScriptCore/runtime/StringPrototype.cpp
JavaScriptCore/runtime/Structure.cpp
JavaScriptCore/runtime/Structure.h
JavaScriptCore/runtime/StructureChain.cpp
JavaScriptCore/runtime/StructureChain.h
JavaScriptCore/wtf/CurrentTime.cpp
JavaScriptCore/wtf/DateMath.cpp
JavaScriptCore/wtf/FastMalloc.h
JavaScriptCore/wtf/MathExtras.h
JavaScriptCore/wtf/MessageQueue.h
JavaScriptCore/wtf/Platform.h
JavaScriptCore/wtf/StdLibExtras.h
JavaScriptCore/wtf/StringExtras.h
JavaScriptCore/wtf/Threading.cpp
JavaScriptCore/wtf/ThreadingPthreads.cpp
JavaScriptCore/yarr/RegexInterpreter.cpp
JavaScriptCore/yarr/RegexJIT.cpp
JavaScriptCore/yarr/RegexJIT.h
JavaScriptGlue/ChangeLog
JavaScriptGlue/Configurations/DebugRelease.xcconfig
JavaScriptGlue/Configurations/Version.xcconfig
JavaScriptGlue/ForwardingHeaders/wtf/DateInstanceCache.h [new file with mode: 0644]
JavaScriptGlue/ForwardingHeaders/wtf/DateMath.h [new file with mode: 0644]
JavaScriptGlue/LICENSE
JavaScriptGlue/UserObjectImp.h
WebCore/ChangeLog
WebCore/Configurations/Base.xcconfig
WebCore/Configurations/DebugRelease.xcconfig
WebCore/Configurations/FeatureDefines.xcconfig
WebCore/Configurations/Version.xcconfig
WebCore/Configurations/WebCore.xcconfig
WebCore/DerivedSources.cpp
WebCore/DerivedSources.make
WebCore/English.lproj/localizedStrings.js
WebCore/ForwardingHeaders/runtime/JSCell.h [new file with mode: 0644]
WebCore/ForwardingHeaders/runtime/StructureChain.h [new file with mode: 0644]
WebCore/ForwardingHeaders/wtf/DateInstanceCache.h [new file with mode: 0644]
WebCore/GNUmakefile.am
WebCore/LICENSE-APPLE
WebCore/WebCore.SVG.Filters.exp
WebCore/WebCore.Video.exp
WebCore/WebCore.base.exp
WebCore/WebCore.gyp/WebCore.gyp
WebCore/WebCore.gyp/mac/Empty.cpp [moved from WebCore/bindings/js/JSHTMLAllCollection.cpp with 83% similarity]
WebCore/WebCore.gyp/mac/adjust_visibility.sh [new file with mode: 0755]
WebCore/WebCore.gypi
WebCore/WebCore.pro
WebCore/WebCore.vcproj/QTMovieWin.rc
WebCore/WebCore.vcproj/QTMovieWin.vcproj
WebCore/WebCore.vcproj/WebCore.make
WebCore/WebCore.vcproj/WebCore.sln
WebCore/WebCore.vcproj/WebCore.submit.sln
WebCore/WebCore.vcproj/WebCore.vcproj
WebCore/WebCore.vcproj/WebCoreCommon.vsprops
WebCore/WebCore.vcproj/WebCoreGenerated.vcproj
WebCore/WebCore.xcodeproj/project.pbxproj
WebCore/WebCoreSources.bkl
WebCore/accessibility/AccessibilityAllInOne.cpp [new file with mode: 0755]
WebCore/accessibility/AccessibilityListBoxOption.h
WebCore/accessibility/AccessibilityObject.h
WebCore/accessibility/AccessibilityRenderObject.cpp
WebCore/accessibility/AccessibilityRenderObject.h
WebCore/accessibility/chromium/AccessibilityObjectChromium.cpp
WebCore/accessibility/gtk/AccessibilityObjectAtk.cpp
WebCore/accessibility/gtk/AccessibilityObjectWrapperAtk.cpp
WebCore/accessibility/mac/AccessibilityObjectMac.mm
WebCore/accessibility/mac/AccessibilityObjectWrapper.mm
WebCore/accessibility/qt/AccessibilityObjectQt.cpp
WebCore/accessibility/win/AccessibilityObjectWin.cpp
WebCore/accessibility/wx/AccessibilityObjectWx.cpp
WebCore/bindings/ScriptControllerBase.cpp [new file with mode: 0644]
WebCore/bindings/js/JSAbstractWorkerCustom.cpp
WebCore/bindings/js/JSCallbackData.cpp
WebCore/bindings/js/JSCallbackData.h
WebCore/bindings/js/JSCanvasArrayCustom.cpp
WebCore/bindings/js/JSCustomXPathNSResolver.cpp
WebCore/bindings/js/JSDOMApplicationCacheCustom.cpp
WebCore/bindings/js/JSDOMBinding.cpp
WebCore/bindings/js/JSDOMBinding.h
WebCore/bindings/js/JSDOMGlobalObject.cpp
WebCore/bindings/js/JSDOMGlobalObject.h
WebCore/bindings/js/JSDOMWindowBase.cpp
WebCore/bindings/js/JSDOMWindowBase.h
WebCore/bindings/js/JSDOMWindowCustom.cpp
WebCore/bindings/js/JSDOMWindowShell.cpp
WebCore/bindings/js/JSDOMWindowShell.h
WebCore/bindings/js/JSDesktopNotificationsCustom.cpp
WebCore/bindings/js/JSEventCustom.cpp
WebCore/bindings/js/JSEventListener.cpp
WebCore/bindings/js/JSEventListener.h
WebCore/bindings/js/JSEventSourceCustom.cpp
WebCore/bindings/js/JSEventTarget.cpp
WebCore/bindings/js/JSExceptionBase.cpp [new file with mode: 0644]
WebCore/bindings/js/JSExceptionBase.h [new file with mode: 0644]
WebCore/bindings/js/JSHTMLAllCollectionCustom.cpp [new file with mode: 0644]
WebCore/bindings/js/JSHTMLCollectionCustom.cpp
WebCore/bindings/js/JSHTMLDocumentCustom.cpp
WebCore/bindings/js/JSHTMLFrameSetElementCustom.cpp
WebCore/bindings/js/JSInspectorBackendCustom.cpp
WebCore/bindings/js/JSLazyEventListener.cpp
WebCore/bindings/js/JSLazyEventListener.h
WebCore/bindings/js/JSMessageChannelCustom.cpp
WebCore/bindings/js/JSMessagePortCustom.cpp
WebCore/bindings/js/JSNodeCustom.cpp
WebCore/bindings/js/JSNodeFilterCondition.cpp
WebCore/bindings/js/JSQuarantinedObjectWrapper.cpp
WebCore/bindings/js/JSQuarantinedObjectWrapper.h
WebCore/bindings/js/JSSVGElementInstanceCustom.cpp
WebCore/bindings/js/JSSharedWorkerCustom.cpp
WebCore/bindings/js/JSWebSocketCustom.cpp
WebCore/bindings/js/JSWorkerContextCustom.cpp
WebCore/bindings/js/JSXMLHttpRequestCustom.cpp
WebCore/bindings/js/JSXMLHttpRequestUploadCustom.cpp
WebCore/bindings/js/ScheduledAction.cpp
WebCore/bindings/js/ScheduledAction.h
WebCore/bindings/js/ScriptCachedFrameData.cpp
WebCore/bindings/js/ScriptController.cpp
WebCore/bindings/js/ScriptController.h
WebCore/bindings/js/ScriptControllerMac.mm
WebCore/bindings/js/ScriptEventListener.cpp
WebCore/bindings/js/ScriptFunctionCall.cpp
WebCore/bindings/js/ScriptObjectQuarantine.cpp
WebCore/bindings/js/ScriptSourceCode.h
WebCore/bindings/js/ScriptState.cpp
WebCore/bindings/js/ScriptState.h
WebCore/bindings/js/WorkerScriptController.cpp
WebCore/bindings/js/WorkerScriptController.h
WebCore/bindings/objc/DOM.mm
WebCore/bindings/objc/DOMEvents.mm
WebCore/bindings/objc/DOMInternal.mm
WebCore/bindings/objc/DOMSVG.h
WebCore/bindings/objc/WebScriptObject.mm
WebCore/bindings/scripts/CodeGenerator.pm
WebCore/bindings/scripts/CodeGeneratorCOM.pm
WebCore/bindings/scripts/CodeGeneratorJS.pm
WebCore/bindings/scripts/CodeGeneratorObjC.pm
WebCore/bindings/scripts/CodeGeneratorV8.pm
WebCore/bindings/v8/DOMObjectsInclude.h
WebCore/bindings/v8/DateExtension.cpp
WebCore/bindings/v8/DerivedSourcesAllInOne.cpp
WebCore/bindings/v8/RuntimeEnabledFeatures.cpp [moved from WebCore/dom/HTMLAllCollection.idl with 80% similarity]
WebCore/bindings/v8/RuntimeEnabledFeatures.h [new file with mode: 0644]
WebCore/bindings/v8/ScriptCallStack.h
WebCore/bindings/v8/ScriptController.cpp
WebCore/bindings/v8/ScriptController.h
WebCore/bindings/v8/ScriptEventListener.cpp
WebCore/bindings/v8/ScriptObjectQuarantine.cpp
WebCore/bindings/v8/ScriptString.h
WebCore/bindings/v8/ScriptStringImpl.cpp [new file with mode: 0644]
WebCore/bindings/v8/ScriptStringImpl.h [new file with mode: 0644]
WebCore/bindings/v8/V8AbstractEventListener.cpp
WebCore/bindings/v8/V8AbstractEventListener.h
WebCore/bindings/v8/V8Binding.h
WebCore/bindings/v8/V8Collection.h
WebCore/bindings/v8/V8DOMWrapper.cpp
WebCore/bindings/v8/V8DOMWrapper.h
WebCore/bindings/v8/V8EventListenerList.h
WebCore/bindings/v8/V8GCController.cpp
WebCore/bindings/v8/V8Index.cpp
WebCore/bindings/v8/V8Index.h
WebCore/bindings/v8/V8IsolatedWorld.h
WebCore/bindings/v8/V8LazyEventListener.cpp
WebCore/bindings/v8/V8LazyEventListener.h
WebCore/bindings/v8/V8NPObject.cpp
WebCore/bindings/v8/V8Proxy.cpp
WebCore/bindings/v8/V8Proxy.h
WebCore/bindings/v8/V8Utilities.cpp
WebCore/bindings/v8/V8WorkerContextEventListener.cpp
WebCore/bindings/v8/V8WorkerContextEventListener.h
WebCore/bindings/v8/WorkerContextExecutionProxy.cpp
WebCore/bindings/v8/WorkerContextExecutionProxy.h
WebCore/bindings/v8/custom/V8CustomBinding.h
WebCore/bindings/v8/custom/V8CustomEventListener.cpp
WebCore/bindings/v8/custom/V8CustomEventListener.h
WebCore/bindings/v8/custom/V8DOMWindowCustom.cpp
WebCore/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp [new file with mode: 0644]
WebCore/bindings/v8/custom/V8HTMLAudioElementConstructor.cpp
WebCore/bindings/v8/custom/V8HTMLDocumentCustom.cpp
WebCore/bindings/v8/custom/V8SharedWorkerCustom.cpp
WebCore/bindings/v8/custom/V8WebSocketCustom.cpp
WebCore/bindings/v8/custom/V8WorkerContextCustom.cpp
WebCore/bindings/v8/custom/V8XMLHttpRequestCustom.cpp
WebCore/bridge/NP_jsobject.cpp
WebCore/bridge/c/c_instance.cpp
WebCore/bridge/jni/jni_jsobject.mm
WebCore/bridge/npapi.h
WebCore/bridge/objc/objc_instance.mm
WebCore/bridge/objc/objc_runtime.h
WebCore/bridge/qt/qt_runtime.cpp
WebCore/bridge/qt/qt_runtime.h
WebCore/bridge/runtime_array.h
WebCore/bridge/runtime_method.h
WebCore/bridge/runtime_object.h
WebCore/bridge/runtime_root.h
WebCore/css/CSSComputedStyleDeclaration.cpp
WebCore/css/CSSComputedStyleDeclaration.h
WebCore/css/CSSGrammar.y
WebCore/css/CSSParser.cpp
WebCore/css/CSSParser.h
WebCore/css/CSSParserValues.h
WebCore/css/CSSPrimitiveValue.cpp
WebCore/css/CSSPrimitiveValueMappings.h
WebCore/css/CSSProperty.h
WebCore/css/CSSPropertyNames.in
WebCore/css/CSSStyleSelector.cpp
WebCore/css/SVGCSSComputedStyleDeclaration.cpp
WebCore/css/SVGCSSParser.cpp
WebCore/css/SVGCSSPropertyNames.in
WebCore/css/SVGCSSStyleSelector.cpp
WebCore/css/makevalues.pl
WebCore/dom/BeforeLoadEvent.h
WebCore/dom/ContainerNode.cpp
WebCore/dom/Document.cpp
WebCore/dom/Document.h
WebCore/dom/Document.idl
WebCore/dom/Element.cpp
WebCore/dom/Event.cpp
WebCore/dom/Event.h
WebCore/dom/EventNames.h
WebCore/dom/EventTarget.cpp
WebCore/dom/EventTarget.h
WebCore/dom/ExceptionBase.cpp
WebCore/dom/ExceptionBase.h
WebCore/dom/ExceptionCode.cpp
WebCore/dom/ExceptionCode.h
WebCore/dom/MouseRelatedEvent.cpp
WebCore/dom/QualifiedName.cpp
WebCore/dom/QualifiedName.h
WebCore/dom/ScriptExecutionContext.cpp
WebCore/dom/ScriptExecutionContext.h
WebCore/dom/SelectElement.cpp
WebCore/dom/StyledElement.cpp
WebCore/dom/XMLTokenizer.cpp
WebCore/dom/XMLTokenizer.h
WebCore/dom/XMLTokenizerLibxml2.cpp
WebCore/dom/XMLTokenizerQt.cpp
WebCore/editing/ApplyStyleCommand.cpp
WebCore/editing/ApplyStyleCommand.h
WebCore/editing/CompositeEditCommand.cpp
WebCore/editing/CompositeEditCommand.h
WebCore/editing/EditorCommand.cpp
WebCore/editing/IndentOutdentCommand.cpp
WebCore/editing/IndentOutdentCommand.h
WebCore/editing/ReplaceNodeWithSpanCommand.cpp
WebCore/editing/SelectionController.cpp
WebCore/editing/VisibleSelection.cpp
WebCore/history/qt/HistoryItemQt.cpp
WebCore/html/HTMLAllCollection.cpp [new file with mode: 0644]
WebCore/html/HTMLAllCollection.h [new file with mode: 0644]
WebCore/html/HTMLAllCollection.idl [new file with mode: 0644]
WebCore/html/HTMLAnchorElement.cpp
WebCore/html/HTMLAnchorElement.h
WebCore/html/HTMLAttributeNames.in
WebCore/html/HTMLCanvasElement.cpp
WebCore/html/HTMLCollection.h
WebCore/html/HTMLCollection.idl
WebCore/html/HTMLDocument.cpp
WebCore/html/HTMLDocument.idl
WebCore/html/HTMLElement.cpp
WebCore/html/HTMLFrameElementBase.cpp
WebCore/html/HTMLImageElement.cpp
WebCore/html/HTMLInputElement.cpp
WebCore/html/HTMLInputElement.h
WebCore/html/HTMLMediaElement.cpp
WebCore/html/HTMLMediaElement.h
WebCore/html/HTMLOptionsCollection.idl
WebCore/html/HTMLTokenizer.cpp
WebCore/html/ValidityState.cpp
WebCore/html/ValidityState.h
WebCore/html/canvas/CanvasActiveInfo.h [new file with mode: 0644]
WebCore/html/canvas/CanvasActiveInfo.idl [new file with mode: 0644]
WebCore/html/canvas/CanvasArray.h
WebCore/html/canvas/CanvasArray.idl
WebCore/html/canvas/CanvasByteArray.h
WebCore/html/canvas/CanvasFloatArray.h
WebCore/html/canvas/CanvasIntArray.h
WebCore/html/canvas/CanvasObject.h
WebCore/html/canvas/CanvasRenderingContext.h
WebCore/html/canvas/CanvasRenderingContext2D.cpp
WebCore/html/canvas/CanvasRenderingContext3D.cpp
WebCore/html/canvas/CanvasRenderingContext3D.h
WebCore/html/canvas/CanvasRenderingContext3D.idl
WebCore/html/canvas/CanvasShortArray.h
WebCore/html/canvas/CanvasUnsignedByteArray.h
WebCore/html/canvas/CanvasUnsignedIntArray.h
WebCore/html/canvas/CanvasUnsignedShortArray.h
WebCore/inspector/ConsoleMessage.cpp
WebCore/inspector/ConsoleMessage.h
WebCore/inspector/DOMDispatchTimelineItem.cpp [deleted file]
WebCore/inspector/DOMDispatchTimelineItem.h [deleted file]
WebCore/inspector/InspectorBackend.cpp
WebCore/inspector/InspectorBackend.h
WebCore/inspector/InspectorBackend.idl
WebCore/inspector/InspectorController.cpp
WebCore/inspector/InspectorController.h
WebCore/inspector/InspectorDOMAgent.h
WebCore/inspector/InspectorDOMStorageResource.cpp
WebCore/inspector/InspectorFrontend.cpp
WebCore/inspector/InspectorFrontend.h
WebCore/inspector/InspectorResource.cpp
WebCore/inspector/InspectorResource.h
WebCore/inspector/InspectorTimelineAgent.cpp
WebCore/inspector/InspectorTimelineAgent.h
WebCore/inspector/JavaScriptCallFrame.cpp
WebCore/inspector/JavaScriptCallFrame.h
WebCore/inspector/JavaScriptProfileNode.cpp
WebCore/inspector/TimelineItem.cpp [deleted file]
WebCore/inspector/TimelineItem.h [deleted file]
WebCore/inspector/TimelineRecordFactory.cpp [new file with mode: 0644]
WebCore/inspector/TimelineRecordFactory.h [new file with mode: 0644]
WebCore/inspector/front-end/AbstractTimelinePanel.js [new file with mode: 0644]
WebCore/inspector/front-end/BottomUpProfileDataGridTree.js
WebCore/inspector/front-end/ConsoleView.js
WebCore/inspector/front-end/CookieItemsView.js
WebCore/inspector/front-end/DatabaseQueryView.js
WebCore/inspector/front-end/ElementsPanel.js
WebCore/inspector/front-end/ElementsTreeOutline.js
WebCore/inspector/front-end/EventListenersSidebarPane.js
WebCore/inspector/front-end/Images/timelineBarBlue.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineBarGray.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineBarGreen.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineBarOrange.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineBarPurple.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineBarRed.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineBarYellow.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineCheckmarks.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineDots.png [new file with mode: 0644]
WebCore/inspector/front-end/Images/timelineIcon.png [new file with mode: 0644]
WebCore/inspector/front-end/InjectedScript.js
WebCore/inspector/front-end/InspectorControllerStub.js [new file with mode: 0644]
WebCore/inspector/front-end/Panel.js
WebCore/inspector/front-end/ProfileDataGridTree.js
WebCore/inspector/front-end/ProfileView.js
WebCore/inspector/front-end/ProfilesPanel.js
WebCore/inspector/front-end/ResourceCategory.js
WebCore/inspector/front-end/ResourceView.js
WebCore/inspector/front-end/ResourcesPanel.js
WebCore/inspector/front-end/ScriptsPanel.js
WebCore/inspector/front-end/SourceFrame.js
WebCore/inspector/front-end/StoragePanel.js
WebCore/inspector/front-end/StylesSidebarPane.js
WebCore/inspector/front-end/SummaryBar.js
WebCore/inspector/front-end/TestController.js [new file with mode: 0644]
WebCore/inspector/front-end/TimelineAgent.js
WebCore/inspector/front-end/TimelinePanel.js [new file with mode: 0644]
WebCore/inspector/front-end/TopDownProfileDataGridTree.js
WebCore/inspector/front-end/WebKit.qrc
WebCore/inspector/front-end/inspector.css
WebCore/inspector/front-end/inspector.html
WebCore/inspector/front-end/inspector.js
WebCore/inspector/front-end/utilities.js
WebCore/loader/Cache.cpp
WebCore/loader/CachedResource.cpp
WebCore/loader/CachedResourceHandle.h
WebCore/loader/EmptyClients.h
WebCore/loader/FrameLoader.cpp
WebCore/loader/FrameLoader.h
WebCore/loader/FrameLoaderTypes.h
WebCore/loader/HistoryController.cpp [new file with mode: 0644]
WebCore/loader/HistoryController.h [new file with mode: 0644]
WebCore/loader/ImageLoader.cpp
WebCore/loader/ImageLoader.h
WebCore/loader/MainResourceLoader.cpp
WebCore/loader/PolicyCallback.h
WebCore/loader/PolicyChecker.h
WebCore/loader/RedirectScheduler.cpp
WebCore/loader/RedirectScheduler.h
WebCore/loader/ResourceLoadNotifier.cpp [new file with mode: 0644]
WebCore/loader/ResourceLoadNotifier.h [new file with mode: 0644]
WebCore/loader/ResourceLoader.cpp
WebCore/manual-tests/crash-on-accessing-domwindow-without-frame.html [new file with mode: 0644]
WebCore/manual-tests/inspector/duplicate-resource-urls.html [new file with mode: 0644]
WebCore/manual-tests/keyboard-menukey-event.html [new file with mode: 0644]
WebCore/manual-tests/plugins/test.swf [new file with mode: 0644]
WebCore/manual-tests/plugins/windowed.html [new file with mode: 0644]
WebCore/manual-tests/plugins/windowless.html [new file with mode: 0644]
WebCore/manual-tests/qt/plugin-sibling-frame-include.html
WebCore/notifications/NotificationCenter.cpp
WebCore/notifications/NotificationCenter.h
WebCore/page/Console.cpp
WebCore/page/Console.h
WebCore/page/ContextMenuController.cpp
WebCore/page/DOMTimer.cpp
WebCore/page/DOMTimer.h
WebCore/page/DOMWindow.idl
WebCore/page/EventHandler.cpp
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/PageGroup.cpp
WebCore/page/PageGroup.h
WebCore/page/PluginHalter.cpp
WebCore/page/PluginHalter.h
WebCore/page/PluginHalterClient.h
WebCore/page/PrintContext.cpp
WebCore/page/SecurityOrigin.h
WebCore/page/Settings.cpp
WebCore/page/Settings.h
WebCore/page/XSSAuditor.cpp
WebCore/page/XSSAuditor.h
WebCore/page/animation/AnimationBase.cpp
WebCore/page/animation/AnimationController.cpp
WebCore/page/animation/AnimationControllerPrivate.h
WebCore/page/animation/ImplicitAnimation.cpp
WebCore/page/animation/KeyframeAnimation.cpp
WebCore/platform/FileSystem.h
WebCore/platform/KURLGoogle.cpp
WebCore/platform/SSLKeyGenerator.h
WebCore/platform/ScrollView.cpp
WebCore/platform/ScrollView.h
WebCore/platform/SuddenTermination.h
WebCore/platform/android/ClipboardAndroid.h
WebCore/platform/android/CursorAndroid.cpp
WebCore/platform/android/FileChooserAndroid.cpp
WebCore/platform/android/FileSystemAndroid.cpp
WebCore/platform/android/KeyEventAndroid.cpp
WebCore/platform/android/ScreenAndroid.cpp
WebCore/platform/android/TemporaryLinkStubs.cpp
WebCore/platform/chromium/ChromiumBridge.h
WebCore/platform/chromium/ChromiumDataObject.h
WebCore/platform/chromium/FramelessScrollViewClient.h
WebCore/platform/chromium/KeyCodeConversionGtk.cpp
WebCore/platform/chromium/MIMETypeRegistryChromium.cpp [moved from WebCore/platform/chromium/MimeTypeRegistryChromium.cpp with 98% similarity]
WebCore/platform/chromium/PasteboardChromium.cpp
WebCore/platform/chromium/SSLKeyGeneratorChromium.cpp
WebCore/platform/chromium/ScrollbarThemeChromiumLinux.cpp
WebCore/platform/chromium/TemporaryLinkStubs.cpp
WebCore/platform/graphics/GraphicsContext.h
WebCore/platform/graphics/GraphicsContext3D.h
WebCore/platform/graphics/GraphicsLayer.cpp
WebCore/platform/graphics/GraphicsLayer.h
WebCore/platform/graphics/cairo/GraphicsContextCairo.cpp
WebCore/platform/graphics/cg/GraphicsContextCG.cpp
WebCore/platform/graphics/chromium/FontLinux.cpp
WebCore/platform/graphics/filters/FEColorMatrix.cpp
WebCore/platform/graphics/filters/FEComponentTransfer.cpp
WebCore/platform/graphics/filters/FEGaussianBlur.cpp [new file with mode: 0644]
WebCore/platform/graphics/filters/FEGaussianBlur.h [moved from WebCore/svg/graphics/filters/SVGFEGaussianBlur.h with 88% similarity]
WebCore/platform/graphics/filters/FilterEffect.cpp
WebCore/platform/graphics/filters/FilterEffect.h
WebCore/platform/graphics/filters/SourceAlpha.cpp
WebCore/platform/graphics/gtk/DataSourceGStreamer.cpp
WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.cpp
WebCore/platform/graphics/gtk/MediaPlayerPrivateGStreamer.h
WebCore/platform/graphics/gtk/VideoSinkGStreamer.cpp
WebCore/platform/graphics/gtk/VideoSinkGStreamer.h
WebCore/platform/graphics/haiku/GraphicsContextHaiku.cpp
WebCore/platform/graphics/haiku/SimpleFontDataHaiku.cpp
WebCore/platform/graphics/mac/Canvas3DLayer.h
WebCore/platform/graphics/mac/Canvas3DLayer.mm
WebCore/platform/graphics/mac/GraphicsContext3DMac.cpp
WebCore/platform/graphics/mac/GraphicsLayerCA.h
WebCore/platform/graphics/mac/GraphicsLayerCA.mm
WebCore/platform/graphics/mac/WebLayer.mm
WebCore/platform/graphics/qt/GraphicsContextQt.cpp
WebCore/platform/graphics/qt/ImageDecoderQt.cpp
WebCore/platform/graphics/qt/ImageDecoderQt.h
WebCore/platform/graphics/skia/GraphicsContextSkia.cpp
WebCore/platform/graphics/skia/PathSkia.cpp
WebCore/platform/graphics/skia/PlatformContextSkia.cpp
WebCore/platform/graphics/skia/PlatformContextSkia.h
WebCore/platform/graphics/skia/SkiaUtils.cpp
WebCore/platform/graphics/win/SimpleFontDataCairoWin.cpp
WebCore/platform/graphics/wince/GraphicsContextWince.cpp
WebCore/platform/graphics/wx/GraphicsContextWx.cpp
WebCore/platform/gtk/KeyEventGtk.cpp
WebCore/platform/gtk/Language.cpp
WebCore/platform/mac/ClipboardMac.mm
WebCore/platform/network/Credential.cpp
WebCore/platform/network/Credential.h
WebCore/platform/network/CredentialStorage.cpp
WebCore/platform/network/CredentialStorage.h
WebCore/platform/network/FormDataBuilder.cpp
WebCore/platform/network/ResourceRequestBase.cpp
WebCore/platform/network/ResourceRequestBase.h
WebCore/platform/network/cf/ResourceHandleCFNet.cpp
WebCore/platform/network/cf/ResourceRequestCFNet.cpp
WebCore/platform/network/chromium/ResourceRequest.cpp [new file with mode: 0644]
WebCore/platform/network/curl/ResourceHandleCurl.cpp
WebCore/platform/network/curl/ResourceHandleManager.cpp
WebCore/platform/network/curl/ResourceHandleManager.h
WebCore/platform/network/mac/AuthenticationMac.mm
WebCore/platform/network/mac/ResourceHandleMac.mm
WebCore/platform/network/mac/ResourceRequestMac.mm
WebCore/platform/network/qt/QNetworkReplyHandler.cpp
WebCore/platform/network/qt/QNetworkReplyHandler.h
WebCore/platform/qt/CursorQt.cpp
WebCore/platform/qt/Localizations.cpp
WebCore/platform/qt/PlatformScreenQt.cpp
WebCore/platform/qt/PopupMenuQt.cpp
WebCore/platform/qt/QWebPageClient.h
WebCore/platform/qt/WheelEventQt.cpp
WebCore/platform/sql/SQLiteDatabase.h
WebCore/platform/text/AtomicString.cpp
WebCore/platform/text/AtomicString.h
WebCore/platform/text/String.cpp
WebCore/platform/text/StringImpl.cpp
WebCore/platform/text/StringImpl.h
WebCore/platform/text/TextEncodingRegistry.cpp
WebCore/platform/win/ClipboardWin.cpp
WebCore/platform/win/ScrollbarThemeSafari.cpp
WebCore/platform/wx/wxcode/mac/carbon/fontprops.cpp
WebCore/plugins/PluginDataNone.cpp
WebCore/plugins/PluginDatabase.cpp
WebCore/plugins/PluginPackage.cpp
WebCore/plugins/PluginPackage.h
WebCore/plugins/PluginPackageNone.cpp
WebCore/plugins/PluginView.cpp
WebCore/plugins/PluginView.h
WebCore/plugins/PluginViewNone.cpp
WebCore/plugins/mac/PluginPackageMac.cpp
WebCore/plugins/mac/PluginViewMac.cpp
WebCore/plugins/qt/PluginContainerQt.cpp
WebCore/plugins/qt/PluginViewQt.cpp
WebCore/plugins/symbian/PluginContainerSymbian.cpp [new file with mode: 0644]
WebCore/plugins/symbian/PluginContainerSymbian.h [new file with mode: 0644]
WebCore/plugins/symbian/PluginDatabaseSymbian.cpp [new file with mode: 0644]
WebCore/plugins/symbian/PluginPackageSymbian.cpp [new file with mode: 0644]
WebCore/plugins/symbian/PluginViewSymbian.cpp [new file with mode: 0644]
WebCore/plugins/symbian/npinterface.h [new file with mode: 0644]
WebCore/plugins/win/PluginPackageWin.cpp
WebCore/plugins/win/PluginViewWin.cpp
WebCore/rendering/HitTestResult.cpp
WebCore/rendering/HitTestResult.h
WebCore/rendering/InlineFlowBox.cpp
WebCore/rendering/MediaControlElements.cpp
WebCore/rendering/MediaControlElements.h
WebCore/rendering/RenderBR.cpp
WebCore/rendering/RenderBox.cpp
WebCore/rendering/RenderBox.h
WebCore/rendering/RenderImage.cpp
WebCore/rendering/RenderInline.cpp
WebCore/rendering/RenderInline.h
WebCore/rendering/RenderLayer.cpp
WebCore/rendering/RenderLayer.h
WebCore/rendering/RenderLayerBacking.cpp
WebCore/rendering/RenderLayerBacking.h
WebCore/rendering/RenderMedia.cpp
WebCore/rendering/RenderMediaControls.cpp
WebCore/rendering/RenderMediaControlsChromium.cpp
WebCore/rendering/RenderObject.cpp
WebCore/rendering/RenderThemeChromiumSkia.cpp
WebCore/rendering/RenderThemeChromiumWin.cpp
WebCore/rendering/RenderThemeSafari.cpp
WebCore/rendering/RenderTreeAsText.cpp
WebCore/rendering/RenderTreeAsText.h
WebCore/rendering/SVGRenderSupport.cpp
WebCore/rendering/style/RenderStyle.h
WebCore/rendering/style/SVGRenderStyle.cpp
WebCore/rendering/style/SVGRenderStyle.h
WebCore/rendering/style/SVGRenderStyleDefs.cpp
WebCore/rendering/style/SVGRenderStyleDefs.h
WebCore/storage/Database.cpp
WebCore/storage/Database.h
WebCore/storage/DatabaseThread.cpp
WebCore/storage/DatabaseTracker.cpp
WebCore/storage/DatabaseTracker.h
WebCore/storage/OriginQuotaManager.cpp
WebCore/storage/SQLTransaction.cpp
WebCore/storage/SQLTransactionClient.cpp
WebCore/storage/StorageEvent.cpp
WebCore/storage/StorageEvent.h
WebCore/storage/StorageEvent.idl
WebCore/storage/StorageEventDispatcher.cpp
WebCore/svg/LinearGradientAttributes.h
WebCore/svg/RadialGradientAttributes.h
WebCore/svg/SVGAElement.cpp
WebCore/svg/SVGAElement.h
WebCore/svg/SVGAllInOne.cpp
WebCore/svg/SVGAltGlyphElement.h
WebCore/svg/SVGAnimatedProperty.h
WebCore/svg/SVGAnimatedTemplate.h
WebCore/svg/SVGAnimationElement.cpp
WebCore/svg/SVGAnimationElement.h
WebCore/svg/SVGCircleElement.cpp
WebCore/svg/SVGCircleElement.h
WebCore/svg/SVGClipPathElement.cpp
WebCore/svg/SVGClipPathElement.h
WebCore/svg/SVGCursorElement.cpp
WebCore/svg/SVGCursorElement.h
WebCore/svg/SVGDefsElement.cpp
WebCore/svg/SVGDefsElement.h
WebCore/svg/SVGElement.cpp
WebCore/svg/SVGElement.h
WebCore/svg/SVGElement.idl
WebCore/svg/SVGEllipseElement.cpp
WebCore/svg/SVGEllipseElement.h
WebCore/svg/SVGExternalResourcesRequired.cpp
WebCore/svg/SVGExternalResourcesRequired.h
WebCore/svg/SVGFECompositeElement.idl
WebCore/svg/SVGFEFloodElement.cpp
WebCore/svg/SVGFEFloodElement.h
WebCore/svg/SVGFEFloodElement.idl
WebCore/svg/SVGFEGaussianBlurElement.h
WebCore/svg/SVGFEImageElement.cpp
WebCore/svg/SVGFEImageElement.h
WebCore/svg/SVGFELightElement.h
WebCore/svg/SVGFEMergeElement.cpp
WebCore/svg/SVGFEMergeNodeElement.h
WebCore/svg/SVGFEMorphologyElement.cpp [new file with mode: 0644]
WebCore/svg/SVGFEMorphologyElement.h [new file with mode: 0644]
WebCore/svg/SVGFEMorphologyElement.idl [moved from WebCore/bindings/js/JSHTMLAllCollection.h with 58% similarity]
WebCore/svg/SVGFilterElement.cpp
WebCore/svg/SVGFilterElement.h
WebCore/svg/SVGFilterPrimitiveStandardAttributes.cpp
WebCore/svg/SVGFilterPrimitiveStandardAttributes.h
WebCore/svg/SVGFitToViewBox.cpp
WebCore/svg/SVGFitToViewBox.h
WebCore/svg/SVGFontElement.cpp
WebCore/svg/SVGFontElement.h
WebCore/svg/SVGForeignObjectElement.cpp
WebCore/svg/SVGForeignObjectElement.h
WebCore/svg/SVGGElement.cpp
WebCore/svg/SVGGElement.h
WebCore/svg/SVGGradientElement.cpp
WebCore/svg/SVGGradientElement.h
WebCore/svg/SVGImageElement.cpp
WebCore/svg/SVGImageElement.h
WebCore/svg/SVGLineElement.cpp
WebCore/svg/SVGLineElement.h
WebCore/svg/SVGLinearGradientElement.cpp
WebCore/svg/SVGMPathElement.cpp
WebCore/svg/SVGMPathElement.h
WebCore/svg/SVGMarkerElement.cpp
WebCore/svg/SVGMarkerElement.h
WebCore/svg/SVGMaskElement.cpp
WebCore/svg/SVGMaskElement.h
WebCore/svg/SVGPathElement.cpp
WebCore/svg/SVGPathElement.h
WebCore/svg/SVGPatternElement.cpp
WebCore/svg/SVGPatternElement.h
WebCore/svg/SVGPolyElement.cpp
WebCore/svg/SVGPolyElement.h
WebCore/svg/SVGRadialGradientElement.cpp
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/SVGStyledElement.cpp
WebCore/svg/SVGSwitchElement.cpp
WebCore/svg/SVGSwitchElement.h
WebCore/svg/SVGSymbolElement.cpp
WebCore/svg/SVGSymbolElement.h
WebCore/svg/SVGTRefElement.h
WebCore/svg/SVGTextContentElement.cpp
WebCore/svg/SVGTextContentElement.h
WebCore/svg/SVGTextPathElement.h
WebCore/svg/SVGUseElement.cpp
WebCore/svg/SVGUseElement.h
WebCore/svg/SVGViewElement.cpp
WebCore/svg/SVGViewElement.h
WebCore/svg/SVGViewSpec.cpp
WebCore/svg/SVGViewSpec.h
WebCore/svg/SynchronizablePropertyController.cpp [new file with mode: 0644]
WebCore/svg/SynchronizablePropertyController.h [new file with mode: 0644]
WebCore/svg/graphics/SVGImage.cpp
WebCore/svg/graphics/SVGResourceFilter.cpp
WebCore/svg/graphics/SVGResourceFilter.h
WebCore/svg/graphics/filters/SVGFEFlood.cpp
WebCore/svg/graphics/filters/SVGFEFlood.h
WebCore/svg/graphics/filters/SVGFEGaussianBlur.cpp [deleted file]
WebCore/svg/graphics/filters/SVGFEMorphology.cpp
WebCore/svg/graphics/filters/SVGFEMorphology.h
WebCore/svg/graphics/filters/SVGFilter.cpp
WebCore/svg/graphics/filters/SVGFilter.h
WebCore/svg/svgtags.in
WebCore/websockets/WebSocket.cpp
WebCore/websockets/WebSocket.h
WebCore/websockets/WebSocket.idl
WebCore/websockets/WebSocketChannel.cpp
WebCore/websockets/WebSocketChannel.h
WebCore/wml/WMLImageElement.cpp
WebCore/workers/WorkerContext.cpp
WebCore/workers/WorkerContext.idl
WebCore/wscript
WebCore/xml/XMLHttpRequest.cpp
WebCore/xml/XMLHttpRequest.h
WebCore/xml/XPathFunctions.cpp
WebKit/ChangeLog
WebKit/LICENSE
WebKit/WebKit.xcodeproj/project.pbxproj
WebKit/chromium/DEPS
WebKit/chromium/features.gypi
WebKit/gtk/ChangeLog
WebKit/gtk/NEWS
WebKit/gtk/WebCoreSupport/EditorClientGtk.cpp
WebKit/gtk/WebCoreSupport/EditorClientGtk.h
WebKit/gtk/WebCoreSupport/FrameLoaderClientGtk.cpp
WebKit/gtk/WebCoreSupport/InspectorClientGtk.cpp
WebKit/gtk/docs/webkitgtk-docs.sgml
WebKit/gtk/docs/webkitgtk-sections.txt
WebKit/gtk/po/ChangeLog
WebKit/gtk/po/GNUmakefile.am
WebKit/gtk/po/lt.po [new file with mode: 0644]
WebKit/gtk/tests/testatk.c
WebKit/gtk/webkit/webkitapplicationcache.cpp
WebKit/gtk/webkit/webkitdownload.cpp
WebKit/gtk/webkit/webkitdownload.h
WebKit/gtk/webkit/webkitprivate.h
WebKit/gtk/webkit/webkitsecurityorigin.h
WebKit/gtk/webkit/webkitwebframe.cpp
WebKit/gtk/webkit/webkitwebinspector.cpp
WebKit/gtk/webkit/webkitwebinspector.h
WebKit/gtk/webkit/webkitwebsettings.cpp
WebKit/gtk/webkit/webkitwebview.cpp
WebKit/mac/ChangeLog
WebKit/mac/Configurations/DebugRelease.xcconfig
WebKit/mac/Configurations/FeatureDefines.xcconfig
WebKit/mac/Configurations/Version.xcconfig
WebKit/mac/History/WebHistory.mm
WebKit/mac/History/WebHistoryPrivate.h
WebKit/mac/Misc/WebCoreStatistics.h
WebKit/mac/Misc/WebCoreStatistics.mm
WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.h
WebKit/mac/Plugins/Hosted/NetscapePluginHostManager.mm
WebKit/mac/Plugins/Hosted/NetscapePluginHostProxy.mm
WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.h
WebKit/mac/Plugins/Hosted/NetscapePluginInstanceProxy.mm
WebKit/mac/Plugins/Hosted/ProxyInstance.mm
WebKit/mac/Plugins/Hosted/WebHostedNetscapePluginView.mm
WebKit/mac/Plugins/Hosted/WebKitPluginHost.defs
WebKit/mac/Plugins/WebBaseNetscapePluginView.h
WebKit/mac/Plugins/WebBaseNetscapePluginView.mm
WebKit/mac/Plugins/WebNetscapePluginView.mm
WebKit/mac/WebCoreSupport/WebChromeClient.mm
WebKit/mac/WebCoreSupport/WebEditorClient.mm
WebKit/mac/WebCoreSupport/WebFrameLoaderClient.h
WebKit/mac/WebCoreSupport/WebFrameLoaderClient.mm
WebKit/mac/WebCoreSupport/WebPluginHalterClient.h
WebKit/mac/WebCoreSupport/WebPluginHalterClient.mm
WebKit/mac/WebView/WebDelegateImplementationCaching.h
WebKit/mac/WebView/WebDelegateImplementationCaching.mm
WebKit/mac/WebView/WebDynamicScrollBarsView.h
WebKit/mac/WebView/WebFrame.mm
WebKit/mac/WebView/WebFramePrivate.h
WebKit/mac/WebView/WebHTMLView.mm
WebKit/mac/WebView/WebHTMLViewPrivate.h
WebKit/mac/WebView/WebHistoryDelegate.h
WebKit/mac/WebView/WebPDFView.mm
WebKit/mac/WebView/WebPolicyDelegatePrivate.h
WebKit/mac/WebView/WebPreferenceKeysPrivate.h
WebKit/mac/WebView/WebPreferences.mm
WebKit/mac/WebView/WebPreferencesPrivate.h
WebKit/mac/WebView/WebResourceLoadDelegate.h
WebKit/mac/WebView/WebScriptDebugDelegate.mm
WebKit/mac/WebView/WebTextCompletionController.mm
WebKit/mac/WebView/WebVideoFullscreenController.mm
WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.h
WebKit/mac/WebView/WebVideoFullscreenHUDWindowController.mm
WebKit/mac/WebView/WebView.mm
WebKit/mac/WebView/WebViewEventHandling.mm [new file with mode: 0644]
WebKit/mac/WebView/WebViewInternal.h
WebKit/mac/WebView/WebViewPrivate.h
WebKit/mac/WebView/WebWindowAnimation.h
WebKit/mac/WebView/WebWindowAnimation.m
WebKit/qt/Api/qgraphicswebview.cpp
WebKit/qt/Api/qgraphicswebview.h
WebKit/qt/Api/qwebelement.cpp
WebKit/qt/Api/qwebelement.h
WebKit/qt/Api/qwebframe.cpp
WebKit/qt/Api/qwebframe.h
WebKit/qt/Api/qwebframe_p.h
WebKit/qt/Api/qwebhistory.cpp
WebKit/qt/Api/qwebhistory.h
WebKit/qt/Api/qwebpage.cpp
WebKit/qt/Api/qwebpage.h
WebKit/qt/Api/qwebpage_p.h
WebKit/qt/Api/qwebsecurityorigin.cpp
WebKit/qt/Api/qwebsecurityorigin.h
WebKit/qt/Api/qwebsettings.cpp
WebKit/qt/Api/qwebsettings.h
WebKit/qt/Api/qwebview.cpp
WebKit/qt/Api/qwebview.h
WebKit/qt/ChangeLog
WebKit/qt/QGVLauncher/QGVLauncher.pro
WebKit/qt/QGVLauncher/main.cpp
WebKit/qt/QtLauncher/QtLauncher.pro
WebKit/qt/QtLauncher/main.cpp
WebKit/qt/WebCoreSupport/EditorClientQt.cpp
WebKit/qt/WebCoreSupport/FrameLoaderClientQt.cpp
WebKit/qt/tests/benchmarks/loading/tst_loading.pro
WebKit/qt/tests/benchmarks/painting/tst_painting.pro
WebKit/qt/tests/qgraphicswebview/qgraphicswebview.pro
WebKit/qt/tests/qgraphicswebview/tst_qgraphicswebview.cpp
WebKit/qt/tests/qwebelement/image.png [new file with mode: 0644]
WebKit/qt/tests/qwebelement/qwebelement.pro
WebKit/qt/tests/qwebelement/qwebelement.qrc
WebKit/qt/tests/qwebelement/tst_qwebelement.cpp
WebKit/qt/tests/qwebframe/qwebframe.pro
WebKit/qt/tests/qwebframe/resources/image2.png [new file with mode: 0644]
WebKit/qt/tests/qwebframe/tst_qwebframe.cpp
WebKit/qt/tests/qwebhistory/qwebhistory.pro
WebKit/qt/tests/qwebhistory/tst_qwebhistory.cpp
WebKit/qt/tests/qwebhistoryinterface/qwebhistoryinterface.pro
WebKit/qt/tests/qwebpage/qwebpage.pro
WebKit/qt/tests/qwebpage/tst_qwebpage.cpp
WebKit/qt/tests/qwebplugindatabase/qwebplugindatabase.pro
WebKit/qt/tests/qwebview/qwebview.pro
WebKit/qt/tests/qwebview/tst_qwebview.cpp
WebKit/qt/tests/resources/test.swf [new file with mode: 0644]
WebKit/win/AccessibleBase.cpp
WebKit/win/AccessibleImage.cpp [new file with mode: 0644]
WebKit/win/AccessibleImage.h [new file with mode: 0644]
WebKit/win/ChangeLog
WebKit/win/Interfaces/IWebFramePrivate.idl
WebKit/win/Interfaces/IWebHistoryDelegate.idl [new file with mode: 0644]
WebKit/win/Interfaces/IWebHistoryPrivate.idl
WebKit/win/Interfaces/IWebNavigationData.idl [new file with mode: 0644]
WebKit/win/Interfaces/IWebPolicyDelegatePrivate.idl
WebKit/win/Interfaces/IWebPreferencesPrivate.idl
WebKit/win/Interfaces/IWebViewPrivate.idl
WebKit/win/Interfaces/WebKit.idl
WebKit/win/WebCoreSupport/WebChromeClient.cpp
WebKit/win/WebCoreSupport/WebContextMenuClient.cpp
WebKit/win/WebCoreSupport/WebDragClient.cpp
WebKit/win/WebCoreSupport/WebFrameLoaderClient.cpp
WebKit/win/WebCoreSupport/WebFrameLoaderClient.h
WebKit/win/WebCoreSupport/WebPluginHalterClient.cpp
WebKit/win/WebCoreSupport/WebPluginHalterClient.h
WebKit/win/WebDropSource.cpp
WebKit/win/WebDropSource.h
WebKit/win/WebElementPropertyBag.cpp
WebKit/win/WebFrame.cpp
WebKit/win/WebFrame.h
WebKit/win/WebHistory.cpp
WebKit/win/WebHistory.h
WebKit/win/WebKit.vcproj/Interfaces.vcproj
WebKit/win/WebKit.vcproj/InterfacesGenerated.vcproj [deleted file]
WebKit/win/WebKit.vcproj/WebKit.make
WebKit/win/WebKit.vcproj/WebKit.rc
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/WebKitClassFactory.cpp
WebKit/win/WebLocalizableStrings.cpp
WebKit/win/WebNavigationData.cpp [new file with mode: 0644]
WebKit/win/WebNavigationData.h [new file with mode: 0644]
WebKit/win/WebPreferenceKeysPrivate.h
WebKit/win/WebPreferences.cpp
WebKit/win/WebPreferences.h
WebKit/win/WebView.cpp
WebKit/win/WebView.h
WebKit/wx/ChangeLog
WebKit/wx/WebFrame.cpp
WebKit/wx/WebKitSupport/ChromeClientWx.cpp
WebKit/wx/WebKitSupport/FrameLoaderClientWx.cpp
WebKit/wx/WebView.cpp
WebKit/wx/WebView.h
WebKit/wx/bindings/python/samples/simple.py
WebKit/wx/bindings/python/webview.i
WebKitLibraries/ChangeLog
WebKitLibraries/win/tools/scripts/auto-version.sh
WebKitLibraries/win/tools/vsprops/debug_all.vsprops [new file with mode: 0644]
WebKitLibraries/win/tools/vsprops/debug_internal.vsprops
WebKitLibraries/win/tools/vsprops/debug_wincairo.vsprops
WebKitTools/ChangeLog
WebKitTools/DumpRenderTree/DumpRenderTree.sln
WebKitTools/DumpRenderTree/LayoutTestController.cpp
WebKitTools/DumpRenderTree/LayoutTestController.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.cpp
WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/PluginObject.h
WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/main.cpp
WebKitTools/DumpRenderTree/gtk/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/gtk/EventSender.cpp
WebKitTools/DumpRenderTree/gtk/LayoutTestControllerGtk.cpp
WebKitTools/DumpRenderTree/mac/Configurations/Base.xcconfig
WebKitTools/DumpRenderTree/mac/Configurations/DebugRelease.xcconfig
WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm
WebKitTools/DumpRenderTree/mac/HistoryDelegate.mm
WebKitTools/DumpRenderTree/mac/LayoutTestControllerMac.mm
WebKitTools/DumpRenderTree/mac/UIDelegate.mm
WebKitTools/DumpRenderTree/qt/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/qt/DumpRenderTree.pro
WebKitTools/DumpRenderTree/qt/EventSenderQt.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/EventSenderQt.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/LayoutTestControllerQt.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/LayoutTestControllerQt.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/TextInputControllerQt.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/TextInputControllerQt.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/WorkQueue.cpp
WebKitTools/DumpRenderTree/qt/WorkQueue.h
WebKitTools/DumpRenderTree/qt/WorkQueueItem.h
WebKitTools/DumpRenderTree/qt/WorkQueueItemQt.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/qt/jsobjects.cpp
WebKitTools/DumpRenderTree/qt/jsobjects.h
WebKitTools/DumpRenderTree/win/DumpRenderTree.cpp
WebKitTools/DumpRenderTree/win/DumpRenderTree.vcproj
WebKitTools/DumpRenderTree/win/EventSender.cpp
WebKitTools/DumpRenderTree/win/EventSender.h
WebKitTools/DumpRenderTree/win/HistoryDelegate.cpp [new file with mode: 0644]
WebKitTools/DumpRenderTree/win/HistoryDelegate.h [new file with mode: 0644]
WebKitTools/DumpRenderTree/win/ImageDiff.vcproj
WebKitTools/DumpRenderTree/win/LayoutTestControllerWin.cpp
WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.rc
WebKitTools/DumpRenderTree/win/TestNetscapePlugin/TestNetscapePlugin.vcproj
WebKitTools/DumpRenderTree/win/UIDelegate.cpp
WebKitTools/DumpRenderTree/wx/LayoutTestControllerWx.cpp
WebKitTools/FindSafari/FindSafari.rc
WebKitTools/FindSafari/FindSafari.vcproj
WebKitTools/GtkLauncher/main.c
WebKitTools/Scripts/VCSUtils.pm
WebKitTools/Scripts/bisect-builds
WebKitTools/Scripts/bugzilla-tool
WebKitTools/Scripts/modules/bugzilla.py
WebKitTools/Scripts/modules/buildbot.py
WebKitTools/Scripts/modules/buildbot_unittest.py
WebKitTools/Scripts/modules/committers.py
WebKitTools/Scripts/modules/cpp_style.py
WebKitTools/Scripts/modules/cpp_style_unittest.py
WebKitTools/Scripts/modules/scm.py
WebKitTools/Scripts/modules/scm_unittest.py
WebKitTools/Scripts/pdevenv
WebKitTools/Scripts/prepare-ChangeLog
WebKitTools/Scripts/resolve-ChangeLogs
WebKitTools/Scripts/run-iexploder-tests
WebKitTools/Scripts/run-javascriptcore-tests
WebKitTools/Scripts/run-jsc
WebKitTools/Scripts/run-launcher
WebKitTools/Scripts/run-mangleme-tests
WebKitTools/Scripts/run-sunspider
WebKitTools/Scripts/run-webkit-tests
WebKitTools/Scripts/sunspider-compare-results
WebKitTools/Scripts/svn-apply
WebKitTools/Scripts/svn-create-patch
WebKitTools/Scripts/svn-unapply
WebKitTools/Scripts/update-webkit
WebKitTools/Scripts/webkitdirs.pm
WebKitTools/WinLauncher/WinLauncher.vcproj
WebKitTools/pywebsocket/COPYING [new file with mode: 0644]
WebKitTools/pywebsocket/MANIFEST.in [new file with mode: 0644]
WebKitTools/pywebsocket/README [new file with mode: 0644]
WebKitTools/pywebsocket/example/echo_client.py [new file with mode: 0644]
WebKitTools/pywebsocket/example/echo_wsh.py [new file with mode: 0644]
WebKitTools/pywebsocket/mod_pywebsocket/__init__.py [new file with mode: 0644]
WebKitTools/pywebsocket/mod_pywebsocket/dispatch.py [new file with mode: 0644]
WebKitTools/pywebsocket/mod_pywebsocket/handshake.py [new file with mode: 0644]
WebKitTools/pywebsocket/mod_pywebsocket/headerparserhandler.py [new file with mode: 0644]
WebKitTools/pywebsocket/mod_pywebsocket/msgutil.py [new file with mode: 0644]
WebKitTools/pywebsocket/mod_pywebsocket/standalone.py [new file with mode: 0644]
WebKitTools/pywebsocket/mod_pywebsocket/util.py [new file with mode: 0644]
WebKitTools/pywebsocket/setup.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/config.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/mock.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/run_all.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/test_dispatch.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/test_handshake.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/test_mock.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/test_msgutil.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/test_util.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/testdata/handlers/blank_wsh.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/testdata/handlers/origin_check_wsh.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/testdata/handlers/sub/exception_in_transfer_wsh.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/testdata/handlers/sub/no_wsh_at_the_end.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/testdata/handlers/sub/non_callable_wsh.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/testdata/handlers/sub/plain_wsh.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/testdata/handlers/sub/wrong_handshake_sig_wsh.py [new file with mode: 0644]
WebKitTools/pywebsocket/test/testdata/handlers/sub/wrong_transfer_sig_wsh.py [new file with mode: 0644]
WebKitTools/wx/browser/wscript
WebKitTools/wx/build/build_utils.py
WebKitTools/wx/build/settings.py
WebKitTools/wx/install-unix-extras
WebKitTools/wx/packaging/build-mac-installer.py [new file with mode: 0644]
WebKitTools/wx/packaging/build-win-installer.py
WebKitTools/wx/packaging/wxWebKitInstaller.iss.in
autotools/symbols.filter
autotools/webkit.m4