Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change to commercial license headers in preparation for release. | Jason McDonald | 2010-09-07 | 1 | -13/+13 |
| | | | | Reviewed-by: Trust Me | ||||
* | Add proper license headers to new files. | Thiago Macieira | 2010-01-18 | 1 | -0/+41 |
| | | | | Reviewed-by: Trust Me | ||||
* | Change the prefered content size of the anomaly browser | Benjamin Poulain | 2010-01-18 | 1 | -0/+2 |
| | | | | | Having the prefered content size equals to the screen size gives some bad layout on devices. | ||||
* | Avoid painting while loading in the anomaly demo browser | Benjamin Poulain | 2010-01-18 | 1 | -0/+37 |
At load time, loading, layouting and painting are fighting for the CPU. By skipping painting and layouting, we achieve a better loading time, and the experience is better. |