summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/bridge
Commit message (Expand)AuthorAgeFilesLines
* Control access to inherited methods of jsinterface objectsSelim Gurun2012-09-106-9/+120
* Handle uncaught exceptions from methods called through the Java BridgeSteve Block2012-04-264-4/+28
* Remove JSC-specific code and V8 guards from Android-specific codeSteve Block2012-02-161-4/+4
* 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-014-11/+25
|/
* 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
|/
* Merge "Update JavaMethodJobject with upstreamed version of fix"Steve Block2011-07-201-12/+8
|\
| * Update JavaMethodJobject with upstreamed version of fixSteve Block2011-07-201-12/+8
* | 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-1032-123/+277
* Fix build break for emulatorKristian Monsen2011-06-091-2/+2
* Fix a bug in the V8 JNI bindings when creating JNI method signaturesSteve Block2011-06-091-0/+12
* 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-0840-525/+784
* Remove a FIXME from JavaNPObjectV8 that was forking us from upstreamSteve Block2011-06-081-3/+0
* Fix a whitespace diff with upstream to avoid a future merge conflictSteve Block2011-06-081-1/+0
* Remove Android guard EMULATE_JSC_BINDINGSSteve Block2011-06-023-72/+30
* Merge WebKit at r80534: Fix JavaMethod.cppBen Murdoch2011-06-021-0/+4
* Merge WebKit at r80534: Fix Java Bridge.Ben Murdoch2011-06-023-20/+9
* Merge WebKit at r80534: Fix conflicts.Ben Murdoch2011-06-021-15/+0
* Merge WebKit at r80534: Intial merge by GitBen Murdoch2011-06-0261-703/+899
* Merge WebKit at r78450: Initial merge by git.Steve Block2011-05-248-44/+47
* Merge WebKit at r76408: Fix Bridge.hBen Murdoch2011-05-2319-18/+20
* Merge WebKit at r76408: Initial merge by git.Ben Murdoch2011-05-233-5/+10
* Merge WebKit at r75993: Initial merge by git.Ben Murdoch2011-05-161-2/+2
* Merge WebKit at r75315: Initial merge by git.Steve Block2011-05-1289-0/+16351