@KCC: Yes, to clarify, this control is not intended to be used for typical web browsing. Instead, its main purpose is to enable beautiful HTML/JS based GUIs to be used in PB applications, and make communication between PB and the UI as intuitive as possible.
@srod: Yes, the current version uses the default Windows provided libraries (Trident for rendering, Chakra for JS)
Sorry, the Chromium version will also be Windows only, as I am not knowledgeable enough with the details of Mac and Unix development.
@Kiffi:
Agreed, as a modern browser, Trident is a weak option, but as a rendering engine for modern HTML/JS UIs, it seems to be capable enough for most use cases.

The idea will be to offer a choice between Trident and Chromium, which both have benefits and drawbacks. (Trident's main benefit for PB coders being its tiny size and memory footprint, IMHO)
By the way, I'm already familiar with RSBasic's CEF module, which is really awesome.
