gngrOrg / gngr

a cross-platform browser focussed on privacy.
https://gngr.info
286 stars 61 forks source link

Support HTMLCollection.item(:String) #67

Open hrj opened 9 years ago

hrj commented 9 years ago

As clarified in this issue

hrj commented 9 years ago

As I understand now, this is part of a larger issue. Need to support Web IDL semantics. There's an entire chapter dedicated to ECMA script binding.

hrj commented 9 years ago

There's one reference implementation available. Though not sure how useful it would be since it is in JS.

Need check if there is Rhino support for the conversions.

If not, we could add some annotations in Java code to indicate WebIDL semantics to the Java to JS bridge.