| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* changes:
Add a test app that will drain the battery. NOT IN BUILD.
|
| | |
|
|/
|
|
|
|
| |
Workaround to fix bug 2284623
Change-Id: I80afc37ed5ffae0447e0aedba686c13d682c8076
|
|\
| |
| |
| |
| |
| |
| | |
* changes:
Rename WebChromeClient.addMessageToConsole to WebChromeClient.onConsoleMessage. Do not merge.
Update JavaDoc for CacheManger.CacheResult, WebChromeClient.getDefaultVideoPoster and WebChromeClient.getVideoLoadingProgressView. Do not merge.
Improves documentation for GeolocationPermissions class. Do not merge.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
WebChromeClient.onConsoleMessage. Do not merge.
BUG=b/2271636
This has already been submitted to eclair-mr2.
Change-Id: I81947f671f58be006ee3e1b30d73c6cb6cf2ebee
|
|/
|
|
|
|
| |
solve test flakiness.
Bug number : 2177113
|
| |
|
|
|
|
| |
failures.
|
|
|
|
|
|
|
|
| |
Forgot to do this with previous check in. Now that calculateLength() has
been fixed to match the actual encoding (ie, doesn't support single-segment
EMS), test case needs to be updated.
Fixes b/2244483
|
|\
| |
| |
| |
| | |
* changes:
Another test for StatusBar test.
|
| | |
|
| |
| |
| |
| |
| | |
* rebase layout test based on newly enabled http tests
* fix a bug in initializing parameters (should happen before super.onCreate)
|
|\ \
| |/
|/|
| |
| | |
* changes:
Suppress flaky test AppCacheTest#testFreeApplicationCacheSomeFiles
|
| |
| |
| |
| | |
Bug 1840944
|
|\ \
| |/
|/|
| |
| | |
* changes:
PerformanceCollector: Collect & report perf measurements in key/value form
|
| |
| |
| |
| |
| |
| |
| | |
- Added new functions to PerformanceCollector and PerformanceResultsWriter
- Modified unit tests to test new functionality and fix flakiness reported in
2218327 and 2118268
- Added PerformanceCollectorTest to small suite
|
|/ |
|
|
|
|
| |
Bugs 2118268, 2176089
|
|
|
|
| |
BUG 2139334
|
|
|
|
| |
BUG 2170975
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Suppress flaky test HeapTest#testOomeLarge.
|
| |
| |
| |
| | |
BUG 2170975
|
|/
|
|
|
|
| |
WVGA devices.
Change-Id: I407c7baa5606aaee875f51d6e96ce8a0117fc375
|
|
|
|
|
| |
Addresses issue:
http://buganizer/issue?id=2164455
|
| |
|
| |
|
|\
| |
| |
| |
| | |
* changes:
Added code style fix that actually did not get submitted in 2nd patch of previous change.
|
| |
| |
| |
| | |
previous change.
|
|\ \
| |/
| |
| |
| | |
* changes:
Add checks for double-dumping on webkit data.
|
| |
| |
| |
| | |
Also some logs seem to suggest that in rare occations, a webkit dump after timeout has occured actually never hears any response back from webkit, thus causing the test app to wait forever, because the request webkit data mechanism is not protected by a timeout watchdog. So adding a explicit log print before calling webkit dump for monitoring in future test runs.
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NeighboringCellInfo works in GSM and UMTS network.
In GSM network, the locaiton value is the combination of LAC and CID.
In UMTS network, the locaiton value is PSC code.
NeighboringCellInfo should access and store those two values seperately.
It involves the change of Public API.
1. Add new API getRadioType(), getLac(), and getPsc() to get location info in GSM and UMTS.
2. Deprecate setCid() and NeighboringCellInfo(int cid) because cid is set by interpreting network type.
|
|
|
|
|
|
|
| |
when running in automated mode.
Change-Id: I4d8f6b447dd3c7d7b4baa449a5bacebe4ba59d25
(cherry picked from commit 15b503e46315a56467c0b40d411b457eda7ee334)
|
|
|
|
|
|
|
| |
Addresses issue:
http://b/issue?id=2122045
Change-Id: Ia43e254f0808e1d96cbd240101eee621979e9100
|
|\
| |
| |
| |
| | |
* changes:
fix bug 2134367: failing phone number compare test.
|
| |
| |
| |
| | |
Change-Id: Iccc3b69cd1e4bdb82da48d87d610e4a45ae31601
|
|\ \
| |/
|/|
| |
| | |
* changes:
Setting the default HTTP user agent at runtime init.
|
| |
| |
| |
| |
| | |
I can't do this in HttpURLConnection directly, since that would
cause a forbidden dependency from Dalvik on Android.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
fix bug 2134685: fix tests for PhoneNumberUtilsTest.
|
| | |
| | |
| | |
| | | |
Change-Id: I28c4e69775c7ce20983c052b8b77ba2df6d5c63b
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* changes:
Added a workaround to clear the browser cache.
|
| |/
| |
| |
| | |
modified: BrowserPowerTest/src/com/android/browserpowertest/PowerMeasurement.java
|
| |
| |
| |
| |
| |
| |
| |
| | |
should consider them in Java layer.
Uguu.
Internal issue number: 2134367
|
|/
|
|
| |
The density test expects all resources of all densities to be included, but specifying a density for a particular device build kills that. We therefore add all the required densities explicitly to the Makefile to compensate.
|
|
|
|
|
|
| |
has finished loading.
Change-Id: I157da58bb99f7bf0fcd00073d078c26c7df201ed
|
|\
| |
| |
| |
| | |
* changes:
Fix issue #2121993: com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing
|
| |
| |
| |
| |
| |
| | |
com.android.unit_tests.os.HandlerThreadTest:testHandlerThread is failing
Change-Id: I5f2cc8b39d3f15782e5fbf47015be9f4fa94a65b
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
add the ability to do a newAssert with no values
|