summaryrefslogtreecommitdiffstats
path: root/V8Binding/jni
Commit message (Expand)AuthorAgeFilesLines
* V8 can now use WebCore/bridge/jni/JNIBridge.cppSteve Block2010-01-271-153/+0
* V8 can now use WebCore/bridge/jni/JNIBridge.hSteve Block2010-01-272-114/+1
* Updates V8 versions of JavaMethod and JavaParameter to match JSC versionsSteve Block2010-01-261-4/+6
* Moves V8's JavaField from V8's jni_runtime to JavaClassV8 and fixes styleSteve Block2010-01-262-33/+0
* Update V8 JavaMethod::signature to use appendClassName() to match JSC versionSteve Block2010-01-261-74/+22
* Fixes style in V8 jni_runtime.[cpp|h]Steve Block2010-01-212-142/+130
* Updates V8 version of JavaString to use a private implementation class.Steve Block2010-01-211-28/+20
* Move V8 jni_npobject to bridge/jni/v8/JavaNPObjectV8 and fix styleSteve Block2010-01-212-219/+0
* Move V8 jni_instance to bridge/jni/v8/JavaInstanceV8 and fix styleSteve Block2010-01-214-279/+2
* Rename V8 jni_utility_private to JNIUtilityPrivate and fixes styleSteve Block2010-01-201-1/+1
* Move V8 jni_class to bridge/jni/v8/JavaClassV8 and fix styleSteve Block2010-01-204-177/+2
* Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-205-11/+9
* Cherry-pick WebKit change 53436 to fix style in JavaInstanceJSCSteve Block2010-01-192-4/+4
* Updates the use of weak references in the script-to-Java bridge for V8.Steve Block2010-01-083-44/+35
* Updates V8 version of JavaInstance to use RefCounted, rather than implementin...Steve Block2009-12-302-10/+2
* Merges V8 version of jni_utility with JSC version at WebCore/bridge/jni.Steve Block2009-12-073-829/+2
* Use NPAPI headers from WebCore/bridge/ rather than those from V8Bindings/npapi/.Steve Block2009-10-281-0/+3
* Continue with linker error fixes.Ben Murdoch2009-08-171-1/+1
* Fix first set of linker errors.Ben Murdoch2009-08-171-4/+4
* Convert Java string to JavaScript string.Feng Qian2009-07-154-5/+13
* Fix memory leaks in Java binding and some code cleanup.Feng Qian2009-05-068-43/+68
* Implement Java <-> JS bindings.Feng Qian2009-04-3010-206/+419
* Add first round JNI bindings.Feng Qian2009-04-2910-0/+1637