| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContents -> WebContentsImpl, part 21. | avi@chromium.org | 2012-04-17 | 2 | -3/+3 |
* | Modify the base::JSONReader interface to take a set of options rather than a ... | rsesek@chromium.org | 2012-04-11 | 1 | -1/+2 |
* | Add ExtensionSytem::Get(Profile*) as a wrapper around | mpcomplete@chromium.org | 2012-04-05 | 1 | -2/+1 |
* | Reland 125805 - Reland 124817 - A profile-keyed service for Extensions, Exten... | yoz@chromium.org | 2012-04-02 | 1 | -1/+5 |
* | Stop sending/saving cookies for translate server requests. | mad@chromium.org | 2012-03-29 | 1 | -4/+16 |
* | Clean up a few TODO items. | joi@chromium.org | 2012-03-22 | 1 | -26/+52 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -3/+3 |
* | Prevent the Translate Infobar from showing up in the Chrome OS File Manager a... | kaznacheev@chromium.org | 2012-03-20 | 1 | -0/+11 |
* | Move MockRenderProcessHost to content/test and put it into the content namesp... | tfarina@chromium.org | 2012-03-16 | 1 | -2/+2 |
* | JSONWriter cleanup: integrate pretty print into write options. | ericdingle@chromium.org | 2012-03-16 | 1 | -1/+1 |
* | Introduce abstractions to allow embedders to test RenderViewHost | joi@chromium.org | 2012-03-12 | 1 | -22/+27 |
* | Revert "Reland 124817 - Take extensions out of Profile into a profile-keyed s... | akalin@chromium.org | 2012-03-09 | 1 | -6/+2 |
* | Reland 124817 - Take extensions out of Profile into a profile-keyed service, ... | yoz@chromium.org | 2012-03-09 | 1 | -2/+6 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -1/+1 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -5/+6 |
* | Revert 124817 - Take extensions out of Profile into a profile-keyed service, ... | vandebo@chromium.org | 2012-03-03 | 1 | -6/+2 |
* | Take extensions out of Profile into a profile-keyed service, ExtensionSystem. | yoz@chromium.org | 2012-03-03 | 1 | -2/+6 |
* | Move ContextMenuParams struct from webkit/glue to content/public/common. The ... | jam@chromium.org | 2012-02-12 | 1 | -2/+2 |
* | When translating a page, get the code and translation via HTTPS. | palmer@chromium.org | 2012-02-01 | 1 | -2/+3 |
* | Update a bunch of help center URLs. | derat@chromium.org | 2012-01-29 | 1 | -17/+4 |
* | Remove old (pre-webkit) compositor | piman@chromium.org | 2012-01-27 | 1 | -11/+2 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-27 | 2 | -5/+8 |
* | There are some application locale which can't be used as a target language fo... | mad@chromium.org | 2012-01-24 | 1 | -2/+9 |
* | Adding Language code synonyms to support new and old versions of changed codes. | mad@chromium.org | 2012-01-17 | 3 | -8/+108 |
* | Revert 117824 - Convert use of int ms to TimeDelta in files owned by brettw. | hbono@chromium.org | 2012-01-16 | 2 | -9/+7 |
* | Convert use of int ms to TimeDelta in files owned by brettw. | tedvessenes@gmail.com | 2012-01-16 | 2 | -7/+9 |
* | Get rid of a bunch of tab_contents.h includes from chrome. These are all triv... | jam@chromium.org | 2012-01-04 | 3 | -6/+6 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 2 | -3/+5 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 2 | -3/+3 |
* | Convert the remaining Browser::GetSelectedTabContents() calls to GetSelectedW... | jam@chromium.org | 2012-01-03 | 1 | -5/+6 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 2 | -3/+3 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -6/+8 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -0/+1 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 3 | -10/+12 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 4 | -12/+14 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -3/+6 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 3 | -0/+3 |
* | Remove PrefService::ScheduleSavePersistentPrefs and change SavePersistentPref... | bauerb@chromium.org | 2011-12-27 | 1 | -21/+8 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 3 | -13/+16 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 4 | -43/+52 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 4 | -11/+11 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 2 | -4/+4 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 3 | -3/+3 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 4 | -20/+29 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 5 | -14/+14 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 5 | -14/+14 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 5 | -14/+14 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -9/+8 |
* | Fix TabRestoreServiceTest and TranslateManagerTest when using use_webkit_comp... | piman@chromium.org | 2011-12-06 | 1 | -0/+15 |