summaryrefslogtreecommitdiffstats
path: root/content/plugin
Commit message (Expand)AuthorAgeFilesLines
* Track (and eventually cap) Flash JIT sizejschuh@chromium.org2012-02-152-2/+8
* Fix how we warm up the device enumerator for Flashjschuh@chromium.org2012-02-141-2/+4
* Tighten Flash sandbox to USER_LIMITEDjschuh@chromium.org2012-02-091-0/+9
* Convert use of int ms to TimeDelta in content/plugin.tedvessenes@gmail.com2012-01-282-6/+9
* Remove the default plugin.bauerb@chromium.org2012-01-241-11/+1
* Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw.hbono@chromium.org2012-01-162-9/+6
* Convert use of int ms to TimeDelta in files owned by brettw.tedvessenes@gmail.com2012-01-162-6/+9
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* Coverity fixes for uninitialized varsgroby@chromium.org2011-12-291-5/+3
* base::Bind: Fixes in content/jhawkins@chromium.org2011-12-191-8/+5
* Remove Task inheritance from base::Timer.dcheng@chromium.org2011-12-151-0/+1
* [Mac] Remove content/ CrApplication.shess@chromium.org2011-12-061-3/+3
* base::Bind fixesgroby@chromium.org2011-12-021-19/+9
* Render Core Animation plugins through WebKit's compositor rather thankbr@chromium.org2011-11-304-31/+111
* Remove section_util_win since it had two functions that were used in three pl...jam@chromium.org2011-11-281-8/+5
* base::Bind fixesgroby@chromium.org2011-11-195-10/+15
* Add OVERRIDE to content/.avi@chromium.org2011-11-175-37/+40
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-2/+2
* Revert r108760 / reland r108744, r108753 w/ fixdpranke@chromium.org2011-11-081-0/+4
* Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on...dpranke@chromium.org2011-11-051-4/+0
* Modify code in chrome to call wrapper functions on PluginServicedpranke@chromium.org2011-11-041-0/+4
* Move content_restriction.h and main_function_params.h to content/public/commo...jam@chromium.org2011-10-311-2/+2
* Expose the sandbox related code through the content API. I did a bit of clean...jam@chromium.org2011-10-291-2/+2
* Move PageZoom enum into content/public/common and into the content namespace....jam@chromium.org2011-10-281-1/+1
* Move content_client.h into content/public.joi@chromium.org2011-10-182-2/+2
* 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