Skip to content

Commit

Permalink
Add N&N entry for the Edge Browser.
Browse files Browse the repository at this point in the history
Several issues have been addressed. The N&N mentions this and encourages
the community to activate Edge as the browser of choice and report back
any findings.

Co-authored-by: Heiko Klare <[email protected]>
  • Loading branch information
fedejeanne and HeikoKlare committed Nov 13, 2024
1 parent c48b48f commit aadd1a4
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions news/4.34/platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,37 @@ <h2>General Updates </h2>
</p>
</td>
</tr>

<tr id="edge-browser-improvements"> <!-- https://github.com/eclipse-platform/eclipse.platform.swt/issues/1466 -->
<td class="title">Improvements to Edge Browser (Windows only)</td>
<td class="content">
<p>
In an effort to make it the default browser for Windows, several issues that affected the Edge browser
have been addressed in this release. Some of them are:
<ul>
<li>Added support for basic authentication</li>
<li>Inherited the proper light/dark theme from Eclipse instead of Windows</li>
<li>Fixed obscure "No more handles" issues</li>
<li>Fixed deadlocks that occurred due to the way Edge handles requests</li>
<li>Fixed some styling issues in the welcome page for Eclipse</li>
<li>Fixed some issues with JavaScript being used in an empty (local) page</li>
</ul>
</p>
<p>
Edge still <b>isn't</b> the default browser but it is mature enough that it can be activated and used already.
In order to replace IE with Edge as the browser of choice in Windows, you can either:
<ol type="a">
<li>Enable the <strong>monitor-specific UI scaling</strong>
(see <a href="#rescale-on-runtime-preference">above</a>) or</li>
<li>Set the parameter <b>-Dorg.eclipse.swt.browser.DefaultType=edge</b> in your <i>eclipse.ini</i></li>
</ol>
</p>
<p>
We are looking forward to the community using Edge and reporting back any findings via our umbrella issue
(<a href="https://github.com/eclipse-platform/eclipse.platform.swt/issues/1466">#1466</a>)!
</p>
</td>
</tr>
</tr>
<!-- ******************* End of General Updates ************************************* -->
<tr><td colspan="2"/></tr>
Expand Down

0 comments on commit aadd1a4

Please sign in to comment.