summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bridge/jni/v8
Commit message (Expand)AuthorAgeFilesLines
* Handle uncaught exceptions from methods called through the Java BridgeSteve Block2012-04-264-4/+28
* Fix JavaBridge to handle overflow of array lengthSteve Block2011-11-211-5/+10
* Fix Java Bridge when coercing JavaScript string to Java char in arraysSteve Block2011-11-151-18/+10
* Initialize properties of JavaValueSteve Block2011-11-021-1/+12
* Merge "Fix the Java bridge to correctly handle null strings"Steve Block2011-09-021-0/+15
|\
| * Fix the Java bridge to correctly handle null stringsSteve Block2011-09-021-0/+15
* | Fix some leaked JNI local references in the Java BridgeSteve Block2011-09-012-9/+19
|/
* Merge "Fix property access in the Java bridge"Steve Block2011-08-101-1/+22
|\
| * Fix property access in the Java bridgeSteve Block2011-08-101-1/+22
* | Add missing calls to JavaInstance::end() in JavaNPObjectInvoke() and JavaNPOb...Steve Block2011-08-081-2/+6
|/
* Cherry-pick WebKit change 91260 to fix JNI string null-terminationSteve Block2011-07-191-3/+3
* Merge WebKit at r84325: Fix uses of JavaInstance.Ben Murdoch2011-06-102-1/+5
* Merge WebKit at r84325: Initial merge by git.Ben Murdoch2011-06-1010-89/+242
* Merge WebKit at r82507: Fix conflicts due to JNI refactoringSteve Block2011-06-082-57/+30
* Merge WebKit at r82507: Initial merge by gitSteve Block2011-06-089-199/+342
* Remove a FIXME from JavaNPObjectV8 that was forking us from upstreamSteve Block2011-06-081-3/+0
* Remove Android guard EMULATE_JSC_BINDINGSSteve Block2011-06-023-72/+30
* Merge WebKit at r80534: Fix Java Bridge.Ben Murdoch2011-06-021-12/+9
* Merge WebKit at r80534: Intial merge by GitBen Murdoch2011-06-0211-78/+92
* Merge WebKit at r75315: Initial merge by git.Steve Block2011-05-1211-0/+1359