| Commit message (Expand) | Author | Age | Files | Lines |
* | This CL moves the contents of ui_resources_standard.grd into ui_resources.grd... | benrg@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | chrome/browser/ui: Put browser_dialogs.h into chrome namespace. | tfarina@chromium.org | 2012-07-02 | 1 | -2/+2 |
* | Send UMA statistics about plug-in loading errors. | bauerb@chromium.org | 2012-07-02 | 1 | -0/+2 |
* | Infobar for NPAPI plugins required in metro mode | cpu@chromium.org | 2012-06-21 | 1 | -1/+16 |
* | TabContentsWrapper -> TabContents, part 33. | avi@chromium.org | 2012-06-11 | 1 | -8/+8 |
* | Show infobar when a plug-in couldn't be loaded. | bauerb@chromium.org | 2012-05-31 | 1 | -5/+21 |
* | Reland 138502 - Move version metadata from PluginGroup into PluginInstaller. | bauerb@chromium.org | 2012-05-24 | 1 | -2/+2 |
* | Revert 138502 - Move version metadata from PluginGroup into PluginInstaller. | vandebo@chromium.org | 2012-05-23 | 1 | -2/+2 |
* | Move version metadata from PluginGroup into PluginInstaller. | bauerb@chromium.org | 2012-05-23 | 1 | -2/+2 |
* | Load only blocked plug-ins when allowing plug-ins from infobars. | bauerb@chromium.org | 2012-05-09 | 1 | -2/+4 |
* | Move CrashedPlugin() and PluginHungStatusChanged() from WebContentsDelegate i... | bauerb@chromium.org | 2012-04-20 | 1 | -0/+19 |
* | Fix plug-in identifier for Shockwave and add a unit test. | bauerb@chromium.org | 2012-04-13 | 1 | -3/+2 |
* | Add a CHECK when PluginFinder::FindPluginWithIdentifier fails. | bauerb@chromium.org | 2012-04-05 | 1 | -0/+3 |
* | Revert 129322 - revert 128949 (and dependent 129252) | bauerb@chromium.org | 2012-03-28 | 1 | -16/+17 |
* | revert 128949 (and dependent 129252) | thakis@chromium.org | 2012-03-28 | 1 | -17/+16 |
* | Move |requires_authorization| flag and |update_url| for plug-ins out of webki... | bauerb@chromium.org | 2012-03-26 | 1 | -16/+17 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Use regular download mechanism to download and open plug-in installer files. | bauerb@chromium.org | 2012-02-10 | 1 | -16/+20 |
* | Reland 121057 - Use PluginInstaller to update outdated plug-ins. | bauerb@chromium.org | 2012-02-09 | 1 | -282/+40 |
* | Back out r121057 from the trunk due to a compile failure. | mark@chromium.org | 2012-02-08 | 1 | -33/+281 |
* | Use PluginInstaller to update outdated plug-ins. | bauerb@chromium.org | 2012-02-08 | 1 | -281/+33 |
* | Merge different plug-in placeholders into one class. | bauerb@chromium.org | 2012-02-03 | 1 | -19/+25 |
* | Update a bunch of help center URLs. | derat@chromium.org | 2012-01-29 | 1 | -2/+1 |
* | Fix compile. | bauerb@chromium.org | 2012-01-26 | 1 | -0/+2 |
* | Keep infobar visible during plug-in installation and show installation state. | bauerb@chromium.org | 2012-01-26 | 1 | -14/+29 |
* | Add IPC message to open chrome://plugins from a missing plug-in placeholder. | bauerb@chromium.org | 2012-01-18 | 1 | -0/+11 |
* | Check owner in PluginInstallerInfobarDelegate before removing itself. | bauerb@chromium.org | 2012-01-13 | 1 | -3/+6 |
* | Reland 117210 - Show error message when download a plug-in installer fails. | bauerb@chromium.org | 2012-01-13 | 1 | -0/+4 |
* | Remove plugin installation code on ChromeOS and Aura. | bauerb@chromium.org | 2012-01-12 | 1 | -7/+17 |
* | Revert 117210 - Show error message when downloading a plug-in installer fails. | bauerb@chromium.org | 2012-01-11 | 1 | -4/+0 |
* | Show error message when downloading a plug-in installer fails. | bauerb@chromium.org | 2012-01-11 | 1 | -0/+4 |
* | Convert the remaining trivial tab_contents.h includes in chrome to use web_co... | jam@chromium.org | 2012-01-05 | 1 | -2/+2 |
* | Directly download and open plug-in installer files. | bauerb@chromium.org | 2012-01-04 | 1 | -6/+107 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -5/+11 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 1 | -2/+2 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -4/+4 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Move TabContentsDelegate to content/public/browser and put it in the content ... | tfarina@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -24/+26 |
* | Replace the GURL referrer field of OpenURLParams with a content::Referrer | jochen@chromium.org | 2011-12-05 | 1 | -1/+3 |
* | Upgrade all call sites of PageNavigator::OpenURL that pass a referrer to use ... | jochen@chromium.org | 2011-12-02 | 1 | -2/+3 |
* | Add PluginInstaller to encapsulate information about a missing plug-in, and a... | bauerb@chromium.org | 2011-12-02 | 1 | -12/+11 |
* | Show infobar for missing plug-ins on Mac. | bauerb@chromium.org | 2011-11-28 | 1 | -0/+49 |
* | Remove some unnecessary includes of view_messages.h. | jam@chromium.org | 2011-11-17 | 1 | -1/+0 |
* | Revert r108760 / reland r108744, r108753 w/ fix | dpranke@chromium.org | 2011-11-08 | 1 | -1/+0 |
* | Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on... | dpranke@chromium.org | 2011-11-05 | 1 | -0/+1 |
* | Modify code in chrome to call wrapper functions on PluginService | dpranke@chromium.org | 2011-11-04 | 1 | -1/+0 |
* | Move PageTransition into content namespace. While I'm touching all these file... | jam@chromium.org | 2011-10-13 | 1 | -2/+2 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -28/+31 |
* | Moved the following IPCs out of chrome into content where they are handled by | ananta@chromium.org | 2011-09-06 | 1 | -29/+0 |