summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Don't offer to translate pages if the page says so byjcivelli@google.com2010-07-122-0/+31
* Add focus-loss messages for Windows and Linux pluginsstuartmorgan@chromium.org2010-07-122-6/+2
* Chrome side of removing WebPlugin::supportsFind.jam@chromium.org2010-07-107-14/+37
* Update Chrome to pull latest PPAPI with new uses of point and size.brettw@chromium.org2010-07-0913-170/+179
* Pepper v2 Font API browser implementation.jam@chromium.org2010-07-096-0/+168
* Minor cleanup of a couple files: sort arrays of resource IDs into order (to m...pkasting@chromium.org2010-07-092-26/+26
* add followup comment from last checkinjam@chromium.org2010-07-091-1/+1
* Hookup Pepper v2 GetSelectedText.jam@chromium.org2010-07-091-2/+7
* Bring in the latest PPAPI and add an implementation for SetCursor.jam@chromium.org2010-07-093-4/+98
* Clean up .grds, step 1: Alphabetize.pkasting@chromium.org2010-07-081-35/+34
* Chrome side of making RenderView not special case PluginDocument and making t...jam@chromium.org2010-07-088-34/+175
* Pull latest PPAPI with some cleanup, update the var interface to reflect thebrettw@chromium.org2010-07-081-5/+9
* Page cycler tests failed on Vista because our windowless plugin code fails to...ananta@chromium.org2010-07-081-7/+10
* Fix gcc build break (silly compiler warning)jam@chromium.org2010-07-081-1/+2
* Chrome side of Pepper v2 scrollbar widget.jam@chromium.org2010-07-0810-100/+726
* Reverting my previous changesvrk@google.com2010-07-073-210/+6
* Implement new Chromium IPCs for copying/dragging.dcheng@chromium.org2010-07-073-2/+60
* Fixed memory leak in test shell testsvrk@google.com2010-07-071-0/+6
* Video buffering: Caches data to disk when paused for faster bufferingvrk@google.com2010-07-073-6/+204
* Autocomplete and AutoFill entries are shown combined in the suggestions popup.dhollowa@chromium.org2010-07-072-8/+14
* Fix a bug effectively disabling the default plugin.bauerb@chromium.org2010-07-071-2/+4
* Move default_plugin from webkit/ to chrome/thakis@chromium.org2010-07-075-4/+35
* Revert 51681 - Move default_plugin out of webkit.thakis@chromium.org2010-07-074-28/+2
* Revert 51682 - Build fix attempt.thakis@chromium.org2010-07-071-0/+1
* Build fix attempt.thakis@chromium.org2010-07-071-1/+0
* Move default_plugin out of webkit.thakis@chromium.org2010-07-074-2/+28
* Revert 51572 - Clean up .grds, step 1: Alphabetize.pkasting@chromium.org2010-07-021-34/+35
* Clean up .grds, step 1: Alphabetize.pkasting@chromium.org2010-07-021-35/+34
* Calling slow video renderer in case opacity is not 1.0.pranavk@chromium.org2010-07-021-0/+19
* Allow Pepper plugins to make requests with relative urls. Also allow bundled...jam@chromium.org2010-07-023-1/+8
* Show a warning message if the cache might not be cleared between runs.mlloyd@chromium.org2010-07-021-0/+3
* Add images of indeterminate checkboxes for Linux.tkent@chromium.org2010-07-024-0/+5
* Chrome-side of making CallOnMainThread use a completion callback.brettw@chromium.org2010-07-021-2/+4
* Bring in latest PPAPI headers and implement IsFullFrame.jam@chromium.org2010-07-014-5/+27
* Linux: Blacklist a couple of known to be bad copies of Flash 9.thestig@chromium.org2010-06-301-1/+36
* Linux: Blind fix for npwrapper crashes.thestig@chromium.org2010-06-301-1/+6
* This is the last part of changing the buffered() function prototype: getting ...vrk@google.com2010-06-302-11/+0
* Modify NPAPI::PluginList::GetPluginInfo() to return true also for disabled pl...bauerb@chromium.org2010-06-302-8/+4
* Add support for HandleDocumentLoad.darin@chromium.org2010-06-306-38/+66
* Fix GCC warning about unhandled enum cases.darin@chromium.org2010-06-301-1/+2
* Add basic Pepper URLLoader implementation.darin@chromium.org2010-06-306-14/+219
* Add switch for specifying a directory to load plugins, so that test plugins c...stuartmorgan@chromium.org2010-06-291-1/+2
* Allow quering Pepper plugin for selected text for the context menu. Also tak...jam@chromium.org2010-06-294-7/+10
* Add a GetAs<ResourceType> template.neb@chromium.org2010-06-2815-146/+93
* Revert 51042 - Show a warning message if the cache might not be cleared corre...sky@chromium.org2010-06-281-3/+0
* 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