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