summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.h
Commit message (Expand)AuthorAgeFilesLines
* PageActions now work across tabs and windows.finnur@chromium.org2009-05-061-1/+15
* Merge two TabContents::InvalidateTypes types and properly update tab download...estade@chromium.org2009-05-061-4/+3
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-1/+2
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-041-8/+5
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-24/+15
* This is the first part of the PageAction implementation. More work is require...finnur@chromium.org2009-05-011-1/+1
* Migrating the SSL UI tests to be browser tests.jcampan@chromium.org2009-04-291-0/+3
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-281-4/+4
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+3
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-1/+1
* Kill WebContents by moving the remaining methods to TabContents. WebContentsbrettw@chromium.org2009-04-241-24/+316
* Move another batch of functions for WebContents to TabContents. This alsobrettw@chromium.org2009-04-241-24/+44
* Move a bunch of functions from WebContents to TabContents. Change the servicesbrettw@chromium.org2009-04-231-5/+128
* Move all data members from WebContents to TabContents in preparation forbrettw@chromium.org2009-04-221-11/+216
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-61/+15
* Reverting 14005.brettw@chromium.org2009-04-181-15/+61
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-61/+15
* Remove overlap between TabContents and WebContents. Now all the functions inbrettw@chromium.org2009-04-171-63/+31
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-19/+1
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-23/+1
* Remove the DOMUIHost. It is not used by any code.brettw@chromium.org2009-04-131-4/+0
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-2/+1
* Remove some uses of custom tab contents types from some tests.brettw@chromium.org2009-04-041-2/+4
* Remove unneeded temp_scaffolding_stubs.h includes. Remove ConstrainedWindow f...thestig@chromium.org2009-04-031-5/+0
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-4/+0
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-1/+1
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-4/+5
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-0/+1
* Reverting 11640.finnur@chromium.org2009-03-131-5/+4
* RSS feed support (part 1)finnur@chromium.org2009-03-131-4/+5
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-121-16/+4
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-111-1/+5
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-1/+1
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-281-9/+9
* Relanding the following:jcampan@chromium.org2009-02-261-6/+6
* Reverting 10400.jcampan@chromium.org2009-02-251-6/+6
* When restoring a session, the browser is shown after a tab is selected causin...jcampan@chromium.org2009-02-251-6/+6
* This is an attempt at finding the reason for the page_cycler slowness caused bymad@chromium.org2009-02-121-2/+2
* Blind build fix?evan@chromium.org2009-02-121-0/+6
* Bring history.cc and dependents into the build.evan@chromium.org2009-02-111-1/+0
* Reverting 9493.kuchhal@chromium.org2009-02-101-2/+2
* Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ...avi@chromium.org2009-02-101-5/+6
* Relanding of http://codereview.chromium.org/16488.mad@chromium.org2009-02-101-2/+2
* Try reverting r9409 to see if it fixes crashes on chromebot.kuchhal@chromium.org2009-02-101-6/+5
* Reverting 9408.brettw@chromium.org2009-02-091-2/+2
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-091-5/+6
* Add a new resizer corner.mad@chromium.org2009-02-091-2/+2
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-051-0/+1
* Fix the include guards in tab_contents/* for the new location.brettw@chromium.org2009-01-161-3/+3
* Move a bunch of TabContents related files into a tab_contents subdirben@chromium.org2009-01-151-0/+560