summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Reorganize the Mac plugin host codestuartmorgan@chromium.org2010-04-162-336/+372
* Move third_pary/mozilla/include up one directory.evan@chromium.org2010-04-151-3/+0
* Remove the last remnants of windowless_needs_set_window_ from Linux pluginsstuartmorgan@chromium.org2010-04-154-46/+15
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-152-3/+4
* Fix offscren invalidation in windowless pluginsstuartmorgan@chromium.org2010-04-141-0/+7
* Fixed loss of rendered output on Mac OS X if Pepper 3D application useskbr@google.com2010-04-141-1/+1
* Never unload plugins from the plugin process on the Macstuartmorgan@chromium.org2010-04-141-4/+3
* Refactor FileVersionInfo into an interface with platform implementations.tony@chromium.org2010-04-144-19/+12
* Send real clipping information to Mac pluginsstuartmorgan@chromium.org2010-04-131-23/+13
* Move details of QuickDraw plugin drawing into a helper classstuartmorgan@chromium.org2010-04-125-148/+263
* Compute local Mac plugin coordinates from scratchstuartmorgan@chromium.org2010-04-121-45/+30
* Bypass plugin installer if the plugin has been disabledcpu@chromium.org2010-04-102-0/+25
* AutoFill: Fill the default profile when the AutoFill accelerator combo is pre...jhawkins@chromium.org2010-04-091-0/+10
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-091-2/+1
* Optimized version of bilinear video scaler. It is about 2 times faster than S...sergeyu@chromium.org2010-04-091-18/+16
* Indicate in the tab UI if appcache creation was blocked by privacy settings.jochen@chromium.org2010-04-092-9/+0
* Improve handling of plugin context menus on Leopard.stuartmorgan@chromium.org2010-04-081-2/+3
* Fix browser crash in isvalidcheck check on urls with no path e.g. about:blankinferno@chromium.org2010-04-081-0/+2
* Don't clear VideoRendererImpl's proxy_ variable during OnStop().scherkus@chromium.org2010-04-061-5/+1
* AutoFill: Parse HTMLLabel elements for form control element labels.jhawkins@chromium.org2010-04-061-3/+2
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-062-7/+14
* Remove VLC from the Mac plugin blacklist now that it's not crashingstuartmorgan@chromium.org2010-04-061-4/+0
* On sites like hulu.com while playing a video the cursor would not disappear i...ananta@chromium.org2010-04-061-2/+7
* Enforce valid Mac plugin event and drawing model pairingsstuartmorgan@chromium.org2010-04-065-7/+17
* AutoFill: Implement WebFormElementToFormData and use this to send form data tojhawkins@chromium.org2010-04-051-2/+3
* Fix DivX crash on the Macstuartmorgan@chromium.org2010-04-052-9/+10
* Eliminate WebCore include paths when compiling Chromium code.darin@chromium.org2010-04-031-1/+3
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-034-120/+2
* Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ...inferno@chromium.org2010-04-022-16/+33
* Bilinear video scaling enabled (using Skia).scherkus@chromium.org2010-04-021-15/+21
* Don't forcibly set our network state to NETWORK_LOADING after media initializes.scherkus@chromium.org2010-04-021-3/+2
* Block plugin HandleURLRequest calls with invalid chars like @,;,\ before the ...inferno@chromium.org2010-04-011-0/+18
* Replace the NOTIMPLEMENTED() in NPN_ForceRedraw with a commentstuartmorgan@chromium.org2010-04-011-14/+2
* Consume Char events in Mac pluginsstuartmorgan@chromium.org2010-04-011-1/+6
* AutoFill: Store the form method on the FormData object. This is another step...jhawkins@chromium.org2010-04-011-0/+2
* Move plugin-related files in webkit/glue to webkit/glue/plugins to make thembrettw@chromium.org2010-03-3124-41/+41
* Extend the file browser/chooser to support more modes of operation, and plumbbrettw@chromium.org2010-03-303-4/+59
* Work around coordinate problems in page zoom for Mac pluginsstuartmorgan@chromium.org2010-03-304-4/+88
* Fix CoreGraphics and Core Animation drawing for QuickTime pluginstuartmorgan@chromium.org2010-03-302-15/+11
* Added --enable-video-logging, which will log the presentation timestamp of vi...scherkus@chromium.org2010-03-302-13/+38
* Properly disable plugins.viettrungluu@chromium.org2010-03-292-6/+9
* Move Mac plugin event conversion into helper classesstuartmorgan@chromium.org2010-03-296-345/+478
* Restructure the Mac plugin blacklist codestuartmorgan@chromium.org2010-03-291-41/+37
* AutoFill: Handle filling select controls.jhawkins@chromium.org2010-03-275-47/+58
* Override SimpleWebMimeRegistryImpl::supportsMediaMIMEType() for test_shell.scherkus@chromium.org2010-03-261-8/+8
* Add zooming notifications to Pepper. This allows the plugin to respond to fu...jam@chromium.org2010-03-261-0/+4
* Add a faster path for QuickDraw plugin drawing for limited use.stuartmorgan@chromium.org2010-03-262-22/+248
* Added a test for pepper3d. It ensures that we can successfully load a pepper ...alokp@chromium.org2010-03-2618-147/+199
* Page Cycler Intl2 perf regression.amit@chromium.org2010-03-261-73/+4
* AutoFill: Copy FormManager::LabelForElement and the correspondingjhawkins@chromium.org2010-03-261-4/+73