| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This was missed when DeviceOrientationClientAndroid was added
Change-Id: I7d67f2d64680e79fc14bf5927be79986b333b9f9
|
| |
|
|
| |
Change-Id: Ie21024238a88252cd668cbddb98643b142728cf1
|
| |
|
|
|
|
| |
http://trac.webkit.org/changeset/64208
Change-Id: If0c6a616bd9eb1f1c90041f9c83d1770d8acd9bd
|
| |
|
|
| |
Change-Id: I1c86a2881f5bef152f1b9841d6dce41da91b03ac
|
| |
|
|
| |
Change-Id: I0afccb0d08d42f13579ff7df4c41ed2d07abb36e
|
| |
|
|
|
|
| |
https://android-git.corp.google.com/g/#change,41406
Change-Id: Ief37a7d9879308f0749fcd569e82fddc3f989a8a
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
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
|
| |\
| |
| |
| |
| |
| |
| |
| |
| | |
(and master).
Merge commit '996e5097c0157bf585752a256d92b4a823b3dcc1'
* commit '996e5097c0157bf585752a256d92b4a823b3dcc1':
Fix the benchmark app yet again to work in mr2 (and master).
|
| | |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
to a view system overlay.
Merge commit 'd24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45'
* commit 'd24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45':
Switching from activity based full screen plugins to a view system overlay.
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'f5cee3f030cb360beccf7cb4e9c71e791076b891'
* commit 'f5cee3f030cb360beccf7cb4e9c71e791076b891':
Remove an accidentally added include.
|
| | |
| |
| |
| | |
Change-Id: I747854ee918df97d12d7d0ed1a5fecfb10d8d805
|
| |\ \
| |/
| |
| | |
Change-Id: I472802c99be3510e346350f66a386643caba6410
|
| | |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '70e6e683de7c73efbae3d27c600ccfa800177b94'
* commit '70e6e683de7c73efbae3d27c600ccfa800177b94':
Cleanup how a plugin requests to go full-screen.
|
| | | |
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '5d60391c4f5badd084507962f271c92c4325f012'
* commit '5d60391c4f5badd084507962f271c92c4325f012':
Move the benchmark code inside libwebcore.so
|
| | |
| |
| |
| |
| |
| |
| | |
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.
|
| |\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '7063c3efe30d0ec965ac48439917030f62f50489'
* commit '7063c3efe30d0ec965ac48439917030f62f50489':
Fixes license headers for all files in WebKit/android, other than those in stl/.
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |/
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
| |
WebCore::MediaPlayerPrivate
|
| |
|
|
| |
Android.
|
| | |
|
| |
|
|
| |
This makes the macro work, so ENABLE_DATABASE can be toggled in config.h and the JavaScriptCore.derived.mk or V8Bindings.derived.mk.
|
|
|
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.
|