Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2018-05-29 10:53:34 +0000
committerLakshmi Shanmugam2018-05-29 10:56:46 +0000
commitd214f591f71534118f8daff645bd7779e74260da (patch)
tree5eda01ebf43c99a88ff9a30e069623cda0c2428b
parent37750db98d0dc7045df61718fa208f40999be20c (diff)
downloadeclipse.platform.common-d214f591f71534118f8daff645bd7779e74260da.tar.gz
eclipse.platform.common-d214f591f71534118f8daff645bd7779e74260da.tar.xz
eclipse.platform.common-d214f591f71534118f8daff645bd7779e74260da.zip
Bug 533730: N&N for Photon (4.8)
Add target="_blank" for external links that cannot be opened in a frame Change-Id: I4832ef644af855cbd2d23dafa7c726b4a0c52e71 Signed-off-by: Lakshmi Shanmugam <lshanmug@in.ibm.com>
-rw-r--r--bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html4
-rw-r--r--bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html b/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
index d8ed12abd..69a91404c 100644
--- a/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
+++ b/bundles/org.eclipse.platform.doc.isv/whatsNew/platform_isv_whatsnew.html
@@ -416,14 +416,14 @@ public class ProgressMonitorPart extends Composite implements
<tr id="webkit2default">
<td class="title">Webkit2 is now the default Browser renderer on Linux/GTK</td>
<td class="content">
- <a href='https://www.eclipse.org/eclipse/news/4.4/M6/#swt-webkit'>Preliminary support for Webkit2</a> on Linux/GTK was added in Eclipse Luna.
+ <a href="https://www.eclipse.org/eclipse/news/4.4/M6/#swt-webkit" target="_blank">Preliminary support for Webkit2</a> on Linux/GTK was added in Eclipse Luna.
Webkit2 support is now complete and has replaced Webkit1 as the default renderer for the SWT Browser widget on Linux/GTK.
<p>Webkit1 was known to crash at times. Webkit2 is stable and runs in a separate process, thus providing enhanced performance and is more secure.</p>
<p>Webkit2 was also necessary because Webkit1 is no longer being provided on newer Linux distributions (e.g Fedora 27)</p>
<p>To fallback to using Webkit1 (if needed), you can set the environment variable using: <code>export SWT_WEBKIT2=0</code></p>
<p>To inspect which version of Webkit you're running Eclipse under, set variable: <code>export SWT_LIB_VERSIONS=1</code>, launch
Eclipse/SWT and open an internal browser instance. You should see "<code>SWT_LIB Webkit (1 or 2) </code>" in the console </p>
- <p>See <a href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=528844'>Webkit2 port bug</a> for more details.</p>
+ <p>See <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=528844" target="_blank">Webkit2 port bug</a> for more details.</p>
</td>
</tr>
diff --git a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html b/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
index 98a3972b8..83b13ee31 100644
--- a/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
+++ b/bundles/org.eclipse.platform.doc.user/whatsNew/platform_whatsnew.html
@@ -538,7 +538,7 @@ document in the plug-in developer's guide.</p>
<td class="content">
Eclipse has dropped support for the Windows XP Operating System and other Windows versions older than Windows Vista.
<p>
- For more information, please read the <a href="https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg15385.html">announcement</a> made by the Eclipse PMC.
+ For more information, please read the <a href="https://dev.eclipse.org/mhonarc/lists/cross-project-issues-dev/msg15385.html" target="_blank">announcement</a> made by the Eclipse PMC.
</p>
</td>
</tr>

Back to the top