Changes between Initial Version and Version 1 of Mobile


Ignore:
Timestamp:
Jan 11, 2008 10:33:26 AM (16 years ago)
Author:
alp@atoker.com
Comment:

Add a page on WebKit for mobile devices

Legend:

Unmodified
Added
Removed
Modified
  • Mobile

    v1 v1  
     1= WebKit for Mobile devices =
     2
     3WebKit is well-suited for mobile devices thanks to its small footprint and high performance. The WebKit porting layer makes it easy to adapt the browser engine to integrate tightly into existing mobile platforms.
     4
     5== Supported devices ==
     6
     7 * Mac
     8  * Apple iPhone
     9 * GTK+
     10  * Nokia Internet tablets
     11  * OpenMoko
     12
     13== Build configurations ==
     14
     15=== LOW_BANDWIDTH_DISPLAY ===
     16
     17=== MOBILE ===
     18
     19== Compiler flags ==
     20
     21This section needs to be written. -Os etc.
     22
     23== Reducing footprint ==
     24
     25This section needs to be written. Put comparative compiler output from disabling SVG here.
     26
     27Describe how to avoid the ICU dependency.