Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit 095cab9

Browse files
EcljpseB0Takurtakov
authored andcommitted
Remove Chromium left overs
1 parent 61bcc86 commit 095cab9

File tree

1 file changed

+3
-50
lines changed

1 file changed

+3
-50
lines changed

Diff for: faq.php

+3-50
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
<li><a href="#browserspecifydefault">How do I specify the default type of native renderer that is used by the Browser?</a></li>
6363
<li><a href="#browsernativeie">Which Internet Explorer version do Browsers on Windows use?</a></li>
6464
<li><a href="#browserlinux">What do I need to run the SWT Browser inside Eclipse on Linux?</a></li>
65-
<li><a href="#howusechromium">How do I explicitly use Chromium as the Browser's underlying renderer?</a></li>
6665
<li><a href="#howuseedge">How do I explicitly use Edge as the Browser's underlying renderer?</a></li>
6766
<li><a href="#howuseedgeoptions">What configuration options are avaibale for the Edge renderer?</a></li>
6867
<li><a href="#edgelimitations">What are the limitations of the Edge Browser renderer?</a></li>
@@ -840,7 +839,6 @@ class "GtkWidget" style "eclipse"
840839
<tr><td>Internet Explorer</td><td>Windows</td><td><code>SWT.IE</code></td><td>Yes</td></tr>
841840
<tr><td>WebKit</td><td>macOS, Linux GTK</td><td><code>SWT.WEBKIT</code></td><td>Yes</td></tr>
842841
<tr><td>Edge (Chromium-based)</td><td>Windows</td><td><code>SWT.EDGE</code></td><td>No</td></tr>
843-
<tr><td>Chromium</td><td>All</td><td><code>SWT.CHROMIUM</code></td><td>No</td></tr>
844842
</table>
845843
<p>
846844
<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"
849847
according to the table above. Default renderer does not require additional software installation.
850848
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>.
851849
<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>.
854851
</dd>
855852

856853
<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"
859856
Default is chosen to not require additional software installation and to preserve backward-compativle behavior.
860857
<p>
861858
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>.
863860
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.
865862
<p>
866863
<em>Note:</em> As of Eclipse/SWT 4.8, Mozilla (XULRunner) renderer is no longer supported, the value <code>mozilla</code> has no effect.
867864
<p>
@@ -908,50 +905,6 @@ class "GtkWidget" style "eclipse"
908905
</br>
909906
<em>Note: </em> as of Eclipse/SWT 4.15, WebKitGTK 1.x is no longer supported.
910907
<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.&lt;ws&gt;.&lt;os&gt;.&lt;arch&gt;.jar</code>)</li>
926-
<li>SWT fragment (<code>org.eclipse.swt.&lt;ws&gt;.&lt;os&gt;.&lt;arch&gt;.jar</code>)</li>
927-
<li>CEF binary (<code>com.make.chromium.cef.&lt;ws&gt;.&lt;os&gt;.&lt;arch&gt;.jar</code>)</li>
928-
</ul>
929-
</li>
930-
</ul>
931-
<p>
932-
To use the Chromium libraries from the standalone SWT downloads:
933-
<ul>
934-
<li>Get CEF binaries for your platform from the p2 repo:
935-
<ul>
936-
<li><a href="http://dl.maketechnology.io/chromium-cef/rls/repository/plugins/com.make.chromium.cef.gtk.linux.x86_64_0.4.0.202005172227.jar">CEF GTK binaries</a></li>
937-
<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>
945-
<li>CEF binary (<code>com.make.chromium.cef.&lt;ws&gt;.&lt;os&gt;.&lt;arch&gt;.jar</code>)</li>
946-
</ul>
947-
</li>
948-
</ul>
949-
<p>
950-
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>
955908
</dd>
956909

957910
<dt><strong><a name="howuseedge">Q: How do I explicitly use Edge as the Browser's underlying renderer?</a></strong></dt>

0 commit comments

Comments
 (0)