gecko/testing/xpcshell/xpcshell.ini

138 lines
6.5 KiB
INI
Raw Normal View History

2012-05-21 04:12:37 -07:00
; This Source Code Form is subject to the terms of the Mozilla Public
; License, v. 2.0. If a copy of the MPL was not distributed with this
; file, You can obtain one at http://mozilla.org/MPL/2.0/.
[include:chrome/test/unit/xpcshell.ini]
[include:intl/locale/tests/unit/xpcshell.ini]
[include:netwerk/cookie/test/unit/xpcshell.ini]
[include:modules/libjar/zipwriter/test/unit/xpcshell.ini]
[include:uriloader/exthandler/tests/unit/xpcshell.ini]
[include:parser/xml/test/unit/xpcshell.ini]
Bug 128502 - Move imagelib to mozilla/image on a CLOSED TREE. r=joe,brendan --HG-- rename : modules/libpr0n/Makefile.in => image/Makefile.in rename : modules/libpr0n/build/Makefile.in => image/build/Makefile.in rename : modules/libpr0n/build/nsImageModule.cpp => image/build/nsImageModule.cpp rename : modules/libpr0n/decoders/GIF2.h => image/decoders/GIF2.h rename : modules/libpr0n/decoders/Makefile.in => image/decoders/Makefile.in rename : modules/libpr0n/decoders/iccjpeg.c => image/decoders/iccjpeg.c rename : modules/libpr0n/decoders/iccjpeg.h => image/decoders/iccjpeg.h rename : modules/libpr0n/decoders/icon/Makefile.in => image/decoders/icon/Makefile.in rename : modules/libpr0n/decoders/icon/android/Makefile.in => image/decoders/icon/android/Makefile.in rename : modules/libpr0n/decoders/icon/android/nsIconChannel.cpp => image/decoders/icon/android/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/android/nsIconChannel.h => image/decoders/icon/android/nsIconChannel.h rename : modules/libpr0n/decoders/icon/gtk/Makefile.in => image/decoders/icon/gtk/Makefile.in rename : modules/libpr0n/decoders/icon/gtk/nsIconChannel.cpp => image/decoders/icon/gtk/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/gtk/nsIconChannel.h => image/decoders/icon/gtk/nsIconChannel.h rename : modules/libpr0n/decoders/icon/mac/Makefile.in => image/decoders/icon/mac/Makefile.in rename : modules/libpr0n/decoders/icon/mac/nsIconChannel.h => image/decoders/icon/mac/nsIconChannel.h rename : modules/libpr0n/decoders/icon/mac/nsIconChannelCocoa.mm => image/decoders/icon/mac/nsIconChannelCocoa.mm rename : modules/libpr0n/decoders/icon/nsIIconURI.idl => image/decoders/icon/nsIIconURI.idl rename : modules/libpr0n/decoders/icon/nsIconModule.cpp => image/decoders/icon/nsIconModule.cpp rename : modules/libpr0n/decoders/icon/nsIconProtocolHandler.cpp => image/decoders/icon/nsIconProtocolHandler.cpp rename : modules/libpr0n/decoders/icon/nsIconProtocolHandler.h => image/decoders/icon/nsIconProtocolHandler.h rename : modules/libpr0n/decoders/icon/nsIconURI.cpp => image/decoders/icon/nsIconURI.cpp rename : modules/libpr0n/decoders/icon/nsIconURI.h => image/decoders/icon/nsIconURI.h rename : modules/libpr0n/decoders/icon/os2/Makefile.in => image/decoders/icon/os2/Makefile.in rename : modules/libpr0n/decoders/icon/os2/nsIconChannel.cpp => image/decoders/icon/os2/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/os2/nsIconChannel.h => image/decoders/icon/os2/nsIconChannel.h rename : modules/libpr0n/decoders/icon/qt/Makefile.in => image/decoders/icon/qt/Makefile.in rename : modules/libpr0n/decoders/icon/qt/gtkqticonsconverter.js => image/decoders/icon/qt/gtkqticonsconverter.js rename : modules/libpr0n/decoders/icon/qt/gtkqticonsconverter.manifest => image/decoders/icon/qt/gtkqticonsconverter.manifest rename : modules/libpr0n/decoders/icon/qt/nsIconChannel.cpp => image/decoders/icon/qt/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/qt/nsIconChannel.h => image/decoders/icon/qt/nsIconChannel.h rename : modules/libpr0n/decoders/icon/qt/public/Makefile.in => image/decoders/icon/qt/public/Makefile.in rename : modules/libpr0n/decoders/icon/qt/public/nsGtkQtIconsConverter.idl => image/decoders/icon/qt/public/nsGtkQtIconsConverter.idl rename : modules/libpr0n/decoders/icon/win/Makefile.in => image/decoders/icon/win/Makefile.in rename : modules/libpr0n/decoders/icon/win/nsIconChannel.cpp => image/decoders/icon/win/nsIconChannel.cpp rename : modules/libpr0n/decoders/icon/win/nsIconChannel.h => image/decoders/icon/win/nsIconChannel.h rename : modules/libpr0n/decoders/nsBMPDecoder.cpp => image/decoders/nsBMPDecoder.cpp rename : modules/libpr0n/decoders/nsBMPDecoder.h => image/decoders/nsBMPDecoder.h rename : modules/libpr0n/decoders/nsGIFDecoder2.cpp => image/decoders/nsGIFDecoder2.cpp rename : modules/libpr0n/decoders/nsGIFDecoder2.h => image/decoders/nsGIFDecoder2.h rename : modules/libpr0n/decoders/nsICODecoder.cpp => image/decoders/nsICODecoder.cpp rename : modules/libpr0n/decoders/nsICODecoder.h => image/decoders/nsICODecoder.h rename : modules/libpr0n/decoders/nsIconDecoder.cpp => image/decoders/nsIconDecoder.cpp rename : modules/libpr0n/decoders/nsIconDecoder.h => image/decoders/nsIconDecoder.h rename : modules/libpr0n/decoders/nsJPEGDecoder.cpp => image/decoders/nsJPEGDecoder.cpp rename : modules/libpr0n/decoders/nsJPEGDecoder.h => image/decoders/nsJPEGDecoder.h rename : modules/libpr0n/decoders/nsPNGDecoder.cpp => image/decoders/nsPNGDecoder.cpp rename : modules/libpr0n/decoders/nsPNGDecoder.h => image/decoders/nsPNGDecoder.h rename : modules/libpr0n/encoders/Makefile.in => image/encoders/Makefile.in rename : modules/libpr0n/encoders/bmp/Makefile.in => image/encoders/bmp/Makefile.in rename : modules/libpr0n/encoders/bmp/nsBMPEncoder.cpp => image/encoders/bmp/nsBMPEncoder.cpp rename : modules/libpr0n/encoders/bmp/nsBMPEncoder.h => image/encoders/bmp/nsBMPEncoder.h rename : modules/libpr0n/encoders/ico/Makefile.in => image/encoders/ico/Makefile.in rename : modules/libpr0n/encoders/ico/nsICOEncoder.cpp => image/encoders/ico/nsICOEncoder.cpp rename : modules/libpr0n/encoders/ico/nsICOEncoder.h => image/encoders/ico/nsICOEncoder.h rename : modules/libpr0n/encoders/jpeg/Makefile.in => image/encoders/jpeg/Makefile.in rename : modules/libpr0n/encoders/jpeg/nsJPEGEncoder.cpp => image/encoders/jpeg/nsJPEGEncoder.cpp rename : modules/libpr0n/encoders/jpeg/nsJPEGEncoder.h => image/encoders/jpeg/nsJPEGEncoder.h rename : modules/libpr0n/encoders/png/Makefile.in => image/encoders/png/Makefile.in rename : modules/libpr0n/encoders/png/nsPNGEncoder.cpp => image/encoders/png/nsPNGEncoder.cpp rename : modules/libpr0n/encoders/png/nsPNGEncoder.h => image/encoders/png/nsPNGEncoder.h rename : modules/libpr0n/public/ImageErrors.h => image/public/ImageErrors.h rename : modules/libpr0n/public/ImageLogging.h => image/public/ImageLogging.h rename : modules/libpr0n/public/Makefile.in => image/public/Makefile.in rename : modules/libpr0n/public/imgICache.idl => image/public/imgICache.idl rename : modules/libpr0n/public/imgIContainer.idl => image/public/imgIContainer.idl rename : modules/libpr0n/public/imgIContainerDebug.idl => image/public/imgIContainerDebug.idl rename : modules/libpr0n/public/imgIContainerObserver.idl => image/public/imgIContainerObserver.idl rename : modules/libpr0n/public/imgIDecoderObserver.idl => image/public/imgIDecoderObserver.idl rename : modules/libpr0n/public/imgIEncoder.idl => image/public/imgIEncoder.idl rename : modules/libpr0n/public/imgILoader.idl => image/public/imgILoader.idl rename : modules/libpr0n/public/imgIRequest.idl => image/public/imgIRequest.idl rename : modules/libpr0n/public/imgITools.idl => image/public/imgITools.idl rename : modules/libpr0n/src/BMPFileHeaders.h => image/src/BMPFileHeaders.h rename : modules/libpr0n/src/Decoder.cpp => image/src/Decoder.cpp rename : modules/libpr0n/src/Decoder.h => image/src/Decoder.h rename : modules/libpr0n/src/DiscardTracker.cpp => image/src/DiscardTracker.cpp rename : modules/libpr0n/src/DiscardTracker.h => image/src/DiscardTracker.h rename : modules/libpr0n/src/EndianMacros.h => image/src/EndianMacros.h rename : modules/libpr0n/src/ICOFileHeaders.h => image/src/ICOFileHeaders.h rename : modules/libpr0n/src/Image.cpp => image/src/Image.cpp rename : modules/libpr0n/src/Image.h => image/src/Image.h rename : modules/libpr0n/src/Makefile.in => image/src/Makefile.in rename : modules/libpr0n/src/RasterImage.cpp => image/src/RasterImage.cpp rename : modules/libpr0n/src/RasterImage.h => image/src/RasterImage.h rename : modules/libpr0n/src/SVGDocumentWrapper.cpp => image/src/SVGDocumentWrapper.cpp rename : modules/libpr0n/src/SVGDocumentWrapper.h => image/src/SVGDocumentWrapper.h rename : modules/libpr0n/src/VectorImage.cpp => image/src/VectorImage.cpp rename : modules/libpr0n/src/VectorImage.h => image/src/VectorImage.h rename : modules/libpr0n/src/imgFrame.cpp => image/src/imgFrame.cpp rename : modules/libpr0n/src/imgFrame.h => image/src/imgFrame.h rename : modules/libpr0n/src/imgLoader.cpp => image/src/imgLoader.cpp rename : modules/libpr0n/src/imgLoader.h => image/src/imgLoader.h rename : modules/libpr0n/src/imgRequest.cpp => image/src/imgRequest.cpp rename : modules/libpr0n/src/imgRequest.h => image/src/imgRequest.h rename : modules/libpr0n/src/imgRequestProxy.cpp => image/src/imgRequestProxy.cpp rename : modules/libpr0n/src/imgRequestProxy.h => image/src/imgRequestProxy.h rename : modules/libpr0n/src/imgStatusTracker.cpp => image/src/imgStatusTracker.cpp rename : modules/libpr0n/src/imgStatusTracker.h => image/src/imgStatusTracker.h rename : modules/libpr0n/src/imgTools.cpp => image/src/imgTools.cpp rename : modules/libpr0n/src/imgTools.h => image/src/imgTools.h rename : modules/libpr0n/test/Makefile.in => image/test/Makefile.in rename : modules/libpr0n/test/browser/Makefile.in => image/test/browser/Makefile.in rename : modules/libpr0n/test/browser/animated.gif => image/test/browser/animated.gif rename : modules/libpr0n/test/browser/animated2.gif => image/test/browser/animated2.gif rename : modules/libpr0n/test/browser/big.png => image/test/browser/big.png rename : modules/libpr0n/test/browser/browser_bug666317.js => image/test/browser/browser_bug666317.js rename : modules/libpr0n/test/browser/browser_image.js => image/test/browser/browser_image.js rename : modules/libpr0n/test/browser/head.js => image/test/browser/head.js rename : modules/libpr0n/test/browser/image.html => image/test/browser/image.html rename : modules/libpr0n/test/browser/imageX2.html => image/test/browser/imageX2.html rename : modules/libpr0n/test/crashtests/256-height.ico => image/test/crashtests/256-height.ico rename : modules/libpr0n/test/crashtests/256-width.ico => image/test/crashtests/256-width.ico rename : modules/libpr0n/test/crashtests/523528-1.gif => image/test/crashtests/523528-1.gif rename : modules/libpr0n/test/crashtests/523528-2.gif => image/test/crashtests/523528-2.gif rename : modules/libpr0n/test/crashtests/681190.html => image/test/crashtests/681190.html rename : modules/libpr0n/test/crashtests/694165-1.xhtml => image/test/crashtests/694165-1.xhtml rename : modules/libpr0n/test/crashtests/83804-1.gif => image/test/crashtests/83804-1.gif rename : modules/libpr0n/test/crashtests/89341-1.gif => image/test/crashtests/89341-1.gif rename : modules/libpr0n/test/crashtests/crashtests.list => image/test/crashtests/crashtests.list rename : modules/libpr0n/test/crashtests/delayedframe.sjs => image/test/crashtests/delayedframe.sjs rename : modules/libpr0n/test/crashtests/delaytest.html => image/test/crashtests/delaytest.html rename : modules/libpr0n/test/crashtests/invalid-icc-profile.jpg => image/test/crashtests/invalid-icc-profile.jpg rename : modules/libpr0n/test/crashtests/invalid-size-second-frame.gif => image/test/crashtests/invalid-size-second-frame.gif rename : modules/libpr0n/test/crashtests/invalid-size.gif => image/test/crashtests/invalid-size.gif rename : modules/libpr0n/test/crashtests/threeframes-end.gif => image/test/crashtests/threeframes-end.gif rename : modules/libpr0n/test/crashtests/threeframes-start.gif => image/test/crashtests/threeframes-start.gif rename : modules/libpr0n/test/mochitest/Makefile.in => image/test/mochitest/Makefile.in rename : modules/libpr0n/test/mochitest/big.png => image/test/mochitest/big.png rename : modules/libpr0n/test/mochitest/blue.png => image/test/mochitest/blue.png rename : modules/libpr0n/test/mochitest/bug399925.gif => image/test/mochitest/bug399925.gif rename : modules/libpr0n/test/mochitest/bug468160.sjs => image/test/mochitest/bug468160.sjs rename : modules/libpr0n/test/mochitest/bug478398_ONLY.png => image/test/mochitest/bug478398_ONLY.png rename : modules/libpr0n/test/mochitest/bug490949-iframe.html => image/test/mochitest/bug490949-iframe.html rename : modules/libpr0n/test/mochitest/bug490949.sjs => image/test/mochitest/bug490949.sjs rename : modules/libpr0n/test/mochitest/bug496292-1.sjs => image/test/mochitest/bug496292-1.sjs rename : modules/libpr0n/test/mochitest/bug496292-2.sjs => image/test/mochitest/bug496292-2.sjs rename : modules/libpr0n/test/mochitest/bug496292-iframe-1.html => image/test/mochitest/bug496292-iframe-1.html rename : modules/libpr0n/test/mochitest/bug496292-iframe-2.html => image/test/mochitest/bug496292-iframe-2.html rename : modules/libpr0n/test/mochitest/bug496292-iframe-ref.html => image/test/mochitest/bug496292-iframe-ref.html rename : modules/libpr0n/test/mochitest/bug497665-iframe.html => image/test/mochitest/bug497665-iframe.html rename : modules/libpr0n/test/mochitest/bug497665.sjs => image/test/mochitest/bug497665.sjs rename : modules/libpr0n/test/mochitest/bug552605.sjs => image/test/mochitest/bug552605.sjs rename : modules/libpr0n/test/mochitest/bug657191.sjs => image/test/mochitest/bug657191.sjs rename : modules/libpr0n/test/mochitest/bug671906.sjs => image/test/mochitest/bug671906.sjs rename : modules/libpr0n/test/mochitest/bug89419-iframe.html => image/test/mochitest/bug89419-iframe.html rename : modules/libpr0n/test/mochitest/bug89419.sjs => image/test/mochitest/bug89419.sjs rename : modules/libpr0n/test/mochitest/damon.jpg => image/test/mochitest/damon.jpg rename : modules/libpr0n/test/mochitest/imgutils.js => image/test/mochitest/imgutils.js rename : modules/libpr0n/test/mochitest/lime-anim-100x100.svg => image/test/mochitest/lime-anim-100x100.svg rename : modules/libpr0n/test/mochitest/lime100x100.svg => image/test/mochitest/lime100x100.svg rename : modules/libpr0n/test/mochitest/red.png => image/test/mochitest/red.png rename : modules/libpr0n/test/mochitest/schrep.png => image/test/mochitest/schrep.png rename : modules/libpr0n/test/mochitest/shaver.png => image/test/mochitest/shaver.png rename : modules/libpr0n/test/mochitest/test_animSVGImage.html => image/test/mochitest/test_animSVGImage.html rename : modules/libpr0n/test/mochitest/test_bug399925.html => image/test/mochitest/test_bug399925.html rename : modules/libpr0n/test/mochitest/test_bug435296.html => image/test/mochitest/test_bug435296.html rename : modules/libpr0n/test/mochitest/test_bug466586.html => image/test/mochitest/test_bug466586.html rename : modules/libpr0n/test/mochitest/test_bug468160.html => image/test/mochitest/test_bug468160.html rename : modules/libpr0n/test/mochitest/test_bug478398.html => image/test/mochitest/test_bug478398.html rename : modules/libpr0n/test/mochitest/test_bug490949.html => image/test/mochitest/test_bug490949.html rename : modules/libpr0n/test/mochitest/test_bug496292.html => image/test/mochitest/test_bug496292.html rename : modules/libpr0n/test/mochitest/test_bug497665.html => image/test/mochitest/test_bug497665.html rename : modules/libpr0n/test/mochitest/test_bug512435.html => image/test/mochitest/test_bug512435.html rename : modules/libpr0n/test/mochitest/test_bug552605-1.html => image/test/mochitest/test_bug552605-1.html rename : modules/libpr0n/test/mochitest/test_bug552605-2.html => image/test/mochitest/test_bug552605-2.html rename : modules/libpr0n/test/mochitest/test_bug553982.html => image/test/mochitest/test_bug553982.html rename : modules/libpr0n/test/mochitest/test_bug601470.html => image/test/mochitest/test_bug601470.html rename : modules/libpr0n/test/mochitest/test_bug614392.html => image/test/mochitest/test_bug614392.html rename : modules/libpr0n/test/mochitest/test_bug657191.html => image/test/mochitest/test_bug657191.html rename : modules/libpr0n/test/mochitest/test_bug671906.html => image/test/mochitest/test_bug671906.html rename : modules/libpr0n/test/mochitest/test_bug89419-1.html => image/test/mochitest/test_bug89419-1.html rename : modules/libpr0n/test/mochitest/test_bug89419-2.html => image/test/mochitest/test_bug89419-2.html rename : modules/libpr0n/test/reftest/apng/bug411852-1-ref.png => image/test/reftest/apng/bug411852-1-ref.png rename : modules/libpr0n/test/reftest/apng/bug411852-1.png => image/test/reftest/apng/bug411852-1.png rename : modules/libpr0n/test/reftest/apng/bug546272-ref.png => image/test/reftest/apng/bug546272-ref.png rename : modules/libpr0n/test/reftest/apng/bug546272.png => image/test/reftest/apng/bug546272.png rename : modules/libpr0n/test/reftest/apng/delaytest.html => image/test/reftest/apng/delaytest.html rename : modules/libpr0n/test/reftest/apng/reftest.list => image/test/reftest/apng/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-not-square-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-15x15-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-16x16-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-17x17-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico => image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.ico rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-1x1-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-2x2-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-31x31-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-32x32-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-33x33-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-3x3-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-4x4-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-5x5-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-6x6-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-7x7-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-8x8-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png => image/test/reftest/bmp/bmp-1bpp/bmp-size-9x9-1bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/os2bmp-size-32x32-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/reftest.list => image/test/reftest/bmp/bmp-1bpp/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp => image/test/reftest/bmp/bmp-1bpp/top-to-bottom-16x16-1bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-not-square-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-15x15-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-16x16-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-17x17-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-1x1-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-2x2-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-31x31-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-32x32-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-33x33-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-3x3-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-4x4-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-5x5-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-6x6-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-7x7-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-8x8-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png => image/test/reftest/bmp/bmp-24bpp/bmp-size-9x9-24bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/os2bmp-size-32x32-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/reftest.list => image/test/reftest/bmp/bmp-24bpp/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp => image/test/reftest/bmp/bmp-24bpp/top-to-bottom-16x16-24bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-not-square-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-15x15-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-16x16-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-17x17-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-1x1-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-2x2-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-31x31-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-32x32-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-33x33-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-3x3-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-4x4-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-5x5-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-6x6-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-7x7-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-8x8-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png => image/test/reftest/bmp/bmp-4bpp/bmp-size-9x9-4bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/os2bmp-size-32x32-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/reftest.list => image/test/reftest/bmp/bmp-4bpp/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp => image/test/reftest/bmp/bmp-4bpp/top-to-bottom-16x16-4bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-not-square-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-15x15-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-16x16-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-17x17-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-1x1-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-2x2-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-31x31-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-32x32-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-33x33-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-3x3-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-4x4-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-5x5-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-6x6-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-7x7-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-8x8-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png => image/test/reftest/bmp/bmp-8bpp/bmp-size-9x9-8bpp.png rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/os2bmp-size-32x32-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/reftest.list => image/test/reftest/bmp/bmp-8bpp/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp => image/test/reftest/bmp/bmp-8bpp/top-to-bottom-16x16-8bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE4.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-compression-RLE8.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-compression.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp => image/test/reftest/bmp/bmp-corrupted/invalid-signature.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp => image/test/reftest/bmp/bmp-corrupted/os2-invalid-bpp.bmp rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/reftest.list => image/test/reftest/bmp/bmp-corrupted/reftest.list rename : modules/libpr0n/test/reftest/bmp/bmp-corrupted/wrapper.html => image/test/reftest/bmp/bmp-corrupted/wrapper.html rename : modules/libpr0n/test/reftest/bmp/reftest.list => image/test/reftest/bmp/reftest.list rename : modules/libpr0n/test/reftest/color-management/color-curv.png => image/test/reftest/color-management/color-curv.png rename : modules/libpr0n/test/reftest/color-management/color-lin.png => image/test/reftest/color-management/color-lin.png rename : modules/libpr0n/test/reftest/color-management/color-table.png => image/test/reftest/color-management/color-table.png rename : modules/libpr0n/test/reftest/color-management/invalid-chrm-ref.png => image/test/reftest/color-management/invalid-chrm-ref.png rename : modules/libpr0n/test/reftest/color-management/invalid-chrm.png => image/test/reftest/color-management/invalid-chrm.png rename : modules/libpr0n/test/reftest/color-management/invalid-whitepoint.png => image/test/reftest/color-management/invalid-whitepoint.png rename : modules/libpr0n/test/reftest/color-management/reftest.list => image/test/reftest/color-management/reftest.list rename : modules/libpr0n/test/reftest/color-management/trc-type-ref.html => image/test/reftest/color-management/trc-type-ref.html rename : modules/libpr0n/test/reftest/color-management/trc-type.html => image/test/reftest/color-management/trc-type.html rename : modules/libpr0n/test/reftest/colordepth.html => image/test/reftest/colordepth.html rename : modules/libpr0n/test/reftest/encoders-lossless/encoder.html => image/test/reftest/encoders-lossless/encoder.html rename : modules/libpr0n/test/reftest/encoders-lossless/reftest.list => image/test/reftest/encoders-lossless/reftest.list rename : modules/libpr0n/test/reftest/encoders-lossless/size-15x15.png => image/test/reftest/encoders-lossless/size-15x15.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-16x16.png => image/test/reftest/encoders-lossless/size-16x16.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-17x17.png => image/test/reftest/encoders-lossless/size-17x17.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-1x1.png => image/test/reftest/encoders-lossless/size-1x1.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-256x256.png => image/test/reftest/encoders-lossless/size-256x256.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-2x2.png => image/test/reftest/encoders-lossless/size-2x2.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-31x31.png => image/test/reftest/encoders-lossless/size-31x31.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-32x32.png => image/test/reftest/encoders-lossless/size-32x32.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-33x33.png => image/test/reftest/encoders-lossless/size-33x33.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-3x3.png => image/test/reftest/encoders-lossless/size-3x3.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-4x4.png => image/test/reftest/encoders-lossless/size-4x4.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-5x5.png => image/test/reftest/encoders-lossless/size-5x5.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-6x6.png => image/test/reftest/encoders-lossless/size-6x6.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-7x7.png => image/test/reftest/encoders-lossless/size-7x7.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-8x8.png => image/test/reftest/encoders-lossless/size-8x8.png rename : modules/libpr0n/test/reftest/encoders-lossless/size-9x9.png => image/test/reftest/encoders-lossless/size-9x9.png rename : modules/libpr0n/test/reftest/encoders-lossless/test.png => image/test/reftest/encoders-lossless/test.png rename : modules/libpr0n/test/reftest/generic/accept-image-catchall-ref.html => image/test/reftest/generic/accept-image-catchall-ref.html rename : modules/libpr0n/test/reftest/generic/accept-image-catchall.html => image/test/reftest/generic/accept-image-catchall.html rename : modules/libpr0n/test/reftest/generic/check-header.sjs => image/test/reftest/generic/check-header.sjs rename : modules/libpr0n/test/reftest/generic/green.png => image/test/reftest/generic/green.png rename : modules/libpr0n/test/reftest/generic/reftest.list => image/test/reftest/generic/reftest.list rename : modules/libpr0n/test/reftest/gif/1bit-255-trans.gif => image/test/reftest/gif/1bit-255-trans.gif rename : modules/libpr0n/test/reftest/gif/1bit-255-trans.png => image/test/reftest/gif/1bit-255-trans.png rename : modules/libpr0n/test/reftest/gif/animation1a.gif => image/test/reftest/gif/animation1a.gif rename : modules/libpr0n/test/reftest/gif/animation2a-finalframe.gif => image/test/reftest/gif/animation2a-finalframe.gif rename : modules/libpr0n/test/reftest/gif/animation2a.gif => image/test/reftest/gif/animation2a.gif rename : modules/libpr0n/test/reftest/gif/blue.gif => image/test/reftest/gif/blue.gif rename : modules/libpr0n/test/reftest/gif/comment.gif => image/test/reftest/gif/comment.gif rename : modules/libpr0n/test/reftest/gif/comment.png => image/test/reftest/gif/comment.png rename : modules/libpr0n/test/reftest/gif/delaytest.html => image/test/reftest/gif/delaytest.html rename : modules/libpr0n/test/reftest/gif/in-colormap-trans.gif => image/test/reftest/gif/in-colormap-trans.gif rename : modules/libpr0n/test/reftest/gif/in-colormap-trans.png => image/test/reftest/gif/in-colormap-trans.png rename : modules/libpr0n/test/reftest/gif/out-of-colormap-trans.gif => image/test/reftest/gif/out-of-colormap-trans.gif rename : modules/libpr0n/test/reftest/gif/out-of-colormap-trans.png => image/test/reftest/gif/out-of-colormap-trans.png rename : modules/libpr0n/test/reftest/gif/red.gif => image/test/reftest/gif/red.gif rename : modules/libpr0n/test/reftest/gif/reftest.list => image/test/reftest/gif/reftest.list rename : modules/libpr0n/test/reftest/gif/small-background-size-2-ref.gif => image/test/reftest/gif/small-background-size-2-ref.gif rename : modules/libpr0n/test/reftest/gif/small-background-size-2.gif => image/test/reftest/gif/small-background-size-2.gif rename : modules/libpr0n/test/reftest/gif/small-background-size-ref.gif => image/test/reftest/gif/small-background-size-ref.gif rename : modules/libpr0n/test/reftest/gif/small-background-size.gif => image/test/reftest/gif/small-background-size.gif rename : modules/libpr0n/test/reftest/gif/test_bug641198.html => image/test/reftest/gif/test_bug641198.html rename : modules/libpr0n/test/reftest/gif/transparent-animation-finalframe.gif => image/test/reftest/gif/transparent-animation-finalframe.gif rename : modules/libpr0n/test/reftest/gif/transparent-animation.gif => image/test/reftest/gif/transparent-animation.gif rename : modules/libpr0n/test/reftest/gif/webcam-simulacrum.mgif => image/test/reftest/gif/webcam-simulacrum.mgif rename : modules/libpr0n/test/reftest/gif/webcam-simulacrum.mgif^headers^ => image/test/reftest/gif/webcam-simulacrum.mgif^headers^ rename : modules/libpr0n/test/reftest/gif/webcam.html => image/test/reftest/gif/webcam.html rename : modules/libpr0n/test/reftest/ico/cur/pointer.cur => image/test/reftest/ico/cur/pointer.cur rename : modules/libpr0n/test/reftest/ico/cur/pointer.png => image/test/reftest/ico/cur/pointer.png rename : modules/libpr0n/test/reftest/ico/cur/reftest.list => image/test/reftest/ico/cur/reftest.list rename : modules/libpr0n/test/reftest/ico/cur/wrapper.html => image/test/reftest/ico/cur/wrapper.html rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-not-square-transparent-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-partial-transparent-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-15x15-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-16x16-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-17x17-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-1x1-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-256x256-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-2x2-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-31x31-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-32x32-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-33x33-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-3x3-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-4x4-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-5x5-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-6x6-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-7x7-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-8x8-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-size-9x9-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico => image/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png => image/test/reftest/ico/ico-bmp-1bpp/ico-transparent-1bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-1bpp/reftest.list => image/test/reftest/ico/ico-bmp-1bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-not-square-transparent-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-partial-transparent-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-15x15-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-16x16-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-17x17-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-1x1-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-256x256-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-2x2-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-31x31-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-32x32-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-33x33-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-3x3-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-4x4-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-5x5-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-6x6-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-7x7-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-8x8-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-size-9x9-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico => image/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png => image/test/reftest/ico/ico-bmp-24bpp/ico-transparent-24bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-24bpp/reftest.list => image/test/reftest/ico/ico-bmp-24bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-not-square-transparent-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-partial-transparent-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-15x15-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-16x16-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-17x17-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-1x1-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-256x256-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-2x2-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-31x31-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-32x32-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-33x33-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-3x3-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-4x4-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-5x5-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-6x6-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-7x7-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-8x8-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-size-9x9-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico => image/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png => image/test/reftest/ico/ico-bmp-32bpp/ico-transparent-32bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-32bpp/reftest.list => image/test/reftest/ico/ico-bmp-32bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-not-square-transparent-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-partial-transparent-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-15x15-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-16x16-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-17x17-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-1x1-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-256x256-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-2x2-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-31x31-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-32x32-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-33x33-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-3x3-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-4x4-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-5x5-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-6x6-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-7x7-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-8x8-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-size-9x9-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico => image/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png => image/test/reftest/ico/ico-bmp-4bpp/ico-transparent-4bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-4bpp/reftest.list => image/test/reftest/ico/ico-bmp-4bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-not-square-transparent-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-partial-transparent-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-15x15-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-16x16-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-17x17-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-1x1-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-256x256-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-2x2-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-31x31-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-32x32-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-33x33-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-3x3-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-4x4-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-5x5-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-6x6-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-7x7-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-8x8-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-size-9x9-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico => image/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png => image/test/reftest/ico/ico-bmp-8bpp/ico-transparent-8bpp.png rename : modules/libpr0n/test/reftest/ico/ico-bmp-8bpp/reftest.list => image/test/reftest/ico/ico-bmp-8bpp/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid-bpp.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE4.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid-compression-RLE8.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico => image/test/reftest/ico/ico-bmp-corrupted/invalid-compression.ico rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/reftest.list => image/test/reftest/ico/ico-bmp-corrupted/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-bmp-corrupted/wrapper.html => image/test/reftest/ico/ico-bmp-corrupted/wrapper.html rename : modules/libpr0n/test/reftest/ico/ico-mixed/mixed-bmp-png.ico => image/test/reftest/ico/ico-mixed/mixed-bmp-png.ico rename : modules/libpr0n/test/reftest/ico/ico-mixed/mixed-bmp-png.png => image/test/reftest/ico/ico-mixed/mixed-bmp-png.png rename : modules/libpr0n/test/reftest/ico/ico-mixed/reftest.list => image/test/reftest/ico/ico-mixed/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-png/corrupted_x00n0g01.ico => image/test/reftest/ico/ico-png/corrupted_x00n0g01.ico rename : modules/libpr0n/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico => image/test/reftest/ico/ico-png/corrupted_xxcrn0g04.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-15x15-png.ico => image/test/reftest/ico/ico-png/ico-size-15x15-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-15x15-png.png => image/test/reftest/ico/ico-png/ico-size-15x15-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-16x16-png.ico => image/test/reftest/ico/ico-png/ico-size-16x16-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-16x16-png.png => image/test/reftest/ico/ico-png/ico-size-16x16-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-17x17-png.ico => image/test/reftest/ico/ico-png/ico-size-17x17-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-17x17-png.png => image/test/reftest/ico/ico-png/ico-size-17x17-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-1x1-png.ico => image/test/reftest/ico/ico-png/ico-size-1x1-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-1x1-png.png => image/test/reftest/ico/ico-png/ico-size-1x1-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-256x256-png.ico => image/test/reftest/ico/ico-png/ico-size-256x256-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-256x256-png.png => image/test/reftest/ico/ico-png/ico-size-256x256-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-2x2-png.ico => image/test/reftest/ico/ico-png/ico-size-2x2-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-2x2-png.png => image/test/reftest/ico/ico-png/ico-size-2x2-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-31x31-png.ico => image/test/reftest/ico/ico-png/ico-size-31x31-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-31x31-png.png => image/test/reftest/ico/ico-png/ico-size-31x31-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-32x32-png.ico => image/test/reftest/ico/ico-png/ico-size-32x32-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-32x32-png.png => image/test/reftest/ico/ico-png/ico-size-32x32-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-33x33-png.ico => image/test/reftest/ico/ico-png/ico-size-33x33-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-33x33-png.png => image/test/reftest/ico/ico-png/ico-size-33x33-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-3x3-png.ico => image/test/reftest/ico/ico-png/ico-size-3x3-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-3x3-png.png => image/test/reftest/ico/ico-png/ico-size-3x3-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-4x4-png.ico => image/test/reftest/ico/ico-png/ico-size-4x4-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-4x4-png.png => image/test/reftest/ico/ico-png/ico-size-4x4-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-5x5-png.ico => image/test/reftest/ico/ico-png/ico-size-5x5-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-5x5-png.png => image/test/reftest/ico/ico-png/ico-size-5x5-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-6x6-png.ico => image/test/reftest/ico/ico-png/ico-size-6x6-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-6x6-png.png => image/test/reftest/ico/ico-png/ico-size-6x6-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-7x7-png.ico => image/test/reftest/ico/ico-png/ico-size-7x7-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-7x7-png.png => image/test/reftest/ico/ico-png/ico-size-7x7-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-8x8-png.ico => image/test/reftest/ico/ico-png/ico-size-8x8-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-8x8-png.png => image/test/reftest/ico/ico-png/ico-size-8x8-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-9x9-png.ico => image/test/reftest/ico/ico-png/ico-size-9x9-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/ico-size-9x9-png.png => image/test/reftest/ico/ico-png/ico-size-9x9-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/reftest.list => image/test/reftest/ico/ico-png/reftest.list rename : modules/libpr0n/test/reftest/ico/ico-png/tmp.ico => image/test/reftest/ico/ico-png/tmp.ico rename : modules/libpr0n/test/reftest/ico/ico-png/transparent-png.ico => image/test/reftest/ico/ico-png/transparent-png.ico rename : modules/libpr0n/test/reftest/ico/ico-png/transparent-png.png => image/test/reftest/ico/ico-png/transparent-png.png rename : modules/libpr0n/test/reftest/ico/ico-png/wrapper.html => image/test/reftest/ico/ico-png/wrapper.html rename : modules/libpr0n/test/reftest/ico/ico-png/x00n0g01.png => image/test/reftest/ico/ico-png/x00n0g01.png rename : modules/libpr0n/test/reftest/ico/ico-png/xcrn0g04.png => image/test/reftest/ico/ico-png/xcrn0g04.png rename : modules/libpr0n/test/reftest/ico/reftest.list => image/test/reftest/ico/reftest.list rename : modules/libpr0n/test/reftest/icon/win/bug415761.ico => image/test/reftest/icon/win/bug415761.ico rename : modules/libpr0n/test/reftest/icon/win/bug415761.sjs => image/test/reftest/icon/win/bug415761.sjs rename : modules/libpr0n/test/reftest/icon/win/bug415761cleanup.sjs => image/test/reftest/icon/win/bug415761cleanup.sjs rename : modules/libpr0n/test/reftest/icon/win/reftest.list => image/test/reftest/icon/win/reftest.list rename : modules/libpr0n/test/reftest/img2html.html => image/test/reftest/img2html.html rename : modules/libpr0n/test/reftest/jpeg/blue.jpg => image/test/reftest/jpeg/blue.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-cmyk-1.jpg => image/test/reftest/jpeg/jpg-cmyk-1.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-cmyk-1.png => image/test/reftest/jpeg/jpg-cmyk-1.png rename : modules/libpr0n/test/reftest/jpeg/jpg-cmyk-2.jpg => image/test/reftest/jpeg/jpg-cmyk-2.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-cmyk-2.png => image/test/reftest/jpeg/jpg-cmyk-2.png rename : modules/libpr0n/test/reftest/jpeg/jpg-gray.jpg => image/test/reftest/jpeg/jpg-gray.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-gray.png => image/test/reftest/jpeg/jpg-gray.png rename : modules/libpr0n/test/reftest/jpeg/jpg-progressive.jpg => image/test/reftest/jpeg/jpg-progressive.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-progressive.png => image/test/reftest/jpeg/jpg-progressive.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-15x15.jpg => image/test/reftest/jpeg/jpg-size-15x15.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-15x15.png => image/test/reftest/jpeg/jpg-size-15x15.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-16x16.jpg => image/test/reftest/jpeg/jpg-size-16x16.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-16x16.png => image/test/reftest/jpeg/jpg-size-16x16.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-17x17.jpg => image/test/reftest/jpeg/jpg-size-17x17.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-17x17.png => image/test/reftest/jpeg/jpg-size-17x17.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-1x1.jpg => image/test/reftest/jpeg/jpg-size-1x1.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-1x1.png => image/test/reftest/jpeg/jpg-size-1x1.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-2x2.jpg => image/test/reftest/jpeg/jpg-size-2x2.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-2x2.png => image/test/reftest/jpeg/jpg-size-2x2.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-31x31.jpg => image/test/reftest/jpeg/jpg-size-31x31.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-31x31.png => image/test/reftest/jpeg/jpg-size-31x31.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-32x32.jpg => image/test/reftest/jpeg/jpg-size-32x32.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-32x32.png => image/test/reftest/jpeg/jpg-size-32x32.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-33x33.jpg => image/test/reftest/jpeg/jpg-size-33x33.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-33x33.png => image/test/reftest/jpeg/jpg-size-33x33.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-3x3.jpg => image/test/reftest/jpeg/jpg-size-3x3.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-3x3.png => image/test/reftest/jpeg/jpg-size-3x3.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-4x4.jpg => image/test/reftest/jpeg/jpg-size-4x4.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-4x4.png => image/test/reftest/jpeg/jpg-size-4x4.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-5x5.jpg => image/test/reftest/jpeg/jpg-size-5x5.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-5x5.png => image/test/reftest/jpeg/jpg-size-5x5.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-6x6.jpg => image/test/reftest/jpeg/jpg-size-6x6.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-6x6.png => image/test/reftest/jpeg/jpg-size-6x6.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-7x7.jpg => image/test/reftest/jpeg/jpg-size-7x7.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-7x7.png => image/test/reftest/jpeg/jpg-size-7x7.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-8x8.jpg => image/test/reftest/jpeg/jpg-size-8x8.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-8x8.png => image/test/reftest/jpeg/jpg-size-8x8.png rename : modules/libpr0n/test/reftest/jpeg/jpg-size-9x9.jpg => image/test/reftest/jpeg/jpg-size-9x9.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-size-9x9.png => image/test/reftest/jpeg/jpg-size-9x9.png rename : modules/libpr0n/test/reftest/jpeg/jpg-srgb-icc.jpg => image/test/reftest/jpeg/jpg-srgb-icc.jpg rename : modules/libpr0n/test/reftest/jpeg/jpg-srgb-icc.png => image/test/reftest/jpeg/jpg-srgb-icc.png rename : modules/libpr0n/test/reftest/jpeg/red.jpg => image/test/reftest/jpeg/red.jpg rename : modules/libpr0n/test/reftest/jpeg/reftest.list => image/test/reftest/jpeg/reftest.list rename : modules/libpr0n/test/reftest/jpeg/webcam-simulacrum.mjpg => image/test/reftest/jpeg/webcam-simulacrum.mjpg rename : modules/libpr0n/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ => image/test/reftest/jpeg/webcam-simulacrum.mjpg^headers^ rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn2c08.html => image/test/reftest/pngsuite-ancillary/ccwn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn2c08.png => image/test/reftest/pngsuite-ancillary/ccwn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn3p08.html => image/test/reftest/pngsuite-ancillary/ccwn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ccwn3p08.png => image/test/reftest/pngsuite-ancillary/ccwn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdfn2c08.html => image/test/reftest/pngsuite-ancillary/cdfn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdfn2c08.png => image/test/reftest/pngsuite-ancillary/cdfn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdhn2c08.html => image/test/reftest/pngsuite-ancillary/cdhn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdhn2c08.png => image/test/reftest/pngsuite-ancillary/cdhn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdsn2c08.html => image/test/reftest/pngsuite-ancillary/cdsn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdsn2c08.png => image/test/reftest/pngsuite-ancillary/cdsn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdun2c08.html => image/test/reftest/pngsuite-ancillary/cdun2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cdun2c08.png => image/test/reftest/pngsuite-ancillary/cdun2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ch1n3p04.html => image/test/reftest/pngsuite-ancillary/ch1n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ch1n3p04.png => image/test/reftest/pngsuite-ancillary/ch1n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ch2n3p08.html => image/test/reftest/pngsuite-ancillary/ch2n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ch2n3p08.png => image/test/reftest/pngsuite-ancillary/ch2n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm0n0g04.html => image/test/reftest/pngsuite-ancillary/cm0n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm0n0g04.png => image/test/reftest/pngsuite-ancillary/cm0n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm7n0g04.html => image/test/reftest/pngsuite-ancillary/cm7n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm7n0g04.png => image/test/reftest/pngsuite-ancillary/cm7n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm9n0g04.html => image/test/reftest/pngsuite-ancillary/cm9n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cm9n0g04.png => image/test/reftest/pngsuite-ancillary/cm9n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n2c16.html => image/test/reftest/pngsuite-ancillary/cs3n2c16.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n2c16.png => image/test/reftest/pngsuite-ancillary/cs3n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n3p08.html => image/test/reftest/pngsuite-ancillary/cs3n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs3n3p08.png => image/test/reftest/pngsuite-ancillary/cs3n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n2c08.html => image/test/reftest/pngsuite-ancillary/cs5n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n2c08.png => image/test/reftest/pngsuite-ancillary/cs5n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n3p08.html => image/test/reftest/pngsuite-ancillary/cs5n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs5n3p08.png => image/test/reftest/pngsuite-ancillary/cs5n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n2c08.html => image/test/reftest/pngsuite-ancillary/cs8n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n2c08.png => image/test/reftest/pngsuite-ancillary/cs8n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n3p08.html => image/test/reftest/pngsuite-ancillary/cs8n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/cs8n3p08.png => image/test/reftest/pngsuite-ancillary/cs8n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ct0n0g04.html => image/test/reftest/pngsuite-ancillary/ct0n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ct0n0g04.png => image/test/reftest/pngsuite-ancillary/ct0n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ct1n0g04.html => image/test/reftest/pngsuite-ancillary/ct1n0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ct1n0g04.png => image/test/reftest/pngsuite-ancillary/ct1n0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ctzn0g04.html => image/test/reftest/pngsuite-ancillary/ctzn0g04.html rename : modules/libpr0n/test/reftest/pngsuite-ancillary/ctzn0g04.png => image/test/reftest/pngsuite-ancillary/ctzn0g04.png rename : modules/libpr0n/test/reftest/pngsuite-ancillary/qcms-asm-check.js => image/test/reftest/pngsuite-ancillary/qcms-asm-check.js rename : modules/libpr0n/test/reftest/pngsuite-ancillary/reftest.list => image/test/reftest/pngsuite-ancillary/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-background/bg__4a08.html => image/test/reftest/pngsuite-background/bg__4a08.html rename : modules/libpr0n/test/reftest/pngsuite-background/bg__4a16.html => image/test/reftest/pngsuite-background/bg__4a16.html rename : modules/libpr0n/test/reftest/pngsuite-background/bg__6a08.html => image/test/reftest/pngsuite-background/bg__6a08.html rename : modules/libpr0n/test/reftest/pngsuite-background/bg__6a16.html => image/test/reftest/pngsuite-background/bg__6a16.html rename : modules/libpr0n/test/reftest/pngsuite-background/bgai4a08.png => image/test/reftest/pngsuite-background/bgai4a08.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgai4a16.png => image/test/reftest/pngsuite-background/bgai4a16.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgan6a08.png => image/test/reftest/pngsuite-background/bgan6a08.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgan6a16.png => image/test/reftest/pngsuite-background/bgan6a16.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgbn4a08.png => image/test/reftest/pngsuite-background/bgbn4a08.png rename : modules/libpr0n/test/reftest/pngsuite-background/bggn4a16.png => image/test/reftest/pngsuite-background/bggn4a16.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgwn6a08.png => image/test/reftest/pngsuite-background/bgwn6a08.png rename : modules/libpr0n/test/reftest/pngsuite-background/bgyn6a16.png => image/test/reftest/pngsuite-background/bgyn6a16.png rename : modules/libpr0n/test/reftest/pngsuite-background/reftest.list => image/test/reftest/pngsuite-background/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-background/wrapper.html => image/test/reftest/pngsuite-background/wrapper.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g01.html => image/test/reftest/pngsuite-basic-i/basi0g01.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g01.png => image/test/reftest/pngsuite-basic-i/basi0g01.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g02.html => image/test/reftest/pngsuite-basic-i/basi0g02.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g02.png => image/test/reftest/pngsuite-basic-i/basi0g02.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g04.html => image/test/reftest/pngsuite-basic-i/basi0g04.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g04.png => image/test/reftest/pngsuite-basic-i/basi0g04.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g08.html => image/test/reftest/pngsuite-basic-i/basi0g08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g08.png => image/test/reftest/pngsuite-basic-i/basi0g08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g16.html => image/test/reftest/pngsuite-basic-i/basi0g16.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi0g16.png => image/test/reftest/pngsuite-basic-i/basi0g16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c08.html => image/test/reftest/pngsuite-basic-i/basi2c08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c08.png => image/test/reftest/pngsuite-basic-i/basi2c08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c16.html => image/test/reftest/pngsuite-basic-i/basi2c16.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi2c16.png => image/test/reftest/pngsuite-basic-i/basi2c16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p01.html => image/test/reftest/pngsuite-basic-i/basi3p01.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p01.png => image/test/reftest/pngsuite-basic-i/basi3p01.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p02.html => image/test/reftest/pngsuite-basic-i/basi3p02.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p02.png => image/test/reftest/pngsuite-basic-i/basi3p02.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p04.html => image/test/reftest/pngsuite-basic-i/basi3p04.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p04.png => image/test/reftest/pngsuite-basic-i/basi3p04.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p08.html => image/test/reftest/pngsuite-basic-i/basi3p08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi3p08.png => image/test/reftest/pngsuite-basic-i/basi3p08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi4a08.png => image/test/reftest/pngsuite-basic-i/basi4a08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi4a16.png => image/test/reftest/pngsuite-basic-i/basi4a16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi6a08.png => image/test/reftest/pngsuite-basic-i/basi6a08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/basi6a16.png => image/test/reftest/pngsuite-basic-i/basi6a16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-i/reftest.list => image/test/reftest/pngsuite-basic-i/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g01.html => image/test/reftest/pngsuite-basic-n/basn0g01.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g01.png => image/test/reftest/pngsuite-basic-n/basn0g01.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g02.html => image/test/reftest/pngsuite-basic-n/basn0g02.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g02.png => image/test/reftest/pngsuite-basic-n/basn0g02.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g04.html => image/test/reftest/pngsuite-basic-n/basn0g04.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g04.png => image/test/reftest/pngsuite-basic-n/basn0g04.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g08.html => image/test/reftest/pngsuite-basic-n/basn0g08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g08.png => image/test/reftest/pngsuite-basic-n/basn0g08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g16.html => image/test/reftest/pngsuite-basic-n/basn0g16.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn0g16.png => image/test/reftest/pngsuite-basic-n/basn0g16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c08.html => image/test/reftest/pngsuite-basic-n/basn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c08.png => image/test/reftest/pngsuite-basic-n/basn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c16.html => image/test/reftest/pngsuite-basic-n/basn2c16.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn2c16.png => image/test/reftest/pngsuite-basic-n/basn2c16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p01.html => image/test/reftest/pngsuite-basic-n/basn3p01.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p01.png => image/test/reftest/pngsuite-basic-n/basn3p01.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p02.html => image/test/reftest/pngsuite-basic-n/basn3p02.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p02.png => image/test/reftest/pngsuite-basic-n/basn3p02.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p04.html => image/test/reftest/pngsuite-basic-n/basn3p04.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p04.png => image/test/reftest/pngsuite-basic-n/basn3p04.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p08.html => image/test/reftest/pngsuite-basic-n/basn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn3p08.png => image/test/reftest/pngsuite-basic-n/basn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn4a08.png => image/test/reftest/pngsuite-basic-n/basn4a08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn4a16.png => image/test/reftest/pngsuite-basic-n/basn4a16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn6a08.png => image/test/reftest/pngsuite-basic-n/basn6a08.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/basn6a16.png => image/test/reftest/pngsuite-basic-n/basn6a16.png rename : modules/libpr0n/test/reftest/pngsuite-basic-n/reftest.list => image/test/reftest/pngsuite-basic-n/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/color.html => image/test/reftest/pngsuite-chunkorder/color.html rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/grayscale.html => image/test/reftest/pngsuite-chunkorder/grayscale.html rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi1n0g16.png => image/test/reftest/pngsuite-chunkorder/oi1n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi1n2c16.png => image/test/reftest/pngsuite-chunkorder/oi1n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi2n0g16.png => image/test/reftest/pngsuite-chunkorder/oi2n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi2n2c16.png => image/test/reftest/pngsuite-chunkorder/oi2n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi4n0g16.png => image/test/reftest/pngsuite-chunkorder/oi4n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi4n2c16.png => image/test/reftest/pngsuite-chunkorder/oi4n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi9n0g16.png => image/test/reftest/pngsuite-chunkorder/oi9n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/oi9n2c16.png => image/test/reftest/pngsuite-chunkorder/oi9n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-chunkorder/reftest.list => image/test/reftest/pngsuite-chunkorder/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-corrupted/reftest.list => image/test/reftest/pngsuite-corrupted/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-corrupted/wrapper.html => image/test/reftest/pngsuite-corrupted/wrapper.html rename : modules/libpr0n/test/reftest/pngsuite-corrupted/x00n0g01.png => image/test/reftest/pngsuite-corrupted/x00n0g01.png rename : modules/libpr0n/test/reftest/pngsuite-corrupted/xcrn0g04.png => image/test/reftest/pngsuite-corrupted/xcrn0g04.png rename : modules/libpr0n/test/reftest/pngsuite-corrupted/xlfn0g04.png => image/test/reftest/pngsuite-corrupted/xlfn0g04.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f00n0g08.html => image/test/reftest/pngsuite-filtering/f00n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f00n0g08.png => image/test/reftest/pngsuite-filtering/f00n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f00n2c08.html => image/test/reftest/pngsuite-filtering/f00n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f00n2c08.png => image/test/reftest/pngsuite-filtering/f00n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f01n0g08.html => image/test/reftest/pngsuite-filtering/f01n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f01n0g08.png => image/test/reftest/pngsuite-filtering/f01n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f01n2c08.html => image/test/reftest/pngsuite-filtering/f01n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f01n2c08.png => image/test/reftest/pngsuite-filtering/f01n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f02n0g08.html => image/test/reftest/pngsuite-filtering/f02n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f02n0g08.png => image/test/reftest/pngsuite-filtering/f02n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f02n2c08.html => image/test/reftest/pngsuite-filtering/f02n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f02n2c08.png => image/test/reftest/pngsuite-filtering/f02n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f03n0g08.html => image/test/reftest/pngsuite-filtering/f03n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f03n0g08.png => image/test/reftest/pngsuite-filtering/f03n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f03n2c08.html => image/test/reftest/pngsuite-filtering/f03n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f03n2c08.png => image/test/reftest/pngsuite-filtering/f03n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f04n0g08.html => image/test/reftest/pngsuite-filtering/f04n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f04n0g08.png => image/test/reftest/pngsuite-filtering/f04n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/f04n2c08.html => image/test/reftest/pngsuite-filtering/f04n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-filtering/f04n2c08.png => image/test/reftest/pngsuite-filtering/f04n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-filtering/reftest.list => image/test/reftest/pngsuite-filtering/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n0g16.html => image/test/reftest/pngsuite-gamma/g03n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n0g16.png => image/test/reftest/pngsuite-gamma/g03n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n2c08.html => image/test/reftest/pngsuite-gamma/g03n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n2c08.png => image/test/reftest/pngsuite-gamma/g03n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n3p04.html => image/test/reftest/pngsuite-gamma/g03n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g03n3p04.png => image/test/reftest/pngsuite-gamma/g03n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n0g16.html => image/test/reftest/pngsuite-gamma/g04n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n0g16.png => image/test/reftest/pngsuite-gamma/g04n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n2c08.html => image/test/reftest/pngsuite-gamma/g04n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n2c08.png => image/test/reftest/pngsuite-gamma/g04n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n3p04.html => image/test/reftest/pngsuite-gamma/g04n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g04n3p04.png => image/test/reftest/pngsuite-gamma/g04n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n0g16.html => image/test/reftest/pngsuite-gamma/g05n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n0g16.png => image/test/reftest/pngsuite-gamma/g05n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n2c08.html => image/test/reftest/pngsuite-gamma/g05n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n2c08.png => image/test/reftest/pngsuite-gamma/g05n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n3p04.html => image/test/reftest/pngsuite-gamma/g05n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g05n3p04.png => image/test/reftest/pngsuite-gamma/g05n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n0g16.html => image/test/reftest/pngsuite-gamma/g07n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n0g16.png => image/test/reftest/pngsuite-gamma/g07n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n2c08.html => image/test/reftest/pngsuite-gamma/g07n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n2c08.png => image/test/reftest/pngsuite-gamma/g07n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n3p04.html => image/test/reftest/pngsuite-gamma/g07n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g07n3p04.png => image/test/reftest/pngsuite-gamma/g07n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n0g16.html => image/test/reftest/pngsuite-gamma/g10n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n0g16.png => image/test/reftest/pngsuite-gamma/g10n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n2c08.html => image/test/reftest/pngsuite-gamma/g10n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n2c08.png => image/test/reftest/pngsuite-gamma/g10n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n3p04.html => image/test/reftest/pngsuite-gamma/g10n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g10n3p04.png => image/test/reftest/pngsuite-gamma/g10n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n0g16.html => image/test/reftest/pngsuite-gamma/g25n0g16.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n0g16.png => image/test/reftest/pngsuite-gamma/g25n0g16.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n2c08.html => image/test/reftest/pngsuite-gamma/g25n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n2c08.png => image/test/reftest/pngsuite-gamma/g25n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n3p04.html => image/test/reftest/pngsuite-gamma/g25n3p04.html rename : modules/libpr0n/test/reftest/pngsuite-gamma/g25n3p04.png => image/test/reftest/pngsuite-gamma/g25n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-gamma/reftest.list => image/test/reftest/pngsuite-gamma/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/reftest.list => image/test/reftest/pngsuite-oddsizes/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s01_3p01.html => image/test/reftest/pngsuite-oddsizes/s01_3p01.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s01i3p01.png => image/test/reftest/pngsuite-oddsizes/s01i3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s01n3p01.png => image/test/reftest/pngsuite-oddsizes/s01n3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s02_3p01.html => image/test/reftest/pngsuite-oddsizes/s02_3p01.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s02i3p01.png => image/test/reftest/pngsuite-oddsizes/s02i3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s02n3p01.png => image/test/reftest/pngsuite-oddsizes/s02n3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s03_3p01.html => image/test/reftest/pngsuite-oddsizes/s03_3p01.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s03i3p01.png => image/test/reftest/pngsuite-oddsizes/s03i3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s03n3p01.png => image/test/reftest/pngsuite-oddsizes/s03n3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s04_3p01.html => image/test/reftest/pngsuite-oddsizes/s04_3p01.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s04i3p01.png => image/test/reftest/pngsuite-oddsizes/s04i3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s04n3p01.png => image/test/reftest/pngsuite-oddsizes/s04n3p01.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s05_3p02.html => image/test/reftest/pngsuite-oddsizes/s05_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s05i3p02.png => image/test/reftest/pngsuite-oddsizes/s05i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s05n3p02.png => image/test/reftest/pngsuite-oddsizes/s05n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s06_3p02.html => image/test/reftest/pngsuite-oddsizes/s06_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s06i3p02.png => image/test/reftest/pngsuite-oddsizes/s06i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s06n3p02.png => image/test/reftest/pngsuite-oddsizes/s06n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s07_3p02.html => image/test/reftest/pngsuite-oddsizes/s07_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s07i3p02.png => image/test/reftest/pngsuite-oddsizes/s07i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s07n3p02.png => image/test/reftest/pngsuite-oddsizes/s07n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s08_3p02.html => image/test/reftest/pngsuite-oddsizes/s08_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s08i3p02.png => image/test/reftest/pngsuite-oddsizes/s08i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s08n3p02.png => image/test/reftest/pngsuite-oddsizes/s08n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s09_3p02.html => image/test/reftest/pngsuite-oddsizes/s09_3p02.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s09i3p02.png => image/test/reftest/pngsuite-oddsizes/s09i3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s09n3p02.png => image/test/reftest/pngsuite-oddsizes/s09n3p02.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s32_3p04.html => image/test/reftest/pngsuite-oddsizes/s32_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s32i3p04.png => image/test/reftest/pngsuite-oddsizes/s32i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s32n3p04.png => image/test/reftest/pngsuite-oddsizes/s32n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s33_3p04.html => image/test/reftest/pngsuite-oddsizes/s33_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s33i3p04.png => image/test/reftest/pngsuite-oddsizes/s33i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s33n3p04.png => image/test/reftest/pngsuite-oddsizes/s33n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s34_3p04.html => image/test/reftest/pngsuite-oddsizes/s34_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s34i3p04.png => image/test/reftest/pngsuite-oddsizes/s34i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s34n3p04.png => image/test/reftest/pngsuite-oddsizes/s34n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s35_3p04.html => image/test/reftest/pngsuite-oddsizes/s35_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s35i3p04.png => image/test/reftest/pngsuite-oddsizes/s35i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s35n3p04.png => image/test/reftest/pngsuite-oddsizes/s35n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s36_3p04.html => image/test/reftest/pngsuite-oddsizes/s36_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s36i3p04.png => image/test/reftest/pngsuite-oddsizes/s36i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s36n3p04.png => image/test/reftest/pngsuite-oddsizes/s36n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s37_3p04.html => image/test/reftest/pngsuite-oddsizes/s37_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s37i3p04.png => image/test/reftest/pngsuite-oddsizes/s37i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s37n3p04.png => image/test/reftest/pngsuite-oddsizes/s37n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s38_3p04.html => image/test/reftest/pngsuite-oddsizes/s38_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s38i3p04.png => image/test/reftest/pngsuite-oddsizes/s38i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s38n3p04.png => image/test/reftest/pngsuite-oddsizes/s38n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s39_3p04.html => image/test/reftest/pngsuite-oddsizes/s39_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s39i3p04.png => image/test/reftest/pngsuite-oddsizes/s39i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s39n3p04.png => image/test/reftest/pngsuite-oddsizes/s39n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s40_3p04.html => image/test/reftest/pngsuite-oddsizes/s40_3p04.html rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s40i3p04.png => image/test/reftest/pngsuite-oddsizes/s40i3p04.png rename : modules/libpr0n/test/reftest/pngsuite-oddsizes/s40n3p04.png => image/test/reftest/pngsuite-oddsizes/s40n3p04.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/pp0n2c16.html => image/test/reftest/pngsuite-palettes/pp0n2c16.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/pp0n2c16.png => image/test/reftest/pngsuite-palettes/pp0n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/pp0n6a08.png => image/test/reftest/pngsuite-palettes/pp0n6a08.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps1n0g08.html => image/test/reftest/pngsuite-palettes/ps1n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps1n0g08.png => image/test/reftest/pngsuite-palettes/ps1n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps1n2c16.html => image/test/reftest/pngsuite-palettes/ps1n2c16.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps1n2c16.png => image/test/reftest/pngsuite-palettes/ps1n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps2n0g08.html => image/test/reftest/pngsuite-palettes/ps2n0g08.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps2n0g08.png => image/test/reftest/pngsuite-palettes/ps2n0g08.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps2n2c16.html => image/test/reftest/pngsuite-palettes/ps2n2c16.html rename : modules/libpr0n/test/reftest/pngsuite-palettes/ps2n2c16.png => image/test/reftest/pngsuite-palettes/ps2n2c16.png rename : modules/libpr0n/test/reftest/pngsuite-palettes/reftest.list => image/test/reftest/pngsuite-palettes/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-transparency/reftest.list => image/test/reftest/pngsuite-transparency/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn1g04.html => image/test/reftest/pngsuite-transparency/tbbn1g04.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn1g04.png => image/test/reftest/pngsuite-transparency/tbbn1g04.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn2c16.html => image/test/reftest/pngsuite-transparency/tbbn2c16.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn2c16.png => image/test/reftest/pngsuite-transparency/tbbn2c16.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn3p08.html => image/test/reftest/pngsuite-transparency/tbbn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbbn3p08.png => image/test/reftest/pngsuite-transparency/tbbn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbgn2c16.html => image/test/reftest/pngsuite-transparency/tbgn2c16.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbgn2c16.png => image/test/reftest/pngsuite-transparency/tbgn2c16.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbgn3p08.html => image/test/reftest/pngsuite-transparency/tbgn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbgn3p08.png => image/test/reftest/pngsuite-transparency/tbgn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbrn2c08.html => image/test/reftest/pngsuite-transparency/tbrn2c08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbrn2c08.png => image/test/reftest/pngsuite-transparency/tbrn2c08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbwn1g16.html => image/test/reftest/pngsuite-transparency/tbwn1g16.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbwn1g16.png => image/test/reftest/pngsuite-transparency/tbwn1g16.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbwn3p08.html => image/test/reftest/pngsuite-transparency/tbwn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbwn3p08.png => image/test/reftest/pngsuite-transparency/tbwn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbyn3p08.html => image/test/reftest/pngsuite-transparency/tbyn3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tbyn3p08.png => image/test/reftest/pngsuite-transparency/tbyn3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/tp1n3p08.html => image/test/reftest/pngsuite-transparency/tp1n3p08.html rename : modules/libpr0n/test/reftest/pngsuite-transparency/tp1n3p08.png => image/test/reftest/pngsuite-transparency/tp1n3p08.png rename : modules/libpr0n/test/reftest/pngsuite-transparency/wrapper.html => image/test/reftest/pngsuite-transparency/wrapper.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/reftest.list => image/test/reftest/pngsuite-zlib/reftest.list rename : modules/libpr0n/test/reftest/pngsuite-zlib/z00n2c08.html => image/test/reftest/pngsuite-zlib/z00n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/z00n2c08.png => image/test/reftest/pngsuite-zlib/z00n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-zlib/z03n2c08.html => image/test/reftest/pngsuite-zlib/z03n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/z03n2c08.png => image/test/reftest/pngsuite-zlib/z03n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-zlib/z06n2c08.html => image/test/reftest/pngsuite-zlib/z06n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/z06n2c08.png => image/test/reftest/pngsuite-zlib/z06n2c08.png rename : modules/libpr0n/test/reftest/pngsuite-zlib/z09n2c08.html => image/test/reftest/pngsuite-zlib/z09n2c08.html rename : modules/libpr0n/test/reftest/pngsuite-zlib/z09n2c08.png => image/test/reftest/pngsuite-zlib/z09n2c08.png rename : modules/libpr0n/test/reftest/reftest.list => image/test/reftest/reftest.list rename : modules/libpr0n/test/unit/async_load_tests.js => image/test/unit/async_load_tests.js rename : modules/libpr0n/test/unit/bug413512.ico => image/test/unit/bug413512.ico rename : modules/libpr0n/test/unit/image1.png => image/test/unit/image1.png rename : modules/libpr0n/test/unit/image1png16x16.jpg => image/test/unit/image1png16x16.jpg rename : modules/libpr0n/test/unit/image1png64x64.jpg => image/test/unit/image1png64x64.jpg rename : modules/libpr0n/test/unit/image2.jpg => image/test/unit/image2.jpg rename : modules/libpr0n/test/unit/image2jpg16x16-win.png => image/test/unit/image2jpg16x16-win.png rename : modules/libpr0n/test/unit/image2jpg16x16.png => image/test/unit/image2jpg16x16.png rename : modules/libpr0n/test/unit/image2jpg32x32-win.png => image/test/unit/image2jpg32x32-win.png rename : modules/libpr0n/test/unit/image2jpg32x32.png => image/test/unit/image2jpg32x32.png rename : modules/libpr0n/test/unit/image3.ico => image/test/unit/image3.ico rename : modules/libpr0n/test/unit/image3ico16x16.png => image/test/unit/image3ico16x16.png rename : modules/libpr0n/test/unit/image3ico32x32.png => image/test/unit/image3ico32x32.png rename : modules/libpr0n/test/unit/image4.gif => image/test/unit/image4.gif rename : modules/libpr0n/test/unit/image_load_helpers.js => image/test/unit/image_load_helpers.js rename : modules/libpr0n/test/unit/test_async_notification.js => image/test/unit/test_async_notification.js rename : modules/libpr0n/test/unit/test_async_notification_404.js => image/test/unit/test_async_notification_404.js rename : modules/libpr0n/test/unit/test_async_notification_animated.js => image/test/unit/test_async_notification_animated.js rename : modules/libpr0n/test/unit/test_encoder_apng.js => image/test/unit/test_encoder_apng.js rename : modules/libpr0n/test/unit/test_encoder_png.js => image/test/unit/test_encoder_png.js rename : modules/libpr0n/test/unit/test_imgtools.js => image/test/unit/test_imgtools.js rename : modules/libpr0n/test/unit/test_moz_icon_uri.js => image/test/unit/test_moz_icon_uri.js rename : modules/libpr0n/test/unit/xpcshell.ini => image/test/unit/xpcshell.ini
2011-10-17 21:32:45 -07:00
[include:image/test/unit/xpcshell.ini]
[include:dom/encoding/test/unit/xpcshell.ini]
[include:dom/plugins/test/unit/xpcshell.ini]
[include:dom/sms/tests/xpcshell.ini]
[include:dom/mms/tests/xpcshell.ini]
[include:dom/network/tests/unit/xpcshell.ini]
[include:dom/network/tests/unit_ipc/xpcshell.ini]
[include:dom/src/json/test/unit/xpcshell.ini]
Bug 735017: Clean up namespaces and naming for gonk dom objects in gonk specific code - Patch 1: Change dom/system/b2g to dom/system/gonk; r=philikon --HG-- rename : dom/system/b2g/AudioManager.cpp => dom/system/gonk/AudioManager.cpp rename : dom/system/b2g/AudioManager.h => dom/system/gonk/AudioManager.h rename : dom/system/b2g/GonkGPSGeolocationProvider.cpp => dom/system/gonk/GonkGPSGeolocationProvider.cpp rename : dom/system/b2g/GonkGPSGeolocationProvider.h => dom/system/gonk/GonkGPSGeolocationProvider.h rename : dom/system/b2g/Makefile.in => dom/system/gonk/Makefile.in rename : dom/system/b2g/RadioInterfaceLayer.js => dom/system/gonk/RadioInterfaceLayer.js rename : dom/system/b2g/RadioInterfaceLayer.manifest => dom/system/gonk/RadioInterfaceLayer.manifest rename : dom/system/b2g/SystemWorkerManager.cpp => dom/system/gonk/SystemWorkerManager.cpp rename : dom/system/b2g/SystemWorkerManager.h => dom/system/gonk/SystemWorkerManager.h rename : dom/system/b2g/net_worker.js => dom/system/gonk/net_worker.js rename : dom/system/b2g/nsIAudioManager.idl => dom/system/gonk/nsIAudioManager.idl rename : dom/system/b2g/nsIRadioInterfaceLayer.idl => dom/system/gonk/nsIRadioInterfaceLayer.idl rename : dom/system/b2g/nsIWorkerHolder.idl => dom/system/gonk/nsIWorkerHolder.idl rename : dom/system/b2g/nsRadioInterfaceLayer.h => dom/system/gonk/nsRadioInterfaceLayer.h rename : dom/system/b2g/ril_consts.js => dom/system/gonk/ril_consts.js rename : dom/system/b2g/ril_worker.js => dom/system/gonk/ril_worker.js rename : dom/system/b2g/systemlibs.js => dom/system/gonk/systemlibs.js rename : dom/system/b2g/tests/header_helpers.js => dom/system/gonk/tests/header_helpers.js rename : dom/system/b2g/tests/test_ril_worker_buf.js => dom/system/gonk/tests/test_ril_worker_buf.js rename : dom/system/b2g/tests/test_ril_worker_sms.js => dom/system/gonk/tests/test_ril_worker_sms.js rename : dom/system/b2g/tests/xpcshell.ini => dom/system/gonk/tests/xpcshell.ini
2012-03-14 15:42:31 -07:00
[include:dom/system/gonk/tests/xpcshell.ini]
[include:dom/tests/unit/xpcshell.ini]
2012-01-04 07:43:33 -08:00
[include:dom/indexedDB/test/unit/xpcshell.ini]
[include:content/xtf/test/unit/xpcshell.ini]
[include:docshell/test/unit/xpcshell.ini]
[include:docshell/test/unit_ipc/xpcshell.ini]
[include:embedding/tests/unit/xpcshell.ini]
[include:toolkit/components/commandlines/test/unit/xpcshell.ini]
[include:toolkit/components/contentprefs/tests/unit/xpcshell.ini]
[include:toolkit/devtools/debugger/tests/unit/xpcshell.ini]
[include:toolkit/devtools/sourcemap/tests/unit/xpcshell.ini]
[include:toolkit/components/passwordmgr/test/unit/xpcshell.ini]
# Bug 676989: tests hang on Android
skip-if = os == "android"
[include:toolkit/components/places/tests/migration/xpcshell.ini]
[include:toolkit/components/places/tests/autocomplete/xpcshell.ini]
[include:toolkit/components/places/tests/inline/xpcshell.ini]
[include:toolkit/components/places/tests/expiration/xpcshell.ini]
Bug 728143 - Replace old synchronous favicons calls in Places tests. r=mak --HG-- rename : toolkit/components/places/tests/unit/expected-favicon-big16.ico.png => toolkit/components/places/tests/favicons/expected-favicon-big16.ico.png rename : toolkit/components/places/tests/unit/expected-favicon-big32.jpg.png => toolkit/components/places/tests/favicons/expected-favicon-big32.jpg.png rename : toolkit/components/places/tests/unit/expected-favicon-big4.jpg.png => toolkit/components/places/tests/favicons/expected-favicon-big4.jpg.png rename : toolkit/components/places/tests/unit/expected-favicon-big48.ico.png => toolkit/components/places/tests/favicons/expected-favicon-big48.ico.png rename : toolkit/components/places/tests/unit/expected-favicon-big64.png.png => toolkit/components/places/tests/favicons/expected-favicon-big64.png.png rename : toolkit/components/places/tests/unit/expected-favicon-scale160x3.jpg.png => toolkit/components/places/tests/favicons/expected-favicon-scale160x3.jpg.png rename : toolkit/components/places/tests/unit/expected-favicon-scale3x160.jpg.png => toolkit/components/places/tests/favicons/expected-favicon-scale3x160.jpg.png rename : toolkit/components/places/tests/unit/favicon-big16.ico => toolkit/components/places/tests/favicons/favicon-big16.ico rename : toolkit/components/places/tests/unit/favicon-big32.jpg => toolkit/components/places/tests/favicons/favicon-big32.jpg rename : toolkit/components/places/tests/unit/favicon-big4.jpg => toolkit/components/places/tests/favicons/favicon-big4.jpg rename : toolkit/components/places/tests/unit/favicon-big48.ico => toolkit/components/places/tests/favicons/favicon-big48.ico rename : toolkit/components/places/tests/unit/favicon-big64.png => toolkit/components/places/tests/favicons/favicon-big64.png rename : toolkit/components/places/tests/unit/favicon-normal16.png => toolkit/components/places/tests/favicons/favicon-normal16.png rename : toolkit/components/places/tests/unit/favicon-normal32.png => toolkit/components/places/tests/favicons/favicon-normal32.png rename : toolkit/components/places/tests/unit/favicon-scale160x3.jpg => toolkit/components/places/tests/favicons/favicon-scale160x3.jpg rename : toolkit/components/places/tests/unit/favicon-scale3x160.jpg => toolkit/components/places/tests/favicons/favicon-scale3x160.jpg rename : toolkit/components/places/tests/unit/head_bookmarks.js => toolkit/components/places/tests/favicons/head_favicons.js rename : toolkit/components/places/tests/unit/test_favicons.js => toolkit/components/places/tests/favicons/test_favicons.js rename : toolkit/components/places/tests/unit/test_moz-anno_favicon_mime_type.js => toolkit/components/places/tests/favicons/test_moz-anno_favicon_mime_type.js rename : toolkit/components/places/tests/unit/test_doReplaceFaviconData.js => toolkit/components/places/tests/favicons/test_replaceFaviconData.js rename : toolkit/components/places/tests/unit/test_doReplaceFaviconDataFromDataURL.js => toolkit/components/places/tests/favicons/test_replaceFaviconDataFromDataURL.js
2012-03-19 12:24:21 -07:00
[include:toolkit/components/places/tests/favicons/xpcshell.ini]
[include:toolkit/components/places/tests/sync/xpcshell.ini]
[include:toolkit/components/places/tests/bookmarks/xpcshell.ini]
[include:toolkit/components/places/tests/queries/xpcshell.ini]
[include:toolkit/components/places/tests/unit/xpcshell.ini]
[include:toolkit/components/places/tests/network/xpcshell.ini]
[include:toolkit/components/urlformatter/tests/unit/xpcshell.ini]
[include:toolkit/components/ctypes/tests/unit/xpcshell.ini]
[include:toolkit/components/autocomplete/tests/unit/xpcshell.ini]
[include:toolkit/components/satchel/test/unit/xpcshell.ini]
[include:toolkit/components/downloads/test/unit/xpcshell.ini]
[include:toolkit/components/downloads/test/schema_migration/xpcshell.ini]
[include:toolkit/components/startup/tests/unit/xpcshell.ini]
[include:toolkit/components/telemetry/tests/unit/xpcshell.ini]
[include:toolkit/components/social/test/xpcshell/xpcshell.ini]
[include:toolkit/components/mediasniffer/test/unit/xpcshell.ini]
[include:toolkit/content/tests/unit/xpcshell.ini]
[include:toolkit/identity/tests/unit/xpcshell.ini]
[include:toolkit/mozapps/downloads/tests/unit/xpcshell.ini]
[include:toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini]
[include:toolkit/mozapps/extensions/test/xpcshell-unpack/xpcshell.ini]
[include:toolkit/mozapps/update/test_timermanager/unit/xpcshell.ini]
Bug 481815 - Make sure that the maintenance service tests are only run when the service is enabled. r=rstrong. --HG-- rename : toolkit/mozapps/update/test/Makefile.in => toolkit/mozapps/update/test_svc/Makefile.in rename : toolkit/mozapps/update/test/unit/test_0000_bootstrap_svc.js => toolkit/mozapps/update/test_svc/unit/test_0000_bootstrap_svc.js rename : toolkit/mozapps/update/test/unit/test_0110_general_svc.js => toolkit/mozapps/update/test_svc/unit/test_0110_general_svc.js rename : toolkit/mozapps/update/test/unit/test_0111_general_svc.js => toolkit/mozapps/update/test_svc/unit/test_0111_general_svc.js rename : toolkit/mozapps/update/test/unit/test_0112_general_svc.js => toolkit/mozapps/update/test_svc/unit/test_0112_general_svc.js rename : toolkit/mozapps/update/test/unit/test_0120_channelChange_complete_svc.js => toolkit/mozapps/update/test_svc/unit/test_0120_channelChange_complete_svc.js rename : toolkit/mozapps/update/test/unit/test_0150_appBinReplaced_xp_win_complete_svc.js => toolkit/mozapps/update/test_svc/unit/test_0150_appBinReplaced_xp_win_complete_svc.js rename : toolkit/mozapps/update/test/unit/test_0151_appBinPatched_xp_win_partial_svc.js => toolkit/mozapps/update/test_svc/unit/test_0151_appBinPatched_xp_win_partial_svc.js rename : toolkit/mozapps/update/test/unit/test_0160_appInUse_xp_win_complete_svc.js => toolkit/mozapps/update/test_svc/unit/test_0160_appInUse_xp_win_complete_svc.js rename : toolkit/mozapps/update/test/unit/test_0170_fileLocked_xp_win_complete_svc.js => toolkit/mozapps/update/test_svc/unit/test_0170_fileLocked_xp_win_complete_svc.js rename : toolkit/mozapps/update/test/unit/test_0171_fileLocked_xp_win_partial_svc.js => toolkit/mozapps/update/test_svc/unit/test_0171_fileLocked_xp_win_partial_svc.js rename : toolkit/mozapps/update/test/unit/test_0180_fileInUse_xp_win_complete_svc.js => toolkit/mozapps/update/test_svc/unit/test_0180_fileInUse_xp_win_complete_svc.js rename : toolkit/mozapps/update/test/unit/test_0181_fileInUse_xp_win_partial_svc.js => toolkit/mozapps/update/test_svc/unit/test_0181_fileInUse_xp_win_partial_svc.js rename : toolkit/mozapps/update/test/unit/test_0182_rmrfdirFileInUse_xp_win_complete_svc.js => toolkit/mozapps/update/test_svc/unit/test_0182_rmrfdirFileInUse_xp_win_complete_svc.js rename : toolkit/mozapps/update/test/unit/test_0183_rmrfdirFileInUse_xp_win_partial_svc.js => toolkit/mozapps/update/test_svc/unit/test_0183_rmrfdirFileInUse_xp_win_partial_svc.js rename : toolkit/mozapps/update/test/unit/test_0200_app_launch_apply_update_svc.js => toolkit/mozapps/update/test_svc/unit/test_0200_app_launch_apply_update_svc.js rename : toolkit/mozapps/update/test/unit/xpcshell_updater_windows_svc.ini => toolkit/mozapps/update/test_svc/unit/xpcshell.ini
2012-01-04 20:19:15 -08:00
[include:toolkit/mozapps/update/test_svc/unit/xpcshell.ini]
[include:toolkit/mozapps/update/test/unit/xpcshell.ini]
[include:security/manager/ssl/tests/unit/xpcshell.ini]
[include:testing/xpcshell/example/unit/xpcshell.ini]
[include:xpcom/tests/unit/xpcshell.ini]
[include:modules/libpref/test/unit/xpcshell.ini]
[include:intl/strres/tests/unit/xpcshell.ini]
[include:intl/unicharutil/tests/unit/xpcshell.ini]
[include:intl/uconv/tests/unit/xpcshell.ini]
[include:netwerk/test/unit/xpcshell.ini]
[include:netwerk/test/httpserver/test/xpcshell.ini]
[include:js/ductwork/debugger/tests/xpcshell.ini]
[include:js/jsd/test/xpcshell.ini]
Bug 691411 - Move js/src/xpconnect to js/xpconnect and rename source files while we're at it. r=khuey, sr=mrbkap --HG-- rename : js/src/xpconnect/Makefile.in => js/xpconnect/Makefile.in rename : js/src/xpconnect/crashtests/117307-1.html => js/xpconnect/crashtests/117307-1.html rename : js/src/xpconnect/crashtests/193710.html => js/xpconnect/crashtests/193710.html rename : js/src/xpconnect/crashtests/290162-1.html => js/xpconnect/crashtests/290162-1.html rename : js/src/xpconnect/crashtests/326615-1.html => js/xpconnect/crashtests/326615-1.html rename : js/src/xpconnect/crashtests/328553-1.html => js/xpconnect/crashtests/328553-1.html rename : js/src/xpconnect/crashtests/346258-1.html => js/xpconnect/crashtests/346258-1.html rename : js/src/xpconnect/crashtests/346512-1-frame1.xhtml => js/xpconnect/crashtests/346512-1-frame1.xhtml rename : js/src/xpconnect/crashtests/346512-1-frame2.xhtml => js/xpconnect/crashtests/346512-1-frame2.xhtml rename : js/src/xpconnect/crashtests/346512-1.xhtml => js/xpconnect/crashtests/346512-1.xhtml rename : js/src/xpconnect/crashtests/382133-1.html => js/xpconnect/crashtests/382133-1.html rename : js/src/xpconnect/crashtests/386680-1.html => js/xpconnect/crashtests/386680-1.html rename : js/src/xpconnect/crashtests/394810-1.html => js/xpconnect/crashtests/394810-1.html rename : js/src/xpconnect/crashtests/400349-1.html => js/xpconnect/crashtests/400349-1.html rename : js/src/xpconnect/crashtests/403356-1.html => js/xpconnect/crashtests/403356-1.html rename : js/src/xpconnect/crashtests/418139-1.svg => js/xpconnect/crashtests/418139-1.svg rename : js/src/xpconnect/crashtests/420513-1.html => js/xpconnect/crashtests/420513-1.html rename : js/src/xpconnect/crashtests/453935-1.html => js/xpconnect/crashtests/453935-1.html rename : js/src/xpconnect/crashtests/462926.html => js/xpconnect/crashtests/462926.html rename : js/src/xpconnect/crashtests/467693-1.html => js/xpconnect/crashtests/467693-1.html rename : js/src/xpconnect/crashtests/468552-1.html => js/xpconnect/crashtests/468552-1.html rename : js/src/xpconnect/crashtests/471366-1.html => js/xpconnect/crashtests/471366-1.html rename : js/src/xpconnect/crashtests/475185-1.html => js/xpconnect/crashtests/475185-1.html rename : js/src/xpconnect/crashtests/475291-1.html => js/xpconnect/crashtests/475291-1.html rename : js/src/xpconnect/crashtests/503286-1.html => js/xpconnect/crashtests/503286-1.html rename : js/src/xpconnect/crashtests/504000-1.html => js/xpconnect/crashtests/504000-1.html rename : js/src/xpconnect/crashtests/509075-1.html => js/xpconnect/crashtests/509075-1.html rename : js/src/xpconnect/crashtests/512815-1.html => js/xpconnect/crashtests/512815-1.html rename : js/src/xpconnect/crashtests/515726-1.html => js/xpconnect/crashtests/515726-1.html rename : js/src/xpconnect/crashtests/545291-1.html => js/xpconnect/crashtests/545291-1.html rename : js/src/xpconnect/crashtests/558979.html => js/xpconnect/crashtests/558979.html rename : js/src/xpconnect/crashtests/582649.html => js/xpconnect/crashtests/582649.html rename : js/src/xpconnect/crashtests/601284-1.html => js/xpconnect/crashtests/601284-1.html rename : js/src/xpconnect/crashtests/603146-1.html => js/xpconnect/crashtests/603146-1.html rename : js/src/xpconnect/crashtests/603858-1.html => js/xpconnect/crashtests/603858-1.html rename : js/src/xpconnect/crashtests/608963.html => js/xpconnect/crashtests/608963.html rename : js/src/xpconnect/crashtests/616930-1.html => js/xpconnect/crashtests/616930-1.html rename : js/src/xpconnect/crashtests/639737-1.html => js/xpconnect/crashtests/639737-1.html rename : js/src/xpconnect/crashtests/648206-1.html => js/xpconnect/crashtests/648206-1.html rename : js/src/xpconnect/crashtests/crashtests.list => js/xpconnect/crashtests/crashtests.list rename : js/src/xpconnect/idl/Makefile.in => js/xpconnect/idl/Makefile.in rename : js/src/xpconnect/idl/mozIJSSubScriptLoader.idl => js/xpconnect/idl/mozIJSSubScriptLoader.idl rename : js/src/xpconnect/idl/nsIJSContextStack.idl => js/xpconnect/idl/nsIJSContextStack.idl rename : js/src/xpconnect/idl/nsIJSEngineTelemetryStats.idl => js/xpconnect/idl/nsIJSEngineTelemetryStats.idl rename : js/src/xpconnect/idl/nsIJSRuntimeService.idl => js/xpconnect/idl/nsIJSRuntimeService.idl rename : js/src/xpconnect/idl/nsIScriptError.idl => js/xpconnect/idl/nsIScriptError.idl rename : js/src/xpconnect/idl/nsIXPCScriptNotify.idl => js/xpconnect/idl/nsIXPCScriptNotify.idl rename : js/src/xpconnect/idl/nsIXPCScriptable.idl => js/xpconnect/idl/nsIXPCScriptable.idl rename : js/src/xpconnect/idl/nsIXPCSecurityManager.idl => js/xpconnect/idl/nsIXPCSecurityManager.idl rename : js/src/xpconnect/idl/nsIXPConnect.idl => js/xpconnect/idl/nsIXPConnect.idl rename : js/src/xpconnect/idl/xpcIJSGetFactory.idl => js/xpconnect/idl/xpcIJSGetFactory.idl rename : js/src/xpconnect/idl/xpcIJSModuleLoader.idl => js/xpconnect/idl/xpcIJSModuleLoader.idl rename : js/src/xpconnect/idl/xpcIJSWeakReference.idl => js/xpconnect/idl/xpcIJSWeakReference.idl rename : js/src/xpconnect/idl/xpccomponents.idl => js/xpconnect/idl/xpccomponents.idl rename : js/src/xpconnect/idl/xpcexception.idl => js/xpconnect/idl/xpcexception.idl rename : js/src/xpconnect/idl/xpcjsid.idl => js/xpconnect/idl/xpcjsid.idl rename : js/src/xpconnect/loader/Makefile.in => js/xpconnect/loader/Makefile.in rename : js/src/xpconnect/loader/XPCOMUtils.jsm => js/xpconnect/loader/XPCOMUtils.jsm rename : js/src/xpconnect/loader/mozJSComponentLoader.cpp => js/xpconnect/loader/mozJSComponentLoader.cpp rename : js/src/xpconnect/loader/mozJSComponentLoader.h => js/xpconnect/loader/mozJSComponentLoader.h rename : js/src/xpconnect/loader/mozJSLoaderUtils.cpp => js/xpconnect/loader/mozJSLoaderUtils.cpp rename : js/src/xpconnect/loader/mozJSLoaderUtils.h => js/xpconnect/loader/mozJSLoaderUtils.h rename : js/src/xpconnect/loader/mozJSSubScriptLoader.cpp => js/xpconnect/loader/mozJSSubScriptLoader.cpp rename : js/src/xpconnect/loader/mozJSSubScriptLoader.h => js/xpconnect/loader/mozJSSubScriptLoader.h rename : js/src/xpconnect/public/Makefile.in => js/xpconnect/public/Makefile.in rename : js/src/xpconnect/public/nsAXPCNativeCallContext.h => js/xpconnect/public/nsAXPCNativeCallContext.h rename : js/src/xpconnect/public/nsAutoJSValHolder.h => js/xpconnect/public/nsAutoJSValHolder.h rename : js/src/xpconnect/public/xpc_map_end.h => js/xpconnect/public/xpc_map_end.h rename : js/src/xpconnect/shell/Makefile.in => js/xpconnect/shell/Makefile.in rename : js/src/xpconnect/shell/jsshell.msg => js/xpconnect/shell/jsshell.msg rename : js/src/xpconnect/shell/xpcshell.cpp => js/xpconnect/shell/xpcshell.cpp rename : js/src/xpconnect/shell/xpcshellMacUtils.h => js/xpconnect/shell/xpcshellMacUtils.h rename : js/src/xpconnect/shell/xpcshellMacUtils.mm => js/xpconnect/shell/xpcshellMacUtils.mm rename : js/src/xpconnect/src/Makefile.in => js/xpconnect/src/Makefile.in rename : js/src/xpconnect/src/README => js/xpconnect/src/README rename : js/src/xpconnect/src/xpccallcontext.cpp => js/xpconnect/src/XPCCallContext.cpp rename : js/src/xpconnect/src/xpccomponents.cpp => js/xpconnect/src/XPCComponents.cpp rename : js/src/xpconnect/src/xpccontext.cpp => js/xpconnect/src/XPCContext.cpp rename : js/src/xpconnect/src/xpcconvert.cpp => js/xpconnect/src/XPCConvert.cpp rename : js/src/xpconnect/src/xpcdebug.cpp => js/xpconnect/src/XPCDebug.cpp rename : js/src/xpconnect/src/xpcexception.cpp => js/xpconnect/src/XPCException.cpp rename : js/src/xpconnect/src/xpcforwards.h => js/xpconnect/src/XPCForwards.h rename : js/src/xpconnect/src/xpcinlines.h => js/xpconnect/src/XPCInlines.h rename : js/src/xpconnect/src/xpcjsid.cpp => js/xpconnect/src/XPCJSID.cpp rename : js/src/xpconnect/src/xpcjsruntime.cpp => js/xpconnect/src/XPCJSRuntime.cpp rename : js/src/xpconnect/src/xpcJSWeakReference.cpp => js/xpconnect/src/XPCJSWeakReference.cpp rename : js/src/xpconnect/src/xpcJSWeakReference.h => js/xpconnect/src/XPCJSWeakReference.h rename : js/src/xpconnect/src/xpclocale.cpp => js/xpconnect/src/XPCLocale.cpp rename : js/src/xpconnect/src/xpclog.cpp => js/xpconnect/src/XPCLog.cpp rename : js/src/xpconnect/src/xpclog.h => js/xpconnect/src/XPCLog.h rename : js/src/xpconnect/src/xpcmaps.cpp => js/xpconnect/src/XPCMaps.cpp rename : js/src/xpconnect/src/xpcmaps.h => js/xpconnect/src/XPCMaps.h rename : js/src/xpconnect/src/xpcmodule.cpp => js/xpconnect/src/XPCModule.cpp rename : js/src/xpconnect/src/xpcmodule.h => js/xpconnect/src/XPCModule.h rename : js/src/xpconnect/src/xpcquickstubs.cpp => js/xpconnect/src/XPCQuickStubs.cpp rename : js/src/xpconnect/src/xpcquickstubs.h => js/xpconnect/src/XPCQuickStubs.h rename : js/src/xpconnect/src/xpcruntimesvc.cpp => js/xpconnect/src/XPCRuntimeService.cpp rename : js/src/xpconnect/src/xpcstack.cpp => js/xpconnect/src/XPCStack.cpp rename : js/src/xpconnect/src/xpcstring.cpp => js/xpconnect/src/XPCString.cpp rename : js/src/xpconnect/src/xpcthreadcontext.cpp => js/xpconnect/src/XPCThreadContext.cpp rename : js/src/xpconnect/src/xpcthrower.cpp => js/xpconnect/src/XPCThrower.cpp rename : js/src/xpconnect/src/xpcvariant.cpp => js/xpconnect/src/XPCVariant.cpp rename : js/src/xpconnect/src/xpcwrappedjs.cpp => js/xpconnect/src/XPCWrappedJS.cpp rename : js/src/xpconnect/src/xpcwrappedjsclass.cpp => js/xpconnect/src/XPCWrappedJSClass.cpp rename : js/src/xpconnect/src/xpcwrappednative.cpp => js/xpconnect/src/XPCWrappedNative.cpp rename : js/src/xpconnect/src/xpcwrappednativeinfo.cpp => js/xpconnect/src/XPCWrappedNativeInfo.cpp rename : js/src/xpconnect/src/xpcwrappednativejsops.cpp => js/xpconnect/src/XPCWrappedNativeJSOps.cpp rename : js/src/xpconnect/src/xpcwrappednativeproto.cpp => js/xpconnect/src/XPCWrappedNativeProto.cpp rename : js/src/xpconnect/src/xpcwrappednativescope.cpp => js/xpconnect/src/XPCWrappedNativeScope.cpp rename : js/src/xpconnect/src/XPCWrapper.cpp => js/xpconnect/src/XPCWrapper.cpp rename : js/src/xpconnect/src/XPCWrapper.h => js/xpconnect/src/XPCWrapper.h rename : js/src/xpconnect/src/codegen.py => js/xpconnect/src/codegen.py rename : js/src/xpconnect/src/dom_quickstubs.qsconf => js/xpconnect/src/dom_quickstubs.qsconf rename : js/src/xpconnect/src/dombindings.conf => js/xpconnect/src/dombindings.conf rename : js/src/xpconnect/src/dombindings.cpp => js/xpconnect/src/dombindings.cpp rename : js/src/xpconnect/src/dombindings.h => js/xpconnect/src/dombindings.h rename : js/src/xpconnect/src/dombindingsgen.py => js/xpconnect/src/dombindingsgen.py rename : js/src/xpconnect/src/nsCSSPropertiesQS.h => js/xpconnect/src/nsCSSPropertiesQS.h rename : js/src/xpconnect/src/nsDOMQS.h => js/xpconnect/src/nsDOMQS.h rename : js/src/xpconnect/src/nsScriptError.cpp => js/xpconnect/src/nsScriptError.cpp rename : js/src/xpconnect/src/nsXPConnect.cpp => js/xpconnect/src/nsXPConnect.cpp rename : js/src/xpconnect/src/qsWinUndefs.h => js/xpconnect/src/qsWinUndefs.h rename : js/src/xpconnect/src/qsgen.py => js/xpconnect/src/qsgen.py rename : js/src/xpconnect/src/xpc.msg => js/xpconnect/src/xpc.msg rename : js/src/xpconnect/src/xpcprivate.h => js/xpconnect/src/xpcprivate.h rename : js/src/xpconnect/src/xpcpublic.h => js/xpconnect/src/xpcpublic.h rename : js/src/xpconnect/tests/Makefile.in => js/xpconnect/tests/Makefile.in rename : js/src/xpconnect/tests/chrome/Makefile.in => js/xpconnect/tests/chrome/Makefile.in rename : js/src/xpconnect/tests/chrome/bug503926.xul => js/xpconnect/tests/chrome/bug503926.xul rename : js/src/xpconnect/tests/chrome/file_bug618176.xul => js/xpconnect/tests/chrome/file_bug618176.xul rename : js/src/xpconnect/tests/chrome/file_evalInSandbox.html => js/xpconnect/tests/chrome/file_evalInSandbox.html rename : js/src/xpconnect/tests/chrome/test_APIExposer.xul => js/xpconnect/tests/chrome/test_APIExposer.xul rename : js/src/xpconnect/tests/chrome/test_bug448587.xul => js/xpconnect/tests/chrome/test_bug448587.xul rename : js/src/xpconnect/tests/chrome/test_bug484459.xul => js/xpconnect/tests/chrome/test_bug484459.xul rename : js/src/xpconnect/tests/chrome/test_bug500931.xul => js/xpconnect/tests/chrome/test_bug500931.xul rename : js/src/xpconnect/tests/chrome/test_bug503926.xul => js/xpconnect/tests/chrome/test_bug503926.xul rename : js/src/xpconnect/tests/chrome/test_bug517163.xul => js/xpconnect/tests/chrome/test_bug517163.xul rename : js/src/xpconnect/tests/chrome/test_bug533596.xul => js/xpconnect/tests/chrome/test_bug533596.xul rename : js/src/xpconnect/tests/chrome/test_bug571849.xul => js/xpconnect/tests/chrome/test_bug571849.xul rename : js/src/xpconnect/tests/chrome/test_bug596580.xul => js/xpconnect/tests/chrome/test_bug596580.xul rename : js/src/xpconnect/tests/chrome/test_bug601803.xul => js/xpconnect/tests/chrome/test_bug601803.xul rename : js/src/xpconnect/tests/chrome/test_bug610390.xul => js/xpconnect/tests/chrome/test_bug610390.xul rename : js/src/xpconnect/tests/chrome/test_bug614757.xul => js/xpconnect/tests/chrome/test_bug614757.xul rename : js/src/xpconnect/tests/chrome/test_bug616992.xul => js/xpconnect/tests/chrome/test_bug616992.xul rename : js/src/xpconnect/tests/chrome/test_bug618176.xul => js/xpconnect/tests/chrome/test_bug618176.xul rename : js/src/xpconnect/tests/chrome/test_bug654370.xul => js/xpconnect/tests/chrome/test_bug654370.xul rename : js/src/xpconnect/tests/chrome/test_bug658560.xul => js/xpconnect/tests/chrome/test_bug658560.xul rename : js/src/xpconnect/tests/chrome/test_bug664689.xul => js/xpconnect/tests/chrome/test_bug664689.xul rename : js/src/xpconnect/tests/chrome/test_bug679861.xul => js/xpconnect/tests/chrome/test_bug679861.xul rename : js/src/xpconnect/tests/chrome/test_cows.xul => js/xpconnect/tests/chrome/test_cows.xul rename : js/src/xpconnect/tests/chrome/test_doublewrappedcompartments.xul => js/xpconnect/tests/chrome/test_doublewrappedcompartments.xul rename : js/src/xpconnect/tests/chrome/test_evalInSandbox.xul => js/xpconnect/tests/chrome/test_evalInSandbox.xul rename : js/src/xpconnect/tests/chrome/test_getweakmapkeys.xul => js/xpconnect/tests/chrome/test_getweakmapkeys.xul rename : js/src/xpconnect/tests/chrome/test_nodelists.xul => js/xpconnect/tests/chrome/test_nodelists.xul rename : js/src/xpconnect/tests/chrome/test_precisegc.xul => js/xpconnect/tests/chrome/test_precisegc.xul rename : js/src/xpconnect/tests/chrome/test_sandboxImport.xul => js/xpconnect/tests/chrome/test_sandboxImport.xul rename : js/src/xpconnect/tests/chrome/test_wrappers-2.xul => js/xpconnect/tests/chrome/test_wrappers-2.xul rename : js/src/xpconnect/tests/chrome/test_wrappers.xul => js/xpconnect/tests/chrome/test_wrappers.xul rename : js/src/xpconnect/tests/components/js/Makefile.in => js/xpconnect/tests/components/js/Makefile.in rename : js/src/xpconnect/tests/components/js/xpctest.manifest => js/xpconnect/tests/components/js/xpctest.manifest rename : js/src/xpconnect/tests/components/js/xpctest_attributes.js => js/xpconnect/tests/components/js/xpctest_attributes.js rename : js/src/xpconnect/tests/components/js/xpctest_params.js => js/xpconnect/tests/components/js/xpctest_params.js rename : js/src/xpconnect/tests/components/native/Makefile.in => js/xpconnect/tests/components/native/Makefile.in rename : js/src/xpconnect/tests/components/native/xpctest.manifest => js/xpconnect/tests/components/native/xpctest.manifest rename : js/src/xpconnect/tests/components/native/xpctest_attributes.cpp => js/xpconnect/tests/components/native/xpctest_attributes.cpp rename : js/src/xpconnect/tests/components/native/xpctest_module.cpp => js/xpconnect/tests/components/native/xpctest_module.cpp rename : js/src/xpconnect/tests/components/native/xpctest_params.cpp => js/xpconnect/tests/components/native/xpctest_params.cpp rename : js/src/xpconnect/tests/components/native/xpctest_private.h => js/xpconnect/tests/components/native/xpctest_private.h rename : js/src/xpconnect/tests/idl/Makefile.in => js/xpconnect/tests/idl/Makefile.in rename : js/src/xpconnect/tests/idl/xpctest_attributes.idl => js/xpconnect/tests/idl/xpctest_attributes.idl rename : js/src/xpconnect/tests/idl/xpctest_params.idl => js/xpconnect/tests/idl/xpctest_params.idl rename : js/src/xpconnect/tests/mochitest/Makefile.in => js/xpconnect/tests/mochitest/Makefile.in rename : js/src/xpconnect/tests/mochitest/bug500931_helper.html => js/xpconnect/tests/mochitest/bug500931_helper.html rename : js/src/xpconnect/tests/mochitest/bug504877_helper.html => js/xpconnect/tests/mochitest/bug504877_helper.html rename : js/src/xpconnect/tests/mochitest/bug571849_helper.html => js/xpconnect/tests/mochitest/bug571849_helper.html rename : js/src/xpconnect/tests/mochitest/bug589028_helper.html => js/xpconnect/tests/mochitest/bug589028_helper.html rename : js/src/xpconnect/tests/mochitest/bug657267.jar => js/xpconnect/tests/mochitest/bug657267.jar rename : js/src/xpconnect/tests/mochitest/bug92773_helper.html => js/xpconnect/tests/mochitest/bug92773_helper.html rename : js/src/xpconnect/tests/mochitest/chrome_wrappers_helper.html => js/xpconnect/tests/mochitest/chrome_wrappers_helper.html rename : js/src/xpconnect/tests/mochitest/file1_bug629227.html => js/xpconnect/tests/mochitest/file1_bug629227.html rename : js/src/xpconnect/tests/mochitest/file2_bug629227.html => js/xpconnect/tests/mochitest/file2_bug629227.html rename : js/src/xpconnect/tests/mochitest/file_bug505915.html => js/xpconnect/tests/mochitest/file_bug505915.html rename : js/src/xpconnect/tests/mochitest/file_bug650273.html => js/xpconnect/tests/mochitest/file_bug650273.html rename : js/src/xpconnect/tests/mochitest/file_bug658560.html => js/xpconnect/tests/mochitest/file_bug658560.html rename : js/src/xpconnect/tests/mochitest/file_doublewrappedcompartments.html => js/xpconnect/tests/mochitest/file_doublewrappedcompartments.html rename : js/src/xpconnect/tests/mochitest/file_evalInSandbox.html => js/xpconnect/tests/mochitest/file_evalInSandbox.html rename : js/src/xpconnect/tests/mochitest/file_nodelists.html => js/xpconnect/tests/mochitest/file_nodelists.html rename : js/src/xpconnect/tests/mochitest/file_wrappers-2.html => js/xpconnect/tests/mochitest/file_wrappers-2.html rename : js/src/xpconnect/tests/mochitest/inner.html => js/xpconnect/tests/mochitest/inner.html rename : js/src/xpconnect/tests/mochitest/test1_bug629331.html => js/xpconnect/tests/mochitest/test1_bug629331.html rename : js/src/xpconnect/tests/mochitest/test2_bug629331.html => js/xpconnect/tests/mochitest/test2_bug629331.html rename : js/src/xpconnect/tests/mochitest/test_bug361111.xul => js/xpconnect/tests/mochitest/test_bug361111.xul rename : js/src/xpconnect/tests/mochitest/test_bug384632.html => js/xpconnect/tests/mochitest/test_bug384632.html rename : js/src/xpconnect/tests/mochitest/test_bug390488.html => js/xpconnect/tests/mochitest/test_bug390488.html rename : js/src/xpconnect/tests/mochitest/test_bug393269.html => js/xpconnect/tests/mochitest/test_bug393269.html rename : js/src/xpconnect/tests/mochitest/test_bug396851.html => js/xpconnect/tests/mochitest/test_bug396851.html rename : js/src/xpconnect/tests/mochitest/test_bug428021.html => js/xpconnect/tests/mochitest/test_bug428021.html rename : js/src/xpconnect/tests/mochitest/test_bug446584.html => js/xpconnect/tests/mochitest/test_bug446584.html rename : js/src/xpconnect/tests/mochitest/test_bug462428.html => js/xpconnect/tests/mochitest/test_bug462428.html rename : js/src/xpconnect/tests/mochitest/test_bug478438.html => js/xpconnect/tests/mochitest/test_bug478438.html rename : js/src/xpconnect/tests/mochitest/test_bug484107.html => js/xpconnect/tests/mochitest/test_bug484107.html rename : js/src/xpconnect/tests/mochitest/test_bug500691.html => js/xpconnect/tests/mochitest/test_bug500691.html rename : js/src/xpconnect/tests/mochitest/test_bug502959.html => js/xpconnect/tests/mochitest/test_bug502959.html rename : js/src/xpconnect/tests/mochitest/test_bug503926.html => js/xpconnect/tests/mochitest/test_bug503926.html rename : js/src/xpconnect/tests/mochitest/test_bug504877.html => js/xpconnect/tests/mochitest/test_bug504877.html rename : js/src/xpconnect/tests/mochitest/test_bug505915.html => js/xpconnect/tests/mochitest/test_bug505915.html rename : js/src/xpconnect/tests/mochitest/test_bug553407.html => js/xpconnect/tests/mochitest/test_bug553407.html rename : js/src/xpconnect/tests/mochitest/test_bug560351.html => js/xpconnect/tests/mochitest/test_bug560351.html rename : js/src/xpconnect/tests/mochitest/test_bug564330.html => js/xpconnect/tests/mochitest/test_bug564330.html rename : js/src/xpconnect/tests/mochitest/test_bug585745.html => js/xpconnect/tests/mochitest/test_bug585745.html rename : js/src/xpconnect/tests/mochitest/test_bug589028.html => js/xpconnect/tests/mochitest/test_bug589028.html rename : js/src/xpconnect/tests/mochitest/test_bug601299.html => js/xpconnect/tests/mochitest/test_bug601299.html rename : js/src/xpconnect/tests/mochitest/test_bug605167.html => js/xpconnect/tests/mochitest/test_bug605167.html rename : js/src/xpconnect/tests/mochitest/test_bug618017.html => js/xpconnect/tests/mochitest/test_bug618017.html rename : js/src/xpconnect/tests/mochitest/test_bug623437.html => js/xpconnect/tests/mochitest/test_bug623437.html rename : js/src/xpconnect/tests/mochitest/test_bug628410.html => js/xpconnect/tests/mochitest/test_bug628410.html rename : js/src/xpconnect/tests/mochitest/test_bug628794.html => js/xpconnect/tests/mochitest/test_bug628794.html rename : js/src/xpconnect/tests/mochitest/test_bug629227.html => js/xpconnect/tests/mochitest/test_bug629227.html rename : js/src/xpconnect/tests/mochitest/test_bug629331.html => js/xpconnect/tests/mochitest/test_bug629331.html rename : js/src/xpconnect/tests/mochitest/test_bug636097.html => js/xpconnect/tests/mochitest/test_bug636097.html rename : js/src/xpconnect/tests/mochitest/test_bug650273.html => js/xpconnect/tests/mochitest/test_bug650273.html rename : js/src/xpconnect/tests/mochitest/test_bug655297.html => js/xpconnect/tests/mochitest/test_bug655297.html rename : js/src/xpconnect/tests/mochitest/test_bug657267.html => js/xpconnect/tests/mochitest/test_bug657267.html rename : js/src/xpconnect/tests/mochitest/test_bug661980.html => js/xpconnect/tests/mochitest/test_bug661980.html rename : js/src/xpconnect/tests/mochitest/test_bug691059.html => js/xpconnect/tests/mochitest/test_bug691059.html rename : js/src/xpconnect/tests/mochitest/test_bug92773.html => js/xpconnect/tests/mochitest/test_bug92773.html rename : js/src/xpconnect/tests/mochitest/test_frameWrapping.html => js/xpconnect/tests/mochitest/test_frameWrapping.html rename : js/src/xpconnect/tests/unit/CatRegistrationComponents.manifest => js/xpconnect/tests/unit/CatRegistrationComponents.manifest rename : js/src/xpconnect/tests/unit/bogus_element_type.jsm => js/xpconnect/tests/unit/bogus_element_type.jsm rename : js/src/xpconnect/tests/unit/bogus_exports_type.jsm => js/xpconnect/tests/unit/bogus_exports_type.jsm rename : js/src/xpconnect/tests/unit/bug451678_subscript.js => js/xpconnect/tests/unit/bug451678_subscript.js rename : js/src/xpconnect/tests/unit/bug596580_versioned.js => js/xpconnect/tests/unit/bug596580_versioned.js rename : js/src/xpconnect/tests/unit/component-file.js => js/xpconnect/tests/unit/component-file.js rename : js/src/xpconnect/tests/unit/component-file.manifest => js/xpconnect/tests/unit/component-file.manifest rename : js/src/xpconnect/tests/unit/component_import.js => js/xpconnect/tests/unit/component_import.js rename : js/src/xpconnect/tests/unit/component_import.manifest => js/xpconnect/tests/unit/component_import.manifest rename : js/src/xpconnect/tests/unit/recursive_importA.jsm => js/xpconnect/tests/unit/recursive_importA.jsm rename : js/src/xpconnect/tests/unit/recursive_importB.jsm => js/xpconnect/tests/unit/recursive_importB.jsm rename : js/src/xpconnect/tests/unit/syntax_error.jsm => js/xpconnect/tests/unit/syntax_error.jsm rename : js/src/xpconnect/tests/unit/test_attributes.js => js/xpconnect/tests/unit/test_attributes.js rename : js/src/xpconnect/tests/unit/test_bogus_files.js => js/xpconnect/tests/unit/test_bogus_files.js rename : js/src/xpconnect/tests/unit/test_bug408412.js => js/xpconnect/tests/unit/test_bug408412.js rename : js/src/xpconnect/tests/unit/test_bug451678.js => js/xpconnect/tests/unit/test_bug451678.js rename : js/src/xpconnect/tests/unit/test_bug596580.js => js/xpconnect/tests/unit/test_bug596580.js rename : js/src/xpconnect/tests/unit/test_bug604362.js => js/xpconnect/tests/unit/test_bug604362.js rename : js/src/xpconnect/tests/unit/test_bug608142.js => js/xpconnect/tests/unit/test_bug608142.js rename : js/src/xpconnect/tests/unit/test_bug641378.js => js/xpconnect/tests/unit/test_bug641378.js rename : js/src/xpconnect/tests/unit/test_bug677864.js => js/xpconnect/tests/unit/test_bug677864.js rename : js/src/xpconnect/tests/unit/test_bug_442086.js => js/xpconnect/tests/unit/test_bug_442086.js rename : js/src/xpconnect/tests/unit/test_file.js => js/xpconnect/tests/unit/test_file.js rename : js/src/xpconnect/tests/unit/test_import.js => js/xpconnect/tests/unit/test_import.js rename : js/src/xpconnect/tests/unit/test_js_weak_references.js => js/xpconnect/tests/unit/test_js_weak_references.js rename : js/src/xpconnect/tests/unit/test_localeCompare.js => js/xpconnect/tests/unit/test_localeCompare.js rename : js/src/xpconnect/tests/unit/test_params.js => js/xpconnect/tests/unit/test_params.js rename : js/src/xpconnect/tests/unit/test_recursive_import.js => js/xpconnect/tests/unit/test_recursive_import.js rename : js/src/xpconnect/tests/unit/test_reflect_parse.js => js/xpconnect/tests/unit/test_reflect_parse.js rename : js/src/xpconnect/tests/unit/test_unload.js => js/xpconnect/tests/unit/test_unload.js rename : js/src/xpconnect/tests/unit/test_xpcomutils.js => js/xpconnect/tests/unit/test_xpcomutils.js rename : js/src/xpconnect/tests/unit/xpcshell.ini => js/xpconnect/tests/unit/xpcshell.ini rename : js/src/xpconnect/wrappers/AccessCheck.cpp => js/xpconnect/wrappers/AccessCheck.cpp rename : js/src/xpconnect/wrappers/AccessCheck.h => js/xpconnect/wrappers/AccessCheck.h rename : js/src/xpconnect/wrappers/CrossOriginWrapper.cpp => js/xpconnect/wrappers/CrossOriginWrapper.cpp rename : js/src/xpconnect/wrappers/CrossOriginWrapper.h => js/xpconnect/wrappers/CrossOriginWrapper.h rename : js/src/xpconnect/wrappers/FilteringWrapper.cpp => js/xpconnect/wrappers/FilteringWrapper.cpp rename : js/src/xpconnect/wrappers/FilteringWrapper.h => js/xpconnect/wrappers/FilteringWrapper.h rename : js/src/xpconnect/wrappers/Makefile.in => js/xpconnect/wrappers/Makefile.in rename : js/src/xpconnect/wrappers/WrapperFactory.cpp => js/xpconnect/wrappers/WrapperFactory.cpp rename : js/src/xpconnect/wrappers/WrapperFactory.h => js/xpconnect/wrappers/WrapperFactory.h rename : js/src/xpconnect/wrappers/XrayWrapper.cpp => js/xpconnect/wrappers/XrayWrapper.cpp rename : js/src/xpconnect/wrappers/XrayWrapper.h => js/xpconnect/wrappers/XrayWrapper.h
2011-10-14 10:52:47 -07:00
[include:js/xpconnect/tests/unit/xpcshell.ini]
[include:modules/libjar/test/unit/xpcshell.ini]
[include:extensions/cookie/test/unit/xpcshell.ini]
[include:storage/test/unit/xpcshell.ini]
[include:rdf/tests/unit/xpcshell.ini]
[include:gfx/tests/unit/xpcshell.ini]
[include:widget/tests/unit/xpcshell.ini]
[include:content/base/test/unit/xpcshell.ini]
[include:content/test/unit/xpcshell.ini]
[include:toolkit/components/url-classifier/tests/unit/xpcshell.ini]
[include:services/aitc/tests/unit/xpcshell.ini]
[include:services/common/tests/unit/xpcshell.ini]
[include:services/crypto/tests/unit/xpcshell.ini]
[include:services/crypto/components/tests/unit/xpcshell.ini]
[include:services/notifications/tests/unit/xpcshell.ini]
[include:services/sync/tests/unit/xpcshell.ini]
# Bug 676978: tests hang on Android
skip-if = os == "android"
[include:browser/components/dirprovider/tests/unit/xpcshell.ini]
[include:browser/components/downloads/test/unit/xpcshell.ini]
[include:browser/components/feeds/test/unit/xpcshell.ini]
[include:browser/components/migration/tests/unit/xpcshell.ini]
[include:browser/components/places/tests/unit/xpcshell.ini]
[include:browser/components/privatebrowsing/test/unit/xpcshell.ini]
[include:browser/components/shell/test/unit/xpcshell.ini]
[include:browser/devtools/shared/test/unit/xpcshell.ini]
[include:extensions/spellcheck/hunspell/tests/unit/xpcshell.ini]
[include:toolkit/components/search/tests/xpcshell/xpcshell.ini]
[include:toolkit/mozapps/shared/test/unit/xpcshell.ini]
[include:services/crypto/component/tests/unit/xpcshell.ini]
[include:layout/tools/layout-debug/tests/unit/xpcshell.ini]
skip-if = !debug
[include:toolkit/crashreporter/test/unit/xpcshell.ini]
skip-if = !crashreporter
2011-06-08 13:21:20 -07:00
[include:toolkit/crashreporter/test/unit_ipc/xpcshell.ini]
skip-if = !crashreporter
2011-06-08 13:21:20 -07:00
#XXX: we don't actually set os = maemo
[include:toolkit/crashreporter/client/maemo-unit/xpcshell.ini]
run-if = os == "maemo"
[include:toolkit/components/commandlines/test/unit_win/xpcshell.ini]
skip-if = os != "win"
[include:toolkit/components/commandlines/test/unit_unix/xpcshell.ini]
skip-if = os == "win" || os == "mac" || os == "os2"
[include:content/base/test/unit_ipc/xpcshell.ini]
[include:chrome/test/unit_ipc/xpcshell.ini]
[include:extensions/cookie/test/unit_ipc/xpcshell.ini]
[include:ipc/testshell/tests/xpcshell.ini]
[include:modules/libpref/test/unit_ipc/xpcshell.ini]
[include:netwerk/test/unit_ipc/xpcshell.ini]
[include:netwerk/cookie/test/unit_ipc/xpcshell.ini]
[include:toolkit/components/contentprefs/tests/unit_ipc/xpcshell.ini]
[include:toolkit/addon-sdk/test/unit/xpcshell.ini]
[include:uriloader/exthandler/tests/unit_ipc/xpcshell.ini]
[include:modules/libmar/tests/unit/xpcshell.ini]
skip-if = os == "android"
[include:b2g/components/test/unit/xpcshell.ini]
[include:tools/profiler/tests/xpcshell.ini]