diff options
Diffstat (limited to 'WebCore/WebCore.gypi')
-rw-r--r-- | WebCore/WebCore.gypi | 244 |
1 files changed, 168 insertions, 76 deletions
diff --git a/WebCore/WebCore.gypi b/WebCore/WebCore.gypi index b8316cf..d4d6767 100644 --- a/WebCore/WebCore.gypi +++ b/WebCore/WebCore.gypi @@ -1,8 +1,6 @@ { 'variables': { 'webcore_bindings_idl_files': [ - - #IDL files 'css/CSSCharsetRule.idl', 'css/CSSFontFaceRule.idl', 'css/CSSImportRule.idl', @@ -39,6 +37,7 @@ 'dom/Clipboard.idl', 'dom/Comment.idl', 'dom/CompositionEvent.idl', + 'dom/CustomEvent.idl', 'dom/DOMCoreException.idl', 'dom/DOMImplementation.idl', 'dom/Document.idl', @@ -108,6 +107,7 @@ 'html/canvas/WebGLTexture.idl', 'html/DataGridColumn.idl', 'html/DataGridColumnList.idl', + 'html/DOMFormData.idl', 'html/File.idl', 'html/FileList.idl', 'html/HTMLAllCollection.idl', @@ -165,6 +165,7 @@ 'html/HTMLParagraphElement.idl', 'html/HTMLParamElement.idl', 'html/HTMLPreElement.idl', + 'html/HTMLProgressElement.idl', 'html/HTMLQuoteElement.idl', 'html/HTMLScriptElement.idl', 'html/HTMLSelectElement.idl', @@ -190,6 +191,8 @@ 'inspector/InspectorBackend.idl', 'inspector/InspectorFrontendHost.idl', 'inspector/JavaScriptCallFrame.idl', + 'inspector/ScriptProfile.idl', + 'inspector/ScriptProfileNode.idl', 'loader/appcache/DOMApplicationCache.idl', 'notifications/Notification.idl', 'notifications/NotificationCenter.idl', @@ -216,7 +219,7 @@ 'storage/Database.idl', 'storage/IDBDatabaseError.idl', 'storage/IDBDatabaseException.idl', - 'storage/IDBRequest.idl', + 'storage/IDBDatabaseRequest.idl', 'storage/IndexedDatabaseRequest.idl', 'storage/SQLError.idl', 'storage/SQLResultSet.idl', @@ -224,6 +227,28 @@ 'storage/SQLTransaction.idl', 'storage/Storage.idl', 'storage/StorageEvent.idl', + 'websockets/WebSocket.idl', + 'workers/AbstractWorker.idl', + 'workers/DedicatedWorkerContext.idl', + 'workers/SharedWorker.idl', + 'workers/SharedWorkerContext.idl', + 'workers/Worker.idl', + 'workers/WorkerContext.idl', + 'workers/WorkerLocation.idl', + 'xml/DOMParser.idl', + 'xml/XMLHttpRequest.idl', + 'xml/XMLHttpRequestException.idl', + 'xml/XMLHttpRequestProgressEvent.idl', + 'xml/XMLHttpRequestUpload.idl', + 'xml/XMLSerializer.idl', + 'xml/XPathEvaluator.idl', + 'xml/XPathException.idl', + 'xml/XPathExpression.idl', + 'xml/XPathNSResolver.idl', + 'xml/XPathResult.idl', + 'xml/XSLTProcessor.idl', + ], + 'webcore_svg_bindings_idl_files': [ 'svg/ElementTimeControl.idl', 'svg/SVGAElement.idl', 'svg/SVGAltGlyphElement.idl', @@ -370,26 +395,6 @@ 'svg/SVGViewSpec.idl', 'svg/SVGZoomAndPan.idl', 'svg/SVGZoomEvent.idl', - 'websockets/WebSocket.idl', - 'workers/AbstractWorker.idl', - 'workers/DedicatedWorkerContext.idl', - 'workers/SharedWorker.idl', - 'workers/SharedWorkerContext.idl', - 'workers/Worker.idl', - 'workers/WorkerContext.idl', - 'workers/WorkerLocation.idl', - 'xml/DOMParser.idl', - 'xml/XMLHttpRequest.idl', - 'xml/XMLHttpRequestException.idl', - 'xml/XMLHttpRequestProgressEvent.idl', - 'xml/XMLHttpRequestUpload.idl', - 'xml/XMLSerializer.idl', - 'xml/XPathEvaluator.idl', - 'xml/XPathException.idl', - 'xml/XPathExpression.idl', - 'xml/XPathNSResolver.idl', - 'xml/XPathResult.idl', - 'xml/XSLTProcessor.idl', ], 'webcore_files': [ @@ -420,6 +425,8 @@ 'accessibility/AccessibilityMenuListOption.h', 'accessibility/AccessibilityObject.cpp', 'accessibility/AccessibilityObject.h', + 'accessibility/AccessibilityProgressIndicator.cpp', + 'accessibility/AccessibilityProgressIndicator.h', 'accessibility/AccessibilityRenderObject.cpp', 'accessibility/AccessibilityRenderObject.h', 'accessibility/AccessibilityScrollbar.cpp', @@ -462,6 +469,10 @@ 'bindings/generic/RuntimeEnabledFeatures.h', 'bindings/js/CachedScriptSourceProvider.h', 'bindings/js/DOMObjectWithSVGContext.h', + 'bindings/js/DOMObjectHashTableMap.cpp', + 'bindings/js/DOMObjectHashTableMap.h', + 'bindings/js/DOMWrapperWorld.cpp', + 'bindings/js/DOMWrapperWorld.h', 'bindings/js/GCController.cpp', 'bindings/js/GCController.h', 'bindings/js/JSCallbackData.cpp', @@ -501,6 +512,8 @@ 'bindings/js/JSDataGridDataSource.cpp', 'bindings/js/JSDataGridDataSource.h', 'bindings/js/JSDedicatedWorkerContextCustom.cpp', + 'bindings/js/JSDebugWrapperSet.cpp', + 'bindings/js/JSDebugWrapperSet.h', 'bindings/js/JSDocumentCustom.cpp', 'bindings/js/JSDocumentFragmentCustom.cpp', 'bindings/js/JSDOMApplicationCacheCustom.cpp', @@ -514,6 +527,8 @@ 'bindings/js/JSDOMWindowCustom.h', 'bindings/js/JSDOMWindowShell.cpp', 'bindings/js/JSDOMWindowShell.h', + 'bindings/js/JSDOMWrapper.cpp', + 'bindings/js/JSDOMWrapper.h', 'bindings/js/JSElementCustom.cpp', 'bindings/js/JSEventCustom.cpp', 'bindings/js/JSEventListener.cpp', @@ -568,6 +583,7 @@ 'bindings/js/JSNamedNodesCollection.h', 'bindings/js/JSNavigatorCustom.cpp', 'bindings/js/JSNodeCustom.cpp', + 'bindings/js/JSNodeCustom.h', 'bindings/js/JSNodeFilterCondition.cpp', 'bindings/js/JSNodeFilterCondition.h', 'bindings/js/JSNodeFilterCustom.cpp', @@ -584,6 +600,7 @@ 'bindings/js/JSSharedWorkerConstructor.cpp', 'bindings/js/JSSharedWorkerConstructor.h', 'bindings/js/JSSharedWorkerCustom.cpp', + 'bindings/js/JSScriptProfileNodeCustom.cpp', 'bindings/js/JSSQLResultSetRowListCustom.cpp', 'bindings/js/JSSQLTransactionCustom.cpp', 'bindings/js/JSStorageCustom.cpp', @@ -612,6 +629,8 @@ 'bindings/js/JSWorkerContextBase.cpp', 'bindings/js/JSWorkerContextBase.h', 'bindings/js/JSWorkerContextCustom.cpp', + 'bindings/js/JSWorkerContextErrorHandler.cpp', + 'bindings/js/JSWorkerContextErrorHandler.h', 'bindings/js/JSWorkerCustom.cpp', 'bindings/js/JSXMLHttpRequestConstructor.cpp', 'bindings/js/JSXMLHttpRequestConstructor.h', @@ -620,10 +639,8 @@ 'bindings/js/JSXSLTProcessorConstructor.cpp', 'bindings/js/JSXSLTProcessorConstructor.h', 'bindings/js/JSXSLTProcessorCustom.cpp', - 'bindings/js/JavaScriptProfile.cpp', - 'bindings/js/JavaScriptProfile.h', - 'bindings/js/JavaScriptProfileNode.cpp', - 'bindings/js/JavaScriptProfileNode.h', + 'bindings/js/JavaScriptCallFrame.cpp', + 'bindings/js/JavaScriptCallFrame.h', 'bindings/js/ScheduledAction.cpp', 'bindings/js/ScheduledAction.h', 'bindings/js/ScriptArray.cpp', @@ -657,14 +674,13 @@ 'bindings/js/ScriptValue.h', 'bindings/js/ScriptWrappable.h', 'bindings/js/StringSourceProvider.h', + 'bindings/js/WebCoreJSClientData.h', 'bindings/js/WorkerScriptController.cpp', 'bindings/js/WorkerScriptController.h', 'bindings/ScriptControllerBase.cpp', 'bindings/v8/ChildThreadDOMData.cpp', 'bindings/v8/ChildThreadDOMData.h', - 'bindings/v8/custom/V8AbstractWorkerCustom.cpp', 'bindings/v8/custom/V8AttrCustom.cpp', - 'bindings/v8/custom/V8BarInfoCustom.cpp', 'bindings/v8/custom/V8CanvasPixelArrayCustom.cpp', 'bindings/v8/custom/V8WebGLArrayCustom.h', 'bindings/v8/custom/V8WebGLArrayCustom.cpp', @@ -679,11 +695,13 @@ 'bindings/v8/custom/V8CanvasRenderingContext2DCustom.cpp', 'bindings/v8/custom/V8WebGLRenderingContextCustom.cpp', 'bindings/v8/custom/V8ClipboardCustom.cpp', + 'bindings/v8/custom/V8ConsoleCustom.cpp', 'bindings/v8/custom/V8CoordinatesCustom.cpp', 'bindings/v8/custom/V8CSSRuleCustom.cpp', 'bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp', 'bindings/v8/custom/V8CSSStyleSheetCustom.cpp', 'bindings/v8/custom/V8CSSValueCustom.cpp', + 'bindings/v8/custom/V8CustomIDBCallbacks.h', 'bindings/v8/custom/V8CustomEventListener.cpp', 'bindings/v8/custom/V8CustomEventListener.h', 'bindings/v8/custom/V8CustomPositionCallback.cpp', @@ -702,18 +720,18 @@ 'bindings/v8/custom/V8CustomVoidCallback.h', 'bindings/v8/custom/V8CustomXPathNSResolver.cpp', 'bindings/v8/custom/V8CustomXPathNSResolver.h', + 'bindings/v8/custom/V8DatabaseCallback.cpp', + 'bindings/v8/custom/V8DatabaseCallback.h', 'bindings/v8/custom/V8DatabaseCustom.cpp', 'bindings/v8/custom/V8DataGridColumnListCustom.cpp', 'bindings/v8/custom/V8DedicatedWorkerContextCustom.cpp', 'bindings/v8/custom/V8DocumentLocationCustom.cpp', - 'bindings/v8/custom/V8DOMApplicationCacheCustom.cpp', - 'bindings/v8/custom/V8DOMSelectionCustom.cpp', + 'bindings/v8/custom/V8DOMFormDataCustom.cpp', 'bindings/v8/custom/V8DOMWindowCustom.cpp', 'bindings/v8/custom/V8DocumentCustom.cpp', 'bindings/v8/custom/V8ElementCustom.cpp', 'bindings/v8/custom/V8EventCustom.cpp', 'bindings/v8/custom/V8EventSourceConstructor.cpp', - 'bindings/v8/custom/V8EventSourceCustom.cpp', 'bindings/v8/custom/V8GeolocationCustom.cpp', 'bindings/v8/custom/V8HistoryCustom.cpp', 'bindings/v8/custom/V8HTMLAudioElementConstructor.cpp', @@ -737,10 +755,10 @@ 'bindings/v8/custom/V8HTMLPlugInElementCustom.cpp', 'bindings/v8/custom/V8HTMLSelectElementCustom.cpp', 'bindings/v8/custom/V8HTMLSelectElementCustom.h', - 'bindings/v8/custom/V8IDBRequestCustom.cpp', 'bindings/v8/custom/V8IndexedDatabaseRequestCustom.cpp', 'bindings/v8/custom/V8InjectedScriptHostCustom.cpp', 'bindings/v8/custom/V8InspectorFrontendHostCustom.cpp', + 'bindings/v8/custom/V8JavaScriptCallFrameCustom.cpp', 'bindings/v8/custom/V8LocationCustom.cpp', 'bindings/v8/custom/V8MessageChannelConstructor.cpp', 'bindings/v8/custom/V8MessageEventCustom.cpp', @@ -749,23 +767,22 @@ 'bindings/v8/custom/V8NamedNodeMapCustom.cpp', 'bindings/v8/custom/V8NamedNodesCollection.cpp', 'bindings/v8/custom/V8NamedNodesCollection.h', - 'bindings/v8/custom/V8NavigatorCustom.cpp', 'bindings/v8/custom/V8NodeCustom.cpp', 'bindings/v8/custom/V8NodeFilterCustom.cpp', 'bindings/v8/custom/V8NodeIteratorCustom.cpp', 'bindings/v8/custom/V8NodeListCustom.cpp', 'bindings/v8/custom/V8NotificationCenterCustom.cpp', 'bindings/v8/custom/V8PopStateEventCustom.cpp', + 'bindings/v8/custom/V8ScriptProfileCustom.cpp', + 'bindings/v8/custom/V8ScriptProfileNodeCustom.cpp', 'bindings/v8/custom/V8StorageCustom.cpp', 'bindings/v8/custom/V8SQLResultSetRowListCustom.cpp', 'bindings/v8/custom/V8SQLTransactionCustom.cpp', 'bindings/v8/custom/V8SVGDocumentCustom.cpp', 'bindings/v8/custom/V8SVGElementCustom.cpp', - 'bindings/v8/custom/V8SVGElementInstanceCustom.cpp', 'bindings/v8/custom/V8SVGLengthCustom.cpp', 'bindings/v8/custom/V8SVGMatrixCustom.cpp', 'bindings/v8/custom/V8SVGPathSegCustom.cpp', - 'bindings/v8/custom/V8ScreenCustom.cpp', 'bindings/v8/custom/V8SharedWorkerCustom.cpp', 'bindings/v8/custom/V8StyleSheetCustom.cpp', 'bindings/v8/custom/V8StyleSheetListCustom.cpp', @@ -777,7 +794,6 @@ 'bindings/v8/custom/V8WorkerCustom.cpp', 'bindings/v8/custom/V8XMLHttpRequestConstructor.cpp', 'bindings/v8/custom/V8XMLHttpRequestCustom.cpp', - 'bindings/v8/custom/V8XMLHttpRequestUploadCustom.cpp', 'bindings/v8/custom/V8XSLTProcessorCustom.cpp', 'bindings/v8/DateExtension.cpp', 'bindings/v8/DateExtension.h', @@ -785,11 +801,12 @@ 'bindings/v8/DOMData.h', 'bindings/v8/DOMDataStore.cpp', 'bindings/v8/DOMDataStore.h', - 'bindings/v8/DOMObjectsInclude.h', 'bindings/v8/DOMWrapperWorld.cpp', 'bindings/v8/DOMWrapperWorld.h', 'bindings/v8/IsolatedWorld.cpp', 'bindings/v8/IsolatedWorld.h', + 'bindings/v8/JavaScriptCallFrame.cpp', + 'bindings/v8/JavaScriptCallFrame.h', 'bindings/v8/MainThreadDOMData.cpp', 'bindings/v8/MainThreadDOMData.h', 'bindings/v8/NPV8Object.cpp', @@ -814,11 +831,16 @@ 'bindings/v8/ScriptEventListener.h', 'bindings/v8/ScriptFunctionCall.cpp', 'bindings/v8/ScriptFunctionCall.h', + 'bindings/v8/ScriptGCEvent.cpp', + 'bindings/v8/ScriptGCEvent.h', 'bindings/v8/ScriptInstance.cpp', 'bindings/v8/ScriptInstance.h', 'bindings/v8/ScriptObject.cpp', 'bindings/v8/ScriptObject.h', + 'bindings/v8/ScriptProfile.cpp', 'bindings/v8/ScriptProfile.h', + 'bindings/v8/ScriptProfileNode.cpp', + 'bindings/v8/ScriptProfileNode.h', 'bindings/v8/ScriptProfiler.cpp', 'bindings/v8/ScriptProfiler.h', 'bindings/v8/ScriptScope.cpp', @@ -859,12 +881,12 @@ 'bindings/v8/V8EventListenerList.h', 'bindings/v8/V8GCController.cpp', 'bindings/v8/V8GCController.h', + 'bindings/v8/V8GCForContextDispose.cpp', + 'bindings/v8/V8GCForContextDispose.h', 'bindings/v8/V8Helpers.cpp', 'bindings/v8/V8Helpers.h', 'bindings/v8/V8HiddenPropertyName.cpp', 'bindings/v8/V8HiddenPropertyName.h', - 'bindings/v8/V8Index.cpp', - 'bindings/v8/V8Index.h', 'bindings/v8/V8IsolatedContext.cpp', 'bindings/v8/V8IsolatedContext.h', 'bindings/v8/V8LazyEventListener.cpp', @@ -880,6 +902,8 @@ 'bindings/v8/V8SVGPODTypeWrapper.h', 'bindings/v8/V8Utilities.cpp', 'bindings/v8/V8Utilities.h', + 'bindings/v8/V8WorkerContextErrorHandler.cpp', + 'bindings/v8/V8WorkerContextErrorHandler.h', 'bindings/v8/V8WorkerContextEventListener.cpp', 'bindings/v8/V8WorkerContextEventListener.h', 'bindings/v8/WorkerContextExecutionProxy.h', @@ -888,6 +912,7 @@ 'bindings/v8/WorkerScriptController.cpp', 'bindings/v8/WorldContextHandle.cpp', 'bindings/v8/WorldContextHandle.h', + 'bindings/v8/WrapperTypeInfo.h', 'bindings/v8/npruntime.cpp', 'bindings/v8/npruntime_impl.h', 'bindings/v8/npruntime_internal.h', @@ -1042,6 +1067,8 @@ 'dom/CDATASection.h', 'dom/CSSMappedAttributeDeclaration.cpp', 'dom/CSSMappedAttributeDeclaration.h', + 'dom/CanvasSurface.cpp', + 'dom/CanvasSurface.h', 'dom/CharacterData.cpp', 'dom/CharacterData.h', 'dom/CheckedRadioButtons.cpp', @@ -1066,6 +1093,8 @@ 'dom/ContainerNode.cpp', 'dom/ContainerNode.h', 'dom/ContainerNodeAlgorithms.h', + 'dom/CustomEvent.cpp', + 'dom/CustomEvent.h', 'dom/DOMCoreException.h', 'dom/DOMImplementation.cpp', 'dom/DOMImplementation.h', @@ -1193,6 +1222,11 @@ 'dom/Text.h', 'dom/TextEvent.cpp', 'dom/TextEvent.h', + 'dom/Touch.cpp', + 'dom/Touch.h', + 'dom/TouchEvent.cpp', + 'dom/TouchList.cpp', + 'dom/TouchList.h', 'dom/Tokenizer.h', 'dom/TransformSourceLibxslt.cpp', 'dom/TransformSource.h', @@ -1204,6 +1238,10 @@ 'dom/UIEvent.h', 'dom/UIEventWithKeyState.cpp', 'dom/UIEventWithKeyState.h', + 'dom/UserGestureIndicator.cpp', + 'dom/UserGestureIndicator.h', + 'dom/ViewportArguments.cpp', + 'dom/ViewportArguments.h', 'dom/WebKitAnimationEvent.cpp', 'dom/WebKitAnimationEvent.h', 'dom/WebKitTransitionEvent.cpp', @@ -1396,6 +1434,8 @@ 'html/DataGridColumn.h', 'html/DOMDataGridDataSource.cpp', 'html/DOMDataGridDataSource.h', + 'html/DOMFormData.cpp', + 'html/DOMFormData.h', 'html/DataGridColumnList.cpp', 'html/DataGridColumnList.h', 'html/DateComponents.cpp', @@ -1404,6 +1444,14 @@ 'html/File.h', 'html/FileList.cpp', 'html/FileList.h', + 'html/FileStream.cpp', + 'html/FileStream.h', + 'html/FileStreamClient.h', + 'html/FileStreamProxy.cpp', + 'html/FileStreamProxy.h', + 'html/FileThread.cpp', + 'html/FileThread.h', + 'html/FileThreadTask.h', 'html/FormDataList.cpp', 'html/FormDataList.h', 'html/HTMLAllCollection.cpp', @@ -1538,6 +1586,8 @@ 'html/HTMLPlugInImageElement.h', 'html/HTMLPreElement.cpp', 'html/HTMLPreElement.h', + 'html/HTMLProgressElement.cpp', + 'html/HTMLProgressElement.h', 'html/HTMLQuoteElement.cpp', 'html/HTMLQuoteElement.h', 'html/HTMLScriptElement.cpp', @@ -1581,6 +1631,8 @@ 'html/MediaError.h', 'html/PreloadScanner.cpp', 'html/PreloadScanner.h', + 'html/StepRange.cpp', + 'html/StepRange.h', 'html/TextMetrics.h', 'html/TimeRanges.cpp', 'html/TimeRanges.h', @@ -1606,17 +1658,19 @@ 'inspector/InspectorDOMStorageResource.h', 'inspector/InspectorFrontend.cpp', 'inspector/InspectorFrontend.h', + 'inspector/InspectorFrontendClient.h', + 'inspector/InspectorFrontendClientLocal.cpp', + 'inspector/InspectorFrontendClientLocal.h', 'inspector/InspectorFrontendHost.cpp', 'inspector/InspectorFrontendHost.h', 'inspector/InspectorResource.cpp', 'inspector/InspectorResource.h', 'inspector/InspectorTimelineAgent.cpp', 'inspector/InspectorTimelineAgent.h', - 'inspector/JavaScriptCallFrame.cpp', - 'inspector/JavaScriptCallFrame.h', - 'inspector/JavaScriptDebugListener.h', - 'inspector/JavaScriptDebugServer.cpp', - 'inspector/JavaScriptDebugServer.h', + 'inspector/InspectorWorkerResource.h', + 'inspector/ScriptBreakpoint.h', + 'inspector/ScriptDebugListener.h', + 'inspector/ScriptGCEventListener.h', 'inspector/TimelineRecordFactory.cpp', 'inspector/TimelineRecordFactory.h', 'loader/appcache/ApplicationCache.cpp', @@ -1693,6 +1747,8 @@ 'loader/DocumentLoader.h', 'loader/DocumentThreadableLoader.cpp', 'loader/DocumentThreadableLoader.h', + 'loader/DocumentWriter.cpp', + 'loader/DocumentWriter.h', 'loader/EmptyClients.h', 'loader/FTPDirectoryDocument.cpp', 'loader/FTPDirectoryDocument.h', @@ -1838,11 +1894,13 @@ 'page/FrameView.h', 'page/Geolocation.cpp', 'page/Geolocation.h', - 'page/GeolocationController.cpp' - 'page/GeolocationController.h' - 'page/GeolocationControllerClient.h' - 'page/GeolocationError.h' - 'page/GeolocationPosition.h' + 'page/GeolocationController.cpp', + 'page/GeolocationController.h', + 'page/GeolocationControllerClient.h', + 'page/GeolocationError.h', + 'page/GeolocationPosition.h', + 'page/GeolocationPositionCache.cpp', + 'page/GeolocationPositionCache.h', 'page/Geoposition.h', 'page/HaltablePlugin.h', 'page/History.cpp', @@ -1879,6 +1937,8 @@ 'page/SecurityOriginHash.h', 'page/Settings.cpp', 'page/Settings.h', + 'page/SpatialNavigation.h', + 'page/SpatialNavigation.cpp', 'page/UserContentURLPattern.cpp', 'page/UserContentURLPattern.h', 'page/UserScript.h', @@ -1892,6 +1952,7 @@ 'page/WorkerNavigator.h', 'page/XSSAuditor.cpp', 'page/XSSAuditor.h', + 'page/ZoomMode.h', 'platform/animation/Animation.cpp', 'platform/animation/Animation.h', 'platform/animation/AnimationList.cpp', @@ -1917,7 +1978,8 @@ 'platform/chromium/CursorChromium.cpp', 'platform/chromium/DragDataChromium.cpp', 'platform/chromium/DragDataRef.h', - 'platform/chromium/DragImageChromium.cpp', + 'platform/chromium/DragImageChromiumMac.cpp', + 'platform/chromium/DragImageChromiumSkia.cpp', 'platform/chromium/DragImageRef.h', 'platform/chromium/FileChooserChromium.cpp', 'platform/chromium/FileSystemChromium.cpp', @@ -1929,10 +1991,9 @@ 'platform/chromium/FramelessScrollViewClient.h', 'platform/chromium/GeolocationServiceChromium.cpp', 'platform/chromium/GeolocationServiceChromium.h', + 'platform/chromium/GLES2Context.h', 'platform/chromium/KeyCodeConversion.h', 'platform/chromium/KeyCodeConversionGtk.cpp', - 'platform/chromium/KeyboardCodesPosix.h', - 'platform/chromium/KeyboardCodesWin.h', 'platform/chromium/Language.cpp', 'platform/chromium/LinkHashChromium.cpp', 'platform/chromium/MIMETypeRegistryChromium.cpp', @@ -2013,11 +2074,17 @@ 'platform/graphics/chromium/FontUtilsChromiumWin.h', 'platform/graphics/chromium/GlyphPageTreeNodeChromiumWin.cpp', 'platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp', + 'platform/graphics/chromium/GraphicsLayerChromium.cpp', + 'platform/graphics/chromium/GraphicsLayerChromium.h', 'platform/graphics/chromium/IconChromiumLinux.cpp', 'platform/graphics/chromium/IconChromiumMac.cpp', 'platform/graphics/chromium/IconChromiumWin.cpp', 'platform/graphics/chromium/ImageBufferData.h', 'platform/graphics/chromium/ImageChromiumMac.mm', + 'platform/graphics/chromium/LayerChromium.cpp', + 'platform/graphics/chromium/LayerChromium.h', + 'platform/graphics/chromium/LayerRendererChromium.cpp', + 'platform/graphics/chromium/LayerRendererChromium.h', 'platform/graphics/chromium/MediaPlayerPrivateChromium.h', 'platform/graphics/chromium/PlatformIcon.h', 'platform/graphics/chromium/SimpleFontDataChromiumWin.cpp', @@ -2276,8 +2343,8 @@ 'platform/graphics/GlyphBuffer.h', 'platform/graphics/GlyphPageTreeNode.cpp', 'platform/graphics/GlyphPageTreeNode.h', - 'platform/graphics/GlyphWidthMap.cpp', - 'platform/graphics/GlyphWidthMap.h', + 'platform/graphics/GlyphMetricsMap.cpp', + 'platform/graphics/GlyphMetricsMap.h', 'platform/graphics/Gradient.cpp', 'platform/graphics/Gradient.h', 'platform/graphics/GraphicsContext.cpp', @@ -2340,7 +2407,6 @@ 'platform/gtk/GeolocationServiceGtk.h', 'platform/gtk/KURLGtk.cpp', 'platform/gtk/KeyEventGtk.cpp', - 'platform/gtk/KeyboardCodes.h', 'platform/gtk/Language.cpp', 'platform/gtk/LocalizedStringsGtk.cpp', 'platform/gtk/LoggingGtk.cpp', @@ -2573,7 +2639,6 @@ 'platform/qt/FileChooserQt.cpp', 'platform/qt/FileSystemQt.cpp', 'platform/qt/KURLQt.cpp', - 'platform/qt/KeyboardCodes.h', 'platform/qt/Localizations.cpp', 'platform/qt/LoggingQt.cpp', 'platform/qt/MIMETypeRegistryQt.cpp', @@ -2631,7 +2696,6 @@ 'platform/text/mac/TextBreakIteratorInternalICUMac.mm', 'platform/text/mac/TextCodecMac.cpp', 'platform/text/mac/TextCodecMac.h', - 'platform/text/qt/StringQt.cpp', 'platform/text/qt/TextBoundaries.cpp', 'platform/text/qt/TextBreakIteratorQt.cpp', 'platform/text/qt/TextCodecQt.cpp', @@ -2640,7 +2704,6 @@ 'platform/text/symbian/StringSymbian.cpp', 'platform/text/win/TextBreakIteratorInternalICUWin.cpp', 'platform/text/wx/StringWx.cpp', - 'platform/text/AtomicString.cpp', 'platform/text/AtomicString.h', 'platform/text/AtomicStringHash.h', 'platform/text/AtomicStringImpl.h', @@ -2649,8 +2712,6 @@ 'platform/text/BidiContext.cpp', 'platform/text/BidiContext.h', 'platform/text/BidiResolver.h', - 'platform/text/CString.cpp', - 'platform/text/CString.h', 'platform/text/CharacterNames.h', 'platform/text/ParserUtilities.h', 'platform/text/PlatformString.h', @@ -2663,8 +2724,8 @@ 'platform/text/StringBuilder.cpp', 'platform/text/StringBuilder.h', 'platform/text/StringHash.h', - 'platform/text/StringImpl.cpp', 'platform/text/StringImpl.h', + 'platform/text/SuffixTree.h', 'platform/text/TextBoundaries.h', 'platform/text/TextBoundaries.cpp', 'platform/text/TextBreakIterator.h', @@ -2760,7 +2821,6 @@ 'platform/wx/EventLoopWx.cpp', 'platform/wx/FileSystemWx.cpp', 'platform/wx/KeyEventWin.cpp', - 'platform/wx/KeyboardCodes.h', 'platform/wx/KeyboardEventWx.cpp', 'platform/wx/LocalizedStringsWx.cpp', 'platform/wx/LoggingWx.cpp', @@ -2804,7 +2864,6 @@ 'platform/GeolocationService.cpp', 'platform/GeolocationService.h', 'platform/HostWindow.h', - 'platform/KeyboardCodes.h', 'platform/KURL.cpp', 'platform/KURL.h', 'platform/KURLGoogle.cpp', @@ -2846,6 +2905,8 @@ 'platform/ScrollbarThemeComposite.cpp', 'platform/ScrollbarThemeComposite.h', 'platform/SearchPopupMenu.h', + 'platform/SecureTextInput.cpp', + 'platform/SecureTextInput.h', 'platform/SharedBuffer.cpp', 'platform/SharedBuffer.h', 'platform/SharedTimer.h', @@ -2863,8 +2924,11 @@ 'platform/Timer.cpp', 'platform/Timer.h', 'platform/TreeShared.h', + 'platform/UUID.cpp', + 'platform/UUID.h', 'platform/Widget.cpp', 'platform/Widget.h', + 'platform/WindowsKeyboardCodes.h', 'plugins/chromium/PluginDataChromium.cpp', 'plugins/chromium/PluginDataChromium.h', 'plugins/gtk/PluginDataGtk.cpp', @@ -2912,6 +2976,7 @@ 'plugins/PluginStream.h', 'plugins/PluginView.cpp', 'plugins/PluginView.h', + 'plugins/PluginViewNone.cpp', 'plugins/npapi.cpp', 'plugins/npfunctions.h', 'rendering/style/BindingURI.cpp', @@ -2991,7 +3056,6 @@ 'rendering/InlineFlowBox.cpp', 'rendering/InlineFlowBox.h', 'rendering/InlineIterator.h', - 'rendering/InlineRunBox.h', 'rendering/InlineTextBox.cpp', 'rendering/InlineTextBox.h', 'rendering/LayoutState.cpp', @@ -3031,10 +3095,14 @@ 'rendering/RenderForeignObject.h', 'rendering/RenderFrame.cpp', 'rendering/RenderFrame.h', + 'rendering/RenderFrameBase.cpp', + 'rendering/RenderFrameBase.h', 'rendering/RenderFrameSet.cpp', 'rendering/RenderFrameSet.h', 'rendering/RenderHTMLCanvas.cpp', 'rendering/RenderHTMLCanvas.h', + 'rendering/RenderIFrame.cpp', + 'rendering/RenderIFrame.h', 'rendering/RenderImage.cpp', 'rendering/RenderImage.h', 'rendering/RenderImageGeneratedContent.cpp', @@ -3069,10 +3137,10 @@ 'rendering/RenderObjectChildList.h', 'rendering/RenderPart.cpp', 'rendering/RenderPart.h', - 'rendering/RenderPartObject.cpp', - 'rendering/RenderPartObject.h', 'rendering/RenderPath.cpp', 'rendering/RenderPath.h', + 'rendering/RenderProgress.cpp', + 'rendering/RenderProgress.h', 'rendering/RenderReplaced.cpp', 'rendering/RenderReplaced.h', 'rendering/RenderReplica.cpp', @@ -3102,6 +3170,12 @@ 'rendering/RenderSVGModelObject.cpp', 'rendering/RenderSVGModelObject.h', 'rendering/RenderSVGResource.h', + 'rendering/RenderSVGResourceClipper.cpp', + 'rendering/RenderSVGResourceClipper.h', + 'rendering/RenderSVGResourceFilter.cpp', + 'rendering/RenderSVGResourceFilter.h', + 'rendering/RenderSVGResourceMarker.cpp', + 'rendering/RenderSVGResourceMarker.h', 'rendering/RenderSVGResourceMasker.cpp', 'rendering/RenderSVGResourceMasker.h', 'rendering/RenderSVGRoot.cpp', @@ -3204,6 +3278,7 @@ 'storage/ChangeVersionWrapper.cpp', 'storage/ChangeVersionWrapper.h', 'storage/chromium/DatabaseObserver.h', + 'storage/chromium/IndexedDatabase.cpp', 'storage/chromium/DatabaseTrackerChromium.cpp', 'storage/chromium/QuotaTracker.cpp', 'storage/chromium/QuotaTracker.h', @@ -3212,6 +3287,7 @@ 'storage/Database.h', 'storage/DatabaseAuthorizer.cpp', 'storage/DatabaseAuthorizer.h', + 'storage/DatabaseCallback.h', 'storage/DatabaseDetails.h', 'storage/DatabaseTask.cpp', 'storage/DatabaseTask.h', @@ -3220,10 +3296,17 @@ 'storage/DatabaseTracker.cpp', 'storage/DatabaseTracker.h', 'storage/DatabaseTrackerClient.h', + 'storage/IDBCallbacks.h', + 'storage/IDBDatabase.h', + 'storage/IDBDatabase.cpp', 'storage/IDBDatabaseError.h', 'storage/IDBDatabaseException.h', - 'storage/IDBRequest.cpp', - 'storage/IDBRequest.h', + 'storage/IDBDatabaseRequest.cpp', + 'storage/IDBDatabaseRequest.h', + 'storage/IndexedDatabase.cpp', + 'storage/IndexedDatabase.h', + 'storage/IndexedDatabaseImpl.cpp', + 'storage/IndexedDatabaseImpl.h', 'storage/IndexedDatabaseRequest.cpp', 'storage/IndexedDatabaseRequest.h', 'storage/LocalStorageTask.cpp', @@ -3323,13 +3406,7 @@ 'svg/graphics/SVGPaintServerSolid.h', 'svg/graphics/SVGResource.cpp', 'svg/graphics/SVGResource.h', - 'svg/graphics/SVGResourceClipper.cpp', - 'svg/graphics/SVGResourceClipper.h', - 'svg/graphics/SVGResourceFilter.cpp', - 'svg/graphics/SVGResourceFilter.h', 'svg/graphics/SVGResourceListener.h', - 'svg/graphics/SVGResourceMarker.cpp', - 'svg/graphics/SVGResourceMarker.h', 'svg/ColorDistance.cpp', 'svg/ColorDistance.h', 'svg/ElementTimeControl.h', @@ -3619,6 +3696,8 @@ 'websockets/WebSocketChannelClient.h', 'websockets/WebSocketHandshake.cpp', 'websockets/WebSocketHandshake.h', + 'websockets/WebSocketHandshakeRequest.cpp', + 'websockets/WebSocketHandshakeRequest.h', 'websockets/WorkerThreadableWebSocketChannel.cpp', 'websockets/WorkerThreadableWebSocketChannel.h', 'workers/AbstractWorker.cpp', @@ -3662,6 +3741,8 @@ 'xml/XMLHttpRequest.h', 'xml/XMLHttpRequestException.h', 'xml/XMLHttpRequestProgressEvent.h', + 'xml/XMLHttpRequestProgressEventThrottle.cpp', + 'xml/XMLHttpRequestProgressEventThrottle.h', 'xml/XMLHttpRequestUpload.cpp', 'xml/XMLHttpRequestUpload.h', 'xml/XMLSerializer.cpp', @@ -3724,6 +3805,7 @@ 'inspector/front-end/Callback.js', 'inspector/front-end/CallStackSidebarPane.js', 'inspector/front-end/ChangesView.js', + 'inspector/front-end/Checkbox.js', 'inspector/front-end/Color.js', 'inspector/front-end/ConsolePanel.js', 'inspector/front-end/ConsoleView.js', @@ -3745,6 +3827,7 @@ 'inspector/front-end/ImageView.js', 'inspector/front-end/InspectorBackendStub.js', 'inspector/front-end/InspectorFrontendHostStub.js', + 'inspector/front-end/InjectedFakeWorker.js', 'inspector/front-end/InjectedScript.js', 'inspector/front-end/InjectedScriptAccess.js', 'inspector/front-end/inspector.js', @@ -3799,6 +3882,7 @@ 'inspector/front-end/View.js', 'inspector/front-end/WatchExpressionsSidebarPane.js', 'inspector/front-end/WelcomeView.js', + 'inspector/front-end/WorkersSidebarPane.js', 'inspector/front-end/audits.css', 'inspector/front-end/inspector.css', 'inspector/front-end/inspectorSyntaxHighlight.css', @@ -3806,8 +3890,14 @@ 'inspector/front-end/textViewer.css', ], 'webinspector_image_files': [ - + 'inspector/front-end/Images/auditsIcon.png', 'inspector/front-end/Images/back.png', + 'inspector/front-end/Images/breakpointBorder.png', + 'inspector/front-end/Images/breakpointConditionalBorder.png', + 'inspector/front-end/Images/breakpointConditionalCounterBorder.png', + 'inspector/front-end/Images/breakpointCounterBorder.png', + 'inspector/front-end/Images/breakpointsActivateButtonGlyph.png', + 'inspector/front-end/Images/breakpointsDeactivateButtonGlyph.png', 'inspector/front-end/Images/checker.png', 'inspector/front-end/Images/clearConsoleButtonGlyph.png', 'inspector/front-end/Images/closeButtons.png', @@ -3865,6 +3955,7 @@ 'inspector/front-end/Images/profilesIcon.png', 'inspector/front-end/Images/profileSmallIcon.png', 'inspector/front-end/Images/profilesSilhouette.png', + 'inspector/front-end/Images/programCounterBorder.png', 'inspector/front-end/Images/radioDot.png', 'inspector/front-end/Images/recordButtonGlyph.png', 'inspector/front-end/Images/recordToggledButtonGlyph.png', @@ -3892,6 +3983,7 @@ 'inspector/front-end/Images/segmentSelected.png', 'inspector/front-end/Images/segmentSelectedEnd.png', 'inspector/front-end/Images/sessionStorage.png', + 'inspector/front-end/Images/spinner.gif', 'inspector/front-end/Images/splitviewDimple.png', 'inspector/front-end/Images/splitviewDividerBackground.png', 'inspector/front-end/Images/statusbarBackground.png', |