| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| | |
* changes:
remove references to deprecated porterduff
|
| | |
|
| | |
|
|\ \
| |/
|/|
| |
| | |
* changes:
Make ENABLE_VIDEO configurable.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
webkit added their own initializeBrowserFuncs(), so we need to now call both theirs and ours
|
| |/
| |
| |
| | |
theirs and ours
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies.
|
| |/
| |
| |
| |
| |
| |
| | |
I tested the original bug and found that without this change, the link works
perfectly fine. The only thing that does not work with this change is redirects
within iframes that are to non-http protocols. This is ok since iframes can
always change the parent window's location if this is the desired behavior.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
When the WebViewCore picture set is recomputed, check
to see if the trackball has moved since the last time.
If so, rebuild the nav cache even if dom version checking
is disabled.
If there's no focus node ready to receive a key event,
check to see if the cursor is hovering over a plugin, and
give it the event instead.
Update all cursor state in both places it could change.
|
|/
|
|
| |
plugin of the document's visibleRect.
|
|
|
|
| |
Need to delete V8MessagePortCustom.cpp.
|
|\
| |
| |
| |
| | |
* changes:
Renaming bindings to binding.
|
| |
| |
| |
| | |
Also updated makefiles.
|
|\ \
| | |
| | |
| | |
| | | |
* changes:
Ues loadFrameRequest instead of loadPostRequest so that we don't need to change WebKit any more.
|
| | |
| | |
| | |
| | | |
change WebKit any more.
|
|\ \ \
| |_|/
|/| |
| | |
| | | |
* changes:
Update our <select> to work with the latest webkit.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove a webkit change that makes some functions public for our
use. Instead, use a pointer to a base class where those functions
are already public. In one case where a function has been removed,
call another function which behaves the same.
|
| | |
| | |
| | |
| | |
| | | |
From: "http://v8.googlecode.com/svn/trunk@2121",
It matches "svn://chrome-svn/chrome/branches/187/src@18043"
|
| | |
| | |
| | |
| | | |
Will drop a newer revision to V8Binding/ directory.
|
| | |
| | |
| | |
| | | |
Plan to drop who v8 src in this directory as v8/
|
|/ /
| |
| |
| | |
Move V8 build files out of v8 directory so we can drop V8 source in directly.
|
|/ |
|
|\ |
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Resolved conflicts:
WebCore/Android.mk
WebCore/storage/LocalStorageArea.h
WebCore/storage/SessionStorageArea.cpp
WebCore/storage/StorageEvent.cpp
|
| | |
| | |
| | |
| | | |
Not fully complete yet.
|
| | | |
|
| | | |
|
|\ \ \
| |_|/
|/| |
| | |
| | |
| | |
| | | |
Merge commit 'fa67f45c81b502d6f7125a91131c43f1b8a0ee6b'
* commit 'fa67f45c81b502d6f7125a91131c43f1b8a0ee6b':
Fix WebKit keygen. Has submitted the change to webkit as bug 26016.
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Generate mouse move event after sending scroll event
Move cursor update in nav cache to UI thread
Remove updating nav cache on mouse move
Remove node parameter from mouse move
Remove plugin focus hack from mouse move
Add interface to get native cursor position
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
add font table getters for plugins
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
also, set hasCursorBounds only if cursor ring is visible
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
New public interface is set @hide for now. Old interface
uses the new one.
Requires a companion change to frameworks/base
http://b/issue?id=1649036
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* changes:
fix webkit hidden cursor, address crash
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
http://b/issue?id=1918891
set cursor node hidden to 'true' to hide it
also fixing crash if detecting text address
runs out of text to look at
|
| | | | |
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The fix to track the cursor ring closer to the
animation of the gmail floating message bar
adversely affects loading performance, so disable it for now.
See http://b/1918741
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Make the blinking caret active when the user actually starts editing
text. In WebView.cpp, determine whether to disable the blinking
caret and pass that info up to the Java call. Requires a matching
change in frameworks/base. Also add some comments for clarification,
and remove duplicate calling points for functions. Also change
glue for nativeSetFocusControllerActive to reflect its new name/
function.
This change also reflects a behavioral change. If the WebView or
its window lose focus, we do not restore the blinking caret when
focus returns.
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | | |
Merge commit 'c55ff27e90020786b49c7652a4cd71e71bfc8548'
* commit 'c55ff27e90020786b49c7652a4cd71e71bfc8548':
detect null pointer in webkit script exception
Add <keygen> support for VPN team.
|
| |\ \
| | | |
| | | |
| | | |
| | | | |
* changes:
detect null pointer in webkit script exception
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This security fix
https://android-git.corp.google.com/w/?p=platform/external/webkit.git;a=commit;h=df1815070cfd8d2ed6f7101d1b8d60d037c839e6
introduced a regression in the layout test javascript-url-crash-function.html
It's enough to check for a null scriptExecutionContext in
reportException()
|
| |/ / |
|
| |/
|/| |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '40e08ce5f3984e7f4c70ea623114b1aca1cc9c42'
* commit '40e08ce5f3984e7f4c70ea623114b1aca1cc9c42':
DO NOT MERGE.
|
| |\
| | |
| | |
| | |
| | | |
* changes:
DO NOT MERGE.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Merge 2390 from master to donut.
Added postUrl() to WebView so that we can pass lat/lon for the search.
|