summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* base: Make ScopedVector::clear() destroy elements.derat@chromium.org2012-07-191-1/+1
* Fix focus notification for Flash fullscreen.yzshen@chromium.org2012-07-182-12/+29
* PPAPI's OpenFileSystem should take an origin URL, not a page URL.ericu@chromium.org2012-07-174-4/+5
* VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...fischman@chromium.org2012-07-173-13/+12
* PPAPI (Flash): Properly honor Pepper url requests with custom user agents.viettrungluu@chromium.org2012-07-171-4/+4
* Remove ppb_fullscreen_dev interface, as fullscreen has been outnfullagar@google.com2012-07-161-3/+0
* This implements the PPB_FileChooser resource as a new-style IPC-only resource.brettw@chromium.org2012-07-149-470/+3
* Fix unit test to allow repeated successful runs by avoiding a function static...scottbyer@chromium.org2012-07-141-2/+0
* Revert 146670 - Fix unit test to allow repeated successful runs by avoiding a...scottbyer@chromium.org2012-07-131-0/+2
* Fix unit test to allow repeated successful runs by avoiding a function static...scottbyer@chromium.org2012-07-131-2/+0
* Add permissions buts for Pepper plugins.brettw@chromium.org2012-07-133-3/+12
* Don't close pending user gesture when PluginInstance receives ACKs for input ...yzshen@chromium.org2012-07-131-5/+3
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-113-3/+0
* Remove two deprecated methods from base::Versionisherman@chromium.org2012-07-114-11/+15
* Fix user gesture for scripting calls from Pepper plugins.yzshen@chromium.org2012-07-101-17/+31
* PPAPI: Set custom user agent in headers, if applicable.viettrungluu@chromium.org2012-07-101-0/+7
* PPAPI: Add an API for setting a custom user agent for URL requests.viettrungluu@chromium.org2012-07-101-6/+6
* Notify CloseFile from Pepper to FileSystem.kinaba@chromium.org2012-07-105-10/+45
* Fix PPB_MouseLock.LockMouse crash and add tests.yzshen@chromium.org2012-07-091-1/+1
* Hook up content/renderer to the PPAPI host.brettw@chromium.org2012-07-036-5/+26
* Reuse video capture buffers when we have no free slots.brettw@chromium.org2012-07-031-0/+4
* base: Remove dereference structure operator (i.e ->) from ScopedVector.tfarina@chromium.org2012-06-301-2/+2
* Only paste the fragment of text which was copied to the clipboard.raymes@chromium.org2012-06-291-3/+4
* Change PluginList::GetPluginsIfNoRefreshNeeded() to GetPluginsNoRefresh().bauerb@chromium.org2012-06-294-12/+9
* Allow to release WebSocket resource in completion callbacks invoked by Close().toyoshim@chromium.org2012-06-291-0/+4
* Implement HiDPI support in Pepper dev interfacejhorwich@chromium.org2012-06-284-4/+35
* Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-281-23/+13
* Revert 144578 - Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-281-13/+23
* Disable core animation plugins when compositing is unavailable.jbauman@chromium.org2012-06-271-23/+13
* This adds an interface for setting crash data from a plugin. It also provides...raymes@chromium.org2012-06-272-0/+11
* Make SplitString() and variants clear their outparam vector. (Note that Spli...pkasting@chromium.org2012-06-261-2/+0
* Change uses of WebScrollbar to WebPluginScrollbarenne@chromium.org2012-06-262-20/+20
* webkit/ppapi: Notify the container when a plugin is accepting touch events.sadrul@chromium.org2012-06-252-0/+16
* PPAPI: Make blocking completion callbacks work.dmichael@chromium.org2012-06-2335-270/+255
* Remove support for the QuickDraw NPAPI drawing modelstuartmorgan@chromium.org2012-06-227-253/+22
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-222-4/+16
* Return NULL in WebPluginImpl::scriptableObject() if the delegate is NULL.bauerb@chromium.org2012-06-221-0/+3
* Revert 143656 - Add an IPC channel between the NaCl loader process and the re...mrossetti@chromium.org2012-06-222-16/+4
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-222-4/+16
* ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.sadrul@chromium.org2012-06-222-0/+14
* Revert 143483 - Add an IPC channel between the NaCl loader process and the re...bbudge@chromium.org2012-06-212-16/+4
* ppapi: Add support for touch events.sadrul@chromium.org2012-06-211-2/+152
* Add an IPC channel between the NaCl loader process and the renderer.bbudge@chromium.org2012-06-212-4/+16
* Remove the fast path for QD pluginsstuartmorgan@chromium.org2012-06-204-254/+9
* Remove message_loop_helpers.h and update the includes to point to the new loc...tfarina@chromium.org2012-06-204-54/+54
* If we show a replacement plug-in when the real one is not initialized correctly,pan.deng@intel.com2012-06-201-0/+1
* Override isPlaceholder() for NPAPI and PPAPI plugins.ddorwin@chromium.org2012-06-194-0/+10
* PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts.dmichael@chromium.org2012-06-196-75/+150
* Implement base::win::IsMetroProcess. siggi@chromium.org2012-06-181-1/+1
* Actually free plugin implement vars when running out of process when thebrettw@chromium.org2012-06-183-9/+8