summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/JavaBridge.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Enable File Reader and blob.slice APIs.Ben Murdoch2010-06-021-5/+5
| | | | | | | | | Notes: - the change to WebCore/html/FileStream.cpp is a cherry pick of http://trac.webkit.org/changeset/60325 - the change to WebCore/platform/posix/FileSystemPOSIX.cpp is a cherry pick of http://trac.webkit.org/changeset/60374 - this needs a corresponding frameworks/base change Change-Id: I05d1496e1e95adf1c6a61c6f07bbf62e9bc92820
* Add a method to the PlatformBridge to resolve the filename of a fileBen Murdoch2010-05-211-1/+18
| | | | | | | | | given its representation as a content:// URI, and the associated JNI plumbing. Requires a frameworks/base change. Change-Id: I9b8b8bb3fbfa31c86f4212f91c140fe62c6c6682
* Implement navigator.isApplicationInstalled() APIAndrei Popescu2010-02-121-1/+52
| | | | | | This CL contains the wiring between the API and the Java side. Fix b: 2371005
* Cherry-pick WebKit change 53497 to rename jni_utility and ↵Steve Block2010-01-201-7/+6
| | | | | | | | | | | jni_utility_private to JNIUtility and JNIUtilityPrivate See http://trac.webkit.org/changeset/53497 This is required to sync the Android tree with webkit.org to allow unforking in WebCore/bridge. This change required updating headers in Android-specific files in WebCore and WebKit. Change-Id: I4b80eb3eadcff66cbd261aa6ccef0f37927250b1
* Add navigator.networkType to allow apps to detect the connection type.Andrei Popescu2010-01-151-0/+29
| | | | | | The online event is fired when the networkType changes. Bug: 2368650
* am 7063c3ef: Merge change I67ad4b89 into eclair-mr2Steve Block2009-11-131-1/+1
|\ | | | | | | | | | | | | Merge commit '7063c3efe30d0ec965ac48439917030f62f50489' * commit '7063c3efe30d0ec965ac48439917030f62f50489': Fixes license headers for all files in WebKit/android, other than those in stl/.
| * Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | These files have not yet been upstreamed to webkit.org. WebKit requires either a BSD-style or LGPL 2.1 license for all code. We use a BSD-style 2-clause license for Android-specific files that will be upstreamed to webkit.org. This change adds licenses where absent or simply fixes the names of copyright holders in the license text to 'THE COPYRIGHT OWNER' and cleans up formatting. Files in stl/ currently use licenses other than BSD-style and will require more careful treatment. Change-Id: I67ad4b8932e432d3eaaeecdfeb0d09418496228d
* | Use native weak references instead of our wrapper.Patrick Scott2009-10-271-23/+6
|/ | | | | | | | | | | | | | Revert "Add check null of getRealObject(). When a WebView is" This reverts commit b47ea2b1184167767692f88c1e5f3e4e89db04b2. Revert "Update the comment for checking null in needtouchevents." This reverts commit 1e67e45d20ead40b0407618abbc5e20840dc3c80. Revert "Check null for WebViewCore's nativeClass before calling" This reverts commit 992afbebfb735ec2dd52b4166c22ab55827d88ed. Fix a few places where DeleteLocalRef and DeleteGlobalRef were used incorrectly. Fix a compilation warning as well.
* Add check null of getRealObject(). When a WebView isGrace Kloba2009-10-021-3/+20
| | | | | | | removed, there is a slight chance that getRealObject() for WebView's JavaObject be null. Fix http://b/issue?id=2159815
* Add SystemInterface to the android_npapi so that we can expose system relatedGrace Kloba2009-08-051-0/+16
| | | | properties. Currently it only has getApplicationDataDirectory.
* Merge commit 'goog/master' into webkit_mergeFeng Qian2009-06-181-1/+49
|\ | | | | | | | | | | | | | | Resolved conflicts: WebCore/Android.mk WebCore/storage/LocalStorageArea.h WebCore/storage/SessionStorageArea.cpp WebCore/storage/StorageEvent.cpp
| * cherry-pick 0f07938f7e51e7a7eb4239b8a30e64b68dac8c66 due to automerger snafuGrace Kloba2009-06-161-1/+49
| |
* | Get WebKit r44544.Feng Qian2009-06-171-7/+4
|/
* Move Browser test plugin from webkit project to development project.Grace Kloba2009-05-141-3/+50
| | | | Change how we set plugin path as we can support more than one path now.
* am 870c405: Merge change 587 into donutAndroid (Google) Code Review2009-04-291-7/+0
|\ | | | | | | | | | | | | Merge commit '870c40582102e848fd71f82a9e65e7dbd7b8835c' * commit '870c40582102e848fd71f82a9e65e7dbd7b8835c': Move imagecache into android_runtime from browser
| * Move imagecache into android_runtime from browserMike Reed2009-04-271-7/+0
| | | | | | | | | | Now that Java is also using ashmem and globalpool for images, move the management of the globalpool budget into android_runtime
* | AI 145796: Land the WebKit merge @r42026.Feng Qian2009-04-101-7/+0
| | | | | | | | Automated import of CL 145796
* | Automated import from //branches/master/...@141633,141633Patrick Scott2009-03-241-11/+1
|/
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+319
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-319/+0
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-10/+7
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-41/+32
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+331