summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
Commit message (Expand)AuthorAgeFilesLines
...
* Use built-in size function from std::string instead of strlen function.tfarina@chromium.org2010-08-061-7/+6
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-062-4/+3
* base: rename Environment::SetEnv to Environment::SetVar.tfarina@chromium.org2010-08-061-1/+1
* If SHM pixmaps support is available, for example, Intel drivers now support thatpiman@chromium.org2010-08-052-0/+56
* Revert "Remove GetSwitchValue() from chrome/* where easy."evan@chromium.org2010-08-042-4/+4
* Remove GetSwitchValue() from chrome/* where easy.evan@chromium.org2010-08-042-4/+4
* Remove wstring-ness from some more locale variables.evan@chromium.org2010-08-041-2/+2
* base: rename Environment::UnSetEnv to Environment::UnSetVar.tfarina@chromium.org2010-08-041-1/+1
* base: Rename EnvVarGetter to Environment.tfarina@chromium.org2010-08-031-2/+2
* Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-12/+16
* Cleanup: Remove unneeded headers from app/ (part 2)thestig@chromium.org2010-07-311-3/+5
* Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-16/+12
* base: Add UnSetEnv function to EnvVarGetter API.tfarina@chromium.org2010-07-311-12/+16
* Cleanup: Remove unneeded headers from app/thestig@chromium.org2010-07-291-1/+0
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-2612-0/+12
* render_view.h: Header cleanup.jhawkins@chromium.org2010-07-262-3/+4
* Pepper stream-to-file plumbing.darin@chromium.org2010-07-221-0/+3
* Fix Pepper 3D GLContext initialization.apatrick@chromium.org2010-07-151-2/+17
* Convert WebPluginInfo from wstring to string16stuartmorgan@chromium.org2010-06-231-1/+1
* Linux: Catch X errors and force a crash.thestig@chromium.org2010-06-111-5/+13
* Rename Chrome threads to use a "Cr" prefix.evan@chromium.org2010-06-091-2/+1
* Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ...tfarina@chromium.org2010-06-062-4/+4
* Fix a bug in NPDrawingModelInvalidatingCoreAnimation, and make it more efficientstuartmorgan@chromium.org2010-06-031-3/+6
* Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac pluginsstuartmorgan@chromium.org2010-06-031-0/+2
* Make webkit_glue not depend on default_plugin.thakis@chromium.org2010-06-021-0/+2
* Fixing AutoReset to be a template.gspencer@chromium.org2010-06-011-1/+1
* Part 2 of http://codereview.chromium.org/2079016thakis@chromium.org2010-05-271-5/+0
* Revert 48315 - Linux: Initial scaffolding for default plugin.thakis@chromium.org2010-05-261-0/+5
* Linux: Initial scaffolding for default plugin.thakis@chromium.org2010-05-261-5/+0
* Reland Mac: First steps for default pluginthakis@chromium.org2010-05-201-4/+1
* Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default pluginthakis@chromium.org2010-05-191-1/+4
* Mac: First steps for default pluginthakis@chromium.org2010-05-191-4/+1
* Increase the plugin process teardown timeout from 10s to 5min.mbelshe@chromium.org2010-05-131-1/+1
* fix typojam@chromium.org2010-05-121-1/+1
* fix indentationjam@chromium.org2010-05-121-1/+1
* Fix possible deadlock in PluginChannel.jam@chromium.org2010-05-123-20/+26
* Linux: fix compilation error with gcc 4.5.craig.schlenter@chromium.org2010-05-111-1/+1
* Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5evan@chromium.org2010-05-063-3/+3
* Update Mac plugins for SetFocus changes, and remove old workaround messagesstuartmorgan@chromium.org2010-05-053-39/+9
* linux: reset GDK_NATIVE_WINDOWS, fixing clicking on flash againevan@chromium.org2010-04-291-0/+6
* Make Mac plugin _setWindowNumber: interception more focusedstuartmorgan@chromium.org2010-04-201-3/+10
* posix: handle the return value of close() in more places.evan@chromium.org2010-04-161-1/+2
* Made Pepper 3D plugins' output opaque on Mac OS X by filling thekbr@google.com2010-04-152-3/+3
* Fix offscren invalidation in windowless pluginsstuartmorgan@chromium.org2010-04-141-3/+3
* Improve plugin performance on the Macstuartmorgan@chromium.org2010-04-143-4/+10
* Remove the use of the background transport for transparent Mac plugins.stuartmorgan@chromium.org2010-04-121-5/+3
* - Extracted platform specific code from GLES2 command decoder to platform spe...apatrick@chromium.org2010-04-092-10/+9
* Improve handling of plugin context menus on Leopard.stuartmorgan@chromium.org2010-04-081-3/+14
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-064-0/+15
* Make Mac plugin window interposing more conservative about activating pluginstuartmorgan@chromium.org2010-04-061-2/+23