summaryrefslogtreecommitdiffstats
path: root/content/plugin
Commit message (Expand)AuthorAgeFilesLines
* Remove the detach-but-don't-release special-case for the window script object.wez@chromium.org2011-09-062-12/+9
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-1/+3
* Revert 99810 - Get the rest of the chrome target to build (but not link) with...ben@chromium.org2011-09-061-3/+1
* Get the rest of the chrome target to build (but not link) with USE_AURA.ben@chromium.org2011-09-061-1/+3
* Moved the following IPC messages used by the chrome NPAPI plugin installer ou...ananta@chromium.org2011-08-314-13/+17
* Revert the temporary instrumentation that was added for bug 94179.eroman@chromium.org2011-08-312-107/+2
* NULL nobject_ in the stub prior to deallocating the object, to avoid re-entra...eroman@chromium.org2011-08-301-2/+9
* Stop using the default profile's proxy service for plugin proxy requests, and...jam@chromium.org2011-08-293-18/+7
* Disable frame pointer optimization on base::debug::StackTrace() so it works p...eroman@chromium.org2011-08-271-0/+26
* Add some instrumentation to catch the source of a potential double-free.eroman@chromium.org2011-08-272-2/+81
* Simplify some code in CreateNPVariant()steveblock@chromium.org2011-08-221-8/+8
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-162-5/+5
* First pass at removal of unneeded dependencies on skia\ext\platform_canvas.htwiz@google.com2011-08-022-0/+5
* Fix bad section object leak when painting pluginscpu@chromium.org2011-07-291-3/+7
* Avoid double-buffering windowless plugins and instead use buffer flipping whe...tschmelcher@chromium.org2011-07-253-160/+270
* Add some more owners to content\pluginjam@chromium.org2011-07-251-0/+2
* Cope gracefully with plugin being destroyed during NPObject Invoke or Evaluate.wez@chromium.org2011-07-212-43/+28
* Rename CommandLine::GetCommandLineString().msw@chromium.org2011-07-201-1/+1
* Getting form value from NPAPI plugins.bashi@chromium.org2011-07-132-0/+9
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-2/+0
* Make all content client interfaces pure virtual.joi@chromium.org2011-06-291-1/+1
* Revert 89221 - Reverting this to see if the Flash crashes on Mac canary are d...ananta@chromium.org2011-06-231-2/+7
* Coverity: Fix null pointer return and pass by value error.kmadhusu@chromium.org2011-06-221-0/+1
* Fix a plugin process crash which occurs in the destructor of the NPObjectProx...ananta@chromium.org2011-06-211-4/+7
* Reverting this to see if the Flash crashes on Mac canary are due to this CL.ananta@chromium.org2011-06-151-7/+2
* Don't retain NPNVWindowNPObject and NPNVPluginElementNPObject twicedavidben@chromium.org2011-06-121-2/+7
* Prevent OOB read from plugin calls returning strings with embedded NUL charac...jschuh@chromium.org2011-06-111-6/+8
* Make Flash work properly when started in low-integrity mode so that UIPI rest...jschuh@chromium.org2011-06-072-0/+6
* Fix a regression caused by the fix to ensure that NP_Shutdown is called for p...ananta@chromium.org2011-05-312-19/+28
* Replace OS_LINUX ifdefs with OS_POSIX & !OS_MACOSX, TOOLKIT_USES_GTK, ortony@chromium.org2011-05-311-2/+2
* Move OWNERS from top level of content to the subdirectories. Before this cha...jam@chromium.org2011-05-311-0/+5
* Preserves NPObject identity for objects created in a plugin and passed to Jav...jam@chromium.org2011-05-265-13/+103
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-261-1/+1
* Add Skia to CG adapter for plugins.caryclark@chromium.org2011-05-251-1/+4
* Revert 86625 - This change implements a first pass in the effort to remove th...vandebo@chromium.org2011-05-251-1/+1
* This change implements a first pass in the effort to remove the dependency of...twiz@chromium.org2011-05-251-1/+1
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-255-5/+5
* Revert 86532 - Revert 86517 - Don't terminate plugin processes from the brows...ananta@chromium.org2011-05-251-0/+19
* Revert 86517 - Don't terminate plugin processes from the browser during brows...nsylvain@chromium.org2011-05-251-19/+0
* Don't terminate plugin processes from the browser during browser shutdown. Th...ananta@chromium.org2011-05-241-0/+19
* Replace "http" etc with the url_constants version. This was a previous TODO ...jam@chromium.org2011-05-231-3/+4
* Miscellaneous webkit_glue namespace changes in preparation for building src\c...ananta@chromium.org2011-05-191-5/+5
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-3/+3
* Revert 85732 (broke build) - Move SystemMonitor to base/.willchan@chromium.org2011-05-181-3/+3
* Move SystemMonitor to base/.willchan@chromium.org2011-05-181-3/+3
* Part 1 of changes to to build chrome\common as a dll. Moving some of the func...ananta@chromium.org2011-05-121-33/+0
* iwyu: Include callback_old.h where appropriate, final.jhawkins@chromium.org2011-05-111-0/+1
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-025-12/+18
* linux: don't always print dlopen errors from LoadNativeLibraryevan@chromium.org2011-04-181-2/+2
* Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl...jam@chromium.org2011-04-181-0/+1