summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/tab_contents.h
Commit message (Expand)AuthorAgeFilesLines
* Re-landing r21673 without re-enabling the BrowserTest, which apparently isbrettw@chromium.org2009-07-271-1/+0
* Revert of r21673 - which caused browser_test failure in ChromeURLAfterDownload.robertshield@chromium.org2009-07-271-0/+1
* Make downloads not prevent tabs from closing.brettw@chromium.org2009-07-271-1/+0
* This CL adds an infobar instructing users they can do search directly from th...jcampan@chromium.org2009-07-231-0/+5
* Linux: pass users' font settings through to renderer.agl@chromium.org2009-07-211-0/+8
* Relanding the the refactoring the page info to have a model.jcampan@chromium.org2009-07-191-0/+6
* Reverting 21032.jcampan@chromium.org2009-07-181-6/+0
* Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...jcampan@chromium.org2009-07-181-0/+6
* Add getLanguage function to tab extension.sidchat@google.com2009-07-101-0/+3
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-091-16/+9
* A prototype of resource loading through automationamit@chromium.org2009-07-091-0/+1
* Remove url_constants dependency from tab_contents.h.brettw@chromium.org2009-07-081-9/+1
* Split out some of the RVHDelegate functions into separate sub-classes. To limitbrettw@chromium.org2009-07-081-43/+47
* This CL makes sure JavaScript alerts are not shown while an interstitial is s...jcampan@chromium.org2009-07-071-1/+2
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-061-9/+9
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-041-2/+0
* Move RenderViewHostManager back to tab_contents. Moving it to renderer_hostbrettw@chromium.org2009-07-031-1/+4
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-011-7/+17
* First cut at popup blocking for Mac. Remove ifdefs in cross-platform code. Im...pinkerton@chromium.org2009-07-011-0/+1
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-6/+6
* Fix: Certain redirections remove sites from the historyyuzo@chromium.org2009-07-011-0/+1
* Move render_view_host_manager* and site_instance* from tab_contents to render...brettw@chromium.org2009-06-291-1/+1
* DevTools: Nuke legacy debugger.pfeldman@chromium.org2009-06-241-1/+0
* Fix crasher where we tried to access a destroyed render widget host view.estade@chromium.org2009-06-231-4/+5
* Adding the ability to remove page actions.BUG=NoneTEST=unit test.finnur@chromium.org2009-06-221-2/+3
* GTK: HTTP Auth dialogs under linux.erg@google.com2009-06-191-2/+2
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-191-0/+3
* Remove the windows specific bits from login_prompt.cc and make LoginPromptWin...erg@chromium.org2009-06-171-2/+1
* Revert 18512 - Revert 18373 Consider a redirect following user gesture as us...laforge@chromium.org2009-06-161-0/+1
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-161-1/+2
* Revert 18373 - Consider a redirect following user gesture as userinitiated in...laforge@chromium.org2009-06-161-1/+0
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-151-2/+6
* Consider a redirect following user gesture as user-initiated in maintainingyuzo@chromium.org2009-06-151-0/+1
* Create a basic test case for the common usage of BlockedPopupContainer.erg@google.com2009-06-131-0/+9
* Move renderer_preferences.h from chrome/browser into chrome/common. Wetc@google.com2009-06-111-1/+1
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-101-0/+2
* Rename the TabContents::SetInitialFocus(reverse) method to TabContents::Focus...jcampan@chromium.org2009-06-081-11/+5
* Display extension processes in task manager.phajdan.jr@chromium.org2009-06-061-0/+5
* Remove the obsolete TabContents::GetSecurityStyle andwtc@chromium.org2009-06-041-9/+0
* Relanding the first of probably several patches trying to clean up the Blocke...erg@google.com2009-06-041-3/+9
* Move download shelf from per-tab to per-window. Also disable auto-hiding ofthakis@chromium.org2009-06-041-33/+2
* Revert "This is the first of probably several patches trying to clean up the ...erg@google.com2009-06-031-9/+3
* This is the first of probably several patches trying to clean up the BlockedP...erg@google.com2009-06-031-3/+9
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-031-0/+1
* Generalize the code that checks for user actions in the render view to work o...estade@chromium.org2009-05-281-1/+1
* Removes some dead code in TabContentsViewGtk and makes it compile forsky@chromium.org2009-05-261-1/+1
* Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...finnur@chromium.org2009-05-221-9/+17
* Fix inspection of extensions.aa@chromium.org2009-05-191-1/+0
* Linux: Take download shelf and infobar close animations into account during r...estade@chromium.org2009-05-151-2/+3
* Displaying consecutive alerts from plugins should not hang the browser. The p...ananta@chromium.org2009-05-151-0/+3