| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-06 | 2 | -4/+3 |
* | base: rename Environment::SetEnv to Environment::SetVar. | tfarina@chromium.org | 2010-08-06 | 1 | -1/+1 |
* | If SHM pixmaps support is available, for example, Intel drivers now support that | piman@chromium.org | 2010-08-05 | 2 | -0/+56 |
* | Revert "Remove GetSwitchValue() from chrome/* where easy." | evan@chromium.org | 2010-08-04 | 2 | -4/+4 |
* | Remove GetSwitchValue() from chrome/* where easy. | evan@chromium.org | 2010-08-04 | 2 | -4/+4 |
* | Remove wstring-ness from some more locale variables. | evan@chromium.org | 2010-08-04 | 1 | -2/+2 |
* | base: rename Environment::UnSetEnv to Environment::UnSetVar. | tfarina@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | base: Rename EnvVarGetter to Environment. | tfarina@chromium.org | 2010-08-03 | 1 | -2/+2 |
* | Reland r54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -12/+16 |
* | Cleanup: Remove unneeded headers from app/ (part 2) | thestig@chromium.org | 2010-07-31 | 1 | -3/+5 |
* | Revert 54418 - base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -16/+12 |
* | base: Add UnSetEnv function to EnvVarGetter API. | tfarina@chromium.org | 2010-07-31 | 1 | -12/+16 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 12 | -0/+12 |
* | render_view.h: Header cleanup. | jhawkins@chromium.org | 2010-07-26 | 2 | -3/+4 |
* | Pepper stream-to-file plumbing. | darin@chromium.org | 2010-07-22 | 1 | -0/+3 |
* | Fix Pepper 3D GLContext initialization. | apatrick@chromium.org | 2010-07-15 | 1 | -2/+17 |
* | Convert WebPluginInfo from wstring to string16 | stuartmorgan@chromium.org | 2010-06-23 | 1 | -1/+1 |
* | Linux: Catch X errors and force a crash. | thestig@chromium.org | 2010-06-11 | 1 | -5/+13 |
* | Rename Chrome threads to use a "Cr" prefix. | evan@chromium.org | 2010-06-09 | 1 | -2/+1 |
* | Use DISALLOW_COPY_AND_ASSIGN instead of DISALLOW_EVIL_CONSTRUCTORS in chrome ... | tfarina@chromium.org | 2010-06-06 | 2 | -4/+4 |
* | Fix a bug in NPDrawingModelInvalidatingCoreAnimation, and make it more efficient | stuartmorgan@chromium.org | 2010-06-03 | 1 | -3/+6 |
* | Implement support for NPDrawingModelInvalidatingCoreAnimation in Mac plugins | stuartmorgan@chromium.org | 2010-06-03 | 1 | -0/+2 |
* | Make webkit_glue not depend on default_plugin. | thakis@chromium.org | 2010-06-02 | 1 | -0/+2 |
* | Fixing AutoReset to be a template. | gspencer@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | Part 2 of http://codereview.chromium.org/2079016 | thakis@chromium.org | 2010-05-27 | 1 | -5/+0 |
* | Revert 48315 - Linux: Initial scaffolding for default plugin. | thakis@chromium.org | 2010-05-26 | 1 | -0/+5 |
* | Linux: Initial scaffolding for default plugin. | thakis@chromium.org | 2010-05-26 | 1 | -5/+0 |
* | Reland Mac: First steps for default plugin | thakis@chromium.org | 2010-05-20 | 1 | -4/+1 |
* | Revert 47726 (turned nacl_ui_tests red) - Mac: First steps for default plugin | thakis@chromium.org | 2010-05-19 | 1 | -1/+4 |
* | Mac: First steps for default plugin | thakis@chromium.org | 2010-05-19 | 1 | -4/+1 |
* | Increase the plugin process teardown timeout from 10s to 5min. | mbelshe@chromium.org | 2010-05-13 | 1 | -1/+1 |
* | fix typo | jam@chromium.org | 2010-05-12 | 1 | -1/+1 |
* | fix indentation | jam@chromium.org | 2010-05-12 | 1 | -1/+1 |
* | Fix possible deadlock in PluginChannel. | jam@chromium.org | 2010-05-12 | 3 | -20/+26 |
* | Linux: fix compilation error with gcc 4.5. | craig.schlenter@chromium.org | 2010-05-11 | 1 | -1/+1 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 3 | -3/+3 |
* | Update Mac plugins for SetFocus changes, and remove old workaround messages | stuartmorgan@chromium.org | 2010-05-05 | 3 | -39/+9 |
* | linux: reset GDK_NATIVE_WINDOWS, fixing clicking on flash again | evan@chromium.org | 2010-04-29 | 1 | -0/+6 |
* | Make Mac plugin _setWindowNumber: interception more focused | stuartmorgan@chromium.org | 2010-04-20 | 1 | -3/+10 |
* | posix: handle the return value of close() in more places. | evan@chromium.org | 2010-04-16 | 1 | -1/+2 |
* | Made Pepper 3D plugins' output opaque on Mac OS X by filling the | kbr@google.com | 2010-04-15 | 2 | -3/+3 |
* | Fix offscren invalidation in windowless plugins | stuartmorgan@chromium.org | 2010-04-14 | 1 | -3/+3 |
* | Improve plugin performance on the Mac | stuartmorgan@chromium.org | 2010-04-14 | 3 | -4/+10 |
* | Remove the use of the background transport for transparent Mac plugins. | stuartmorgan@chromium.org | 2010-04-12 | 1 | -5/+3 |
* | - Extracted platform specific code from GLES2 command decoder to platform spe... | apatrick@chromium.org | 2010-04-09 | 2 | -10/+9 |
* | Improve handling of plugin context menus on Leopard. | stuartmorgan@chromium.org | 2010-04-08 | 1 | -3/+14 |
* | Fix problems with unloading/reloading/updating extensions that contain NPAPI | mpcomplete@chromium.org | 2010-04-06 | 4 | -0/+15 |
* | Make Mac plugin window interposing more conservative about activating plugin | stuartmorgan@chromium.org | 2010-04-06 | 1 | -2/+23 |
* | Move plugin-related files in webkit/glue to webkit/glue/plugins to make them | brettw@chromium.org | 2010-03-31 | 1 | -2/+2 |