summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* close SQLiteStatement objects in finally blockVasu Nori2010-03-221-209/+233
* 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
* | Merge "Fix javadoc copy/paste error."Marco Nelissen2010-03-221-4/+4
|\ \
| * | Fix javadoc copy/paste error.Marco Nelissen2010-03-221-4/+4
* | | Merge "Unittests for EntropyService. Make EntropyService more testable."Nick Kralevich2010-03-222-5/+57
|\ \ \
| * | | Unittests for EntropyService. Make EntropyService more testable.Nick Kralevich2010-03-192-5/+57
* | | | Add new method call back in MountService.Suchi Amalapurapu2010-03-2211-128/+83
* | | | Permissions: Change ASEC permissions from 'dangerous' -> 'signature'San Mehat2010-03-221-5/+5
* | | | Merge "MountService: Handle volumes shared on startup"San Mehat2010-03-221-4/+11
|\ \ \ \
| * | | | MountService: Handle volumes shared on startupSan Mehat2010-03-221-4/+11
* | | | | Grammar fixes.Brad Fitzpatrick2010-03-223-3/+3
|/ / / /
* | | | use the stream instead of the cursor data to return its sizeCary Clark2010-03-221-14/+6
| |/ / |/| |
* | | 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-223-1/+14
|\ \ \
| * | | Implements layoutTestController.setAppCacheMaximumSizeSteve Block2010-03-203-1/+14
* | | | Update MediaRecorder.java documentation to mention it does not work on the em...James Dong2010-03-221-0/+1
* | | | In some case, like in Email, the WebView can beGrace Kloba2010-03-211-0/+9
* | | | As http header can't be empty, check length beforeGrace Kloba2010-03-191-2/+6
* | | | Don't overscroll horizontally if the content justGrace Kloba2010-03-191-13/+4
* | | | Explicitly dismiss the zoom control ifGrace Kloba2010-03-192-18/+23
| |_|/ |/| |
* | | Merge "Compare the cookie names to ensure a consistent ordering."Patrick Scott2010-03-191-9/+3
|\ \ \
| * | | Compare the cookie names to ensure a consistent ordering.Patrick Scott2010-03-191-9/+3
* | | | Merge "b/2511635 Browser displays incorrect SSL cert information"Brian Carlstrom2010-03-196-20/+32
|\ \ \ \
| * | | | b/2511635 Browser displays incorrect SSL cert informationBrian Carlstrom2010-03-196-20/+32
* | | | | Merge "Move the key feedback bubble to the side if there's not enough room ab...Amith Yamasani2010-03-191-4/+21
|\ \ \ \ \
| * | | | | Move the key feedback bubble to the side if there's not enough room above. bu...Amith Yamasani2010-03-191-4/+21
* | | | | | Merge "libutils Condition are now PRIVATE by default"Mathias Agopian2010-03-193-4/+23
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | libutils Condition are now PRIVATE by defaultMathias Agopian2010-03-193-4/+23
* | | | | | Merge "Fix two AudioFocus issues: - if a focus owner abandons audio focus dur...Jean-Michel Trivi2010-03-191-15/+52
|\ \ \ \ \ \
| * | | | | | Fix two AudioFocus issues:Jean-Michel Trivi2010-03-191-15/+52
| | |_|_|_|/ | |/| | | |
* | | | | | Merge "Fix bcm4329 FW dump in bugreport for user-debug build"Dmitry Shmidt2010-03-191-1/+1
|\ \ \ \ \ \
| * | | | | | Fix bcm4329 FW dump in bugreport for user-debug buildDmitry Shmidt2010-03-191-1/+1
* | | | | | | Change api for webview overscroll background.Grace Kloba2010-03-193-15/+15
* | | | | | | Merge "Allow space in SSID"Irfan Sheriff2010-03-191-3/+3
|\ \ \ \ \ \ \
| * | | | | | | Allow space in SSIDIrfan Sheriff2010-03-191-3/+3
* | | | | | | | Merge "Use atomic++ rather than lock/++/unlock in the input dispatch code path"Christopher Tate2010-03-192-22/+25
|\ \ \ \ \ \ \ \
| * | | | | | | | Use atomic++ rather than lock/++/unlock in the input dispatch code pathChristopher Tate2010-03-192-22/+25
* | | | | | | | | Unhide new constants used in AudioFocus API to denote a situationJean-Michel Trivi2010-03-192-10/+34
|/ / / / / / / /
* | | | | | | | Merge "Add check for null name on SCO connect"Eric Olsen2010-03-191-5/+9
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Add check for null name on SCO connectEric Olsen2010-03-191-5/+9
* | | | | | | | Merge "Fix wakelock"Irfan Sheriff2010-03-191-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix wakelockIrfan Sheriff2010-03-191-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Fix issue #2512131: Trackball goes up when moving"Dianne Hackborn2010-03-192-2/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix issue #2512131: Trackball goes up when movingDianne Hackborn2010-03-192-2/+8
* | | | | | | | | Maybe fix issue #2457218: Corrupt batterystats.bin file preventing phone boot...Dianne Hackborn2010-03-1911-58/+87
|/ / / / / / / /
* | | | | | | | Merge "Grant permissions to apps on sd when enabling/disabling packages."Suchi Amalapurapu2010-03-192-0/+29
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Grant permissions to apps on sd when enabling/disabling packages.Suchi Amalapurapu2010-03-192-0/+29
* | | | | | | | remove special-case logic to allow the titlebar to always scroll off the scre...Mike Reed2010-03-191-16/+3