| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
| |
Flash can trigger the smart-zoom
Fix http://b/issue?id=2510670
|
|
|
|
| |
added for mwc.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
mode or it is the document focused node.
Remove Android special code added to support prevent
default for double tap and long press. Long press
and double tap needs to call preventDefault if it
is needed.
Remove Android special code added to pass event time.
Need a separate CL for android_npapi.
|
|
|
|
| |
Change-Id: Ic32359b699d71dcd1603ac9295c95100014fc484
|
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
between event origination and its arrival at the plugin." into eclair-mr2
Merge commit '70a336f20c4244b6f93ba593e999e83f23af1145'
* commit '70a336f20c4244b6f93ba593e999e83f23af1145':
adding logging to determine the delay between event origination and its arrival at the plugin.
|
| |
| |
| |
| | |
arrival at the plugin.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
with plugin execution time
Merge commit '5bce666850444bb87efe0be67046e7648ff15e67'
* commit '5bce666850444bb87efe0be67046e7648ff15e67':
Added new logging messages and updated event logs with plugin execution time
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
This was added in http://trac.webkit.org/changeset/42748
Change-Id: Ifcb9308d817203b6e23945ceedd83b9f9eb2e80f
|
| | |
|
| |
| |
| | |
merge from https://android-git.corp.google.com/g/#change,39356
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
detached rather than when eventHandlers are cleared for a frame.
Also no longer keep track of the number of touch event handlers that a page has registered. If a page requests touch events, always
send them from Java until a new page is loaded. This simplifies the logic when dealing with the page cache as otherwise as well as
restoring the forwarding of touch events when a page is restored from the page cache, we would need to restore the number of touch handlers
that have been registered.
Change-Id: I0269e1632a37ccbf105bac658c2cb7f1d5cd3052
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
keyboard unless it has focus.
Merge commit '562a8a469695e0a2dee4eb1946847553f04ca2a2'
* commit '562a8a469695e0a2dee4eb1946847553f04ca2a2':
Do not allow the plugin to show or hide the keyboard unless it has focus.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
coordinates are computed." into eclair-mr2
Merge commit '71ce050b9dbf42b1f1f33269021af49371c20a54'
* commit '71ce050b9dbf42b1f1f33269021af49371c20a54':
Correcting how the plugin's bounding coordinates are computed.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
values.
Merge commit '53e1af87fa4f19eac50b3d6fb45a3a386d156cd0'
* commit '53e1af87fa4f19eac50b3d6fb45a3a386d156cd0':
Add logging for all plugin events and their return values.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
full screen, we should make sure to call the correct update when bounds changed.
Merge commit 'de7e9124bea659d873d5488809d92a334104cb53'
* commit 'de7e9124bea659d873d5488809d92a334104cb53':
As we are sharing the view between embedded and full
|
| |
| |
| |
| |
| |
| | |
screen, we should make sure to call the correct
update when bounds changed.
This should fix the crash when changing orientation.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '67c90537fc70147ad8943f0a2cd02def405bcf8f'
* commit '67c90537fc70147ad8943f0a2cd02def405bcf8f':
Fix the crash of exiting full screen by checking null.
|
| |
| |
| |
| |
| | |
When we exit full screen, we place the embedded
view on the screen, so we need to destroy it again
in the destructor
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
instead of frame as it is what Flash expects. For
other port like Mac, it passes the window coordinate
to the plugin. In Android, plugin always sees the
full page and we use the visible screen rect to
indicate whether it is visible.
Change to use page coordinate across PluginView and
PluginWidget for consistency. This should fix the
problem Ben saw with plugin inside iframe (which is
caused by a race condition) and the cnnn ad problem
Adobe has.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |
| |
| |
| |
| |
| | |
the Qt team.
Change-Id: I2953472cee68aadf18f9dd740e9b3f69ad729cf0
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
destroyed.
Merge commit '2ba2794f78c094c88827bafc31f42afefe710d1e'
* commit '2ba2794f78c094c88827bafc31f42afefe710d1e':
Exit the fullscreen mode when the PluginWidget is
|
| |
| |
| | |
destroyed.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
is on/off screen." into eclair-mr2
Merge commit '8752c4d3c7d623f1f6314e8b662d3626c849ca97'
* commit '8752c4d3c7d623f1f6314e8b662d3626c849ca97':
adding event to notify the plugin when it is on/off screen.
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
context.
There is a companion commit in frameworks/base.
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| | |
Fix for http://b/issue?id=2361658
Requires a change to frameworks/base.
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit 'a82fdbb65304d541753351815d51ab4035a99dc9'
* commit 'a82fdbb65304d541753351815d51ab4035a99dc9':
Implement the full screen WebView plugin.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Use a NoTitleBar_Fullscreen dialog to implement the
full screen plugin. This runs in the same thread as
WebView (UI in the Browser case). One catch is that
the SurfaceView provided by the plugin needs to be
opaque if it doesn't want to see through the WebView.
The PluginFullScreenHolder translates the events to
the underline WebView. Special treatment in the touch
case as it needs to translate the coordinates.
WebView can't be panned, or double tap to zoom, or
long press to trigger the context menu while having
a full screen plugin.
Inside webkit, we also give the plugin element focus
when it goes to the full screen so that it takes key
events. While handling key events, we don't let it
loose focus or scroll out.
Todo:
When a plugin goes to full screen, we should make
sure the embedded plugin is fully visible. Otherwise
when we translate the touch events back, they will be
outside of the visible rect and will be ignored.
This is part 2 of 2-project check in.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
discards the customView.
Merge commit '5a144aa00c0f8d25e58a5f93fe4732a474f043bf'
* commit '5a144aa00c0f8d25e58a5f93fe4732a474f043bf':
Notify native plugin code when the browser discards the customView.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| | |
Merge commit '415276639e9cc2b78eaf9edab9de55a3e2ff975d'
* commit '415276639e9cc2b78eaf9edab9de55a3e2ff975d':
add event interface for plugins, so they can post an event to themselves (from any thread)
|
| |
| |
| |
| | |
(from any thread)
|
| |
| |
| |
| | |
event if it is requested.
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
to a view system overlay.
Merge commit 'd24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45'
* commit 'd24133a9678b18bf5e1e9c0edd14fc8e9d2a1d45':
Switching from activity based full screen plugins to a view system overlay.
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
is requested.
Merge commit '3d0d3fdaa1308448b47592c03cda81c7f9e1f789' into eclair-mr2-plus-aosp
* commit '3d0d3fdaa1308448b47592c03cda81c7f9e1f789':
Enable longpress and doubletap to WebKit as touch
|
|/
|
|
|
|
|
| |
This fixes the simulator build and allows us to get closer to sharing code with
chromium.
STLPort was copied with minor edits from the Android port of gears.
|
| |
|
| |
|
|
|
|
| |
parameters.
|