| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor UI "badge" (page action) logic into a BadgeController interface, | kalman@chromium.org | 2012-05-15 | 2 | -0/+9 |
* | Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID. | aa@chromium.org | 2012-05-14 | 1 | -0/+3 |
* | Extract executeScript-like functionality into a single ExtensionScriptExecuto... | kalman@chromium.org | 2012-05-14 | 2 | -1/+10 |
* | tab_contents: Remove unused includes from tab_contents_wrapper.h | tfarina@chromium.org | 2012-05-03 | 1 | -4/+0 |
* | Disable thumbnailing of WebContents created for Instant to avoid unnecessary ... | mazda@chromium.org | 2012-05-02 | 2 | -3/+8 |
* | TabContents -> WebContentsImpl, part 23. | avi@chromium.org | 2012-04-18 | 3 | -12/+10 |
* | This adds a hang monitor for Pepper plugins. It monitors sync messages on the... | brettw@chromium.org | 2012-04-13 | 2 | -0/+7 |
* | More misc. cleanups to minimize future refactoring diffs: | pkasting@chromium.org | 2012-04-10 | 1 | -1/+1 |
* | Disable OmniboxSearchHint for Android. | yfriedman@chromium.org | 2012-04-09 | 1 | -2/+2 |
* | Move webNavigation extension api into a separate directory | jochen@chromium.org | 2012-04-04 | 2 | -4/+7 |
* | Remove per-tab preference machinery. | falken@chromium.org | 2012-03-26 | 1 | -2/+0 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 2 | -10/+15 |
* | Add enable_automation build switch. | wangxianzhu@chromium.org | 2012-03-15 | 1 | -0/+2 |
* | Remove web intents from Chrome on Android build | jgreenwald@chromium.org | 2012-03-13 | 1 | -0/+3 |
* | Make sure that one-click signin is not allowed if we can't set cookies for | rogerta@chromium.org | 2012-03-13 | 1 | -1/+5 |
* | Fix link error in TabContentsWrapper. | yfriedman@chromium.org | 2012-03-08 | 1 | -1/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -2/+3 |
* | Make the Views sad tab code not be tied down to TabContentsViewViews. This al... | jam@chromium.org | 2012-03-06 | 2 | -5/+6 |
* | Implement one click login. | rogerta@chromium.org | 2012-03-05 | 2 | -0/+21 |
* | Android: Don't compile printing sources | dfalcantara@chromium.org | 2012-03-01 | 1 | -2/+8 |
* | Remove the "set noparent" from the chrome\browser\ui subdirectories. This is ... | jam@chromium.org | 2012-02-29 | 1 | -1/+0 |
* | Moves stacking client to Env. | beng@google.com | 2012-02-27 | 1 | -2/+1 |
* | [Web Intents] Refactor picker to use WebIntentPickerModel. | binji@chromium.org | 2012-02-02 | 1 | -3/+1 |
* | Use interface for SyncedTabDelegate in TabContentsWrapper | qsr@chromium.org | 2012-01-17 | 1 | -4/+7 |
* | Revert 117206 - Use interface for SyncedTabDelegate in TabContentsWrapper | qsr@chromium.org | 2012-01-11 | 1 | -7/+4 |
* | Use interface for SyncedTabDelegate in TabContentsWrapper | qsr@chromium.org | 2012-01-11 | 1 | -4/+7 |
* | Cleanup: Remove switches::IsInBrowserThumbnailingEnabled(). | thestig@chromium.org | 2012-01-11 | 1 | -2/+3 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 3 | -13/+12 |
* | Adds set noparent to OWNERS file so it can actually work. | ben@chromium.org | 2012-01-05 | 1 | -0/+3 |
* | Add more per-tab preferences. | mnaganov@chromium.org | 2011-12-29 | 1 | -2/+1 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 3 | -23/+21 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 2 | -0/+5 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 2 | -8/+10 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 4 | -14/+10 |
* | Move a bunch of methods from TabContents into the WebContents interface. This... | jam@chromium.org | 2011-12-22 | 1 | -9/+10 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Refactor a couple tab helpers so they aren't dependent on TabContentsWrapper, | mpcomplete@chromium.org | 2011-12-21 | 1 | -2/+2 |
* | Start creating the content::WebPage interface around TabContents. This is jus... | jam@chromium.org | 2011-12-20 | 1 | -3/+3 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 3 | -18/+15 |
* | Fix page zoom for plug-in documents (PDF, etc.) | csilv@chromium.org | 2011-12-10 | 2 | -44/+1 |
* | Create a bunch of TabHelpers and TabObservers, move all TCW functionality int... | avi@chromium.org | 2011-12-09 | 6 | -295/+215 |
* | Makes a couple of tests properly delete aura state. These tests don't | sky@chromium.org | 2011-12-08 | 1 | -0/+2 |
* | Make PerTabPrefsTabHelper into PrefsTabHelper, move all prefs code into it. | avi@chromium.org | 2011-12-07 | 5 | -581/+17 |
* | A build fix for gcc 4.5+. | hbono@chromium.org | 2011-12-02 | 1 | -2/+2 |
* | Apply per-tab preference after RenderViewImpl creation. | mnaganov@chromium.org | 2011-12-01 | 4 | -2/+46 |
* | Move ui sync code to common directory, clean up TCW. | avi@chromium.org | 2011-11-30 | 4 | -123/+7 |
* | Move extension delegate calls to a new ExtensionTabHelperDelegate interface. | avi@chromium.org | 2011-11-30 | 2 | -19/+0 |
* | Add per-tab "JavaScript enabled" preference. | mnaganov@chromium.org | 2011-11-29 | 5 | -8/+179 |
* | Move PropertyBag to base. Originally this was in chrome\common because only c... | jam@chromium.org | 2011-11-23 | 2 | -3/+4 |
* | Introduce per-tab preferences service. | mnaganov@chromium.org | 2011-11-22 | 2 | -0/+4 |