summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge "Reset the upper limit when onTrimMemory"Teng-Hui Zhu2012-02-221-1/+21
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Reset the upper limit when onTrimMemoryTeng-Hui Zhu2012-02-211-1/+21
* | | | | | | Remove unused cache methodsSteve Block2012-02-221-14/+0
* | | | | | | Merge changes I6312736c,I55a2ecd2Steve Block2012-02-2211-711/+1
|\ \ \ \ \ \ \
| * | | | | | | Remove benchmark toolSteve Block2012-02-219-707/+0
| * | | | | | | Fix comments for willLoadFromCache()Steve Block2012-02-212-4/+1
| |/ / / / / /
* | | | | | | remove dependency on RGB_332Mathias Agopian2012-02-211-2/+1
* | | | | | | Merge "Move Canvas elements to their own composited layer"Nicolas Roard2012-02-212-0/+11
|\ \ \ \ \ \ \
| * | | | | | | Move Canvas elements to their own composited layerNicolas Roard2012-02-212-0/+11
* | | | | | | | Merge "Improve keyboard navigation cursor rings"John Reck2012-02-216-127/+79
|\ \ \ \ \ \ \ \
| * | | | | | | | Improve keyboard navigation cursor ringsJohn Reck2012-02-216-127/+79
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge "Add two missing null checks"John Reck2012-02-212-1/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Add two missing null checksJohn Reck2012-02-212-1/+3
| |/ / / / / / /
* | | | | | | | Merge "frameworks/base refactoring."Mathias Agopian2012-02-211-0/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | frameworks/base refactoring.Mathias Agopian2012-02-201-0/+1
| |/ / / / / /
* | | | | | | async find-on-page implementation via WebKitVictoria Lease2012-02-2110-1264/+157
|/ / / / / /
* | | | | | frameworks/base refactoring.Mathias Agopian2012-02-179-13/+13
* | | | | | frameworks/base refactoring.Mathias Agopian2012-02-174-4/+4
* | | | | | Merge "simplify texture generation filters"Chris Craik2012-02-1712-115/+94
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | simplify texture generation filtersChris Craik2012-02-1612-115/+94
* | | | | | Merge "Fix rounding error in clip"Chris Craik2012-02-174-64/+71
|\ \ \ \ \ \
| * | | | | | Fix rounding error in clipChris Craik2012-02-164-64/+71
| |/ / / / /
* | | | | | am de80f9ac: (-s ours) am 98087315: am 2285ad26: Merge "Only check ARCH_ARM_H...Jean-Baptiste Queru2012-02-160-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | am 98087315: am 2285ad26: Merge "Only check ARCH_ARM_HAVE_ARMV7A if TARGET_AR...Jean-Baptiste Queru2012-02-161-4/+6
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | am 2285ad26: Merge "Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm"Jean-Baptiste Queru2012-02-161-4/+6
| | |\ \ \ \
| | | * \ \ \ Merge "Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is arm"Jean-Baptiste Queru2012-02-161-4/+6
| | | |\ \ \ \
| | | | * | | | Only check ARCH_ARM_HAVE_ARMV7A if TARGET_ARCH is armChih-Wei Huang2012-02-161-4/+6
| | | |/ / / /
* | | | | | | Merge "Clean cached trust state on system storage update."Selim Gurun2012-02-163-2/+28
|\ \ \ \ \ \ \
| * | | | | | | Clean cached trust state on system storage update.Selim Gurun2012-02-163-2/+28
* | | | | | | | Merge "No prefetch for low end device."Teng-Hui Zhu2012-02-161-14/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | No prefetch for low end device.Teng-Hui Zhu2012-02-151-14/+15
* | | | | | | | Remove JSC-specific code and V8 guards from Android-specific codeSteve Block2012-02-1611-123/+11
* | | | | | | | Remove option to build WebKit with JSCSteve Block2012-02-165-1348/+4
* | | | | | | | Merge "Revert "Clean cached trust state on system storage update.""Selim Gurun2012-02-153-28/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "Clean cached trust state on system storage update."Selim Gurun2012-02-153-28/+2
* | | | | | | | | Merge "Initial support for keyboard navigation"John Reck2012-02-1512-37/+111
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Initial support for keyboard navigationJohn Reck2012-02-1512-37/+111
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge "Clean cached trust state on system storage update."Selim Gurun2012-02-153-2/+28
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | / / / | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Clean cached trust state on system storage update.Selim Gurun2012-02-153-2/+28
* | | | | | | | Merge "Fix for high latency when creating a new layer"Nicolas Roard2012-02-151-0/+5
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Fix for high latency when creating a new layerNicolas Roard2012-02-141-0/+5
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge "Update the scale when updating DrawGL functor"Teng-Hui Zhu2012-02-141-2/+7
|\ \ \ \ \ \ \
| * | | | | | | Update the scale when updating DrawGL functorTeng-Hui Zhu2012-02-141-2/+7
* | | | | | | | Merge "Shrink the transfer queue by default"Teng-Hui Zhu2012-02-104-19/+33
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | / / / / / / | |/ / / / / / |/| | | | | |
| * | | | | | Shrink the transfer queue by defaultTeng-Hui Zhu2012-02-074-19/+33
* | | | | | | Merge "Improve performance of rounded corners (i.e. path anti-aliasing)"Derek Sollenberger2012-02-071-53/+2
|\ \ \ \ \ \ \
| * | | | | | | Improve performance of rounded corners (i.e. path anti-aliasing)Derek Sollenberger2012-02-071-53/+2
* | | | | | | | Merge "Add enclosing parent rects to hit test object."Mangesh Ghiware2012-02-064-7/+46
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add enclosing parent rects to hit test object.Mangesh Ghiware2012-02-064-7/+46
* | | | | | | | resolved conflicts for merge of 6f1bf086 to masterDerek Sollenberger2012-02-066-16/+9
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |