summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* WebSocket Pepper API: make the API out of devtoyoshim@chromium.org2012-01-272-33/+33
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-275-18/+43
* WebSocket Pepper API: Remove binary type handling interfacestoyoshim@chromium.org2012-01-272-38/+1
* PPAPI: Move PPB_ArrayBuffer out of Dev.dmichael@chromium.org2012-01-272-4/+4
* Tweaks to PPB_VarArrayBuffer in preperation for taking out of Dev.dmichael@chromium.org2012-01-262-2/+7
* Revert 119206 - Mouse Lock is currently supported in Pepper, but not yet supp...tzik@chromium.org2012-01-265-43/+18
* Mouse Lock is currently supported in Pepper, but not yet supported from WebKit.scheib@chromium.org2012-01-265-18/+43
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-3/+2
* Remove the default plugin.bauerb@chromium.org2012-01-244-90/+8
* WebSocket Pepper API: SetBinaryType() returned unexpected PP_FALSEtoyoshim@chromium.org2012-01-241-3/+5
* Use a Javascript callback to notify a missing plug-in when the placeholder ha...bauerb@chromium.org2012-01-232-12/+2
* Implement PPB_DeviceRef_Dev.yzshen@chromium.org2012-01-211-0/+1
* Relanding this with fixes to the mac dbg builderananta@chromium.org2012-01-2014-530/+36
* Build webkit_glue as a component again.dpranke@chromium.org2012-01-201-2/+2
* Revert 118385 since this seems to break mac-debug build.sadrul@chromium.org2012-01-2014-36/+530
* Remove the Webkit thread in the PPAPI plugin process and perform the text and...ananta@chromium.org2012-01-1914-530/+36
* WebSocket Pepper API: WebArrayBuffer supporttoyoshim@chromium.org2012-01-192-44/+48
* Added bounds checks to the URLLoader prefetch buffer threshhold.raymes@chromium.org2012-01-171-1/+8
* Keep "internal" and "extra" plugins in the same list.bauerb@chromium.org2012-01-142-34/+23
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-132-8/+1
* Reland 9034035: Make it possible to have 1 PpapiGlobals per thread.dmichael@chromium.org2012-01-122-4/+26
* Convert use of int ms to TimeDelta in files owned by jam.tedvessenes@gmail.com2012-01-121-3/+3
* Revert 117399 - Make it possible to have 1 PpapiGlobals per thread. Update un...tommi@chromium.org2012-01-122-26/+4
* Make it possible to have 1 PpapiGlobals per thread. Update unit tests.dmichael@chromium.org2012-01-122-4/+26
* WebSocket Pepper API: add interfaces to handle binaryType attributetoyoshim@chromium.org2012-01-122-1/+18
* Allow plugins to add rotate commands to Chrome context menus.bbudge@chromium.org2012-01-115-1/+46
* Remove almost all remaining TOUCH_UIs.bryeung@chromium.org2012-01-111-7/+0
* ppapi: Add a little comment about GetInstanceObject "leaking" a referencedmichael@chromium.org2012-01-111-1/+5
* Pepper gamepad supportscottmg@chromium.org2012-01-105-3/+63
* Add Android stubs for webplugin_delegate_impl and webcursorpeter@chromium.org2012-01-101-0/+86
* Introduce PPB_ResourceArray_Dev.yzshen@chromium.org2012-01-073-2/+17
* Convert callers to use the new TrackedCallback.brettw@chromium.org2012-01-068-55/+54
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-066-6/+2
* Add missing unversioned interface-name macro for PPP_Pdf.wez@chromium.org2012-01-051-0/+1
* Fix build-break due to missed PPB thunk getter rename.wez@chromium.org2012-01-051-1/+1
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-0514-73/+65
* Convert ppapi/shared to use TrackedCallback.brettw@chromium.org2012-01-054-20/+4
* Fix crash in didReceiveData, if user calls Close() during RunCallback.bbudge@chromium.org2012-01-051-9/+15
* GTK: A bunch more removal of deprecated raw GtkWidget access, focusing on Gtk...erg@chromium.org2012-01-051-2/+3
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-0426-849/+103
* Hook up page visibility to the View info for a plugin.brettw@chromium.org2012-01-045-0/+21
* Revert 116138 (this regressed morejs perf on mac and win for some reason.thakis@chromium.org2012-01-031-12/+5
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-033-3/+0
* Change the DidChangeView update to take a new ViewChanged resource.brettw@chromium.org2012-01-036-78/+173
* Update required Flash version to 10.3.183.10.bauerb@chromium.org2012-01-031-5/+12
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-303-6/+6
* Revert 115997 - Replace MessageLoop::DeleteSoon implementation with one that ...dcheng@chromium.org2011-12-293-6/+6
* Replace MessageLoop::DeleteSoon implementation with one that uses base::Bind.dcheng@chromium.org2011-12-293-6/+6
* Move the tracked completion callback code into shared impl.brettw@chromium.org2011-12-294-2/+28
* WebSocket Pepper API: ArrayBuffer supporttoyoshim@chromium.org2011-12-281-17/+49