summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* GTK: Add download shelf first show animation.estade@chromium.org2009-05-151-9/+8
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-5/+5
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-151-0/+4
* Propagate intrinsic width notification over IPC in all cases (not just extens...pinkerton@chromium.org2009-05-131-0/+2
* Be slightly more precise in how we propagate mixed content state.abarth@chromium.org2009-05-121-1/+1
* Various popup UI fixes:pkasting@chromium.org2009-05-081-42/+11
* DevTools: Style drive bypfeldman@chromium.org2009-05-081-1/+2
* Move src/chrome/views to src/views. RS=darin http://crbug.com/11387ben@chromium.org2009-05-081-1/+1
* DevTools: Enable debugging of non-TabContents including extensions.pfeldman@chromium.org2009-05-071-4/+6
* Popup whitelisting checkpoint.pkasting@chromium.org2009-05-061-27/+50
* Refactor view from methods to show hung renderer dialog.tc@google.com2009-05-061-7/+6
* PageActions now work across tabs and windows.finnur@chromium.org2009-05-061-5/+21
* Merge two TabContents::InvalidateTypes types and properly update tab download...estade@chromium.org2009-05-061-6/+4
* Change chrome-ui to chrome. I didn't go too far in converting existing string...glen@chromium.org2009-05-061-2/+2
* Move l10n_util to app/ben@chromium.org2009-05-051-1/+1
* Plumb the creator URL for popups up to the browser. We don't yet use this fo...pkasting@chromium.org2009-05-051-1/+2
* DevTools: localize window title, append inspected tab url there.pfeldman@chromium.org2009-05-051-1/+2
* Adds toplevel app/ directory and moves ResourceBundle into it.ben@chromium.org2009-05-051-1/+1
* Fix bug 9812: Remove current RSS code in favor of new more generalizedfinnur@chromium.org2009-05-041-19/+0
* Replace all occurrances of WebContents with TabContents.brettw@chromium.org2009-05-041-42/+33
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-1/+1
* Second attempt at cleaning up handling of --disable-popup-blocking. I didn't...pkasting@chromium.org2009-04-291-1/+4
* Revert "Instead of passing down a switch to the renderer, storing a member, e...evan@chromium.org2009-04-291-4/+1
* Instead of passing down a switch to the renderer, storing a member, etc., jus...pkasting@chromium.org2009-04-291-1/+4
* Synchronously update the loading state when a load starts so that the UI willbrettw@chromium.org2009-04-281-2/+3
* Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate...rafaelw@chromium.org2009-04-281-0/+7
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-5/+4
* Kill WebContents by moving the remaining methods to TabContents. WebContentsbrettw@chromium.org2009-04-241-4/+1558
* Move another batch of functions for WebContents to TabContents. This alsobrettw@chromium.org2009-04-241-4/+369
* Move a bunch of functions from WebContents to TabContents. Change the servicesbrettw@chromium.org2009-04-231-0/+59
* Move all data members from WebContents to TabContents in preparation forbrettw@chromium.org2009-04-221-3/+70
* Rename WebContentsView* to TabContentsView* in preparation for mergingbrettw@chromium.org2009-04-201-1/+1
* Re-land my change to clean up TabContents/WebContents ownership. Thisbrettw@chromium.org2009-04-201-72/+13
* Reverting 14005.brettw@chromium.org2009-04-181-13/+72
* Fix the ownership model of TabContents and NavigationController. Previously thebrettw@chromium.org2009-04-181-72/+13
* Remove overlap between TabContents and WebContents. Now all the functions inbrettw@chromium.org2009-04-171-99/+0
* Remove TabContnetsType from everywhere.brettw@chromium.org2009-04-151-8/+2
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-151-3/+2
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-22/+1
* Hook up popup windows on Mac (no blocking yet).avi@google.com2009-03-231-0/+8
* Move controls into their own dir under chrome/views/controlsben@chromium.org2009-03-171-1/+1
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-121-88/+0
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-111-13/+18
* First step at removing TabContents from temp scaffolding. Get rid of duplicat...pinkerton@chromium.org2009-03-101-8/+19
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-2/+2
* Basic download shelf implementation on linux.estade@chromium.org2009-03-041-18/+28
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-4/+4
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-281-20/+19
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-2/+1
* Show page icons on back/forward menu lists on linux.estade@chromium.org2009-02-201-4/+17