Chromium Web Integration
To add Web-based functionality for our Web layer and Plugin Framework, Designer embeds a version of the Chromium web browser via libCEF (Chromium Embedded Framework).
Support for features in HTML, CSS, JavaScript and other web standards is dependent on the particular version of Chromium integrated within a given release.
To ensure compatibility, it’s vital to know which version of Chromium your plugin or webpage is targeting and whether it’s supported in a given Designer release.
Version information
Section titled “Version information”Designers Chromium support can be viewed in the table below:
Designer Version | Chromium version |
---|---|
r31.2 or higher | 137.0.7151.121 |
r30.4 to r31.1 | 132.0.6834.161 |
r23.0 to r30.3 | 106.0.5249.61 |
r21.3 to r22.3 | 101.0.4951.54 |
Less than r21.3 | 71.0.3578.80 |
Selecting a version by feature
Section titled “Selecting a version by feature”If you want to use a specific feature, these can be found on the Chrome Status page, where you can search for a particular HTML/CSS feature and determine which version of Chromium supports it.