index
:
external_webkit.git
replicant-4.2
external/webkit
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
WebCore
/
plugins
/
android
/
PluginViewAndroid.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds missing ENABLE(TOUCH_EVENTS) guards to Android-specific code
Steve Block
2010-05-18
1
-0
/
+2
*
Merge Webkit at r58956: Update plugin code to use C99 types. See http://trac....
Ben Murdoch
2010-05-14
1
-1
/
+1
*
Merge Webkit at r58956: Add bool parameter to Widget::setFocus. See http://tr...
Ben Murdoch
2010-05-14
1
-2
/
+2
*
Merge webkit.org at r58033 : Use new PluginView::platformGetValue() and platf...
Steve Block
2010-05-11
1
-15
/
+25
*
suppress compiler warnings in plugin code
Cary Clark
2010-04-06
1
-0
/
+3
*
Make sure html plugin element supports focus so that
Grace Kloba
2010-03-31
1
-5
/
+3
*
cherry-pick 74f79778892548221468d075f949acb3d4064368 to froyo
Grace Kloba
2010-03-30
1
-17
/
+18
*
Allowing native code access to the application context as long as
Derek Sollenberger
2010-03-23
1
-4
/
+15
*
To enable per file log, only need to define PLUGIN_DEBUG_LOCAL
Grace Kloba
2010-03-16
1
-1
/
+1
*
Ensure a plugin is not shown if it is completely obscured by other
Derek Sollenberger
2010-03-16
1
-3
/
+4
*
If the plugin is in an IFrame we need to reposition the plugins surface
Derek Sollenberger
2010-03-15
1
-5
/
+18
*
If we do change to document focus in mouse down,
Grace Kloba
2010-03-09
1
-3
/
+4
*
Only call plugin touch code if it is in full screen
Leon Scroggins
2010-03-09
1
-25
/
+10
*
fix to ensure plugins are not shown when they are marked hidden by the DOM.
Derek Sollenberger
2010-03-09
1
-5
/
+19
*
fixing problem were plugin surfaces are not created.
Derek Sollenberger
2010-03-02
1
-0
/
+8
*
am 4e409302: am a506357e: Adding logging to android\'s plugin view.
Derek Sollenberger
2010-03-02
1
-6
/
+17
|
\
|
*
Adding logging to android's plugin view.
Derek Sollenberger
2010-03-02
1
-6
/
+17
|
*
Pass touch event time from Java to WebKit
Grace Kloba
2010-02-02
1
-1
/
+1
*
|
Pass touch event time from Java to WebKit
Grace Kloba
2010-02-03
1
-3
/
+3
*
|
absoluteToLocal works with a page co-ordinate that is relative to the top le...
Ben Murdoch
2010-01-26
1
-3
/
+3
*
|
am 53e1af87: am 2eb76d0b: Add logging for all plugin events and their return ...
Derek Sollenberger
2010-01-25
1
-3
/
+3
|
\
\
|
|
/
|
*
Add logging for all plugin events and their return values.
Derek Sollenberger
2010-01-25
1
-3
/
+3
*
|
resolved conflicts for merge of 9dabd572 to master
Grace Kloba
2010-01-20
1
-15
/
+34
|
\
\
|
|
/
|
*
Changing plugin setwindow() to use page coordinate
Grace Kloba
2010-01-20
1
-25
/
+44
*
|
Refactor our touch event code to use the version submitted to webkit.org by t...
Ben Murdoch
2010-01-20
1
-10
/
+17
|
/
*
consolidating to only use one surface per plugin. give plugin access to java ...
Derek Sollenberger
2010-01-11
1
-1
/
+7
*
register the eventinterface with our dispatcher list
Mike Reed
2009-12-17
1
-0
/
+2
*
Implement the full screen WebView plugin.
Grace Kloba
2009-12-16
1
-0
/
+4
*
Enable longpress and doubletap to WebKit as touch
Grace Kloba
2009-12-09
1
-3
/
+18
*
Refactoring plugins to use new java interfaces.
Derek Sollenberger
2009-11-30
1
-6
/
+0
*
Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...
Steve Block
2009-11-13
1
-4
/
+5
*
Allow plugins to load java classes from their apk.
Derek Sollenberger
2009-11-09
1
-3
/
+9
*
changing how plugins gain/lose focus.
Derek Sollenberger
2009-10-27
1
-1
/
+17
*
Merge webkit.org at R49305 : Stub out PluginView::halt and PluginView::restart.
Steve Block
2009-10-20
1
-0
/
+8
*
Merge webkit.org at R49305 : PluginView::init and destructor have been moved ...
Steve Block
2009-10-20
1
-45
/
+5
*
When mouse down or plugin handles touch down, set the plugin
Grace Kloba
2009-09-23
1
-0
/
+13
*
renaming setJavaClass_ANPSetValue and ensuring memory is freed on subsequent ...
Derek Sollenberger
2009-09-21
1
-2
/
+2
*
First pass at replacing native plugin views with java.
Derek Sollenberger
2009-09-15
1
-0
/
+7
*
Fix the last of the linker errors !
Ben Murdoch
2009-08-17
1
-0
/
+5
*
Fix first set of linker errors.
Ben Murdoch
2009-08-17
1
-49
/
+0
*
Add SystemInterface to the android_npapi so that we can expose system related
Grace Kloba
2009-08-05
1
-0
/
+2
*
Fixing mouse and touch coordinates inside iframes.
Derek Sollenberger
2009-08-03
1
-26
/
+17
*
fixing plugin event handling for touch to return the correct value.
Derek Sollenberger
2009-07-28
1
-1
/
+1
*
removing visibleRect event and tracking rectangles instead.
Derek Sollenberger
2009-07-20
1
-2
/
+1
*
Adding plugin support for an RGBA surface view.
Derek Sollenberger
2009-07-17
1
-8
/
+4
*
Ensuring the plugin maintains control of the nav keys until it explicity rele...
Derek Sollenberger
2009-07-08
1
-3
/
+20
*
plugins are now sent the correct coordinates even when the page is scrolled.
Derek Sollenberger
2009-07-07
1
-6
/
+16
*
added gain/loose focus support for plugins. (focus = eligible to receive user...
Derek Sollenberger
2009-07-02
1
-6
/
+1
*
Adding support for plugins to request the keyboard.
Derek Sollenberger
2009-06-29
1
-2
/
+3
*
Adding mouse events to the plugin API
Derek Sollenberger
2009-06-26
1
-3
/
+10
[next]