gecko-dev/build/mobile/robocop
Nick Alexander c77f1718b5 Bug 903528 - Follow-up: Fix build dependencies. a=bustage
The issue is that the preprocessed files need to be referenced as
$(CURDIR)/file to have Make handle the dependencies correctly.  To
allow this, this patch adds ANDROID_MANIFEST_FILE (defaulting to
AndroidManifest.xml) and uses it in the appropriate places.
2014-02-24 23:18:47 -08:00
..
res/values Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Actions.java Bug 975774 - Part 3: clean up imports in Actions. r=trivial 2014-02-22 19:52:54 -08:00
AndroidManifest.xml.in Bug 905703 - Remove preprocessing from robocop harness and tests. r=nalexander 2013-11-07 11:18:51 -05:00
Assert.java Bug 928566: Use more descriptive parameter names in robocop assertion methods. r=gbrown 2013-12-09 15:11:37 -08:00
Driver.java Bug 969922 - Part 2: Replace Driver.findElement(Activity, String) with (Activity, int). r=mcomella 2014-02-11 18:08:56 -08:00
Element.java Bug 905703 - Remove preprocessing from robocop harness and tests. r=nalexander 2013-11-07 11:18:51 -05:00
FennecInstrumentationTestRunner.java Bug 905703 - Remove preprocessing from robocop harness and tests. r=nalexander 2013-11-07 11:18:51 -05:00
FennecMochitestAssert.java Bug 928566: Use more descriptive parameter names in robocop assertion methods. r=gbrown 2013-12-09 15:11:37 -08:00
FennecNativeActions.java Bug 975774 - Part 21: clean up imports in FennecNativeActions. r=trivial 2014-02-22 19:53:00 -08:00
FennecNativeDriver.java Bug 969922 - Part 4: Remove final use of fennec_ids.txt. r=mcomella 2014-02-11 18:08:57 -08:00
FennecNativeElement.java Bug 969922 - Part 1: Remove unused cruft from FennecNativeElement. r=mcomella 2014-02-11 18:08:56 -08:00
FennecTalosAssert.java Bug 928566: Use more descriptive parameter names in robocop assertion methods. r=gbrown 2013-12-09 15:11:37 -08:00
Makefile.in Bug 903528 - Follow-up: Fix build dependencies. a=bustage 2014-02-24 23:18:47 -08:00
moz.build Bug 903528 - Follow-up: Fix AndroidEclipse project files. r=me 2014-02-24 21:26:41 -08:00
PaintedSurface.java Bug 905703 - Remove preprocessing from robocop harness and tests. r=nalexander 2013-11-07 11:18:51 -05:00
README Bug 948168 - Upgrade Robotium to 4.3.1. r=mfinkle 2013-12-09 15:26:07 -08:00
RoboCopException.java Bug 905703 - Remove preprocessing from robocop harness and tests. r=nalexander 2013-11-07 11:18:51 -05:00
RobocopUtils.java Bug 905703 - Remove preprocessing from robocop harness and tests. r=nalexander 2013-11-07 11:18:51 -05:00
robotium-solo-4.3.1.jar Bug 948168 - Upgrade Robotium to 4.3.1. r=mfinkle 2013-12-09 15:26:07 -08:00

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-4.3.1.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.