summaryrefslogtreecommitdiffstats
path: root/WebCore/bridge
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r66079 : Initial merge by gitSteve Block2010-09-021-1/+1
* Merge WebKit at r65615 : UTF8String() becomes utf8().Iain Merrick2010-08-235-7/+7
* Merge WebKit at r65615 : Initial merge by git.Iain Merrick2010-08-2321-81/+82
* Merge WebKit at r65072 : Initial merge by git.Ben Murdoch2010-08-123-11/+7
* Merge WebKit at r64264 : Initial merge by git.Kristian Monsen2010-08-043-4/+3
* Merge WebKit at r63859 : Initial merge by git.Ben Murdoch2010-07-271-1/+1
* Merge Webkit at r63173 : Fix conflicts.Leon Clarke2010-07-201-3/+0
* Merge WebKit at r63173 : Initial merge by git.Leon Clarke2010-07-202-0/+31
* Update JavaInstance to reflect final version upstreamed to WebKitSteve Block2010-07-072-9/+8
* Merge WebKit at r61871: Fix conflictsKristian Monsen2010-07-021-6/+4
* Merge WebKit at r61871: Initial merge by git.Kristian Monsen2010-07-022-113/+213
* 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-1617-75/+85
* | Merge webkit.org at r60469 : Initial merge by git.Leon Clarke2010-06-0818-119/+112
* | Merge WebKit at r60074: Initial merge by gitSteve Block2010-05-2720-49/+51
* | Merge WebKit at r59636: Fix Android ifdef, commas moved upstream.Kristian Monsen2010-05-251-2/+2
* | Merge WebKit at r59636: Initial merge by gitKristian Monsen2010-05-256-638/+624
* | 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-1420-116/+300
* | 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-1146-353/+869
* | Merge webkit.org at r55033 : Initial merge by gitSteve Block2010-04-276-102/+228
|/
* Get the correct class name from the JVM when constructing arrays in the JNI b...Ben Murdoch2010-04-011-10/+10
* Merge "Implement the V8 JNI bindings more completely." into froyoBen Murdoch2010-03-313-7/+225
|\
| * Implement the V8 JNI bindings more completely.Ben Murdoch2010-03-313-7/+225
* | Fix build by removing PLATFORM macro from npapi.Andrei Popescu2010-03-301-1/+1
* | Ask the plugin how long to wait before calling NPN_WriteReady() again.Andrei Popescu2010-03-301-2/+7
|/
* 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-168-19/+27
* 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-045-53/+0
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-0421-55/+607
* 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-262-0/+2
* 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