summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreJni.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cherry-pick WebKit change 53497 to rename jni_utility and ↵Steve Block2010-01-201-2/+2
| | | | | | | | | | | 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
* am 7063c3ef: Merge change I67ad4b89 into eclair-mr2Steve Block2009-11-131-1/+2
|\ | | | | | | | | | | | | 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/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-33/+2
|/ | | | | | | | | | | | | | 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.
* Update the comment for checking null in needtouchevents.Grace Kloba2009-09-281-0/+1
| | | Add the header in WebCoreJni.cpp so that LOGE will be print out.
* Remove uncommented makefile conditional. Fix an assert condition.Patrick Scott2009-05-131-1/+1
|
* Fix #1835655. Hold a GlobalRef for WeakReferenceClass as it is used as a ↵Grace Kloba2009-05-121-2/+3
| | | | global variable.
* Shave ~60k off of libwebcore.so and make webcore_test always build.Patrick Scott2009-05-121-58/+3
| | | | | | | | | | | | | | | Build libwebcore as a static library first. Then build it as a shared library using the jni entry point as the single source file. This strips uneeded code out of the final library. Have webcore_test link against the static library so that the symbols are all visible. Update webcore_test to link against the new webkit drop as well. Rearrange the main makefile to create WEBKIT_* variables that a sub-makefile like webcore_test can use to define includes, cflags, and libraries. Manually add a dependency on the generated webkit source files. Verified that svg and v8 work as well as the simulator.
* Add WebStorage C++ implementation needed for the Browser UINicolas Roard2009-05-111-0/+2
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-0/+155
|
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-031-155/+0
|
* auto import from //branches/cupcake/...@127101The Android Open Source Project2009-01-201-12/+0
|
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-151-16/+24
|
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-0/+159