summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | Cherry pick from master.Steve Block2010-04-012-1/+7
* | | API CHANGE: rename BackupHelperAgent => BackupAgentHelper per API CouncilChristopher Tate2010-03-291-2/+2
* | | Move PackageManagerTests and AsecTests.Brett Chabot2010-03-269-2858/+0
* | | Clean up stale containers if needed at install time.Suchi Amalapurapu2010-03-241-19/+44
* | | Merge " * Move connectivity manager test closer to source. * Add license hea...Xia Wang2010-03-236-764/+0
|\ \ \
| * | | * Move connectivity manager test closer to source.Xia Wang2010-03-236-764/+0
* | | | Merge "Fix rebuilding of these two apks."Patrick Scott2010-03-232-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Fix rebuilding of these two apks.Patrick Scott2010-03-232-0/+2
* | | | Merge "Asec: Add new 'StorageNotFound' response code handling for container p...San Mehat2010-03-231-0/+11
|\ \ \ \
| * | | | Asec: Add new 'StorageNotFound' response code handling for container pathsSan Mehat2010-03-231-0/+11
| |/ / /
* | | | Merge "LocationTracker: Fix default values for debug and signal strength logg...Mike Lockwood2010-03-231-2/+2
|\ \ \ \
| * | | | LocationTracker: Fix default values for debug and signal strength logging.Mike Lockwood2010-03-231-2/+2
| |/ / /
* | | | Don't delete stale containers on sdcard.Suchi Amalapurapu2010-03-231-3/+1
|/ / /
* | | Merge "Add connectivity manager automation test framework: - Create a dummy ...Xia Wang2010-03-226-0/+764
|\ \ \
| * | | Add connectivity manager automation test framework:Xia Wang2010-03-206-0/+764
* | | | Add new method call back in MountService.Suchi Amalapurapu2010-03-221-0/+3
* | | | Implements layoutTestController.overridePreference()Steve Block2010-03-224-1/+29
* | | | Removes most remaining appcache layout tests from the DumpRenderTree ignoreRe...Steve Block2010-03-221-8/+2
* | | | Merge "Implements layoutTestController.setAppCacheMaximumSize"Steve Block2010-03-222-1/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Implements layoutTestController.setAppCacheMaximumSizeSteve Block2010-03-202-1/+4
* | | | Grant permissions to apps on sd when enabling/disabling packages.Suchi Amalapurapu2010-03-191-0/+27
|/ / /
* | | Removes an appcache test from the DumpRenderTree ignoreResults listSteve Block2010-03-191-1/+0
* | | Switch default install location to unspecified.Suchi Amalapurapu2010-03-181-55/+85
* | | Merge "Adds worker tests to the DumpRenderTree ignoreResults list, as workers...Steve Block2010-03-181-16/+5
|\ \ \
| * | | Adds worker tests to the DumpRenderTree ignoreResults list, as workers are no...Steve Block2010-03-171-16/+5
* | | | Rework permissions to be retained when an app is temporarily uninstalled.Dianne Hackborn2010-03-1810-1/+331
* | | | Merge "Add new install flag to install on internal flash only Change default ...Suchi Amalapurapu2010-03-171-53/+623
|\ \ \ \ | |/ / / |/| | |
| * | | Add new install flag to install on internal flash onlySuchi Amalapurapu2010-03-171-53/+623
* | | | Merge "Updates the status of some HTML5 storage layout tests in the DumpRende...Steve Block2010-03-171-4/+5
|\ \ \ \
| * | | | Updates the status of some HTML5 storage layout tests in the DumpRenderTree s...Steve Block2010-03-171-4/+5
| |/ / /
* | | | Merge "Disable the HanziToPinyinTest when there is no Chinese collator."Dmitri Plotnikov2010-03-171-0/+4
|\ \ \ \ | |/ / / |/| | |
| * | | Disable the HanziToPinyinTest when there is no Chinese collator.Bai Tao2010-03-181-0/+4
* | | | Do storage checks before initiating a move.Suchi Amalapurapu2010-03-161-32/+113
|/ / /
* | | Merge "Fix 2428368: Fix most of the lockscreen orientation refresh bugs"Jim Miller2010-03-151-26/+5
|\ \ \
| * | | Fix 2428368: Fix most of the lockscreen orientation refresh bugsJim Miller2010-03-121-26/+5
* | | | Merge "Replace all uses of bzero with memset. Bzero and memset are both comp...Carl Shapiro2010-03-151-1/+1
|\ \ \ \
| * | | | Replace all uses of bzero with memset. Bzero and memset are bothCarl Shapiro2010-03-141-1/+1
* | | | | Adds XPath layout tests to DumpRenderTree ignoreResults list as Android does ...Steve Block2010-03-151-2/+4
|/ / / /
* | | | Merge "Puts two regex layout tests back on the DumpRenderTree skipped list"Steve Block2010-03-121-3/+4
|\ \ \ \
| * | | | Puts two regex layout tests back on the DumpRenderTree skipped listSteve Block2010-03-121-3/+4
| |/ / /
* | | | Add correct copyright headers to multiple filesKenny Root2010-03-1127-4/+436
|/ / /
* | | Adds to DumpRenderTree the ability to ignore the results of testsSteve Block2010-03-115-44/+96
* | | Merge "Check if the JS_ENGINE key exists as an environment variable before re...Ben Murdoch2010-03-111-1/+1
|\ \ \
| * | | Check if the JS_ENGINE key exists as an environment variable before reading it.Ben Murdoch2010-03-111-1/+1
* | | | Merge "Remove http/wml from the DumpRenderTree skipped list, as this director...Steve Block2010-03-111-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Remove http/wml from the DumpRenderTree skipped list, as this directory no lo...Steve Block2010-03-111-1/+0
* | | | Dont include code size for apps on sdcard.Suchi Amalapurapu2010-03-101-3/+5
* | | | Rename ApplicationInfo.FLAG_ON_SDCARD to ApplicationInfo.FLAG_EXTERNAL_ST...Suchi Amalapurapu2010-03-101-4/+4
|/ / /
* | | Merge "Add new shutdown observer for MountService. Use new observer before re...Mike Lockwood2010-03-092-0/+258
|\ \ \
| * | | Add new shutdown observer for MountService.Suchi Amalapurapu2010-03-092-0/+258