summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Merge 88642 - JRE6u26 sounds like it fixes some pretty nasty bugs:cevans@chromium.org2011-06-141-1/+1
* Merge 84104 - Update Reader version in the plug-in metadata.cevans@chromium.org2011-05-101-1/+3
* Merge 84689 - Don't send Graphics3DContextLost after the instance is destroyedpiman@google.com2011-05-091-0/+5
* Merge 84204 - Fix renderer crash and resulting test hang in PDFBrowserTests.ddorwin@chromium.org2011-05-051-4/+7
* Merge 84071 - Defer asynchronous loading when the buffer in PPB_URLLoader_Imp...ddorwin@chromium.org2011-05-054-1/+70
* Revert 84096 - Merge 84071 - Defer asynchronous loading when the buffer in PP...kerz@chromium.org2011-05-054-70/+1
* Merge 84071 - Defer asynchronous loading when the buffer in PPB_URLLoader_Imp...ddorwin@chromium.org2011-05-044-1/+70
* Merge 82366 - PpapiBrokerImpl manages its own lifetime based on Connect and D...ddorwin@chromium.org2011-05-035-17/+29
* Revert 83835 - Merge 83822 - Update Flash and Reader metadata.kerz@chromium.org2011-05-031-12/+2
* Merge 83822 - Update Flash and Reader metadata.cevans@chromium.org2011-05-031-2/+12
* Merge 83761 - Update Mac Java version metadata.cevans@chromium.org2011-05-031-1/+2
* Merge 82652 - Work around the special-case handling of 0 time values (see com...brettw@chromium.org2011-04-221-0/+8
* Merge 82575 - Proxy time zone requests to the browser. This is because the cu...brettw@chromium.org2011-04-224-14/+17
* Merge 82291 - Add an initial crypto interface to fill a given buffer with ran...brettw@chromium.org2011-04-223-0/+53
* Merge 82541 to 742 (M12) - Pepper: Enable custom content-transfer-encoding he...viettrungluu@chromium.org2011-04-222-2/+24
* Merge 82266 - Fixed file/directory url resolution for external mount point pr...kerz@chromium.org2011-04-202-0/+5
* Merge 82253 - Fix M12 release blocker. SaveAs now works for embedded PDFs and...kerz@chromium.org2011-04-204-5/+5
* Add a function to the Flash interface to get the current time zone offset.brettw@chromium.org2011-04-191-0/+18
* Fix invalid read in ppapi codepiman@google.com2011-04-191-1/+3
* 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