Editing Web Browser
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=Description= | |||
There are 3 versions of the web browser, from older to newer loaded from '''dev_flash/vsh/resource/silk, dev_flash/vsh/resource/silk_nas, and dev_flash/vsh/resource/silk_webkit''' | |||
The browsers are derivated from open source code. See [[Licensing]] | |||
==Versions== | |||
'''Web Browser Core Engine Notes/Speculation''' | |||
*Silk (doesnt supports Java script), used in: | |||
**LINK.XML | |||
**In-game Web browser in PS3 Games. After closing browser it can return to the same point in the game | |||
* | |||
** | |||
** | |||
*WebKit (supports Java script), used in: | |||
**Internet Search, or XMB options on Game column when a game is unlighted (using parameter TITLE) ? | |||
**"what's news" (message: "You are launching an internet website") | |||
*Both, used in: | |||
**Online Instruction Manuals and Internet Browser | |||
=== | ===Silk=== | ||
=== | ===Silk nas=== | ||
== | ===Silk webkit=== | ||
==Interfacing with webbrowser== | ==Interfacing with webbrowser== | ||
Line 65: | Line 29: | ||
===From LINK.XML=== | ===From LINK.XML=== | ||
{{Boxframe1|content= | {{Boxframe1|content= | ||
{{Boxcode| | {{Boxcode|content=<syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<link ver="1.0"> | <link ver="1.0"> | ||
Line 82: | Line 46: | ||
It seems is not posible to create a folder containing 2 bootable items (EBOOT.BIN, and LINK.XML)...when trying to boot it the XMB displays the error message: '''this service has ended''' | It seems is not posible to create a folder containing 2 bootable items (EBOOT.BIN, and LINK.XML)...when trying to boot it the XMB displays the error message: '''this service has ended''' | ||
===Etc...=== | |||
== | ==Links== | ||
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> | {{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude> |