[gwt-contrib] Re: Upgraded from GWT 2.6 to 2.8 - now Chrome Extension API doesn't work...

2017-05-02 Thread 'Goktug Gokdogan' via GWT Contributors
This might be related to linker changes but not sure that in which version that was changed. Pls provide the code snippet that was working before and no longer working. On Tuesday, May 2, 2017 at 6:00:50 PM UTC-7, TimOnGmail wrote: > > No no, I had been calling Java -> JSNI -> Chrome ; that wor

[gwt-contrib] Re: Upgraded from GWT 2.6 to 2.8 - now Chrome Extension API doesn't work...

2017-05-02 Thread TimOnGmail
No no, I had been calling Java -> JSNI -> Chrome ; that worked in GWT 2.6 Now, in GWT 2.8, the above does NOT work. I modified the code to do: Java -> JSNI -> JavaScript that's not wrapped in a JSNI method (it's in the app's main JSP file) -> Chrome, and it works again. So, JSNI methods callin