| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename ChromeThread to BrowserThread Part21: | tfarina@chromium.org | 2010-10-12 | 1 | -1/+1 |
* | This changes GetPluginInfo so that we can request a list of plugins that matc... | gspencer@chromium.org | 2010-10-12 | 1 | -1/+3 |
* | Rename ChromeThread to BrowserThread Part15: | tfarina@chromium.org | 2010-10-11 | 1 | -12/+12 |
* | Purge renderer plug-in caches when a plug-in is enabled or disabled. | bauerb@chromium.org | 2010-10-08 | 1 | -0/+6 |
* | Don't load plugins on the UI thread for pref and group policy disabling. | jam@chromium.org | 2010-10-02 | 1 | -4/+2 |
* | Fix about:plugins loading the plugin list on the UI thread. This way I can r... | jam@chromium.org | 2010-10-01 | 1 | -4/+3 |
* | Take out DCHECKs temporarily while I investigate interactive test failures TB... | jam@chromium.org | 2010-09-30 | 1 | -3/+4 |
* | Try to fix linux 64 compile error | jam@chromium.org | 2010-09-30 | 1 | -5/+3 |
* | Disable checking group policy for plugins on startup since we shouldn't load ... | jam@chromium.org | 2010-09-30 | 1 | -0/+12 |
* | Policy: plugins disabled by policy should honor policy changes without Chrome... | danno@chromium.org | 2010-09-10 | 1 | -2/+2 |
* | Due to some unresolved blocking issues, we are switching Native Client back o... | cbiffle@google.com | 2010-09-03 | 1 | -1/+3 |
* | Move prefs-related files under chrome/browser/ into a prefs/ subdir. | evan@chromium.org | 2010-08-26 | 1 | -1/+1 |
* | Disable outdated non-sandboxed plugins. | bauerb@chromium.org | 2010-08-09 | 1 | -0/+5 |
* | Revert 55227 - Disable outdated non-sandboxed plugins. | bauerb@chromium.org | 2010-08-06 | 1 | -5/+0 |
* | Disable outdated non-sandboxed plugins. | bauerb@chromium.org | 2010-08-06 | 1 | -0/+5 |
* | Remove wstring-ness from some more locale variables. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo. | bauerb@chromium.org | 2010-08-03 | 1 | -21/+9 |
* | Altered the logic that determines when NaCl is enabled. Previously, we requi... | cbiffle@google.com | 2010-07-30 | 1 | -2/+1 |
* | Use a plain ASCII string for the UI locale in the plugin service. | evan@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | Load Pepper v2 internal pdf plugin. | jam@chromium.org | 2010-07-16 | 1 | -3/+0 |
* | Factor out PluginGroup into a separate class in common/. | bauerb@chromium.org | 2010-07-14 | 1 | -1/+1 |
* | Revert 52161 -Accidental checkin. Load Pepper v2 internal pdf plugin. | jam@chromium.org | 2010-07-13 | 1 | -0/+3 |
* | Load Pepper v2 internal pdf plugin. | jam@chromium.org | 2010-07-13 | 1 | -3/+0 |
* | Moved common parts of ChildProcessHost into chrome/common and created a Brows... | sanjeevr@chromium.org | 2010-07-03 | 1 | -2/+2 |
* | Allow Pepper plugins to make requests with relative urls. Also allow bundled... | jam@chromium.org | 2010-07-02 | 1 | -1/+6 |
* | Group plugins in about:plugins and show update link for out-of-date ones. | bauerb@chromium.org | 2010-07-02 | 1 | -78/+3 |
* | Modify NPAPI::PluginList::GetPluginInfo() to return true also for disabled pl... | bauerb@chromium.org | 2010-06-30 | 1 | -2/+2 |
* | Revert 51110 because of regression 47858- Group plugins in about:plugins and ... | jam@chromium.org | 2010-06-29 | 1 | -3/+78 |
* | Add switch for specifying a directory to load plugins, so that test plugins c... | stuartmorgan@chromium.org | 2010-06-29 | 1 | -1/+5 |
* | Group plugins in about:plugins and show update link for out-of-date ones. | bauerb@chromium.org | 2010-06-29 | 1 | -78/+3 |
* | Turn on the pdf plugin by default for Chrome OS. | jam@chromium.org | 2010-06-25 | 1 | -0/+4 |
* | Fix the internal plugin getting disabled after an update. | jam@chromium.org | 2010-06-16 | 1 | -9/+10 |
* | Revert 48997 [causes Windows unit_tests to hang] - Group plugins in about:plu... | viettrungluu@chromium.org | 2010-06-05 | 1 | -3/+73 |
* | Group plugins in about:plugins and show update link for out-of-date ones. | viettrungluu@chromium.org | 2010-06-05 | 1 | -73/+3 |
* | Make webkit_glue not depend on default_plugin. | thakis@chromium.org | 2010-06-02 | 1 | -0/+3 |
* | Add ppapi plugins to about:plugins | darin@chromium.org | 2010-05-28 | 1 | -0/+21 |
* | Disable internal plugin on all platforms by default. | jam@chromium.org | 2010-05-26 | 1 | -6/+0 |
* | Get the internal plugin working on Mac. | jabdelmalek@google.com | 2010-05-26 | 1 | -0/+6 |
* | Do case-insensitive checks for the plugin paths in case a user has different ... | jam@chromium.org | 2010-05-24 | 1 | -2/+4 |
* | Don't use command line flags for enabling the internal pdf plugin. Instead, ... | jam@chromium.org | 2010-05-22 | 1 | -19/+57 |
* | Make disabled internal plugins stay disabled even when the version of Chrome ... | viettrungluu@chromium.org | 2010-05-05 | 1 | -2/+19 |
* | No longer display EULA when internal Flash enabled (revert r42783 and most of... | viettrungluu@chromium.org | 2010-04-09 | 1 | -10/+0 |
* | Revert "Temporary CL to debug test failure on the buildbot." | mpcomplete@chromium.org | 2010-04-07 | 1 | -7/+0 |
* | Temporary CL to debug test failure on the buildbot. | mpcomplete@chromium.org | 2010-04-07 | 1 | -0/+7 |
* | Fix problems with unloading/reloading/updating extensions that contain NPAPI | mpcomplete@chromium.org | 2010-04-06 | 1 | -7/+14 |
* | Use internal pdf plugin with --internal-pdf | jam@chromium.org | 2010-03-27 | 1 | -0/+7 |
* | Temporary stuff for internal plugins, part 1. | viettrungluu@chromium.org | 2010-03-25 | 1 | -0/+10 |
* | Implement chrome://plugins page that can disable plugins. | viettrungluu@chromium.org | 2010-03-24 | 1 | -1/+33 |
* | linux: also load plugins from ~/.config/google-chrome/Plugins | evan@chromium.org | 2010-01-27 | 1 | -0/+10 |