summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Merge 120149 - [Web Intents] Refactor picker to use WebIntentPickerModel.binji@chromium.org2012-02-081-3/+1
* Use interface for SyncedTabDelegate in TabContentsWrapperqsr@chromium.org2012-01-171-4/+7
* Revert 117206 - Use interface for SyncedTabDelegate in TabContentsWrapperqsr@chromium.org2012-01-111-7/+4
* Use interface for SyncedTabDelegate in TabContentsWrapperqsr@chromium.org2012-01-111-4/+7
* Cleanup: Remove switches::IsInBrowserThumbnailingEnabled().thestig@chromium.org2012-01-111-2/+3
* Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc...jam@chromium.org2012-01-063-13/+12
* Adds set noparent to OWNERS file so it can actually work.ben@chromium.org2012-01-051-0/+3
* Add more per-tab preferences.mnaganov@chromium.org2011-12-291-2/+1
* Move most of the remaining users of WebContentsObserver::tab_contents() to us...jam@chromium.org2011-12-263-23/+21
* Convert a bunch of WebContentsObservers to use web_contents() instead of tab_...jam@chromium.org2011-12-252-0/+5
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-232-8/+10
* Move TabContentsObserver to content/public, rename it to WebContentsObserver,...jam@chromium.org2011-12-224-14/+10
* Move a bunch of methods from TabContents into the WebContents interface. This...jam@chromium.org2011-12-221-9/+10
* Rename TabContents::browser_context() to GetBrowserContext and put it into th...jam@chromium.org2011-12-211-1/+1
* Refactor a couple tab helpers so they aren't dependent on TabContentsWrapper,mpcomplete@chromium.org2011-12-211-2/+2
* Start creating the content::WebPage interface around TabContents. This is jus...jam@chromium.org2011-12-201-3/+3
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-123-18/+15
* Fix page zoom for plug-in documents (PDF, etc.)csilv@chromium.org2011-12-102-44/+1
* Create a bunch of TabHelpers and TabObservers, move all TCW functionality int...avi@chromium.org2011-12-096-295/+215
* Makes a couple of tests properly delete aura state. These tests don'tsky@chromium.org2011-12-081-0/+2
* Make PerTabPrefsTabHelper into PrefsTabHelper, move all prefs code into it.avi@chromium.org2011-12-075-581/+17
* A build fix for gcc 4.5+.hbono@chromium.org2011-12-021-2/+2
* Apply per-tab preference after RenderViewImpl creation.mnaganov@chromium.org2011-12-014-2/+46
* Move ui sync code to common directory, clean up TCW.avi@chromium.org2011-11-304-123/+7
* Move extension delegate calls to a new ExtensionTabHelperDelegate interface.avi@chromium.org2011-11-302-19/+0
* Add per-tab "JavaScript enabled" preference.mnaganov@chromium.org2011-11-295-8/+179
* Move PropertyBag to base. Originally this was in chrome\common because only c...jam@chromium.org2011-11-232-3/+4
* Introduce per-tab preferences service.mnaganov@chromium.org2011-11-222-0/+4
* Define the public interface for content browser RenderProcessHost. This inter...ananta@chromium.org2011-11-181-1/+1
* Cleanup: Remove forward declarations in various chrome/browser directories.thestig@chromium.org2011-11-161-1/+0
* Move Sad Tab implementation out of the TabContentsViews.avi@chromium.org2011-11-152-0/+4
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-1/+1
* Observe per-script font preferences so WebKit settings are updated when they ...falken@chromium.org2011-11-101-0/+26
* Add new text for indicating we are resolving hosts during proxy resolution.willchan@chromium.org2011-11-081-0/+3
* Add a LoadState for the AppCachervargas@chromium.org2011-11-041-0/+2
* Move some Autofill processing logic on form submit to a background thread.isherman@chromium.org2011-11-012-2/+3
* External autofill delegates.jrg@chromium.org2011-10-292-0/+12
* Remove RemoteAccessClientFirewallTraversal policy and code paths.wez@chromium.org2011-10-202-4/+0
* Make NotificationService an interface in the content namespace, and switch ca...jam@chromium.org2011-10-191-4/+4
* Move NotificationObserver, NotificationSource, and NotificationDetails to con...jam@chromium.org2011-10-192-13/+14
* Show mouse lock request and status in fullscreen bubble infobar.yzshen@chromium.org2011-10-181-1/+2
* Fix incorrect #if defined(OS_MAC) and some comments for per-script fonts.falken@chromium.org2011-10-171-3/+3
* Fixed interaction of JavascriptEnabled and DefaultJavascriptSetting policies.joaodasilva@chromium.org2011-10-121-0/+1
* Make content_shell handle renderers going away. I've made TabContents call Ta...jam@chromium.org2011-10-012-13/+0
* Move infobar handling to a tab helper.avi@chromium.org2011-09-301-1/+1
* content: Move constrained window code from TabContents to TabContentsWrappererg@chromium.org2011-09-302-0/+8
* Removed sending of the content IPC messages from chrome and replaced them wit...ananta@chromium.org2011-09-211-7/+6
* [Web Intents] Change WebIntentPicker to Bubble from ConstrainedDialog.binji@chromium.org2011-09-141-2/+2
* Add ChromeRenderViewHostTestHarness to get rid of the dependency from RVHTH t...jochen@chromium.org2011-09-142-6/+8
* Add default per-script fonts for Mac.falken@chromium.org2011-09-081-2/+28