Name | Repeat | Description | Example |
cache |
Once |
The maximum amount of allocated memory for cache entry data, in
kilobytes. The default is 1 megabyte.
|
cache=5000 |
database_storage_path |
Once |
This parameter specifies the path where kreatv-app-tdi-webkit-portal will
store information saved by the client-side database storage feature. If
the parameter is omitted, the default path '/flash/databases/webkit/'
will be used.
|
|
db_result_memory_limit |
Once |
The db_result_memory_limit parameter affects how often the JavaScript
garbage collector is triggered after allocating result objects for HTML5
database queries. The value is given in megabytes. The accumulated size
of query result objects is stored in a counter, and when the counter has
reached the given limit, a garbage collection is performed and the
counter is reset to 0 again. The default value of the limit is 1. If set
to 0, the limit is never checked.
|
|
font |
Once |
This parameter specifies the default font to use.
|
|
gfx_pixmap_memory_limit |
Once |
Same as sys_pixmap_memory_limit, but for graphics memory instead of
system memory.
|
|
http_secure_mode |
Once |
This parameter specifies which URLs the browser will accept to load.
Available values: 0="HTTP and HTTPS", 1="HTTPS only", 2="HTTPS with
mutual authentication only".
|
|
key_binding_map |
Once |
The key.bindingmap parameter sets a key code (EKioh virtual key) to key identifier
mapping. Note, this will change the behaviour of Javascript codes as this could
change naming of key identifier, e.g. the key identifier of teletext button on
RCU could be mapped to "Teletext" or "Text" as per this mapping file.
If this parameter is omitted, then the default key binding map is used.
|
key_binding_map=keybinding_motodefault.xml |
networkcache |
Once |
The maximum amount of allocated memory for network cache entry data, in
kilobytes. The default is 32 megabytes.
|
|
no_network |
Once |
Removes unnecessary checks at boot when network is unavailable. Cuts
down WebKit startup time significantly.
|
|
ntp_wait_limit |
|
How long (in seconds) to wait for time synchronization
with NTP before starting WebKit. -1 means wait forever. The default
is 0. |
|
prop(<name>)=<value> |
Multiple |
The application property <name> will get the value. |
|
start |
Once |
The application will be started on boot. |
|
startinfront |
Once |
The application will be started and activated on boot. |
|
sys_pixmap_memory_limit |
Once |
The sys_pixmap_memory_limit parameter is used to calculate a memory
threshold when WebKit should force a garbage collection. The value is
given in megabytes of system memory that is used for pixmaps (images) by
WebKit. The threshold is initially set to 50% of
sys_pixmap_memory_limit. When the system memory usage exceeds the
threshold, a garbage collection will be forced. The threshold will be
reset to 120% of the current system memory usage after each forced
garbage collection. The new threshold will however never be set to a
value below 50% of sys_pixmap_memory_limit or above
sys_pixmap_memory_limit.
|
|
url |
Once |
Sets the browser start page. |
url=http://www.motorola.com |
webkit_version |
Once |
Select the WebKit major version to use. |
|
xhr_policy |
Once |
The xhr_policy parameter decides the policy for XMLHttpRequests. The value
"standard" selects standard cross-origin checks (see
http://www.w3.org/TR/cors/). The value "allow_all" disables all cross-origin
checks, thus allowing XMLHttpRequests to any address. The default value is
"standard".
|
xhr_policy=allow_all |