summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Merging SeekableBuffer and BufferQueue:sergeyu@chromium.org2010-04-271-2/+2
* Ground work for making appcaches work in workers.michaeln@chromium.org2010-04-262-2/+15
* POSIX: Make sure files in plugin directories are regular files.thestig@chromium.org2010-04-262-13/+25
* More case fixing following DOM serialization change.estade@chromium.org2010-04-221-6/+5
* Disable DomSerializerTests.SerializeHTMLDOMWithEntitiesInAttributeValue for nowjamesr@chromium.org2010-04-221-1/+2
* Update WebKit to r58033jamesr@chromium.org2010-04-221-16/+16
* Remove the wstring versions of GetFileInfo, GetFileSize, GetTempDir.evan@chromium.org2010-04-211-6/+5
* Fix arm compile after turning on gcc warnings.tony@chromium.org2010-04-211-1/+1
* Fix DRT build on Windows.tony@chromium.org2010-04-211-3/+7
* Enable -Werror on Linux and Win for src/webkit/tony@chromium.org2010-04-213-4/+5
* Issues with video loopinghclam@chromium.org2010-04-201-3/+3
* Don't load the old Java Deployment plugin if a newer one (with a different na...jabdelmalek@google.com2010-04-201-3/+20
* Implement two missing methods on layoutTestController:mpcomplete@chromium.org2010-04-192-0/+3
* New experimental Pepper device API.apatrick@chromium.org2010-04-162-12/+133
* 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