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
/
WebKit
/
android
/
plugins
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent double deletion when timer callback causes plugin to be deleted.
Derek Sollenberger
2011-03-09
1
-1
/
+6
*
Add support for plugins to use incognito mode.
Derek Sollenberger
2011-02-25
4
-5
/
+132
*
Fix problem where plugins were not drawn due to an incorrect clip.
Derek Sollenberger
2011-02-24
1
-2
/
+2
*
Skia Merge (revision 808)
Derek Sollenberger
2011-02-22
2
-4
/
+4
*
Selectively enable and disable GL_BLEND for better performance.
Derek Sollenberger
2011-02-16
1
-1
/
+3
*
Consolidate scrolling methods.
Patrick Scott
2011-02-09
1
-1
/
+1
*
Only invalidate the webview when the plugin has new content.
Derek Sollenberger
2011-02-04
3
-2
/
+19
*
Ensure plugins receive an onScreen event even when the page reloads
Derek Sollenberger
2011-02-01
1
-1
/
+13
*
Add Plugin API for controling the device power states
Derek Sollenberger
2011-01-27
5
-0
/
+57
*
Merge "Initial pass at a video API for plugins." into honeycomb
Derek Sollenberger
2011-01-26
3
-0
/
+145
|
\
|
*
Initial pass at a video API for plugins.
Derek Sollenberger
2011-01-26
3
-0
/
+145
*
|
Merge "Fix hit testing inside layers." into honeycomb
Patrick Scott
2011-01-26
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix hit testing inside layers.
Patrick Scott
2011-01-26
1
-0
/
+1
*
|
Merge "Plugin API to allow for y-axis inversion during rendering." into honey...
Derek Sollenberger
2011-01-26
2
-0
/
+27
|
\
\
|
|
/
|
/
|
|
*
Plugin API to allow for y-axis inversion during rendering.
Derek Sollenberger
2011-01-26
2
-0
/
+27
*
|
Fix invalid draw events when the plugin is injected into a loaded page
Derek Sollenberger
2011-01-25
2
-7
/
+9
|
/
*
Prevent timer from deleting itself twice.
Derek Sollenberger
2011-01-25
2
-5
/
+14
*
Send appropriate events when plugin is dynamically resized.
Derek Sollenberger
2011-01-20
2
-31
/
+39
*
Trigger OnScreen events when the page loads.
Derek Sollenberger
2011-01-19
1
-1
/
+1
*
Add multi-touch plugin API.
Derek Sollenberger
2011-01-07
1
-1
/
+21
*
Add additional debugging for plugins.
Derek Sollenberger
2011-01-07
3
-1
/
+7
*
Plugin API to report the onscreen visibility of the plugin.
Derek Sollenberger
2011-01-05
4
-0
/
+47
*
Add full-screen support for OpenGL based plugins.
Derek Sollenberger
2011-01-04
1
-4
/
+28
*
Add initial support for OpenGL plugins.
Derek Sollenberger
2010-12-20
5
-0
/
+193
*
Add app-switch keycode.
Jeff Brown
2010-12-07
1
-0
/
+1
*
Add new keycodes initially used for GoogleTV devices.
Jason Bayer
2010-11-09
1
-0
/
+22
*
Add volume mute key.
Jeff Brown
2010-11-01
1
-1
/
+2
*
Add new keycodes.
Jeff Brown
2010-10-14
1
-0
/
+53
*
Add new API for plugin audio track latency.
Derek Sollenberger
2010-10-12
2
-0
/
+19
*
Merge WebKit at r65072: String class has moved to the WTF namespace.
Ben Murdoch
2010-08-13
1
-1
/
+1
*
am b47b5d4a: am 652e9a01: Migrate to new keycode constants in keycodes.h.
Jeff Brown
2010-07-13
1
-3
/
+31
|
\
|
*
Migrate to new keycode constants in keycodes.h.
Jeff Brown
2010-07-13
1
-3
/
+31
*
|
Merge Webkit at r58956: Update plugin code to use C99 types. See http://trac....
Ben Murdoch
2010-05-14
5
-18
/
+18
*
|
Merge webkit.org at r58033 : Update location of CString.h
Steve Block
2010-05-11
1
-3
/
+2
|
/
*
am 6452300d: am d294ab99: Update plugin\'s dirtyRect to match the dirtyRect r...
Derek Sollenberger
2010-05-03
1
-0
/
+10
|
\
|
*
Update plugin's dirtyRect to match the dirtyRect returned when locking a surf...
Derek Sollenberger
2010-05-03
1
-0
/
+10
*
|
don't hardcode "mSurface" throughout our source code
Mathias Agopian
2010-04-12
1
-1
/
+1
|
/
*
Fix for Bug:2579468
Nicolas Roard
2010-04-08
2
-5
/
+17
*
Allowing native code access to the application context as long as
Derek Sollenberger
2010-03-23
1
-1
/
+8
*
Pass selection data along with message to open the keyboard.
Leon Scroggins
2010-03-18
1
-1
/
+1
*
window may not be initialized when plugin is first called
Cary Clark
2010-03-18
1
-1
/
+2
*
To enable per file log, only need to define PLUGIN_DEBUG_LOCAL
Grace Kloba
2010-03-16
2
-2
/
+2
*
Ensure a plugin is not shown if it is completely obscured by other
Derek Sollenberger
2010-03-16
2
-9
/
+37
*
Putting Grace's change back in now that we have the new apk from Adobe.
Bart Sears
2010-03-15
2
-2
/
+2
*
If the plugin is in an IFrame we need to reposition the plugins surface
Derek Sollenberger
2010-03-15
1
-0
/
+5
*
Clean up full-screen mode plugins now that they handle touch
Derek Sollenberger
2010-03-15
1
-3
/
+1
*
Temporary revert the new android_npapi. Waiting for
Grace Kloba
2010-03-12
2
-2
/
+2
*
Add requestCenterFitZoom to android_npapi so that
Grace Kloba
2010-03-12
4
-0
/
+20
*
Update android_npapi to remove the special code
Grace Kloba
2010-03-09
1
-14
/
+0
*
Only call plugin touch code if it is in full screen
Leon Scroggins
2010-03-09
3
-12
/
+2
[next]