summaryrefslogtreecommitdiffstats
path: root/webkit/plugins
Commit message (Expand)AuthorAgeFilesLines
* Revert 135901 - Terminate plugins as well as runing onunload handlers during ...tsepez@chromium.org2012-05-091-3/+1
* A better fix for scaling issue.gene@chromium.org2012-05-091-2/+2
* Terminate plugins as well as runing onunload handlers during slow shutdown.tsepez@chromium.org2012-05-081-1/+3
* Hook up the PPB_Flash_Print proxy.brettw@chromium.org2012-05-072-6/+0
* Move gles2 extensions out of dev.nfullagar@google.com2012-05-071-6/+8
* Add AllowSuddenTermination to API. This provide means for plugins to let us k...tsepez@chromium.org2012-05-075-0/+14
* Revert 135661 - Move the click-to-play tests from plugin_test to browser_test...rvargas@google.com2012-05-078-160/+51
* Move the click-to-play tests from plugin_test to browser_test. Then I'm plann...jam@chromium.org2012-05-078-51/+160
* Generate and connect a Pepper identifier for Chrome OSdrewry@google.com2012-05-044-2/+10
* ugrr... Fixing printing scaling again.gene@chromium.org2012-05-031-2/+15
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-022-0/+8
* ppapi Graphics2d should invalidate all changes without clipping to visible area.shawnsingh@chromium.org2012-05-011-12/+17
* Show a replacement plug-in for loading errors.bauerb@chromium.org2012-05-016-8/+39
* Don't send mouse move related events to Cocoa plugins in background windowsstuartmorgan@chromium.org2012-05-011-0/+11
* Revert 134620 - Show a replacement plug-in for loading errors.zmo@google.com2012-04-306-39/+8
* Show a replacement plug-in for loading errors.bauerb@chromium.org2012-04-306-8/+39
* Move the rest of the Flash functions to the thunk system.brettw@chromium.org2012-04-305-324/+230
* Delete FunctionGroupBase from Pepper.brettw@chromium.org2012-04-307-76/+27
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-283-22/+22
* Merge VideoCaptureDevice::Capability with media::VideoCaptureCapabilityyujie.mao@intel.com2012-04-281-1/+1
* Move text input API to Instance.brettw@chromium.org2012-04-275-174/+76
* Fix line endingsbrettw@chromium.org2012-04-261-2/+2
* If shared memory cannot be mapped, the audio thread should not be started as ...raymes@chromium.org2012-04-261-1/+2
* Move the FlashClipboard API into the Flash one.brettw@chromium.org2012-04-256-323/+240
* WebSocket Pepper API: the second Close() should not return error code.toyoshim@chromium.org2012-04-251-2/+3
* WebSocket Pepper API: PPB_WebSocket::close must accept undefined reasontoyoshim@chromium.org2012-04-241-7/+11
* Convert the PPB_Flash interface to use the thunk system.brettw@chromium.org2012-04-2412-210/+122
* Cleanup: IWYU for base/file_util_proxy.h.thestig@chromium.org2012-04-231-0/+1
* Update uses of TimeDelta in chrome_frame/*. Also update a bit of TimeDelta u...tedvessenes@gmail.com2012-04-231-3/+3
* Log when a browser plugin hangswhyuan@google.com2012-04-202-20/+47
* Hook up screensaver prevention on Windowsbrettw@chromium.org2012-04-201-1/+1
* Hook up the DeviceID to the browser process.brettw@chromium.org2012-04-201-1/+1
* Convert the npapi interactive_ui_test, layout_plugin ui_test, and npapi ui_te...jam@chromium.org2012-04-203-4/+4
* Allow a bit more imprecision in TimeConversion.Time.thestig@chromium.org2012-04-201-2/+3
* Don't search root paths for MS WMP pluginjschuh@chromium.org2012-04-201-21/+1
* Unbind 3D Context When Pepper Plugin Crashesfsamuel@chromium.org2012-04-191-1/+2
* Update Adobe Reader version metadata.cevans@chromium.org2012-04-191-3/+3
* Remove support for bitmap printing in pepperbrettw@chromium.org2012-04-192-155/+1
* Cleanup webkit::npapi::PluginStream a bit.thestig@chromium.org2012-04-184-88/+86
* Move VideoCapture::VideoCaptureCapability to video_capture_types.hyujie.mao@intel.com2012-04-182-3/+4
* Add a Flash API to get the device ID.brettw@chromium.org2012-04-133-0/+29
* Fix per-tile painting support in Pepper Graphics2D plugins by using a tempora...reveman@chromium.org2012-04-131-1/+9
* Fix plug-in identifier for Shockwave and add a unit test.bauerb@chromium.org2012-04-133-3/+15
* Make the text input not require round-trips when the text is updated.brettw@chromium.org2012-04-122-10/+14
* This adds the following to functions to the ppapi TCPSocket interface:raymes@chromium.org2012-04-125-13/+30
* Avoid sending DidChangeView notification if the plugin rect is too big.yzshen@chromium.org2012-04-123-2/+24
* Fix Local Storage Issues.bbudge@chromium.org2012-04-111-2/+2
* Use EXPECT_DOUBLE_EQ instead of EXPECT_EQ in TimeConversion test.thestig@chromium.org2012-04-111-4/+4
* Hook up the file chooser proxy 0.6brettw@chromium.org2012-04-091-2/+0
* Add new MouseCursor interface for setting the mouse cursor.brettw@chromium.org2012-04-086-214/+99