| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added fix for AndroidAnimation copy (m_name was forgotten) | Chris Craik | 2011-06-29 | 1 | -0/+1 |
| * | Add BaseRenderer to handle generic rendering tasks. | Derek Sollenberger | 2011-06-29 | 5 | -124/+294 |
| * | Merge "Cleanup Skia related rendering code for raster rendering." | Derek Sollenberger | 2011-06-28 | 14 | -160/+107 |
| |\ |
|
| | * | Cleanup Skia related rendering code for raster rendering. | Derek Sollenberger | 2011-06-28 | 14 | -160/+107 |
| * | | Merge "Delete the GL texture when deleting the Surface Texture" | Teng-Hui Zhu | 2011-06-28 | 1 | -0/+1 |
| |\ \
| |/
|/| |
|
| | * | Delete the GL texture when deleting the Surface Texture | Teng-Hui Zhu | 2011-06-27 | 1 | -0/+1 |
| * | | Refactor and improve the raster rendering for base tiles. | Derek Sollenberger | 2011-06-27 | 4 | -198/+325 |
| |/ |
|
| * | Browser ST: Support both OES and 2D texture target | Teng-Hui Zhu | 2011-06-24 | 8 | -37/+193 |
| * | Merge "Remove legacy fps cap" | John Reck | 2011-06-23 | 2 | -12/+0 |
| |\ |
|
| | * | Remove legacy fps cap | John Reck | 2011-06-22 | 2 | -12/+0 |
| * | | Tiles: increase the minimal number to cover the whole screen | Teng-Hui Zhu | 2011-06-22 | 1 | -5/+4 |
| * | | Browser ST: Lower the upper limit for texture allocation | Teng-Hui Zhu | 2011-06-22 | 1 | -2/+6 |
| |/ |
|
| * | Fix compiler error when DEBUG is turned on | Teng-Hui Zhu | 2011-06-21 | 1 | -1/+1 |
| * | Fix the Surface Texture Issue on the phones | Teng-Hui Zhu | 2011-06-21 | 2 | -0/+3 |
| * | The background image should be opaque | Teng-Hui Zhu | 2011-06-20 | 1 | -2/+2 |
| * | Copied into Surface Texture line by line instead of pixel by pixel. | Teng-Hui Zhu | 2011-06-20 | 1 | -7/+4 |
| * | Merge "Turn the Surface Texture path on for baseTile" | Teng-Hui Zhu | 2011-06-17 | 8 | -65/+156 |
| |\ |
|
| | * | Turn the Surface Texture path on for baseTile | Teng-Hui Zhu | 2011-06-17 | 8 | -65/+156 |
| * | | Merge "Interface clean up for porting Surface Texture, no functional change." | Teng-Hui Zhu | 2011-06-17 | 8 | -76/+176 |
| |\ \
| |/ |
|
| | * | Interface clean up for porting Surface Texture, no functional change. | Teng-Hui Zhu | 2011-06-16 | 8 | -76/+176 |
| * | | Fix rounded rectangle background colour. | Ben Murdoch | 2011-06-16 | 1 | -0/+1 |
| |/ |
|
| * | Merge WebKit at r84325: Fix GraphicsContextAndroid.cpp | Ben Murdoch | 2011-06-10 | 1 | -1/+1 |
| * | Merge WebKit at r84325: Fix ImageBufferData.h | Ben Murdoch | 2011-06-10 | 1 | -4/+4 |
| * | Merge "Serialize LayerAndroid" | John Reck | 2011-06-08 | 4 | -12/+36 |
| |\ |
|
| | * | Serialize LayerAndroid | John Reck | 2011-06-07 | 4 | -12/+36 |
| * | | Merge changes I55c6d71a,Ifb3277d4,Ia1b847a2,I7ba9cf3f,Ida2b2a8a,I1280ec90,I72... | Steve Block | 2011-06-08 | 4 | -4/+5 |
| |\ \ |
|
| | * | | Merge WebKit at r82507: Stub out FontPlatformData::setOrientation() | Steve Block | 2011-06-08 | 1 | -0/+1 |
| | * | | Merge WebKit at r82507: Path::strokeBoundingRect() is now const | Steve Block | 2011-06-08 | 1 | -1/+1 |
| | * | | Merge WebKit at r82507: Update signature of FontCustomPlatformData::fontPlatf... | Steve Block | 2011-06-08 | 2 | -3/+3 |
| * | | | Merge "Fix some include guards in Android files" | Steve Block | 2011-06-08 | 2 | -5/+5 |
| |\ \ \
| |/ / |
|
| | * | | Fix some include guards in Android files | Steve Block | 2011-06-08 | 2 | -5/+5 |
| | |/ |
|
| * | | refactor the TextureInfo out from SharedTexture, no functional change | Teng-Hui Zhu | 2011-06-07 | 5 | -50/+116 |
| |/ |
|
| * | Merge "Fix the trailing pixels by inflate the invalidate screen rect" | Teng-Hui Zhu | 2011-06-03 | 1 | -0/+2 |
| |\ |
|
| | * | Fix the trailing pixels by inflate the invalidate screen rect | Teng-Hui Zhu | 2011-06-03 | 1 | -0/+2 |
| * | | Merge "Initial support for serializing the view state" | John Reck | 2011-06-03 | 1 | -0/+1 |
| |\ \ |
|
| | * | | Initial support for serializing the view state | John Reck | 2011-06-03 | 1 | -0/+1 |
| * | | | Revert "Fix for antialiased text with shadows." | Derek Sollenberger | 2011-06-03 | 1 | -1/+0 |
| * | | | Fix for antialiased text with shadows. | Derek Sollenberger | 2011-06-03 | 1 | -0/+1 |
| | |/
|/| |
|
| * | | Merge WebKit at r80534: Fix GraphicsContextAndroid.cpp | Ben Murdoch | 2011-06-02 | 1 | -0/+8 |
| * | | Merge WebKit at r80534: Fix ImageSourceAndroid.cpp | Ben Murdoch | 2011-06-02 | 1 | -3/+7 |
| * | | Merge WebKit at r80534: Fix uses of rounding hacks. | Ben Murdoch | 2011-06-02 | 1 | -3/+3 |
| * | | Support the screen shot while the video is paused. | Teng-Hui Zhu | 2011-06-01 | 6 | -16/+370 |
| |/ |
|
| * | merge from honeycomb mr2 | Russell Brenner | 2011-05-26 | 1 | -1/+15 |
| * | Merge changes I78ff6a85,Ic85c6405,Ibf903baa,I3a0459db,I35140385,I54790419,I6b... | Steve Block | 2011-05-25 | 12 | -130/+59 |
| |\ |
|
| | * | Merge WebKit at r78450: Add new Font::canExpandAroundIdeographsInComplexText() | Steve Block | 2011-05-25 | 1 | -0/+5 |
| | * | Merge WebKit at r78450: TextRun::padding() renamed | Steve Block | 2011-05-25 | 1 | -1/+1 |
| | * | Merge WebKit at r78450: Use new FontMetrics | Steve Block | 2011-05-25 | 1 | -14/+12 |
| | * | Merge WebKit at r78450: GraphicsContext current path removed | Steve Block | 2011-05-25 | 2 | -79/+12 |
| | * | Merge WebKit at r78450: TransformationMatrix multiply methods renamed and mea... | Steve Block | 2011-05-25 | 2 | -26/+18 |
| | * | Merge WebKit at r78450: FontCustomPlatformData::fontPlatformData() signature ... | Steve Block | 2011-05-25 | 2 | -2/+3 |