Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Properly initialize FBO textures for linear filtering. | Romain Guy | 2011-03-02 | 1 | -0/+5 |
* | Merge "Don't account for scrollX/Y when drawing a display list in a layer." | Romain Guy | 2011-03-01 | 1 | -3/+8 |
|\ | |||||
| * | Don't account for scrollX/Y when drawing a display list in a layer. | Romain Guy | 2011-03-01 | 1 | -3/+8 |
* | | Merge "Fix bug 3501411 - ListView should ignore "up" events outside of its view" | Adam Powell | 2011-03-01 | 1 | -1/+5 |
|\ \ | |||||
| * | | Fix bug 3501411 - ListView should ignore "up" events outside of its view | Adam Powell | 2011-03-01 | 1 | -1/+5 |
* | | | Merge "Adding mouse scroll wheel support to StackView" | Adam Cohen | 2011-03-01 | 1 | -0/+36 |
|\ \ \ | |||||
| * | | | Adding mouse scroll wheel support to StackView | Adam Cohen | 2011-03-01 | 1 | -0/+36 |
* | | | | Merge "Fix issue #3495749: Crash on choosing to open the downloaded images" | Dianne Hackborn | 2011-03-01 | 3 | -44/+81 |
|\ \ \ \ | |||||
| * | | | | Fix issue #3495749: Crash on choosing to open the downloaded images | Dianne Hackborn | 2011-03-01 | 3 | -44/+81 |
* | | | | | Merge "Send correct cookies for HTML5 video when incognito" | John Reck | 2011-03-01 | 1 | -2/+3 |
|\ \ \ \ \ | |||||
| * | | | | | Send correct cookies for HTML5 video when incognito | John Reck | 2011-03-01 | 1 | -2/+3 |
* | | | | | | Merge "Correctly mark layers dirty when drawing WebView." | Romain Guy | 2011-03-01 | 2 | -10/+26 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Correctly mark layers dirty when drawing WebView. | Romain Guy | 2011-03-01 | 2 | -10/+26 |
* | | | | | | Merge "Add the MIN_UNDEQUEUED_BUFFERS query to ANW." | Jamie Gennis | 2011-03-01 | 7 | -15/+62 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Add the MIN_UNDEQUEUED_BUFFERS query to ANW. | Jamie Gennis | 2011-02-28 | 7 | -15/+62 |
* | | | | | | | Merge "Fix Issue 14340: Sticky Service killed with onDestroy not called, not ... | Dianne Hackborn | 2011-03-01 | 1 | -4/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix Issue 14340: Sticky Service killed with onDestroy not called, not restarted. | Dianne Hackborn | 2011-03-01 | 1 | -4/+6 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge "Avoid UTF-8 conversions and string copies whenever possible." | Romain Guy | 2011-03-01 | 2 | -12/+15 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | / | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Avoid UTF-8 conversions and string copies whenever possible. | Romain Guy | 2011-03-01 | 2 | -12/+15 |
* | | | | | | Merge "AbsListView notifies scroll events to the ViewTreeObserver." | Gilles Debunne | 2011-03-01 | 1 | -25/+25 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | AbsListView notifies scroll events to the ViewTreeObserver. | Gilles Debunne | 2011-03-01 | 1 | -25/+25 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge "Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 vid... | Kristian Monsen | 2011-03-01 | 1 | -12/+76 |
|\ \ \ \ \ | |||||
| * | | | | | Part of fix for bug 3489551 Browser doesn't send cookies for HTML5 video in i... | Kristian Monsen | 2011-03-01 | 1 | -12/+76 |
* | | | | | | Merge "Don't update webkit at every stage of a zoom animation." | Derek Sollenberger | 2011-03-01 | 1 | -3/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Don't update webkit at every stage of a zoom animation. | Derek Sollenberger | 2011-03-01 | 1 | -3/+4 |
* | | | | | | | Merge "Fix a deadlock in AccountManagerService cause by different paths of co... | Fred Quintana | 2011-03-01 | 2 | -319/+351 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Fix a deadlock in AccountManagerService cause by different | Fred Quintana | 2011-03-01 | 2 | -319/+351 |
* | | | | | | | | Merge "Fix for issue 3431967: Memory leak from video editor engine" | Santosh Madhava | 2011-03-01 | 1 | -21/+26 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix for issue 3431967: Memory leak from video editor engine | Santosh Madhava | 2011-03-01 | 1 | -21/+26 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge "UsbDeviceSettingsManager: don't write settings file when not necessary" | Mike Lockwood | 2011-03-01 | 1 | -8/+18 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | UsbDeviceSettingsManager: don't write settings file when not necessary | Mike Lockwood | 2011-03-01 | 1 | -8/+18 |
* | | | | | | | | | Merge "Fix UsbDeviceSettingsManager locking." | Mike Lockwood | 2011-03-01 | 2 | -156/+181 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Fix UsbDeviceSettingsManager locking. | Mike Lockwood | 2011-03-01 | 2 | -156/+181 |
* | | | | | | | | | Merge "Move USB framework support from android.hardware to android.hardware.u... | Mike Lockwood | 2011-03-01 | 34 | -276/+154 |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | |||||
| * | | | | | | | | Move USB framework support from android.hardware to android.hardware.usb package | Mike Lockwood | 2011-03-01 | 34 | -276/+154 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge "Fix issue 3479042." | Eric Laurent | 2011-03-01 | 5 | -1/+28 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Fix issue 3479042. | Eric Laurent | 2011-02-28 | 5 | -1/+28 |
* | | | | | | | | | Merge "Stagefright: Query buffer usage from the component." | Jamie Gennis | 2011-03-01 | 2 | -4/+18 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Stagefright: Query buffer usage from the component. | Jamie Gennis | 2011-02-28 | 2 | -5/+18 |
* | | | | | | | | | | Merge "Using AsyncChannel for wifi connectivity" | Irfan Sheriff | 2011-03-01 | 7 | -95/+146 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Using AsyncChannel for wifi connectivity | Irfan Sheriff | 2011-02-28 | 7 | -95/+146 |
* | | | | | | | | | | | Fix password field drawing. | Leon Scroggins | 2011-03-01 | 1 | -0/+2 |
| |_|_|_|_|/ / / / / |/| | | | | | | | | | |||||
* | | | | | | | | | | Merge "Import revised translations." | Eric Fischer | 2011-03-01 | 4 | -51/+51 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Import revised translations. | Eric Fischer | 2011-03-01 | 4 | -51/+51 |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | |||||
* | | | | | | | | | | am 5d019f0e: (-s ours) am c01e201f: (-s ours) am 61c1bb4f: Merge "UsbService:... | Mike Lockwood | 2011-03-01 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | am c01e201f: (-s ours) am 61c1bb4f: Merge "UsbService: Remove stack-trace mes... | Mike Lockwood | 2011-03-01 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | am 61c1bb4f: Merge "UsbService: Remove stack-trace message during boot. DO NO... | Mike Lockwood | 2011-02-28 | 1 | -4/+9 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | * \ \ \ \ \ \ \ \ \ | Merge "UsbService: Remove stack-trace message during boot. DO NOT MERGE" into... | Mike Lockwood | 2011-02-28 | 1 | -4/+9 |
| | | |\ \ \ \ \ \ \ \ \ \ | |||||
| | | | * | | | | | | | | | | UsbService: Remove stack-trace message during boot. DO NOT MERGE | David 'Digit' Turner | 2011-02-27 | 1 | -4/+9 |
* | | | | | | | | | | | | | | am 3fa12d45: (-s ours) am fc88f94f: (-s ours) am 6da062a9: Merge "DO NOT MERG... | Mike Lockwood | 2011-03-01 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |