summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Updates the status of some HTML5 storage layout tests in the DumpRenderTree ↵Steve Block2010-03-171-4/+5
| | | | | | | skipped list Bug: 2079807 Change-Id: I2bff326e68d8ac761fd2c4628fab8b10d255c7dc
* Merge "keystore: rephrase the comment to make the usage more clear."Chia-chi Yeh2010-03-171-3/+5
|\
| * keystore: rephrase the comment to make the usage more clear.Chia-chi Yeh2010-03-171-3/+5
| | | | | | | | Change-Id: I529ca7ed443060089c95fe96dd230288be4b6c96
* | Fix 2514479: Putting phone in car dock ignores security patternTobias Haamel2010-03-171-20/+0
|/ | | | | | | | | | Don't disable the keylock pattern when the device is in car mode. Instead it should be possible to show the lock pattern at least once and after valid authentication it should be disabled in the system. Since this requires additional discussion it will be moved to the next Android release. Change-Id: I28cddcfb6640e44a29c716b59a3d6e37e8003dca
* softAp framework changesIrfan Sheriff2010-03-167-62/+168
| | | | | | | | | Remove AP persist settings Add new netd interface Handle errors Handle AP config change Bug: 2413908 Change-Id: I31a1221ef5479da8d4a2620f0f0ee0b62539bc69
* fix [2511580] Window poop on screen - drop down list left some residual when ↵Mathias Agopian2010-03-163-20/+57
| | | | | | it resized Change-Id: Ib9a3622e7a568ba26717a93b5bfa4a191651f4d0
* make the statusbar viewtracker opaqueMathias Agopian2010-03-161-1/+1
| | | | Change-Id: I3fc69b5a8b600e23fccc88e9d80eb3495fad16d4
* Do storage checks before initiating a move.Suchi Amalapurapu2010-03-168-85/+292
| | | | | | | | | | | | Add new remote method to check for insufficient error conditions. Some fixes in MountService when updating media status on PackageManagerService Fix size calculation condition in installd. Add new error code if media is unavailable. New tests for testing error codes. Some additional debugging statements in MountService. Change-Id: Ibfe90d5ed6c71d57f9c1c67806f38b5ae9ecdfbf
* Merge "Clean the settings for the account/authority when trying to sync an ↵Fred Quintana2010-03-162-2/+19
|\ | | | | | | adapter that is not installed."
| * Clean the settings for the account/authority when trying to sync anFred Quintana2010-03-162-2/+19
| | | | | | | | | | | | | | adapter that is not installed. Change-Id: Id4a804615b9546155948797f9dd9a0f03fbe4b2f http://b/issue?id=2520175
* | Remove reload config for priority changeIrfan Sheriff2010-03-161-13/+1
| | | | | | | | | | Bug: 2467689 Change-Id: Icd3bb17f5b794282219dd410cb56888d10130281
* | Merge "Fix loading from the cache for synchronous requests"Steve Block2010-03-162-11/+23
|\ \
| * | Fix loading from the cache for synchronous requestsSteve Block2010-03-162-11/+23
| | | | | | | | | | | | | | | | | | | | | This fixes crashes in several XHR layout tests. Bug: 2218794 Change-Id: Iebe3a2d19f1fa43b8d9c9d7763e818f7195b8ceb
* | | Merge "First cut of basic RS headers for ScriptC. Not nearly complete."Jason Sams2010-03-162-0/+358
|\ \ \
| * | | First cut of basic RS headers for ScriptC. Not nearly complete.Jason Sams2010-03-162-0/+358
| | | | | | | | | | | | | | | | Change-Id: I15df067936d3c0ff0e0917fd5ca44dc8e1352154
* | | | b/2511635 Browser displays incorrect SSL cert informationBrian Carlstrom2010-03-162-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | WebView's mCertificate member was not cleared when going to new pages. Rather than clearing mCertificate as was done in previously in WebView.goBackOrForward, we now clear when CallbackProxy receives a PAGE_STARTED message. This problem was highlighted whenever we went to a https page that was in the cache, since the cache does not store certificate information, so "More > Page Info > View Certifcate" was showing the certificate of the last non-cached page because it had not been cleared. See also b/2516638 "SslCertificate information not cached by CacheManager" Change-Id: I40284f22ceb7150a6b20ecc2741f6153ed9a3276
* | | | Merge "Make JNI function for setLocale() call register_localized_collators() ↵Daisuke Miyakawa2010-03-162-16/+97
|\ \ \ \ | |_|_|/ |/| | | | | | | with the current locale, not previous one, every time it is possible."
| * | | Make JNI function for setLocale() call register_localized_collators()Daisuke Miyakawa2010-03-162-16/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the current locale, not previous one, every time it is possible. Add a unit test verifying this fix. BUG: 2514026 Change-Id: I4dd1b047e1ab4bf399e2c3ebc0304c0cfa3a0928
* | | | Merge ""isPlaying" should never block, acquiring the mutex here is ↵Marco Nelissen2010-03-161-2/+0
|\ \ \ \ | | | | | | | | | | | | | | | unnecessary, rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times."
| * | | | "isPlaying" should never block, acquiring the mutex here is unnecessary, ↵Andreas Huber2010-03-161-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rather than investing in a separate mutex guarding just "mFlags" we accept returning "true" from isPlaying one too many times. Change-Id: I597577cbb3ad1afd3cb3ca91979ef24cc1a44658 related-to-bug: 2518319
* | | | | Merge "fix typos in docs"Joe Onorato2010-03-161-2/+2
|\ \ \ \ \
| * | | | | fix typos in docsJoe Onorato2010-03-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I201ac8d310aab4b3cbd8e0eb2af805f1e6d929ea http://code.google.com/p/android/issues/detail?id=7086
* | | | | | Merge "Properly use a long long literal to avoid under/overflow during fps ↵Andreas Huber2010-03-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | computation."
| * | | | | | Properly use a long long literal to avoid under/overflow during fps computation.Andreas Huber2010-03-161-1/+1
| | |/ / / / | |/| | | | | | | | | | | | | | | | Change-Id: I04730c86d43d6192ded3e779631effda9dd06e63
* | | | | | Use float instead of cast to int when calculatingGrace Kloba2010-03-161-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the new zoom center. This should avoid the rounding difference which caused the video in nytimes.com not fully fit in the current view. Fix http://b/issue?id=2512510
* | | | | | Merge "Plugin surfaces will be limited to 270% of the devices screen size."Derek Sollenberger2010-03-161-1/+9
|\ \ \ \ \ \
| * | | | | | Plugin surfaces will be limited to 270% of the devices screen size.Derek Sollenberger2010-03-161-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Change-Id: I7e5ff1f5b8919b9e2e70a703009f9544f457a0e1
* | | | | | | Merge "Resize AutoCompleteTextView's dropdown when the list content changes. ↵Romain Guy2010-03-161-59/+31
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bug #2517711"
| * | | | | | | Resize AutoCompleteTextView's dropdown when the list content changes.Romain Guy2010-03-161-59/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #2517711 Change-Id: Ibd4a9458d517063483712a60fb6d6b63311bbd0c
* | | | | | | | Merge "close() database should close the db no matter what the ref count says"Vasu Nori2010-03-161-1/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | close() database should close the db no matter what the ref count saysVasu Nori2010-03-161-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug:2455416 Change-Id: Ia995c952c6941fbaa016c5b251e4980fa5328fbb
* | | | | | | | Merge "Move MountService's Handler to a different thread."Daniel Sandler2010-03-161-3/+15
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Move MountService's Handler to a different thread.Daniel Sandler2010-03-161-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should help avoid blocking the system UI during storage operations. Change-Id: Ic53cb370baf47e8b00476706ac8df45645a2d814
* | | | | | | | Merge "Implement eglInitialize / eglTerminate reference counting"Jack Palevich2010-03-161-1/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement eglInitialize / eglTerminate reference countingJack Palevich2010-03-151-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously we imlpemented the standard semantics for eglInitialize / eglTerminate, which are that eglInitialize may be called any number of times, but the first call to eglTerminate will terminate the display. Now we follow reference-countins semantics, which means that eglTerminate will only terminate the display when the reference count returns to zero. This change allows EGL to be used by multiple independently written modules in the same process. (Otherwise there is no way for the independent modules to coordinate their use of the display.)
* | | | | | | | | Merge "Properly handle errors during the codec configuration phase, attempt ↵Andreas Huber2010-03-163-46/+76
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | to revert to next available (likely software-) codec if configuration fails."
| * | | | | | | | Properly handle errors during the codec configuration phase, attempt to ↵Andreas Huber2010-03-163-46/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | revert to next available (likely software-) codec if configuration fails. Change-Id: Id1c699711e30139c9cc29df972254b5ba026e6fb related-to-bug: 2517098
* | | | | | | | | Merge "Remove flaky test MemoryFileTest:testPurge from large suite."Brett Chabot2010-03-161-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Remove flaky test MemoryFileTest:testPurge from large suite.Brett Chabot2010-03-161-1/+2
| | |_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug 2203775 Change-Id: I4709c0910384f1f2313dc67bfe6e163beaa990e6
* | | | | | | | | Merge "fix the way last insert rowid is returned"Vasu Nori2010-03-161-5/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | fix the way last insert rowid is returnedVasu Nori2010-03-161-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | if insert statement doesn't succeed, last inserted rowid shoudl return -1 - instead of returning rowid of the last successful insert that may have occurred years before this most recent insert statement failure. Change-Id: Ia517292afd58fdb600da900e0ee01fe051d6e618
* | | | | | | | | Merge "Restrict plugins to a fixed size surface after exceeding a pixel ↵Derek Sollenberger2010-03-161-11/+41
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | threshold."
| * | | | | | | | | Restrict plugins to a fixed size surface after exceeding a pixel threshold.Derek Sollenberger2010-03-161-11/+41
| | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes bug: http://b/issue?id=2428737 Change-Id: I8d8f2c591ac8539a345e0167b05bec8539f34535
* | | | | | | | | Merge "Set SOURCE to app package name when starting QSB (if not set)"Bjorn Bringert2010-03-161-3/+10
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Set SOURCE to app package name when starting QSB (if not set)Bjorn Bringert2010-03-161-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If QSB is started by SearchManager.startSearch(globalSearch=true) from some app that doesn't set SOURCE, it will be set to the package name of that app. Bug: http://b/issue?id=2315234 Change-Id: Ic07a143b27b658dea8b081b973ac24349a18b9f1
* | | | | | | | | | Merge "Dismiss a dialog if dimissed right after calling show(). Bug #2508607"Romain Guy2010-03-161-1/+1
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Dismiss a dialog if dimissed right after calling show().Romain Guy2010-03-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bug #2508607 Change-Id: Id1b3afcaabf700386f70a46bc2401154575149aa
* | | | | | | | | | Merge "Add ABORT support to Obex lib"Jaikumar Ganesh2010-03-162-0/+39
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add ABORT support to Obex libLixin Yue2010-03-162-0/+39
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "- make the SyncManager add periodic syncs when it upgrades from a ↵Fred Quintana2010-03-164-9/+150
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version of the accounts.xml file that pre-dated periodic syncs, e.g. eclair or early froyo. http://b/2515823 - make the AccountManagerService dump() use a getAccounts call that doesn't check the GET_ACCOUNTS permission to make it useful in "adb bugreport" - add some logging to SyncManager to help track down a problem"