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