Community
Participate
Working Groups
XULRunner has been deprecated in 2015. It has been removed from most Linux distros. I'd like to remove it from the macOS port of SWT. There is no resources available in maintaining it.
New Gerrit change created: https://git.eclipse.org/r/83418
(In reply to Gunnar Wagenknecht from comment #0) > XULRunner has been deprecated in 2015. It has been removed from most Linux > distros. I'd like to remove it from the macOS port of SWT. There is no > resources available in maintaining it. +1 to getting rid of it.
Let's first push only the build related changes to stop building the XULRunner library. The source code changes could be done as a next step together with other platforms.
Gerrit change https://git.eclipse.org/r/83418 was merged to [master]. Commit: http://git.eclipse.org/c/platform/eclipse.platform.swt.git/commit/?id=17a3f01138ea6d67462ffc97d7901b0203af1942
Verified in Build I20170731-2000. Creating Browser with SWT.MOZILLA style, prints error message to console and falls-back to Webkit. Running below code on Mac: browser = new Browser(parent, SWT.MOZILLA); System.out.println(browser.getBrowserType()); // prints 'webkit' on console.