OSDN Git Service

Merge WebKit at r75315: Move Android-specific WebCore files to Source
authorSteve Block <steveblock@google.com>
Mon, 9 May 2011 15:25:46 +0000 (16:25 +0100)
committerSteve Block <steveblock@google.com>
Thu, 12 May 2011 13:28:33 +0000 (14:28 +0100)
commit31dbc523d9ee6fd7d7e46c540b5f675eeb559ed7
tree3e73099a4bf4c6849c6f448aa3aba9fe408998f8
parentcad810f21b803229eb11403f9209855525a25d57
Merge WebKit at r75315: Move Android-specific WebCore files to Source

This moves files in the following WebCore subdirectories ...
 - bindings/js
 - bindings/v8/custom
 - plugins/android
 - platform/android
 - platform/graphics/android
 - page/
 - css/
 - dom/
 - loader/archive/android
100 files changed:
Source/WebCore/bindings/js/JSCustomApplicationInstalledCallback.cpp [moved from WebCore/bindings/js/JSCustomApplicationInstalledCallback.cpp with 100% similarity]
Source/WebCore/bindings/js/JSCustomApplicationInstalledCallback.h [moved from WebCore/bindings/js/JSCustomApplicationInstalledCallback.h with 100% similarity]
Source/WebCore/bindings/js/ScriptControllerAndroid.cpp [moved from WebCore/bindings/js/ScriptControllerAndroid.cpp with 100% similarity]
Source/WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.cpp [moved from WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.cpp with 100% similarity]
Source/WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.h [moved from WebCore/bindings/v8/custom/V8CustomApplicationInstalledCallback.h with 100% similarity]
Source/WebCore/bindings/v8/custom/V8NavigatorCustom.cpp [moved from WebCore/bindings/v8/custom/V8NavigatorCustom.cpp with 100% similarity]
Source/WebCore/css/AndroidCSSPropertyNames.in [moved from WebCore/css/AndroidCSSPropertyNames.in with 100% similarity]
Source/WebCore/css/mediaControlsAndroid.css [moved from WebCore/css/mediaControlsAndroid.css with 100% similarity]
Source/WebCore/dom/CanvasSurface.cpp [moved from WebCore/dom/CanvasSurface.cpp with 100% similarity]
Source/WebCore/dom/xml_expat_tokenizer.cpp [moved from WebCore/dom/xml_expat_tokenizer.cpp with 100% similarity]
Source/WebCore/loader/archive/android/WebArchiveAndroid.cpp [moved from WebCore/loader/archive/android/WebArchiveAndroid.cpp with 100% similarity]
Source/WebCore/loader/archive/android/WebArchiveAndroid.h [moved from WebCore/loader/archive/android/WebArchiveAndroid.h with 100% similarity]
Source/WebCore/page/ApplicationInstalledCallback.h [moved from WebCore/page/ApplicationInstalledCallback.h with 100% similarity]
Source/WebCore/page/Connection.cpp [moved from WebCore/page/Connection.cpp with 100% similarity]
Source/WebCore/page/Connection.h [moved from WebCore/page/Connection.h with 100% similarity]
Source/WebCore/page/Connection.idl [moved from WebCore/page/Connection.idl with 100% similarity]
Source/WebCore/platform/android/PackageNotifier.cpp [moved from WebCore/platform/android/PackageNotifier.cpp with 100% similarity]
Source/WebCore/platform/android/PackageNotifier.h [moved from WebCore/platform/android/PackageNotifier.h with 100% similarity]
Source/WebCore/platform/android/PopupMenuAndroid.h [moved from WebCore/platform/android/PopupMenuAndroid.h with 100% similarity]
Source/WebCore/platform/android/SearchPopupMenuAndroid.h [moved from WebCore/platform/android/SearchPopupMenuAndroid.h with 100% similarity]
Source/WebCore/platform/graphics/android/AndroidAnimation.cpp [moved from WebCore/platform/graphics/android/AndroidAnimation.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/AndroidAnimation.h [moved from WebCore/platform/graphics/android/AndroidAnimation.h with 100% similarity]
Source/WebCore/platform/graphics/android/BackedDoubleBufferedTexture.cpp [moved from WebCore/platform/graphics/android/BackedDoubleBufferedTexture.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/BackedDoubleBufferedTexture.h [moved from WebCore/platform/graphics/android/BackedDoubleBufferedTexture.h with 100% similarity]
Source/WebCore/platform/graphics/android/BaseLayerAndroid.cpp [moved from WebCore/platform/graphics/android/BaseLayerAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/BaseLayerAndroid.h [moved from WebCore/platform/graphics/android/BaseLayerAndroid.h with 100% similarity]
Source/WebCore/platform/graphics/android/BaseTile.cpp [moved from WebCore/platform/graphics/android/BaseTile.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/BaseTile.h [moved from WebCore/platform/graphics/android/BaseTile.h with 100% similarity]
Source/WebCore/platform/graphics/android/BitmapAllocatorAndroid.cpp [moved from WebCore/platform/graphics/android/BitmapAllocatorAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/BitmapAllocatorAndroid.h [moved from WebCore/platform/graphics/android/BitmapAllocatorAndroid.h with 100% similarity]
Source/WebCore/platform/graphics/android/ClassTracker.cpp [moved from WebCore/platform/graphics/android/ClassTracker.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/ClassTracker.h [moved from WebCore/platform/graphics/android/ClassTracker.h with 100% similarity]
Source/WebCore/platform/graphics/android/DeleteTextureOperation.h [moved from WebCore/platform/graphics/android/DeleteTextureOperation.h with 100% similarity]
Source/WebCore/platform/graphics/android/DoubleBufferedTexture.cpp [moved from WebCore/platform/graphics/android/DoubleBufferedTexture.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/DoubleBufferedTexture.h [moved from WebCore/platform/graphics/android/DoubleBufferedTexture.h with 100% similarity]
Source/WebCore/platform/graphics/android/FontAndroid.cpp [moved from WebCore/platform/graphics/android/FontAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/FontCacheAndroid.cpp [moved from WebCore/platform/graphics/android/FontCacheAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/FontCustomPlatformData.cpp [moved from WebCore/platform/graphics/android/FontCustomPlatformData.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/FontCustomPlatformData.h [moved from WebCore/platform/graphics/android/FontCustomPlatformData.h with 100% similarity]
Source/WebCore/platform/graphics/android/FontDataAndroid.cpp [moved from WebCore/platform/graphics/android/FontDataAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/FontPlatformData.h [moved from WebCore/platform/graphics/android/FontPlatformData.h with 100% similarity]
Source/WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp [moved from WebCore/platform/graphics/android/FontPlatformDataAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/GLUtils.cpp [moved from WebCore/platform/graphics/android/GLUtils.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/GLUtils.h [moved from WebCore/platform/graphics/android/GLUtils.h with 100% similarity]
Source/WebCore/platform/graphics/android/GLWebViewState.cpp [moved from WebCore/platform/graphics/android/GLWebViewState.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/GLWebViewState.h [moved from WebCore/platform/graphics/android/GLWebViewState.h with 100% similarity]
Source/WebCore/platform/graphics/android/GlyphMapAndroid.cpp [moved from WebCore/platform/graphics/android/GlyphMapAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/GradientAndroid.cpp [moved from WebCore/platform/graphics/android/GradientAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/GraphicsContextAndroid.cpp [moved from WebCore/platform/graphics/android/GraphicsContextAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp [moved from WebCore/platform/graphics/android/GraphicsLayerAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/GraphicsLayerAndroid.h [moved from WebCore/platform/graphics/android/GraphicsLayerAndroid.h with 100% similarity]
Source/WebCore/platform/graphics/android/HarfbuzzSkia.cpp [moved from WebCore/platform/graphics/android/HarfbuzzSkia.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/HarfbuzzSkia.h [moved from WebCore/platform/graphics/android/HarfbuzzSkia.h with 100% similarity]
Source/WebCore/platform/graphics/android/ImageAndroid.cpp [moved from WebCore/platform/graphics/android/ImageAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/ImageBufferAndroid.cpp [moved from WebCore/platform/graphics/android/ImageBufferAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/ImageBufferData.h [moved from WebCore/platform/graphics/android/ImageBufferData.h with 100% similarity]
Source/WebCore/platform/graphics/android/ImageSourceAndroid.cpp [moved from WebCore/platform/graphics/android/ImageSourceAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/LayerAndroid.cpp [moved from WebCore/platform/graphics/android/LayerAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/LayerAndroid.h [moved from WebCore/platform/graphics/android/LayerAndroid.h with 100% similarity]
Source/WebCore/platform/graphics/android/LayerTexture.cpp [moved from WebCore/platform/graphics/android/LayerTexture.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/LayerTexture.h [moved from WebCore/platform/graphics/android/LayerTexture.h with 100% similarity]
Source/WebCore/platform/graphics/android/MediaLayer.cpp [moved from WebCore/platform/graphics/android/MediaLayer.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/MediaLayer.h [moved from WebCore/platform/graphics/android/MediaLayer.h with 100% similarity]
Source/WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h [moved from WebCore/platform/graphics/android/MediaPlayerPrivateAndroid.h with 100% similarity]
Source/WebCore/platform/graphics/android/MediaTexture.cpp [moved from WebCore/platform/graphics/android/MediaTexture.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/MediaTexture.h [moved from WebCore/platform/graphics/android/MediaTexture.h with 100% similarity]
Source/WebCore/platform/graphics/android/PaintLayerOperation.cpp [moved from WebCore/platform/graphics/android/PaintLayerOperation.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/PaintLayerOperation.h [moved from WebCore/platform/graphics/android/PaintLayerOperation.h with 100% similarity]
Source/WebCore/platform/graphics/android/PaintTileOperation.cpp [moved from WebCore/platform/graphics/android/PaintTileOperation.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/PaintTileOperation.h [moved from WebCore/platform/graphics/android/PaintTileOperation.h with 100% similarity]
Source/WebCore/platform/graphics/android/PathAndroid.cpp [moved from WebCore/platform/graphics/android/PathAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/PatternAndroid.cpp [moved from WebCore/platform/graphics/android/PatternAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/PlatformGraphicsContext.cpp [moved from WebCore/platform/graphics/android/PlatformGraphicsContext.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/PlatformGraphicsContext.h [moved from WebCore/platform/graphics/android/PlatformGraphicsContext.h with 100% similarity]
Source/WebCore/platform/graphics/android/QueuedOperation.h [moved from WebCore/platform/graphics/android/QueuedOperation.h with 100% similarity]
Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.cpp [moved from WebCore/platform/graphics/android/ScrollableLayerAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/ScrollableLayerAndroid.h [moved from WebCore/platform/graphics/android/ScrollableLayerAndroid.h with 100% similarity]
Source/WebCore/platform/graphics/android/ShaderProgram.cpp [moved from WebCore/platform/graphics/android/ShaderProgram.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/ShaderProgram.h [moved from WebCore/platform/graphics/android/ShaderProgram.h with 100% similarity]
Source/WebCore/platform/graphics/android/SharedBufferStream.cpp [moved from WebCore/platform/graphics/android/SharedBufferStream.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/SharedBufferStream.h [moved from WebCore/platform/graphics/android/SharedBufferStream.h with 100% similarity]
Source/WebCore/platform/graphics/android/SharedTexture.cpp [moved from WebCore/platform/graphics/android/SharedTexture.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/SharedTexture.h [moved from WebCore/platform/graphics/android/SharedTexture.h with 100% similarity]
Source/WebCore/platform/graphics/android/SkBitmapRef.h [moved from WebCore/platform/graphics/android/SkBitmapRef.h with 100% similarity]
Source/WebCore/platform/graphics/android/TextureOwner.h [moved from WebCore/platform/graphics/android/TextureOwner.h with 100% similarity]
Source/WebCore/platform/graphics/android/TexturesGenerator.cpp [moved from WebCore/platform/graphics/android/TexturesGenerator.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/TexturesGenerator.h [moved from WebCore/platform/graphics/android/TexturesGenerator.h with 100% similarity]
Source/WebCore/platform/graphics/android/TiledPage.cpp [moved from WebCore/platform/graphics/android/TiledPage.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/TiledPage.h [moved from WebCore/platform/graphics/android/TiledPage.h with 100% similarity]
Source/WebCore/platform/graphics/android/TilesManager.cpp [moved from WebCore/platform/graphics/android/TilesManager.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/TilesManager.h [moved from WebCore/platform/graphics/android/TilesManager.h with 100% similarity]
Source/WebCore/platform/graphics/android/VideoLayerAndroid.cpp [moved from WebCore/platform/graphics/android/VideoLayerAndroid.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/VideoLayerAndroid.h [moved from WebCore/platform/graphics/android/VideoLayerAndroid.h with 100% similarity]
Source/WebCore/platform/graphics/android/VideoListener.h [moved from WebCore/platform/graphics/android/VideoListener.h with 100% similarity]
Source/WebCore/platform/graphics/android/android_graphics.cpp [moved from WebCore/platform/graphics/android/android_graphics.cpp with 100% similarity]
Source/WebCore/platform/graphics/android/android_graphics.h [moved from WebCore/platform/graphics/android/android_graphics.h with 100% similarity]
Source/WebCore/plugins/android/PluginClient.h [moved from WebCore/plugins/android/PluginClient.h with 100% similarity]
Source/WebCore/plugins/android/PluginDataAndroid.cpp [moved from WebCore/plugins/android/PluginDataAndroid.cpp with 100% similarity]
Source/WebCore/plugins/android/PluginPackageAndroid.cpp [moved from WebCore/plugins/android/PluginPackageAndroid.cpp with 100% similarity]
Source/WebCore/plugins/android/PluginViewAndroid.cpp [moved from WebCore/plugins/android/PluginViewAndroid.cpp with 100% similarity]