You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 4, 2025. It is now read-only.
<em>Note:</em> As of Eclipse/SWT 4.8, Mozilla (XULRunner) renderer is no longer supported, <code>SWT.MOZILLA</code> flag is deprecated and has no effect.
@@ -849,8 +847,7 @@ class "GtkWidget" style "eclipse"
849
847
according to the table above. Default renderer does not require additional software installation.
850
848
It is possible to override the default native renderer, see <a href="#browserspecifydefault">How do I specify the default type of native renderer that is used by the Browser?</a>.
851
849
<p>
852
-
For additional information on specific renderers see <a href="#howusechromium">How do I explicitly use Chromium as the Browser's underlying renderer?</a> and
853
-
<a href="#howuseedge">How do I explicitly use Edge as the Browser's underlying renderer?</a>.
850
+
For additional information on specific renderers see <a href="#howuseedge">How do I explicitly use Edge as the Browser's underlying renderer?</a>.
854
851
</dd>
855
852
856
853
<dt><strong><a name="browserspecifydefault">Q: How do I specify the default type of native renderer that is used by the Browser?</a></strong></dt>
@@ -859,9 +856,9 @@ class "GtkWidget" style "eclipse"
859
856
Default is chosen to not require additional software installation and to preserve backward-compativle behavior.
860
857
<p>
861
858
A user can set a property to specify the type of native renderer to use for <code>SWT.NONE</code>-style Browsers.
862
-
Setting this property does not affect Browsers that are created with explicit renderer styles such as <code>SWT.WEBKIT</code> or <code>SWT.CHROMIUM</code>.
859
+
Setting this property does not affect Browsers that are created with explicit renderer styles such as <code>SWT.WEBKIT</code>.
863
860
The property name is <code>org.eclipse.swt.browser.DefaultType</code> and valid values for it currently include "<code>webkit</code>",
864
-
"<code>ie</code>" (since 4.3), "<code>chromium</code>" (since 4.17) and "<code>edge</code>" (since 4.19). This property must be set before the <em>first</em> Browser instance is created.
861
+
"<code>ie</code>" (since 4.3) and "<code>edge</code>" (since 4.19). This property must be set before the <em>first</em> Browser instance is created.
865
862
<p>
866
863
<em>Note:</em> As of Eclipse/SWT 4.8, Mozilla (XULRunner) renderer is no longer supported, the value <code>mozilla</code> has no effect.
867
864
<p>
@@ -908,50 +905,6 @@ class "GtkWidget" style "eclipse"
908
905
</br>
909
906
<em>Note: </em> as of Eclipse/SWT 4.15, WebKitGTK 1.x is no longer supported.
910
907
<p>
911
-
Chromium renderer is also available for Linux, see <a href="#howusechromium">How do I explicitly use Chromium as the Browser's underlying renderer?</a>.
912
-
</dd>
913
-
914
-
<dt><strong><a name="howusechromium">Q: How do I explicitly use Chromium as the Browser's underlying renderer?</a></strong></dt>
915
-
<dd>A: To specify that a Chromium renderer be used by a Browser instance, create it with style <code>SWT.CHROMIUM</code> (since 4.17) or
916
-
set the Java property <code>org.eclipse.swt.browser.DefaultType=chromium</code>.
917
-
<p>
918
-
You can get the SWT-Chromium libraries from the Eclipse SDK or from the standalone SWT Chromium support libraries section on the download page.
919
-
<p>
920
-
To use the Chromium libraries from the Eclipse SDK:
921
-
<ul>
922
-
<li>Install the CEF binaries in Eclipse from the p2 repo - <a href="http://dl.maketechnology.io/chromium-cef/rls/repository">CEF p2 repo from Make technology</a></li>
923
-
<li>Add the required jars to classpath of project:
924
-
<ul>
925
-
<li>SWT-Chromium fragment (<code>org.eclipse.swt.browser.chromium.<ws>.<os>.<arch>.jar</code>)</li>
926
-
<li>SWT fragment (<code>org.eclipse.swt.<ws>.<os>.<arch>.jar</code>)</li>
<li><a href="http://dl.maketechnology.io/chromium-cef/rls/repository/plugins/com.make.chromium.cef.cocoa.macosx.x86_64_0.4.0.202005172227.jar">CEF Mac binaries</a></li>
938
-
<li><a href="http://dl.maketechnology.io/chromium-cef/rls/repository/plugins/com.make.chromium.cef.win32.win32.x86_64_0.4.0.202005172227.jar">CEF Windows binaries</a></li>
939
-
</ul>
940
-
</li>
941
-
<li>Add the required jars to classpath of project:
942
-
<ul>
943
-
<li>SWT-Chromium standalone jar (<code>swt-chromium.jar</code>)</li>
944
-
<li>SWT standalone jar (<code>swt.jar</code>)</li>
To launch Eclipse with Chromium as the default browser type:
951
-
<ul>
952
-
<li>Install the CEF binaries in Eclipse from the p2 repo - <a href="http://dl.maketechnology.io/chromium-cef/rls/repository">CEF p2 repo from Make technology</a></li>
953
-
<li>In eclipse.ini, add <code>-Dorg.eclipse.swt.browser.DefaultType=chromium</code> under -vmargs.</li>
954
-
</ul>
955
908
</dd>
956
909
957
910
<dt><strong><a name="howuseedge">Q: How do I explicitly use Edge as the Browser's underlying renderer?</a></strong></dt>
0 commit comments