summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Refactor UI "badge" (page action) logic into a BadgeController interface,kalman@chromium.org2012-05-152-0/+9
* Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID.aa@chromium.org2012-05-141-0/+3
* Extract executeScript-like functionality into a single ExtensionScriptExecuto...kalman@chromium.org2012-05-142-1/+10
* tab_contents: Remove unused includes from tab_contents_wrapper.htfarina@chromium.org2012-05-031-4/+0
* Disable thumbnailing of WebContents created for Instant to avoid unnecessary ...mazda@chromium.org2012-05-022-3/+8
* TabContents -> WebContentsImpl, part 23.avi@chromium.org2012-04-183-12/+10
* This adds a hang monitor for Pepper plugins. It monitors sync messages on the...brettw@chromium.org2012-04-132-0/+7
* More misc. cleanups to minimize future refactoring diffs:pkasting@chromium.org2012-04-101-1/+1
* Disable OmniboxSearchHint for Android.yfriedman@chromium.org2012-04-091-2/+2
* Move webNavigation extension api into a separate directoryjochen@chromium.org2012-04-042-4/+7
* Remove per-tab preference machinery.falken@chromium.org2012-03-261-2/+0
* Add abstractions that let embedders drive tests of WebContents, without expos...joi@chromium.org2012-03-222-10/+15
* Add enable_automation build switch.wangxianzhu@chromium.org2012-03-151-0/+2
* Remove web intents from Chrome on Android buildjgreenwald@chromium.org2012-03-131-0/+3
* Make sure that one-click signin is not allowed if we can't set cookies forrogerta@chromium.org2012-03-131-1/+5
* Fix link error in TabContentsWrapper.yfriedman@chromium.org2012-03-081-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-2/+3
* Make the Views sad tab code not be tied down to TabContentsViewViews. This al...jam@chromium.org2012-03-062-5/+6
* Implement one click login.rogerta@chromium.org2012-03-052-0/+21
* Android: Don't compile printing sourcesdfalcantara@chromium.org2012-03-011-2/+8
* Remove the "set noparent" from the chrome\browser\ui subdirectories. This is ...jam@chromium.org2012-02-291-1/+0
* Moves stacking client to Env.beng@google.com2012-02-271-2/+1
* [Web Intents] Refactor picker to use WebIntentPickerModel.binji@chromium.org2012-02-021-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