summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some plugin related dependencies. Have PluginObserver be created ...jam@chromium.org2011-05-181-19/+16
* Move the little infobar code from TabContents to TabContentsWrapper.jam@chromium.org2011-05-181-14/+18
* Replace the virtual InfoBarDelegate::InfoBarClosed() function with a non-virt...pkasting@chromium.org2011-05-051-33/+18
* Submitting http://codereview.chromium.org/6901058/ on behalf of rhashimotosaintlou@chromium.org2011-04-291-2/+1
* Move a few Chrome messages out of RenderViewHost. I added ChromeRenderViewHo...jam@chromium.org2011-04-281-1/+2
* Move UserMetrics to content.michaeln@google.com2011-04-271-1/+1
* Make InfoBarDelegate::GetIcon() return gfx::Image rather than SkBitmap.rsesek@chromium.org2011-04-211-5/+5
* Link to a different place for the "blocked" plug-in infobar vs. the out-of-datecevans@chromium.org2011-04-051-2/+13
* Reverse the buttons in the "blocked plug-in" dialog so that "run this time" iscevans@chromium.org2011-04-011-8/+7
* Revert 79775 - Re-order the "Run this time" and "Update..." buttons as additi...cevans@chromium.org2011-04-011-10/+7
* Re-order the "Run this time" and "Update..." buttons as additional attempt tocevans@chromium.org2011-03-301-7/+10
* Report more detailed stats on which plug-ins are being blocked.cevans@chromium.org2011-03-291-4/+37
* Move the rest of the renderer->browser messages that belong in content. Also...jam@chromium.org2011-03-241-0/+1
* Split infobar_delegate.[cc,h] into separate pieces for the different classes ...tfarina@chromium.org2011-03-031-1/+2
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-2/+2
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-171-11/+11
* Add *PluginInfobar.Dismissed UMA.bauerb@chromium.org2011-02-141-0/+12
* Make "Learn More" link in the outdated plug-in infobar work.bauerb@chromium.org2011-02-091-2/+5
* Misc. cleanup bits I missed in my last pass.pkasting@chromium.org2011-02-091-1/+3
* Cleanup:pkasting@chromium.org2011-02-081-95/+112
* Fix missing std:: from r73840.mark@chromium.org2011-02-041-1/+1
* FilePath: Remove much of ToWStringHack, adding a LossyDisplayName()evan@chromium.org2011-02-041-7/+7
* Move plugin message handling from TabContents into PluginMessageFilter.bauerb@chromium.org2011-01-311-0/+290