Bug 34468 - [Android] Android lacks utility functions to convert between JavaInstance and NPAPI types
Summary: [Android] Android lacks utility functions to convert between JavaInstance and...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Android Android
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 32154
  Show dependency treegraph
 
Reported: 2010-02-02 03:11 PST by Steve Block
Modified: 2010-02-02 07:45 PST (History)
3 users (show)

See Also:


Attachments
Patch (9.48 KB, patch)
2010-02-02 03:19 PST, Steve Block
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Block 2010-02-02 03:11:55 PST
Android uses NPAPI to inject objects into JavaScript. To do this, it needs utility functions to convert between JavaInstance (the type used to wrap a Java object) and NPAPI types.
Comment 1 Steve Block 2010-02-02 03:14:26 PST
This is required when using V8 only.
Comment 2 Steve Block 2010-02-02 03:19:07 PST
Created attachment 47917 [details]
Patch
Comment 3 Ariya Hidayat 2010-02-02 07:18:49 PST
Comment on attachment 47917 [details]
Patch

LGTM.
Comment 4 WebKit Commit Bot 2010-02-02 07:45:50 PST
Comment on attachment 47917 [details]
Patch

Clearing flags on attachment: 47917

Committed r54237: <http://trac.webkit.org/changeset/54237>
Comment 5 WebKit Commit Bot 2010-02-02 07:45:56 PST
All reviewed patches have been landed.  Closing bug.