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
- Introduce SWT flag SWT.IE to be used for Browser to create an Internet
Explorer instance
- Adapt mapping of existing VM argument for default browser to map "ie"
to new Internet Explorer flag and use Edge as default
- Make SWT Browser instantiate Edge on Windows by default, i.e., unless
the flag SWT.IE is specified
- Adapt the SWT ControlExample to represent the SWT.IE flag and properly
switch between Edge, Internet Explorer and default
- Adapt Browser tests to consider to new default configuration
Contributes to
eclipse-platform#1466
Copy file name to clipboardExpand all lines: tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/Test_org_eclipse_swt_browser_Browser.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,10 @@ public static Collection<Object[]> browserFlagsToTest() {
146
146
// NOTE: This is currently disabled due to test issues in the CI
147
147
// Execute Edge tests first, because IE starts some OS timer that conflicts with Edge event handling
0 commit comments