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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge WebKit at r75315: Move Android-specific WebCore files to Source
Steve Block
2011-05-12
4
-1266
/
+0
*
Add support for plugins to use incognito mode.
Derek Sollenberger
2011-02-25
1
-0
/
+2
*
Add Plugin API for controling the device power states
Derek Sollenberger
2011-01-27
1
-0
/
+2
*
Merge "Initial pass at a video API for plugins." into honeycomb
Derek Sollenberger
2011-01-26
1
-0
/
+3
|
\
|
*
Initial pass at a video API for plugins.
Derek Sollenberger
2011-01-26
1
-0
/
+3
*
|
Fix hit testing inside layers.
Patrick Scott
2011-01-26
1
-15
/
+15
|
/
*
Second try to send multi-touch events to Flash
Huahui Wu
2011-01-13
1
-15
/
+31
*
Revert "Cherrypick of https://android-git.corp.google.com/g/#change,88039"
Huahui Wu
2011-01-13
1
-29
/
+13
*
Cherrypick of https://android-git.corp.google.com/g/#change,88039
Derek Sollenberger
2011-01-10
1
-13
/
+29
*
Plugin API to report the onscreen visibility of the plugin.
Derek Sollenberger
2011-01-05
1
-0
/
+2
*
Add initial support for OpenGL plugins.
Derek Sollenberger
2010-12-20
1
-0
/
+8
*
Add new API for plugin audio track latency.
Derek Sollenberger
2010-10-12
1
-0
/
+2
*
Merge WebKit at r61871: Refactoring of MimeClassInfo class.
Kristian Monsen
2010-07-02
1
-10
/
+1
*
Merge webkit.org at r60469 : Update our plugin code following refactor @60258
Leon Clarke
2010-06-08
1
-13
/
+12
*
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
2
-2
/
+2
*
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
*
Merge webkit.org at r58033 : Update location of CString.h
Steve Block
2010-05-11
1
-1
/
+1
*
Merge webkit.org at r55033 : Implement PluginPackage::NPVersion for Android
Steve Block
2010-04-27
1
-0
/
+5
*
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
*
|
resolved conflicts for merge of 98c97471 to master
Grace Kloba
2010-01-25
1
-2
/
+5
|
\
\
|
|
/
|
*
Merge "Rearrange the include headers to enable logging." into eclair-mr2
Grace Kloba
2010-01-25
1
-2
/
+4
|
|
\
|
|
*
Rearrange the include headers to enable logging.
Grace Kloba
2010-01-25
1
-2
/
+4
*
|
|
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
|
|
/
*
|
Removing reference to a java object that is no longer used.
Derek Sollenberger
2010-01-21
1
-57
/
+1
*
|
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
*
|
Cherry-pick WebKit change 53497 to rename jni_utility and jni_utility_private...
Steve Block
2010-01-20
1
-8
/
+7
*
|
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
[next]