summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebCoreJniOnLoad.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add missing DeviceOrientationClient for benchmarkingSteve Block2010-08-111-0/+5
| | | | | | This was missed when DeviceOrientationClientAndroid was added Change-Id: I7d67f2d64680e79fc14bf5927be79986b333b9f9
* Hook up DeviceOrientationClientMockSteve Block2010-08-101-0/+2
| | | | Change-Id: Ie21024238a88252cd668cbddb98643b142728cf1
* Merge WebKit at r64264 : Compile fix, how to create WebCore::Page changedKristian Monsen2010-08-041-9/+7
| | | | | | http://trac.webkit.org/changeset/64208 Change-Id: If0c6a616bd9eb1f1c90041f9c83d1770d8acd9bd
* Merge WebKit at r63173 : Following @62607 Page takes a BackForwardClientLeon Clarke2010-07-201-1/+2
| | | | Change-Id: I1c86a2881f5bef152f1b9841d6dce41da91b03ac
* Merge WebKit at r60074: Pass null DeviceOrientationClient to Page constructorSteve Block2010-05-271-1/+2
| | | | Change-Id: I0afccb0d08d42f13579ff7df4c41ed2d07abb36e
* Implement the audio tag in webkit -- the corresponding java CL is ↵Nicolas Roard2010-05-071-2/+4
| | | | | | https://android-git.corp.google.com/g/#change,41406 Change-Id: Ief37a7d9879308f0749fcd569e82fddc3f989a8a
* Cherry-pick WebKit change 53497 to rename jni_utility and ↵Steve Block2010-01-201-7/+4
| | | | | | | | | | | 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
* Cherry-pick WebKit change 52103 - Add a client based Geolocation providerSteve Block2010-01-181-2/+7
| | | | | | | | This is required to ease the process of upstreaming the Geolocation maximumAge handling code. Note that changes to WebCoreFrameBridge.cpp and WebCoreJniOnLoad.cpp were required as a result of this. Change-Id: Icd8524da9050acda3b991051877c3b5cf262b2b3
* am 996e5097: am 802287c2: Fix the benchmark app yet again to work in mr2 ↵Patrick Scott2009-12-161-4/+4
|\ | | | | | | | | | | | | | | | | (and master). Merge commit '996e5097c0157bf585752a256d92b4a823b3dcc1' * commit '996e5097c0157bf585752a256d92b4a823b3dcc1': Fix the benchmark app yet again to work in mr2 (and master).
| * Fix the benchmark app yet again to work in mr2 (and master).Patrick Scott2009-12-151-4/+4
| | | | | | | | | | | | The signature of startLoadingResource changed. The PageCache can change the FrameView so don't use the local one. Add a few more function intercepts in the fake vm.
* | am d24133a9: am dcab27c3: Switching from activity based full screen plugins ↵Derek Sollenberger2009-12-101-2/+0
|\ \ | |/ | | | | | | | | | | | | | | to a view system overlay. Merge commit 'd24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45' * commit 'd24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45': Switching from activity based full screen plugins to a view system overlay.
| * Switching from activity based full screen plugins to a view system overlay.Derek Sollenberger2009-12-081-2/+0
| |
* | am f5cee3f0: am 168aa9a1: Merge change I747854ee into eclair-mr2Ben Murdoch2009-12-101-1/+0
|\ \ | |/ | | | | | | | | | | Merge commit 'f5cee3f030cb360beccf7cb4e9c71e791076b891' * commit 'f5cee3f030cb360beccf7cb4e9c71e791076b891': Remove an accidentally added include.
| * Remove an accidentally added include.Ben Murdoch2009-12-071-1/+0
| | | | | | | | Change-Id: I747854ee918df97d12d7d0ed1a5fecfb10d8d805
* | resolved conflicts for merge of 130cd407 to masterBen Murdoch2009-12-041-0/+1
|\ \ | |/ | | | | Change-Id: I472802c99be3510e346350f66a386643caba6410
| * Android History unforking pt4: Android specific changes to makefiles and ↵Ben Murdoch2009-12-031-0/+1
| | | | | | | | | | | | | | | | other code that has not been upstreamed yet (i.e. WebKit/android). This does NOT need to be upstreamed to WebKit (yet). Change-Id: I821fb90c3e463ef5fc4fa001ee5b8d967f9f7e48
* | am 70e6e683: am bf0f70e4: Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-011-0/+2
|\ \ | |/ | | | | | | | | | | Merge commit '70e6e683de7c73efbae3d27c600ccfa800177b94' * commit '70e6e683de7c73efbae3d27c600ccfa800177b94': Cleanup how a plugin requests to go full-screen.
| * Cleanup how a plugin requests to go full-screen.Derek Sollenberger2009-12-011-0/+2
| |
* | am 5d60391c: am 4ceb7286: Move the benchmark code inside libwebcore.soPatrick Scott2009-11-231-0/+178
|\ \ | |/ | | | | | | | | | | Merge commit '5d60391c4f5badd084507962f271c92c4325f012' * commit '5d60391c4f5badd084507962f271c92c4325f012': Move the benchmark code inside libwebcore.so
| * Move the benchmark code inside libwebcore.soPatrick Scott2009-11-231-0/+178
| | | | | | | | | | | | | | This adds about 8k of code to the library but it allows the benchmark to run without modifying the library. This makes it ideal when testing libwebcore.so since it is the exact same as our running library. It also makes it possible to always build the benchmark app.
* | 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-2/+0
|/ | | | | | | | | | | | | | 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.
* Wire the rest of MediaPlayer to our implementation of ↵Andrei Popescu2009-09-171-1/+7
| | | | WebCore::MediaPlayerPrivate
* Adds ability to configure mock Geolocation service from DumpRenderTree on ↵Steve Block2009-08-141-1/+3
| | | | Android.
* Adds GeolocationPermissionsBridge.Steve Block2009-07-291-2/+3
|
* Apply fixes for webkit bugs 24776 and 25616 to add ENABLE(DATABASE) guards. ↵Ben Murdoch2009-05-151-1/+8
| | | | This makes the macro work, so ENABLE_DATABASE can be toggled in config.h and the JavaScriptCore.derived.mk or V8Bindings.derived.mk.
* Shave ~60k off of libwebcore.so and make webcore_test always build.Patrick Scott2009-05-121-0/+93
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.