summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of glaring omissions when I added PPP_Instance_Private.dmichael@chromium.org2011-04-192-1/+5
* Rename Instance_Trusted to Instance_Private, wire it up in Chrome.dmichael@chromium.org2011-04-193-8/+44
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-183-13/+19
* Keep the module in scope when executing scripts. This prevents a crash when thebrettw@chromium.org2011-04-182-1/+17
* Implemented broker dispatcher, pipe creation, and handle distribution.ddorwin@chromium.org2011-04-182-4/+6
* Implemented PPB_Broker_Proxy.ddorwin@chromium.org2011-04-172-8/+18
* Fix a bug where immediate failure in PPB_URLLoader_Impl::Open doesn't report ...bbudge@chromium.org2011-04-161-0/+7
* Let Pepper open FileSystem files again.ericu@google.com2011-04-165-7/+33
* Delete the plugin printing code, which wasn't actually called.jam@chromium.org2011-04-155-27/+0
* Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce thebrettw@chromium.org2011-04-152-1/+15
* Added functionality to use "SaveAs..." from PDF plugin.gene@chromium.org2011-04-154-4/+25
* Support PPB_Flash_ModileLocal blocking calls from background threads. This isbrettw@chromium.org2011-04-151-0/+9
* Move RenderProcess to content.jam@chromium.org2011-04-151-0/+1
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-141-4/+4
* Modify the webkit::ppapi::URLLoader to use the underlying AssociatedURLLoader...bbudge@chromium.org2011-04-142-28/+17
* Add CORS options to URL requests. This information will be used by the URLLoa...bbudge@chromium.org2011-04-143-2/+42
* Wire up the extension API for registering NaCl modules to an actual registry ...abarth@chromium.org2011-04-142-2/+8
* Check that GetInterface() is called on the main thread.ddorwin@chromium.org2011-04-141-0/+3
* Fix clang error.ddorwin@chromium.org2011-04-141-1/+1
* Asynchronously create the ppapi broker.ddorwin@chromium.org2011-04-147-14/+31
* Renamed raw_data_length to encoded_data_lengthvsevik@chromium.org2011-04-134-7/+11
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-139-52/+60
* Implement P2P Transport Dev using P2PTransportImpl.sergeyu@chromium.org2011-04-125-119/+154
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-129-60/+52
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-129-52/+60
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-3/+3
* Fix download path for RealPlayer.cevans@chromium.org2011-04-121-1/+1
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-1117-46/+41
* Connect the right metafiles for print preview on Linux and Windows.vandebo@chromium.org2011-04-111-14/+11
* Fix the issue that context menu doesn't show on fullscreen Pepper Flash.yzshen@chromium.org2011-04-115-3/+9
* Eliminate skia::PlatformCanvas - Step 1 (linux)alokp@chromium.org2011-04-111-3/+3
* Create a VarPrivate interface to contain the scripting helper functions of Var.brettw@chromium.org2011-04-111-0/+4
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-119-57/+49
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-099-49/+57
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-084-13/+13
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-089-62/+54
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-089-54/+62
* Enabled actual transfer size in chromiumvsevik@chromium.org2011-04-084-6/+6
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-084-15/+13
* Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...wez@chromium.org2011-04-083-0/+156
* Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.ddorwin@chromium.org2011-04-078-4/+228
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-5/+1
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-079-62/+54
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-079-54/+62
* Added and partially implemented entry points for PPB_GRAPHICS_3D.alokp@chromium.org2011-04-072-5/+83
* Revert 80819 due to failed testsmmenke@chromium.org2011-04-071-1/+5
* Make the windows_version.h functions threadsafe by using a singleton. Add ac...pkasting@chromium.org2011-04-071-5/+1
* Leak the resource tracker and any resources still around at shutdown. Thebrettw@chromium.org2011-04-072-10/+24
* WebKit roll 83160:83167.pfeldman@chromium.org2011-04-075-43/+7
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-9/+9