summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/find_bar_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Rename bounds accessors to be intuitive and consistentoshima@chromium.org2012-07-191-2/+2
* views: Put browser_dialogs.h into chrome namespace.tfarina@chromium.org2012-07-021-2/+2
* content: Make GetViewBounds() return a rect rather than using an out param.tfarina@chromium.org2012-06-131-2/+1
* TabContentsWrapper -> TabContents, part 48.avi@chromium.org2012-06-111-2/+2
* Move NativeWebKeyboardEvent to the content namespace.jam@chromium.org2012-05-181-0/+2
* Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans.tfarina@chromium.org2012-05-181-2/+2
* Change the EndSession param from bool to an enum to improve readability.finnur@chromium.org2012-05-101-4/+6
* Fix an issue where Find in page was not clearing the ordinal and match count ...finnur@chromium.org2012-05-091-2/+4
* TabContents -> WebContentsImpl, part 23.avi@chromium.org2012-04-181-1/+1
* The find bar can move off of its location at the right hand corner of the scr...pkotwicz@chromium.org2012-03-161-2/+1
* Move Render(View|Widget)Host and associated classes to content namespace.joi@chromium.org2012-03-071-1/+1
* Move RenderWidgetHost and RenderViewHost interfaces to their own files.joi@chromium.org2012-03-061-1/+1
* Experimental Extension Keybinding (first cut).finnur@chromium.org2012-02-231-2/+5
* Rename TabContentsView to WebContentsView and move to content/public.joi@chromium.org2012-01-181-4/+4
* Get rid of another bunch of tab_contents.h includes from chrome and switch th...jam@chromium.org2012-01-051-5/+5
* Add a CanHandleAccelerators() method to AcceleratorTarget.asanka@chromium.org2011-12-271-0/+4
* Rename TabContents::view() to GetView() and put it in the WebContents interface.jam@chromium.org2011-12-211-1/+1
* Rename TabContents::render_view_host() to GetRenderViewHost and put it into t...jam@chromium.org2011-12-201-1/+1
* Clean up TCW, make it solely a hub for 1:1 observer/helper objects.avi@chromium.org2011-12-121-2/+4
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-221-2/+2
* Revert 110949 - views: Move widget/ directory to ui/views.wez@chromium.org2011-11-211-2/+2
* views: Move widget/ directory to ui/views.tfarina@chromium.org2011-11-211-2/+2
* views: Delete bubble, events, focus, layout directories and its stubbed files.tfarina@chromium.org2011-11-181-2/+2
* Unify views implementation of FindBarHost::GetWidgetPositionNativesadrul@chromium.org2011-11-151-0/+8
* Move views::Accelerator to ui in order to use it from aura code.mazda@chromium.org2011-11-141-4/+4
* Add DidChangeFocus to FocusChangeListener.alicet@chromium.org2011-11-101-1/+1
* Removed sending of the content IPC messages from chrome and replaced them wit...ananta@chromium.org2011-09-211-3/+1
* Preliminary work to allow Chrome to build with USE_AURA.ben@chromium.org2011-09-061-1/+1
* Make Windows FindBar stay within window bounds for narrow windows.jennb@chromium.org2011-06-301-2/+6
* Test to verify that FindBar fits within narrow browser window.jennb@chromium.org2011-05-261-0/+5
* ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()).tfarina@chromium.org2011-05-201-1/+1
* Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC...jam@chromium.org2011-05-191-1/+3
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-111-1/+2
* Revert 84831 - The initial prototype code for the compact navigation (cnav) p...bradnelson@google.com2011-05-101-2/+1
* The initial prototype code for the compact navigation (cnav) prototype, curre...stevet@chromium.org2011-05-101-1/+2
* Replace Widget::GetBounds with Widget::GetClientScreenBounds and GetWindowScr...ben@chromium.org2011-03-031-2/+1
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-3/+3
* Rename the TabContentWrapper pieces to be "TabHelper"s. (Except for the Passw...avi@chromium.org2011-02-161-2/+2
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-101-1/+1
* Revert 74377 - Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* Migrate Event API methods to Google Style.ben@chromium.org2011-02-091-1/+1
* Move find-in-page from TabContents to TabContentsWrapper.avi@chromium.org2011-02-011-4/+8
* Revert 73294 - Move find-in-page from TabContents to TabContentsWrapper.davemoore@chromium.org2011-02-011-8/+4
* Move find-in-page from TabContents to TabContentsWrapper.avi@chromium.org2011-02-011-4/+8
* Cleanup: Remove unneeded chrome/browser/ui/browser.h usage.thestig@chromium.org2011-01-131-1/+2
* Move app/key* to ui/base/keycodes/*ben@chromium.org2011-01-131-12/+12
* Remove the stubbed out headers in chrome/browser/views.msw@chromium.org2011-01-101-2/+2
* Replace Textfield::Keystroke with views::KeyEvent.oshima@chromium.org2011-01-051-6/+6
* Fix Find regression where text is not selected once youfinnur@chromium.org2010-12-071-0/+4
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+0