summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge "Force close in WebView."Svetoslav Ganov2011-03-021-3/+5
|\
| * Force close in WebView.Svetoslav Ganov2011-03-021-3/+5
* | Merge "Fix bug 3502257 - overscroll effect api"Adam Powell2011-03-021-4/+19
|\ \ | |/ |/|
| * Fix bug 3502257 - overscroll effect apiAdam Powell2011-03-021-4/+19
* | Merge "Start using NetworkUtils.numericToInetAddress."Robert Greenwalt2011-03-023-32/+11
|\ \
| * | Start using NetworkUtils.numericToInetAddress.Robert Greenwalt2011-03-023-32/+11
* | | Merge "Revert "Remove the limitation that zoom can't go beyond overview scale.""Shimeng (Simon) Wang2011-03-021-13/+25
|\ \ \
| * | | Revert "Remove the limitation that zoom can't go beyond overview scale."Shimeng (Simon) Wang2011-03-021-13/+25
* | | | Merge "Fix binder proxy death notice tracking"Christopher Tate2011-03-022-52/+35
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix binder proxy death notice trackingChristopher Tate2011-03-012-52/+35
* | | | Merge "Switch to returnCode for IPackageDeleteObserver"Kenny Root2011-03-023-5/+34
|\ \ \ \
| * | | | Switch to returnCode for IPackageDeleteObserverKenny Root2011-03-013-5/+34
* | | | | New assets for checkboxes and radios for WebView.Leon Scroggins2011-03-028-0/+0
* | | | | Merge "Fix from post submit review"Kristian Monsen2011-03-021-0/+1
|\ \ \ \ \
| * | | | | Fix from post submit reviewKristian Monsen2011-03-021-0/+1
* | | | | | Merge "cosmetic fixes: removing unused members/imports"Vasu Nori2011-03-011-5/+0
|\ \ \ \ \ \
| * | | | | | cosmetic fixes: removing unused members/importsVasu Nori2011-03-011-5/+0
* | | | | | | Merge "bug:3497143 don't print warning if it is a bug in platform - not in app."Vasu Nori2011-03-012-7/+5
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | bug:3497143 don't print warning if it is a bug in platform - not in app.Vasu Nori2011-03-012-7/+5
| | |_|_|/ / | |/| | | |
* | | | | | Merge "Fix issue #3405957 com.android.settings: java.lang.NullPointerExceptio...Dianne Hackborn2011-03-011-9/+56
|\ \ \ \ \ \
| * | | | | | Fix issue #3405957 com.android.settings: java.lang.NullPointerException...Dianne Hackborn2011-03-011-9/+56
* | | | | | | Merge "Fix issue #3411615: Crash when getting dialog layout inflator."Dianne Hackborn2011-03-011-1/+5
|\ \ \ \ \ \ \
| * | | | | | | Fix issue #3411615: Crash when getting dialog layout inflator.Dianne Hackborn2011-03-011-1/+5
| |/ / / / / /
* | | | | | | Merge "Don't account for scrollX/Y when drawing a display list in a layer."Romain Guy2011-03-011-3/+8
|\ \ \ \ \ \ \
| * | | | | | | Don't account for scrollX/Y when drawing a display list in a layer.Romain Guy2011-03-011-3/+8
* | | | | | | | Merge "Fix bug 3501411 - ListView should ignore "up" events outside of its view"Adam Powell2011-03-011-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix bug 3501411 - ListView should ignore "up" events outside of its viewAdam Powell2011-03-011-1/+5
* | | | | | | | | Merge "Adding mouse scroll wheel support to StackView"Adam Cohen2011-03-011-0/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Adding mouse scroll wheel support to StackViewAdam Cohen2011-03-011-0/+36
* | | | | | | | | | Merge "Fix issue #3495749: Crash on choosing to open the downloaded images"Dianne Hackborn2011-03-013-44/+81
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix issue #3495749: Crash on choosing to open the downloaded imagesDianne Hackborn2011-03-013-44/+81
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Send correct cookies for HTML5 video when incognito"John Reck2011-03-011-2/+3
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Send correct cookies for HTML5 video when incognitoJohn Reck2011-03-011-2/+3
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge "Correctly mark layers dirty when drawing WebView."Romain Guy2011-03-011-10/+15
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Correctly mark layers dirty when drawing WebView.Romain Guy2011-03-011-10/+15
* | | | | | | | | Merge "AbsListView notifies scroll events to the ViewTreeObserver."Gilles Debunne2011-03-011-25/+25
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | AbsListView notifies scroll events to the ViewTreeObserver.Gilles Debunne2011-03-011-25/+25
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 vid...Kristian Monsen2011-03-011-12/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 video in i...Kristian Monsen2011-03-011-12/+76
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge "Don't update webkit at every stage of a zoom animation."Derek Sollenberger2011-03-011-3/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | Don't update webkit at every stage of a zoom animation.Derek Sollenberger2011-03-011-3/+4
* | | | | | | | | Merge "Fix a deadlock in AccountManagerService cause by different paths of co...Fred Quintana2011-03-012-319/+351
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | |
| * | | | | | | | Fix a deadlock in AccountManagerService cause by differentFred Quintana2011-03-012-319/+351
* | | | | | | | | Merge "Move USB framework support from android.hardware to android.hardware.u...Mike Lockwood2011-03-0118-205/+78
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Move USB framework support from android.hardware to android.hardware.usb packageMike Lockwood2011-03-0118-205/+78
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge "Using AsyncChannel for wifi connectivity"Irfan Sheriff2011-03-012-10/+56
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Using AsyncChannel for wifi connectivityIrfan Sheriff2011-02-282-10/+56
* | | | | | | | | | Fix password field drawing.Leon Scroggins2011-03-011-0/+2
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Merge "Import revised translations."Eric Fischer2011-03-014-51/+51
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Import revised translations.Eric Fischer2011-03-014-51/+51
| | |_|_|/ / / / / | |/| | | | | | |