summaryrefslogtreecommitdiffstats
path: root/content/plugin
Commit message (Expand)AuthorAgeFilesLines
* Move url_constansts.h to content/public/common.jam@chromium.org2011-10-141-1/+1
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-134-7/+14
* Move content_switches to content\public\common.jam@chromium.org2011-10-134-4/+4
* Don't hard-code an X11 screen number in DefaultVisual, etc.davidben@chromium.org2011-10-131-3/+4
* Move content_plugin_client.h to content\public\plugin.ananta@chromium.org2011-10-124-24/+195
* Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=noneben@chromium.org2011-10-064-6/+6
* Send IME events to windowless plug-ins (Chromium side)hbono@chromium.org2011-10-044-0/+53
* Add NPChannelBase::GetModalDialogEvent() to avoid content/plugin/ include fro...steveblock@chromium.org2011-09-221-1/+2
* Modify NPObjectStub::OnSetProperty() to get the plugin path from the command ...steveblock@chromium.org2011-09-212-11/+5
* Move npobject_proxy, npobject_stub and npobject_util from content/plugin to c...steveblock@chromium.org2011-09-209-1483/+4
* Add shutdown event argument to NPChannelBase::GetChannel()steveblock@chromium.org2011-09-202-4/+7
* Move NPObjectBase and PluginChannelBase from content/plugin to content/commonsteveblock@chromium.org2011-09-2012-531/+40
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-192-2/+5
* Aura under Linux is enabled with:saintlou@chromium.org2011-09-181-1/+3
* 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