Skip to main content

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

Hi Guillermo,
 
This is great!
 
For the contribution to SWT we need to file CQs for the code and any dependencies/usages. I assume that some things would have changed since the first mail regarding the Chromium support - https://www.eclipse.org/lists/platform-swt-dev/msg08380.html. I’ve cloned the initial bug to track and discuss the details regarding the contribution - https://bugs.eclipse.org/bugs/show_bug.cgi?id=549585 . Let's use the bug for discussion.
 
Thanks & Regards,
Lakshmi P Shanmugam,
Eclipse Platform Co-lead,
India Software Lab, Bangalore
 
 
----- Original message -----
From: Guillermo Zunino <guillez@xxxxxxxxx>
Sent by: platform-dev-bounces@xxxxxxxxxxx
To: platform-dev@xxxxxxxxxxx
Cc:
Subject: [EXTERNAL] Re: [platform-dev] Chromium Browser
Date: Fri, Jul 26, 2019 11:25 AM
 
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).
 
 
 
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

_______________________________________________
platform-dev mailing list
platform-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/platform-dev
 


Back to the top