summaryrefslogtreecommitdiffstats
path: root/demos/embedded/anomaly/src/webview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change to commercial license headers in preparation for release.Jason McDonald2010-09-071-13/+13
| | | | Reviewed-by: Trust Me
* Add proper license headers to new files.Thiago Macieira2010-01-181-0/+41
| | | | Reviewed-by: Trust Me
* Change the prefered content size of the anomaly browserBenjamin Poulain2010-01-181-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 browserBenjamin Poulain2010-01-181-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.