| Commit message (Expand) | Author | Age | Files | Lines |
* | When we detect a PDF with an unsupported feature, ask the user if they want t... | jam@chromium.org | 2011-01-22 | 1 | -8/+23 |
* | Added automatic update for plugins based on watching file changes. | pastarmovj@chromium.org | 2011-01-19 | 1 | -0/+19 |
* | Cleanup: Remove unneeded includes of pref_names.h | thestig@chromium.org | 2011-01-13 | 1 | -0/+1 |
* | net: Add namespace net to the remaining files under url_request directory. | tfarina@chromium.org | 2011-01-06 | 1 | -2/+4 |
* | Move CancellationFlag and WaitableEvent to the synchronization subdirectory. | brettw@chromium.org | 2011-01-02 | 1 | -1/+1 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -1/+7 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -7/+1 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 1 | -1/+7 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 1 | -7/+1 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 1 | -1/+7 |
* | Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act... | jam@chromium.org | 2010-12-14 | 1 | -1/+0 |
* | Add PluginProcessHost::Client. | bauerb@chromium.org | 2010-11-02 | 1 | -9/+6 |
* | Move pe_image and registry from base to base/win and use the namespace. It re... | brettw@chromium.org | 2010-10-17 | 1 | -3/+3 |
* | This adds a plugin selection policy for selecting which plugin is | gspencer@chromium.org | 2010-10-14 | 1 | -2/+36 |
* | FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ... | viettrungluu@chromium.org | 2010-08-20 | 1 | -1/+0 |
* | Clean up inclusion of <map>, <set>, <vector> in chrome/browser/*.h. | viettrungluu@chromium.org | 2010-08-05 | 1 | -1/+0 |
* | Remove wstring-ness from some more locale variables. | evan@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | Replace ViewHostMsg_GetPluginPath with ViewHostMsg_GetPluginInfo. | bauerb@chromium.org | 2010-08-03 | 1 | -11/+3 |
* | Use a plain ASCII string for the UI locale in the plugin service. | evan@chromium.org | 2010-07-30 | 1 | -2/+2 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Continual header pruning | erg@google.com | 2010-07-22 | 1 | -1/+0 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -0/+1 |
* | Group plugins in about:plugins and show update link for out-of-date ones. | bauerb@chromium.org | 2010-07-02 | 1 | -3/+0 |
* | Revert 51110 because of regression 47858- Group plugins in about:plugins and ... | jam@chromium.org | 2010-06-29 | 1 | -0/+3 |
* | Group plugins in about:plugins and show update link for out-of-date ones. | bauerb@chromium.org | 2010-06-29 | 1 | -3/+0 |
* | Cleanup: Remove some unneeded webkit/glue headers from chrome. | thestig@chromium.org | 2010-06-23 | 1 | -1/+2 |
* | Revert 48997 [causes Windows unit_tests to hang] - Group plugins in about:plu... | viettrungluu@chromium.org | 2010-06-05 | 1 | -0/+3 |
* | Group plugins in about:plugins and show update link for out-of-date ones. | viettrungluu@chromium.org | 2010-06-05 | 1 | -3/+0 |
* | Add ppapi plugins to about:plugins | darin@chromium.org | 2010-05-28 | 1 | -0/+2 |
* | Don't use command line flags for enabling the internal pdf plugin. Instead, ... | jam@chromium.org | 2010-05-22 | 1 | -0/+3 |
* | Move plugin-related files in webkit/glue to webkit/glue/plugins to make them | brettw@chromium.org | 2010-03-31 | 1 | -1/+1 |
* | Implement chrome://plugins page that can disable plugins. | viettrungluu@chromium.org | 2010-03-24 | 1 | -1/+6 |
* | Revert 33344 - Relocate plugin list fetching to PluginService | jamesr@chromium.org | 2009-11-30 | 1 | -13/+0 |
* | Relocate plugin list fetching to PluginService | evan@chromium.org | 2009-11-30 | 1 | -0/+13 |
* | Tommi, please review everything. John please review the changes to plugin_ser... | ananta@chromium.org | 2009-11-21 | 1 | -0/+5 |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 1 | -4/+1 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-15 | 1 | -15/+2 |
* | Reverting 23420. It caused a reliability regression. | maruel@chromium.org | 2009-08-14 | 1 | -2/+15 |
* | Ensure we don't load plugins on the IO thread. | jam@chromium.org | 2009-08-14 | 1 | -15/+2 |
* | Revert 23064 - Ensure we don't load plugins on the IO thread | sgk@google.com | 2009-08-11 | 1 | -5/+1 |
* | Ensure we don't load plugins on the IO thread | jam@chromium.org | 2009-08-11 | 1 | -1/+5 |
* | Refuse to load extension-private plugins for pages that don't belong to that | mpcomplete@google.com | 2009-06-05 | 1 | -12/+18 |
* | Change plugin handling in extension from "plugin_dir" to a "plugin" list of | mpcomplete@google.com | 2009-06-03 | 1 | -5/+0 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-21 | 1 | -2/+12 |
* | Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-21 | 1 | -9/+2 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 1 | -2/+9 |
* | TBR: Revert "Hook up more of extension uninstall." | aa@chromium.org | 2009-05-20 | 1 | -9/+2 |
* | Hook up more of extension uninstall. | aa@chromium.org | 2009-05-20 | 1 | -2/+9 |
* | Chrome side of using WebPluginListBuilder. | darin@chromium.org | 2009-04-24 | 1 | -1/+2 |
* | Allow Flash (and other plugins) to be installed without restarting the browse... | jam@chromium.org | 2009-04-23 | 1 | -1/+19 |