summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Revert 95309 - I need to fix some bugs with this.brettw@chromium.org2011-08-032-8/+16
* Add a template to handle properly issuing completion callbacks. This fixesbrettw@chromium.org2011-08-032-16/+8
* cocoa: Delete table_model_array_controller* now that native options are gone.tfarina@chromium.org2011-08-021-2/+0
* Remove a few unused functions.thakis@chromium.org2011-08-021-8/+0
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-022-3/+3
* Move Var and StringVar to the ppapi/shared_impl so they can be used in thebrettw@chromium.org2011-08-0130-615/+371
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-013-9/+15
* Pepper quota supportkinuko@chromium.org2011-08-0110-19/+1083
* PPAPI interface for reading the enterprise policy as a big JSON blob.ajwong@chromium.org2011-07-306-7/+57
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-294-32/+41
* Change call to WebFrame::createAssociatedURLLoader to use overload that takes...bbudge@chromium.org2011-07-291-1/+7
* PluginList cleanup to fix a race condition and decrease the API surface for f...bauerb@chromium.org2011-07-293-118/+27
* Remove ReadWriteTokens from GpuVideoDecodeAccelerator + falloutvrk@google.com2011-07-285-16/+46
* Fix the ARM build by converting a NULL to a 0 (no longer a pointer).brettw@chromium.org2011-07-281-1/+1
* Make Var less dependent on NPAPI. The goal is to remove all of thesebrettw@chromium.org2011-07-2816-676/+739
* PPAPI: Change DCHECK in GetInterface() to CHECK. Off-the-main-thread usage ispolina@google.com2011-07-271-1/+1
* Made Destroy() followup more aggressive to test for races.fischman@chromium.org2011-07-261-0/+2
* Revert 93987 - Close the URL request in the destroctor. This ensures the load...dpapad@chromium.org2011-07-261-1/+0
* Close the URL request in the destroctor. This ensures the load is actuallybrettw@chromium.org2011-07-251-0/+1
* Avoid double-buffering windowless plugins and instead use buffer flipping whe...tschmelcher@chromium.org2011-07-252-0/+12
* Support fullscreen widget on Windows.yzshen@chromium.org2011-07-231-5/+0
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-222-6/+13
* Remove the requirement that keyboard events be sent in filtered mode. Thisbrettw@chromium.org2011-07-221-9/+2
* Fixed rendering of sad plugin view by adding approriate translation transform.alokp@chromium.org2011-07-221-0/+4
* Reland http://codereview.chromium.org/7484003/:dmichael@chromium.org2011-07-225-106/+7
* Revert 93523 - Remove backwards compatibility for PPP_Instance 0.5 and old in...dmichael@chromium.org2011-07-224-7/+101
* Remove backwards compatibility for PPP_Instance 0.5 and old input events.dmichael@chromium.org2011-07-224-101/+7
* Delete some now-unnecessary backwards compatibility.dmichael@chromium.org2011-07-212-37/+0
* Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback.bbudge@chromium.org2011-07-212-12/+16
* Convert input event to interface version 1.0. Rename some of the mouse andbrettw@chromium.org2011-07-203-14/+14
* Reland http://codereview.chromium.org/7452002/ againdmichael@chromium.org2011-07-206-32/+62
* Convert PPB_Surface3D to use tracked callbacks.viettrungluu@chromium.org2011-07-202-17/+26
* Revert 93223 - Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-206-62/+32
* Reland http://codereview.chromium.org/7452002/dmichael@chromium.org2011-07-206-32/+62
* Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-206-62/+32
* Remove HandleInputEvent from PPP_Instance and freeze to 1.0.dmichael@chromium.org2011-07-206-32/+62
* Add a PluginList::stale() method that returns true if the list of plugins has...bauerb@chromium.org2011-07-202-17/+7
* PPB_FileSystem::Open should return PP_ERROR_INPROGRESS when another callback ispolina@google.com2011-07-201-1/+1
* Remove --disable-3d-apis check for pepper interfaces in the renderer.mnissler@chromium.org2011-07-201-22/+19
* Move check for Javascript URL to PPB_URLRequestInfo_Impl::RequiresUniversalAc...bbudge@chromium.org2011-07-202-7/+8
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-196-929/+88
* Allow creation of input events. Revert changes to testing interface forbrettw@chromium.org2011-07-193-28/+100
* Unbind currently bound surface before binding new surface.reveman@google.com2011-07-191-9/+11
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-8/+0
* Update the widget API to use the new InputEvent resource rather than the oldbrettw@chromium.org2011-07-197-45/+82
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-192-26/+14
* Re-land r92885, which was reverted in r92891.alokp@chromium.org2011-07-194-29/+281
* FileManagerDialogTest.SelectFileAndCancel flaky.grt@chromium.org2011-07-19263-0/+42898
|\
* | Roll ANGLE r704:r705jbauman@chromium.org2011-07-19263-42898/+0
* | Make unfiltered events default to 'handled'.dmichael@chromium.org2011-07-191-0/+2
|/