summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Show a warning message if the cache might not be cleared correctly between runs.mlloyd@chromium.org2010-06-281-0/+3
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-282-46/+104
* File API boilerplate.darin@chromium.org2010-06-2617-48/+953
* Add field trial stats for alternate_protocol. The histogram we collected are: lzheng@chromium.org2010-06-263-0/+7
* Chromium side changes to use PP_CompletionCallback as the Flush callback.darin@chromium.org2010-06-252-51/+54
* Enhance plugin load debug logging. This adds more logging forbrettw@chromium.org2010-06-257-34/+76
* Boilerplate implementation of the Pepper URL Loader API.darin@chromium.org2010-06-2414-9/+540
* 1. remove initial rendering lag time for egl image decoding pathwjia@google.com2010-06-242-2/+6
* Fix a crash when the content type of a multipart requesttony@chromium.org2010-06-243-5/+14
* Revert 50667 - Add in support for internal pepper plugins into the PepperPlug...mrossetti@chromium.org2010-06-232-104/+46
* Add in support for internal pepper plugins into the PepperPluginRegistry and ...ajwong@chromium.org2010-06-232-46/+104
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-238-39/+38
* Remove preprocess hack now that WebKit has been updated.darin@chromium.org2010-06-231-8/+0
* Implemented the PPB_Buffer interface.sanjeevr@chromium.org2010-06-237-0/+194
* Fix files with svn:executable permissions.thestig@chromium.org2010-06-233-0/+0
* code cleanup for media code for video renerers.jiesun@google.com2010-06-231-13/+3
* Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-6/+19
* Revert 50360 - Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-17/+6
* Spoof as Safari when running Silverlight 4 on the Macstuartmorgan@chromium.org2010-06-211-6/+17
* Add stubs for new WebClipboard::writeData method.dcheng@chromium.org2010-06-182-0/+6
* remove omx from win and mac build.jiesun@google.com2010-06-181-5/+0
* Remove only use of clearName()atwilson@chromium.org2010-06-171-1/+1
* Internal plugin needs to be loaded in a different place for the Linux sandbox.jam@chromium.org2010-06-172-3/+3
* Rolls WebKit 61233:61234bulach@chromium.org2010-06-161-1/+1
* Implement more of Flush properly. This adds support for waiting on the messagebrettw@chromium.org2010-06-165-32/+96
* Fixed a crash and added a test to find it.mad@google.com2010-06-163-14/+67
* Adding a new showSuggestionPopup to the the WebPasswordAutocompleteListenerImpljcivelli@chromium.org2010-06-162-6/+14
* TTF: Enable disabled test: ResourceFetcherTests.ResourceFetcherDownloadvandebo@chromium.org2010-06-161-1/+1
* At times the Windows media player plugin would not render video. This would o...ananta@chromium.org2010-06-156-10/+59
* Add support for serializing WebHistoryItem::itemSequenceNumber.darin@chromium.org2010-06-151-1/+15
* Always report keypresses in plugins as handled on the Macstuartmorgan@chromium.org2010-06-151-4/+11
* Make timer-driven CA plugins less wasteful, and up the timer frequencystuartmorgan@chromium.org2010-06-151-1/+6
* Clears the autofilled password when the login is changed. jcivelli@chromium.org2010-06-134-153/+186
* Fixed edgecase bugs for WebMediaPlayer buffered()vrk@google.com2010-06-121-2/+6
* Add a font API to Pepper and implement on Linux based on agl's code from http...jam@chromium.org2010-06-112-0/+10
* Make MediaFilter::Stop() asynchronous.boliu@chromium.org2010-06-118-23/+54
* Track whether a page was loaded via a proxy so that we canmbelshe@chromium.org2010-06-103-0/+7
* Keep the internal plugin always loaded in a more efficient way (i.e. don't in...jam@chromium.org2010-06-102-18/+30
* First pass at implementing real Flush callbacks. This does not currentlybrettw@chromium.org2010-06-104-40/+286
* Added resource images for progress bar on Linux.tony@chromium.org2010-06-106-0/+8
* Take 2 at working around a multipart crashtony@chromium.org2010-06-103-11/+24
* Add a command line switch to enable the pepper testing interface. This moves ...brettw@chromium.org2010-06-095-4/+51
* Remove an inaccurate comment about STLDeleteElements.tfarina@chromium.org2010-06-081-2/+0
* Use DISALLOW_COPY_AND_ASSIGN instead DISALLOW_EVIL_CONSTRUCTORS in webkit dir...tfarina@chromium.org2010-06-059-15/+15
* Actually clear the disk cache, and keep it enabled, between benchmark runs.mlloyd@chromium.org2010-06-051-0/+3
* Yank out UA-sniffing mimicry for *.pointroll.com domains, because it is no lo...dglazkov@chromium.org2010-06-041-22/+5
* Fix a bug in NPDrawingModelInvalidatingCoreAnimation, and make it more efficientstuartmorgan@chromium.org2010-06-031-2/+1
* Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac pluginsstuartmorgan@chromium.org2010-06-033-10/+26
* Linux: for Flash, disable right clicks in windowless mode.viettrungluu@chromium.org2010-06-032-2/+15
* Change MediaFilter::Stop() to accept a callback so that Stop() is asynchronou...boliu@google.com2010-06-021-4/+0