summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_flash_menu_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Make a global enum to differentiate impl & proxy.brettw@chromium.org2012-02-141-2/+2
* Use the new callback tracker and delete the old onebrettw@chromium.org2012-01-041-9/+5
* Add a new error code for a null callback on the main thread.brettw@chromium.org2011-09-161-4/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-09-121-1/+2
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-5/+11
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-7/+1
* Minor cleanup of resource creation. This eliminates a bunch of copy-and-pastebrettw@chromium.org2011-06-221-6/+1
* Implement flash menu and net connector resources using the API/thunk model.brettw@chromium.org2011-06-151-43/+20
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-1/+1
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-111-2/+1
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-2/+2
* Change includes of gfx/* to ui/gfx/*sail@chromium.org2011-02-051-1/+1
* Pepper/Flapper: First pass at context menu implementation.viettrungluu@chromium.org2011-01-311-0/+223