gecko/widget/android
Nicholas Nethercote 6b299ad225 Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel.
This patch:

- Makes the following substitutions (plus necessary namespace qualifiers:

    gfxImageFormat::ARGB32      --> SurfaceFormat::A8R8G8B8_UINT32
    gfxImageFormat::RGB24       --> SurfaceFormat::X8R8G8B8_UINT32
    gfxImageFormat::A8          --> SurfaceFormat::A8
    gfxImageFormat::RGB16_565   --> SurfaceFormat::R5G6B5_UINT16
    gfxImageFormat::Unknown     --> SurfaceFormat::UNKNOWN

- Changes gfxImageFormat to be a typedef to gfx::SurfaceFormat. This will be
  removed soon.

- Removes gfxCairoFormatToImageFormat() and gfxImageFormatToCairoFormat() and
  replace calls to them with CairoFormatToGfxFormat() and
  GfxFormatToCairoFormat().

- Removes ParamTraits<gfxImageFormat>.

- Add namespace qualifiers to SurfaceFormat instances where necessary.
2016-01-07 20:57:38 -08:00
..
android
bindings
jni Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
AndroidBridge.cpp Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
AndroidBridge.h Bug 1235475 - Crash at the exception source when an exception is in native code; r=snorp 2015-12-30 18:36:41 -05:00
AndroidBridgeUtilities.h
AndroidContentController.cpp Bug 1233812 - Fix possible race in accessing nsAppShell instance; r=snorp 2015-12-23 22:03:35 -05:00
AndroidContentController.h Bug 1223296 - Fire a Gesture:SingleTap message to browser.js even on the C++ APZ codepath. r=rbarker 2015-11-13 15:10:52 -05:00
AndroidDirectTexture.cpp
AndroidDirectTexture.h
AndroidGraphicBuffer.cpp Bug 1209812 (part 6) - Convert all gfxImageFormat values to SurfaceFormat equivalents. r=jrmuizel. 2016-01-07 20:57:38 -08:00
AndroidGraphicBuffer.h
AndroidJavaWrappers.cpp Bug 1227706 - Remove unused GLController calls and events; r=snorp 2015-12-23 22:03:34 -05:00
AndroidJavaWrappers.h Bug 1227706 - Remove unused GLController calls and events; r=snorp 2015-12-23 22:03:34 -05:00
AndroidJNI.cpp Bug 1233812 - Fix possible race in accessing nsAppShell instance; r=snorp 2015-12-23 22:03:35 -05:00
AndroidJNIWrapper.cpp
AndroidJNIWrapper.h
ANRReporter.cpp
ANRReporter.h
GeneratedJNINatives.h Bug 1229403 - Use existing states if possible when initializing GeckoView; r=snorp 2015-12-23 22:03:35 -05:00
GeneratedJNIWrappers.cpp merge mozilla-inbound to mozilla-central a=merge 2016-01-07 11:50:57 +01:00
GeneratedJNIWrappers.h merge mozilla-inbound to mozilla-central a=merge 2016-01-07 11:50:57 +01:00
GfxInfo.cpp
GfxInfo.h
moz.build
NativeJSContainer.cpp
NativeJSContainer.h
nsAndroidProtocolHandler.cpp
nsAndroidProtocolHandler.h
nsAppShell.cpp Bug 1233812 - Move SyncRunEvent to nsAppShell; r=snorp 2015-12-23 22:03:35 -05:00
nsAppShell.h Bug 1233812 - Move SyncRunEvent to nsAppShell; r=snorp 2015-12-23 22:03:35 -05:00
nsClipboard.cpp
nsClipboard.h
nsDeviceContextAndroid.cpp Bug 1156742 Part 9: Add a new nsIDeviceContextSpec for proxied printing. r=roc 2016-01-05 10:08:57 +00:00
nsDeviceContextAndroid.h Bug 1156742 Part 9: Add a new nsIDeviceContextSpec for proxied printing. r=roc 2016-01-05 10:08:57 +00:00
nsIAndroidBridge.idl
nsIdleServiceAndroid.cpp
nsIdleServiceAndroid.h
nsIMEPicker.cpp
nsIMEPicker.h
nsLookAndFeel.cpp
nsLookAndFeel.h
nsPrintOptionsAndroid.cpp
nsPrintOptionsAndroid.h
nsScreenManagerAndroid.cpp
nsScreenManagerAndroid.h
nsWidgetFactory.cpp
nsWindow.cpp Bug 1236654 - Properly shut down GLController on nsWindow closing; r=snorp 2016-01-06 21:33:18 -05:00
nsWindow.h Bug 1227706 - Remove unused GLController calls and events; r=snorp 2015-12-23 22:03:34 -05:00
PrefsHelper.h Bug 1233812 - Fix possible race in accessing nsAppShell instance; r=snorp 2015-12-23 22:03:35 -05:00