gecko-dev/build/mobile/robocop
Nick Alexander dc310122de Bug 874132 - Second reland Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher,mfinkle
This incorporates follow-ups including: rename the debug key; check if
key alias exists rather than just testing for keystore existence; set
$(AIDL).

Renaming the debug key works around an un-confirmed JDK bug in
jarsigner, where '-debug' and 'debug' compare the same.
2013-06-20 11:50:28 -07:00
..
res/values Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Actions.java.in Bug 859563 - Fix and make listener unregistration explicit; r=cpeterson 2013-04-18 21:18:07 -06:00
AndroidManifest.xml.in Bug 767449 - Allow robotium tests to put files in places other than /mnt/sdcard. r=jmaher 2012-09-12 07:56:31 -04:00
Assert.java.in Bug 822259 - Robocop: Add test for Find in Page feature. r=jmaher 2012-12-14 09:29:17 +02:00
Driver.java.in Bug 725094 - Robocop: change error handling to throw fewer exceptions; r=jmaher 2012-05-22 16:25:30 -07:00
Element.java.in Bug 725094 - Robocop: change error handling to throw fewer exceptions; r=jmaher 2012-05-22 16:25:30 -07:00
FennecInstrumentationTestRunner.java.in Bug 838636 - Guard against NPE in robocop setup; r=kats 2013-02-11 12:01:58 -07:00
FennecMochitestAssert.java.in Bug 822259 - Robocop: Add test for Find in Page feature. r=jmaher 2012-12-14 09:29:17 +02:00
FennecNativeActions.java.in Bug 859563 - Fix and make listener unregistration explicit; r=cpeterson 2013-04-18 21:18:07 -06:00
FennecNativeDriver.java.in Bug 834027: Dump diagnostic info when FennecNativeDriver.getSurfaceView fails; r=jmaher 2013-01-24 15:00:31 -07:00
FennecNativeElement.java.in Bug 855146 - Part 2: Extract runOnUiThreadSync() test method. r=gbrown 2013-03-21 18:43:04 -07:00
FennecTalosAssert.java.in Bug 822259 - Robocop: Add test for Find in Page feature. r=jmaher 2012-12-14 09:29:17 +02:00
Makefile.in Bug 874132 - Second reland Part 3: Replace uses of apkbuilder with zip and custom debug signing tool. r=jmaher,mfinkle 2013-06-20 11:50:28 -07:00
PaintedSurface.java.in Bug 810171 - Add a test for VKB overlap input fields. r=cpeterson 2012-11-13 12:11:25 -08:00
README Bug 863445 - Part 3: Make build/mobile/robocop/Makefile.in produce robocop-debug-signed.apk. r=jmaher 2013-05-20 11:39:50 -07:00
RoboCopException.java.in Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
RobocopUtils.java.in Bug 855146 - Part 2: Extract runOnUiThreadSync() test method. r=gbrown 2013-03-21 18:43:04 -07:00
moz.build Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00
robotium-solo-3.6.jar Bug 844273 - Robocop: upgrade to robotium-3.6.jar; r=jmaher 2013-02-23 15:42:33 -07:00

README

Robocop is a Mozilla project which uses Robotium to test Firefox on Android devices.

Robotium is an open source tool licensed under the Apache 2.0 license and the original 
source can be found here:
http://code.google.com/p/robotium/

We are including robotium-solo-3.6.jar as a binary and are not modifying it in any way 
from the original download found at: 
http://code.google.com/p/robotium/

Firefox for Android developers should read the documentation in
mobile/android/base/tests/README.rst.