| Commit message (Expand) | Author | Age | Files | Lines |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -38/+38 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -16/+17 |
* | Move singleton tabs off Browser. | ben@chromium.org | 2012-06-21 | 1 | -1/+2 |
* | TabContentsWrapper -> TabContents, part 40. | avi@chromium.org | 2012-06-11 | 4 | -45/+44 |
* | Renamed BrowserWindow::GetNativeHandle() to GetNativeWindow() | davemoore@chromium.org | 2012-06-07 | 1 | -1/+1 |
* | TabContentsWrapper -> TabContents, part 2. | avi@chromium.org | 2012-06-06 | 1 | -4/+4 |
* | TabContentsWrapper -> TabContents, part 1. | avi@chromium.org | 2012-06-05 | 1 | -1/+2 |
* | Move the rest of the content\test headers that are used by embedders to conte... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 1 | -1/+1 |
* | Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans. | tfarina@chromium.org | 2012-05-18 | 1 | -1/+1 |
* | browser: Move the tabs directory into ui. | tfarina@chromium.org | 2012-05-11 | 1 | -1/+1 |
* | Change the EndSession param from bool to an enum to improve readability. | finnur@chromium.org | 2012-05-10 | 4 | -30/+49 |
* | Fix an issue where Find in page was not clearing the ordinal and match count ... | finnur@chromium.org | 2012-05-09 | 3 | -14/+58 |
* | Make sure the Find box stays open on navigations to fragments within the same... | finnur@chromium.org | 2012-05-08 | 2 | -2/+32 |
* | Convert the last remaining find bar ui test to a browser test. Also convert a... | jam@chromium.org | 2012-04-23 | 1 | -94/+91 |
* | TabContents -> WebContentsImpl, part 24. | avi@chromium.org | 2012-04-18 | 1 | -1/+1 |
* | TabContents -> WebContentsImpl, part 22. | avi@chromium.org | 2012-04-18 | 4 | -10/+11 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -3/+7 |
* | The find bar can move off of its location at the right hand corner of the scr... | pkotwicz@chromium.org | 2012-03-16 | 2 | -30/+62 |
* | Move RenderWidgetHost and RenderViewHost interfaces to their own files. | joi@chromium.org | 2012-03-06 | 2 | -2/+2 |
* | Flakiness cleanup: disable flaky tests under chrome/browser/ | evan@chromium.org | 2012-02-15 | 1 | -1/+1 |
* | Profiles: Move FindBarState to PKSF. | erg@chromium.org | 2012-01-27 | 7 | -35/+106 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 1 | -2/+2 |
* | Get rid of TabContentsWrapper::tab_contents. Also make it use WebContents exc... | jam@chromium.org | 2012-01-06 | 4 | -8/+8 |
* | Convert the remaining trivial tab_contents.h includes in chrome to use web_co... | jam@chromium.org | 2012-01-05 | 1 | -10/+11 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 2 | -5/+8 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 2 | -7/+7 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -1/+1 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 2 | -7/+10 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 2 | -3/+3 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 2 | -3/+3 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 2 | -4/+4 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 2 | -4/+4 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 2 | -4/+4 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 2 | -6/+6 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 2 | -8/+14 |
* | Disable FindNextInNewTabUsersPrepopulate for win/aura. | oshima@chromium.org | 2011-11-30 | 1 | -1/+1 |
* | Cleanup: Convert ASCIIToUTF16("") to string16(). | jhawkins@chromium.org | 2011-11-28 | 1 | -1/+2 |
* | Move accelerator related files to ui/base/accelerators | tfarina@chromium.org | 2011-11-25 | 1 | -1/+1 |
* | Get rid of view_message_enums.h dependency in Chrome by moving the enum for f... | jam@chromium.org | 2011-11-23 | 1 | -7/+7 |
* | Marks FindNextInNewTabUsesPrepopulate as flaky on aura. | sky@chromium.org | 2011-11-22 | 1 | -3/+3 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -1/+1 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | Add OVERRIDE to chrome/browser/. | avi@chromium.org | 2011-11-21 | 1 | -1/+1 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -1/+1 |
* | Move views::Accelerator to ui in order to use it from aura code. | mazda@chromium.org | 2011-11-14 | 1 | -3/+4 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |