summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/GeolocationPermissionsBridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix WebCoreStringToJString() to not delete the local reference to the new jst...Steve Block2010-11-011-1/+1
* Make sure we delete local references to jclass objectsSteve Block2010-10-281-0/+4
* Fix naming for JNI registration methodsSteve Block2010-10-221-1/+1
* Rename to_string() to jstringToWtfString() for greater claritySteve Block2010-10-151-4/+4
* Merge WebKit at r65072: String class has moved to the WTF namespace.Ben Murdoch2010-08-131-3/+3
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* Adds a method to allow Geolocation permissions for an origin.Steve Block2009-08-261-0/+8
* Adds GeolocationPermissionsBridge.Steve Block2009-07-291-0/+101