summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge/jni
Commit message (Expand)AuthorAgeFilesLines
* cherry-pick this change from master (should be in honeycomb-mr1) (please don'...Ed Heyl2011-03-082-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-032-25/+1
* Merge WebKit at r72274: Initial merge by git.Russell Brenner2010-12-021-1/+2
* Fix crash in JavaClassV8Ben Murdoch2010-11-242-9/+0
* Merge Webkit at r70949: Initial merge by git.John Reck2010-11-093-22/+22
* Merge WebKit at r70209: Initial merge by GitBen Murdoch2010-10-261-8/+5
* Merge WebKit at r65615 : UTF8String() becomes utf8().Iain Merrick2010-08-235-7/+7
* Merge WebKit at r65615 : Initial merge by git.Iain Merrick2010-08-2310-42/+42
* 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-072-9/+8
* 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 r61121: Initial merge by git.Ben Murdoch2010-06-163-5/+5
* | Merge webkit.org at r60469 : Initial merge by git.Leon Clarke2010-06-082-5/+5
* | Merge WebKit at r60074: Initial merge by gitSteve Block2010-05-273-7/+7
* | Cherry-pick WebKit change 59918 to fix Java bridge for JSCSteve Block2010-05-211-1/+3
* | Merge Webkit at r58956: Fix conflicts.Ben Murdoch2010-05-141-4/+0
* | Merge Webkit at r58956: Initial merge by Git.Ben Murdoch2010-05-1415-29/+33
* | Merge webkit.org at r58033 : Cherry-pick WebKit change 58775 to include jni_j...Steve Block2010-05-113-1/+6
* | Merge webkit.org at r58033 : Resolve merge conflictsSteve Block2010-05-112-41/+3
* | Merge webkit.org at r58033 : Initial merge by gitSteve Block2010-05-1114-150/+325
* | Merge webkit.org at r55033 : Initial merge by gitSteve Block2010-04-271-1/+1
|/
* 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-295-15/+17
* Fixes the Mac buildSteve Block2010-03-171-6/+8
* Adds some logging to JObjectWrapperSteve Block2010-03-152-1/+18
* Adds some logging to JObjectWrapperSteve Block2010-03-091-1/+6
* 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-164-16/+16
* 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
* Cherry-pick recent WebKit changes to JavaClassJSC.cppSteve Block2010-02-111-30/+35
* Update fix in convertNPVariantToJValue to reflect final version submitted to ...Steve Block2010-02-051-6/+0
* Merge webkit.org at r54127 : Resolve conflicts in WebCore/bridgeSteve Block2010-02-044-50/+0
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-046-26/+100
* 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-0212-81/+72
* V8 can now use WebCore/bridge/jni/JNIBridge.hSteve Block2010-01-277-8/+10
* 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
* Cherry-pick WebKit change 53849 to move JavaField and JavaArray from JNIBridg...Steve Block2010-01-267-452/+542
* 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
* Cherry-pick WebKit change 53619 to fix style in JNIBridgeSteve Block2010-01-212-292/+309
* Cherry-pick WebKit change 53557 to rename jni_runtime to JNIBridgeSteve Block2010-01-217-9/+8