Skip to content
  • benjamin@webkit.org's avatar
    Remove the BlackBerry port from trunk · 33b85d5b
    benjamin@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=126715
    
    Patch by Benjamin Poulain <bpoulain@apple.com> on 2014-01-10
    Reviewed by Anders Carlsson.
    
    .: 
    
    * CMakeLists.txt:
    * Source/cmake/OptionsCommon.cmake:
    
    Source/JavaScriptCore: 
    
    * assembler/ARMAssembler.h:
    (JSC::ARMAssembler::cacheFlush):
    * assembler/ARMv7Assembler.h:
    (JSC::ARMv7Assembler::replaceWithJump):
    (JSC::ARMv7Assembler::maxJumpReplacementSize):
    (JSC::ARMv7Assembler::cacheFlush):
    * assembler/MacroAssemblerARMv7.h:
    (JSC::MacroAssemblerARMv7::revertJumpReplacementToBranchPtrWithPatch):
    * heap/MachineStackMarker.cpp:
    (JSC::getPlatformThreadRegisters):
    (JSC::otherThreadStackPointer):
    (JSC::freePlatformThreadRegisters):
    * jit/ExecutableAllocator.h:
    
    Source/WebCore: 
    
    * html/canvas/WebGLRenderingContext.cpp:
    (WebCore::WebGLRenderingContext::readPixels):
    * platform/graphics/ImageBuffer.cpp:
    * platform/graphics/ImageBufferData.h:
    * platform/graphics/IntPoint.h:
    * platform/graphics/IntRect.h:
    * platform/graphics/IntSize.h:
    * platform/graphics/MediaPlayer.cpp:
    * platform/graphics/NativeImagePtr.h:
    * platform/graphics/OpenGLESShims.h:
    * platform/graphics/Path.cpp:
    (WebCore::Path::addPathForRoundedRect):
    * platform/graphics/Path.h:
    * platform/graphics/PlatformLayer.h:
    * platform/graphics/filters/CustomFilterValidatedProgram.cpp:
    * platform/graphics/filters/CustomFilterValidatedProgram.h:
    * platform/graphics/filters/FilterOperation.h:
    * platform/graphics/gpu/DrawingBuffer.cpp:
    * platform/graphics/opengl/Extensions3DOpenGLCommon.cpp:
    * platform/graphics/opengl/Extensions3DOpenGLES.cpp:
    (WebCore::Extensions3DOpenGLES::getGraphicsResetStatusARB):
    * platform/graphics/opengl/Extensions3DOpenGLES.h:
    * platform/graphics/opengl/GraphicsContext3DOpenGLCommon.cpp:
    (WebCore::GraphicsContext3D::paintRenderingResultsToCanvas):
    (WebCore::GraphicsContext3D::prepareTexture):
    (WebCore::GraphicsContext3D::bindFramebuffer):
    (WebCore::GraphicsContext3D::compileShader):
    (WebCore::GraphicsContext3D::copyTexImage2D):
    (WebCore::GraphicsContext3D::copyTexSubImage2D):
    * platform/graphics/opengl/GraphicsContext3DOpenGLES.cpp:
    (WebCore::GraphicsContext3D::readPixels):
    (WebCore::GraphicsContext3D::readPixelsAndConvertToBGRAIfNecessary):
    (WebCore::GraphicsContext3D::reshapeFBOs):
    * platform/network/NetworkStateNotifier.h:
    * platform/network/ResourceHandle.h:
    * platform/network/ResourceHandleInternal.h:
    * platform/network/ResourceRequestBase.cpp:
    
    Tools: 
    
    * DumpRenderTree/DumpRenderTree.h:
    * DumpRenderTree/PixelDumpSupport.cpp:
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@161699 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    33b85d5b