Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-dev] Chromium Browser

Hi,

A new version of the chromium browser has been published (0.10.0) with a very important change. We were able to remove third party dependencies JNR and ASM by using the jni mechanism from swt, so now it's aligned with swt and simplifies the integration. With this many bugs were fixed also.
All tests are passing in the three platform. Snippets too (except Snippet327 due CEF limitation).

https://github.com/maketechnology/chromium.swt

https://bugs.eclipse.org/bugs/show_bug.cgi?id=405031

To continue with the contribution progress I'm planning to create a gerrit or github PR review with a proposal to integrate it in swt code base. As there are no longer third party dependencies this becomes easier. Java code being part of the main swt bundle, and binding binaries as separate fragments (not the standard swt platform bundles) due its about 1.2 MB per platform.

Please comment if you agree and are willing to review the code proposal so we can go ahead in that direction.

Regards,

--
Guillermo Zunino
guillez@xxxxxxxxx


On Thu, Apr 25, 2019 at 12:37 AM Guillermo Zunino <guillez@xxxxxxxxx> wrote:
Hi,

A new version of the chromium browser has been published (0.9.0) with GTK3 support and many fixes. All tests are passing in the three platform. Snippets too.



--
Guillermo Zunino
guillez@xxxxxxxxx


On Wed, Jan 30, 2019 at 10:55 PM Guillermo Zunino <guillez@xxxxxxxxx> wrote:
Hi,

A new version of the chromium browser has been published (0.8.1) with several fixes, more tests and some missing features. Also all tests are passing now and the failing SWT Browser Snippets reported are passing now.



Cheers.
--

Guillermo Zunino
guillez@xxxxxxxxx


Back to the top