index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebCore
/
platform
/
graphics
/
android
/
TiledPage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set correct max texture allocations.
Shimeng (Simon) Wang
2011-02-18
1
-3
/
+1
*
Smoother scrolling by preparing offscreen tiles (credit: Ben Murdoch)
Dave Burke
2011-02-01
1
-29
/
+21
*
Implement dynamic allocation of base tiles.
Nicolas Roard
2011-01-31
1
-15
/
+26
*
Add a ClassTracker class to more easily track leaks
Nicolas Roard
2011-01-30
1
-10
/
+2
*
Fix trying to prepare more tiles than are available to the page (which result...
Dave Burke
2011-01-27
1
-17
/
+25
*
Fix "jumpy" mode and textfield input
Nicolas Roard
2011-01-25
1
-5
/
+8
*
Implement tiles synchronization
Nicolas Roard
2011-01-23
1
-1
/
+9
*
Code clean up.
Teng-Hui Zhu
2011-01-13
1
-2
/
+1
*
Prevent the usage of the texture(tile) if considered un-usable
Teng-Hui Zhu
2010-12-13
1
-0
/
+9
*
Refactor recent changes to SharedTexture and TilesManager.
Derek Sollenberger
2010-12-09
1
-3
/
+5
*
TexturesGenerator refactoring
Nicolas Roard
2010-12-08
1
-4
/
+5
*
Track all tiles in the viewport instead of only the upper left tile.
Derek Sollenberger
2010-11-12
1
-41
/
+66
*
Use a fixed number of BaseTiles per TiledPage.
Derek Sollenberger
2010-11-11
1
-63
/
+77
*
Support partial invalidation of tiles based on webkit's inval rect.
Derek Sollenberger
2010-11-05
1
-23
/
+44
*
Revert "Support partial invalidation of tiles based on webkit's inval rect."
Derek Sollenberger
2010-11-04
1
-44
/
+23
*
Support partial invalidation of tiles based on webkit's inval rect.
Derek Sollenberger
2010-11-04
1
-23
/
+44
*
Fix random crashes when HW acceleration is turned on.
Nicolas Roard
2010-10-26
1
-3
/
+2
*
Add DEBUG_COUNT stuff
Nicolas Roard
2010-10-26
1
-0
/
+14
*
Remove any scheduled painting for BaseTile that are going to be deallocated.
Nicolas Roard
2010-10-25
1
-2
/
+10
*
Fix tiles starvation bug + some debug logs
Nicolas Roard
2010-10-20
1
-1
/
+1
*
Fix crash in hardware accelerated webviews.
Derek Sollenberger
2010-10-19
1
-0
/
+4
*
Cleanup TiledPage class.
Derek Sollenberger
2010-10-14
1
-46
/
+43
*
Cleanup the TileSet class.
Derek Sollenberger
2010-10-14
1
-13
/
+12
*
GL rendering (without layers)
Nicolas Roard
2010-10-13
1
-0
/
+257