Skip to content
Snippets Groups Projects
  1. Jan 15, 2011
  2. Jan 13, 2011
  3. Dec 10, 2010
  4. Dec 02, 2010
  5. Oct 14, 2010
  6. Oct 09, 2010
  7. Sep 23, 2010
  8. Sep 21, 2010
  9. Aug 26, 2010
  10. Aug 13, 2010
  11. Aug 12, 2010
  12. Aug 02, 2010
    • nick@chromium.org's avatar
      Revert 54560 - · 9155324b
      nick@chromium.org authored
      Change removing method, GetBrowser from TabContentsDelegate, as this was breaking an abstraction layer.  This routine was originally added in CL 434046, which required the Browser* to construct extension popup views from within Chrome-Frame instances.
      
      I changed all accesses to Browser instances from usage of the above method, to either iterating the BrowserList using the situation-specific profile as a search key, or modifying the appropriate delegate interfaces to provide the functionality that was previously used directly via the Browser.
      
      BUG=None
      TEST=None
      
      Review URL: http://codereview.chromium.org/2941001
      
      TBR=twiz@google.com
      Review URL: http://codereview.chromium.org/3012042
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54565 0039d316-1c4b-4281-b951-d872f2087c98
      9155324b
    • twiz@google.com's avatar
      · e8af70c3
      twiz@google.com authored
      Change removing method, GetBrowser from TabContentsDelegate, as this was breaking an abstraction layer.  This routine was originally added in CL 434046, which required the Browser* to construct extension popup views from within Chrome-Frame instances.
      
      I changed all accesses to Browser instances from usage of the above method, to either iterating the BrowserList using the situation-specific profile as a search key, or modifying the appropriate delegate interfaces to provide the functionality that was previously used directly via the Browser.
      
      BUG=None
      TEST=None
      
      Review URL: http://codereview.chromium.org/2941001
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54560 0039d316-1c4b-4281-b951-d872f2087c98
      e8af70c3
  13. Jul 29, 2010
  14. Jul 17, 2010
  15. Jul 08, 2010
Loading