Bug 505418 - [GTK3][webkit] Support Javascript 'evalute()' in Webkit2 

Support for javascript to return arrays to Java

Change notes:
- This uses existing Java code to create Java objects instead
  of doing it in custom code.
  The reason is existing code already sucessfully deals with
  arrays. Also creating java objects in C is prone to errors/crashes.

Change-Id: I8eb6823f5694037da4073ba15988c6325f1fb7f8
Signed-off-by: Leo Ufimtsev <lufimtse@redhat.com>
9 files changed
tree: 9c1a3a1d5ca841b07b5310a4defc15445c7ac82f
  1. bundles/
  2. examples/
  3. features/
  4. local-build/
  5. tests/
  6. .gitignore
  7. pom.xml
  8. README.md
README.md

Contributing to SWT

Thanks for your interest in this project.

Developer resources:

See the following description for how to contribute a feature or a bug fix to SWT.

Information regarding source code management, builds, coding standards, and more and be found under the following link.

Contributor License Agreement:

Before your contribution can be accepted by the project, you need to create and electronically sign the Eclipse Foundation Contributor License Agreement (CLA).

Contact:

Contact the project developers via the project's “dev” list.

Search for bugs:

This project uses Bugzilla to track ongoing development and issues.

Create a new bug:

Be sure to search for existing bugs before you create another one. Remember that contributions are always welcome!