summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi
Commit message (Expand)AuthorAgeFilesLines
* Add CORS options to URL requests. This information will be used by the URLLoa...bbudge@chromium.org2011-04-143-2/+42
* 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-132-2/+2
* 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
* 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
* 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-082-2/+2
* Eliminate skia::PlatformCanvas, a subclass of SkCanvas. Skia provides multipl...alokp@chromium.org2011-04-081-4/+4
* 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
* 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
* 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-073-19/+3
* Fixed a few styles issues in skia::PlatformDevice. Made function names consis...alokp@chromium.org2011-04-061-9/+9
* Fixing PPB_Graphics2D::Describebrettw@chromium.org2011-04-061-1/+2
* rename getBitmapDC to beginPlatformPaint and add calls to endPlatformPaintvandebo@chromium.org2011-04-051-8/+4
* Rename some printing classes and minor cleanups.vandebo@chromium.org2011-04-041-5/+5
* Remove assertion when destroying a plugin that doesn't exist. The DidDestroybrettw@chromium.org2011-04-042-13/+20
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-314-1/+26
* Additional clean up from missing OVERRIDE from r80037.scherkus@chromium.org2011-03-311-4/+0
* Cleaning up missing OVERRIDE from r80037.scherkus@chromium.org2011-03-311-1/+0
* Migrated chromium to new didReceiveData method in WebURLLoaderClientvsevik@chromium.org2011-03-313-1/+19
* Adding missing virtual keyword to PPB_VideoDecoder_Impl.scherkus@chromium.org2011-03-311-8/+12
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-316-63/+274
* Pepper/Flapper: Make PPB_Flash::Navigate() handle javascript: URLs.viettrungluu@chromium.org2011-03-301-4/+13
* Remove usages of WebView::Create that pass in devtools/autofill client.jam@chromium.org2011-03-291-1/+1
* Fix up some reference counting when WebPluginImpl::scriptableObject is called.dmichael@google.com2011-03-294-10/+35
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-282-2/+5
* Fix up some types in the API.neb@chromium.org2011-03-285-8/+9
* Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...viettrungluu@chromium.org2011-03-283-22/+46
* Move some files from base to base/memory.levin@chromium.org2011-03-2839-71/+71
* Make PPAPI PostMessage behave asynchronously.dmichael@google.com2011-03-262-11/+67
* Adding CreateFromData to NativeMetafileFactorydpapad@chromium.org2011-03-261-3/+4
* Make PluginInstance::PrintPDFOutput metafile-implementation agnostic on Linux.vandebo@chromium.org2011-03-251-7/+4
* Fix my memory leak (yay valgrind bot!)dmichael@google.com2011-03-241-0/+1