summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/jni/v8
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r75315: Initial merge by git.Steve Block2011-05-1211-1359/+0
* Avoid Android modifications to JavaNPObjectV8.cpp/hSteve Block2011-03-022-6/+2
* Merge WebKit at r73109: Fix V8 JNI binding.Shimeng (Simon) Wang2010-12-221-10/+32
* Remove some temporary logging in the JNI bridgeSteve Block2010-12-031-12/+1
* Fix crash in JavaClassV8Ben Murdoch2010-11-242-9/+0
* Merge WebKit at r65615 : UTF8String() becomes utf8().Iain Merrick2010-08-235-7/+7
* Merge WebKit at r65615 : Initial merge by git.Iain Merrick2010-08-231-1/+1
* Merge WebKit at r65072 : Initial merge by git.Ben Murdoch2010-08-121-2/+2
* Merge Webkit at r63173 : Fix conflicts.Leon Clarke2010-07-201-3/+0
* Merge WebKit at r63173 : Initial merge by git.Leon Clarke2010-07-201-0/+3
* Update JavaInstance to reflect final version upstreamed to WebKitSteve Block2010-07-071-8/+7
* am 939d1819: am 9d4701f9: Push a local reference frame to avoid table overflow.Patrick Scott2010-07-012-8/+13
|\
| * Push a local reference frame to avoid table overflow.Patrick Scott2010-06-292-8/+13
* | Merge webkit.org at r58033 : Initial merge by gitSteve Block2010-05-111-3/+3
|/
* Get the correct class name from the JVM when constructing arrays in the JNI b...Ben Murdoch2010-04-011-10/+10
* Implement the V8 JNI bindings more completely.Ben Murdoch2010-03-313-7/+225
* Cherry pick from master.Steve Block2010-03-292-11/+11
* Adds some logging to JObjectWrapperSteve Block2010-03-151-1/+12
* Don't leak global weak references when running layout testsLeon Clarke2010-03-042-2/+6
* Merge webkit.org at r54731 : Initial merge by gitSteve Block2010-02-161-4/+4
* Merge webkit.org at r54340 : Fix merge conflictsSteve Block2010-02-151-12/+0
* Merge webkit.org at r54340 : Initial merge by gitSteve Block2010-02-151-0/+12
* Update fix in convertNPVariantToJValue to reflect final version submitted to ...Steve Block2010-02-051-6/+0
* Fix a bug when converting double and float types from NP variants to JNI type...Steve Block2010-02-041-4/+10
* Update V8 JNI bridge code to match final version submitted to webkit.orgSteve Block2010-02-0210-78/+71
* V8 can now use WebCore/bridge/jni/JNIBridge.hSteve Block2010-01-276-8/+5
* Updates V8 versions of JavaMethod and JavaParameter to match JSC versionsSteve Block2010-01-261-0/+1
* Moves V8's JavaField from V8's jni_runtime to JavaClassV8 and fixes styleSteve Block2010-01-263-1/+105
* Updates V8 version of JavaString to use a private implementation class.Steve Block2010-01-213-4/+67
* Move V8 jni_npobject to bridge/jni/v8/JavaNPObjectV8 and fix styleSteve Block2010-01-213-1/+225
* Move V8 jni_instance to bridge/jni/v8/JavaInstanceV8 and fix styleSteve Block2010-01-212-0/+267
* Rename V8 jni_utility_private to JNIUtilityPrivate and fixes styleSteve Block2010-01-202-31/+29
* Fixes a bug in V8 version of jni_utility_private.cppSteve Block2010-01-201-3/+3
* Move V8 jni_class to bridge/jni/v8/JavaClassV8 and fix styleSteve Block2010-01-202-0/+176
* Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...Steve Block2010-01-201-1/+1
* Updates the use of weak references in the script-to-Java bridge for V8.Steve Block2010-01-081-1/+1
* Merges V8 version of jni_utility with JSC version at WebCore/bridge/jni.Steve Block2009-12-072-0/+301