summaryrefslogtreecommitdiffstats
path: root/chrome/browser/plugin_observer.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-5/+8
* Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA...thakis@chromium.org2011-09-011-8/+5
* Move infobar handling to a tab helper, part 1.avi@chromium.org2011-09-011-5/+8
* Moved the following IPC messages used by the chrome NPAPI plugin installer ou...ananta@chromium.org2011-08-311-30/+0
* Prefix all IPC messages used by src\chrome with Chrome. For e.g ChromeViewMsg...ananta@chromium.org2011-08-191-2/+2
* Make WebPluginInfo more genericcpu@chromium.org2011-08-141-2/+2
* Unify infobars' link-opening behavior to respect user-requested dispositions ...pkasting@chromium.org2011-08-021-4/+4
* Removal of Profile from content part 3.avi@chromium.org2011-07-281-1/+3
* Make ConfirmInfoBarDelegate::GetLinkText() const.pkasting@chromium.org2011-06-241-3/+3
* Make PluginInfoBarDelegate::LinkClicked() respect the input dispostion whentsepez@chromium.org2011-06-231-1/+3
* Add methods to support item_pattern, top_level_frame_pattersn to host_content...markusheintz@chromium.org2011-06-161-1/+4
* Infobar Windows Media Player plug-in by default.cevans@chromium.org2011-06-011-0/+3
* 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