summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/find_bar_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-5/+3
* Replace WebDocument::clearfocusedNode to clearFocusedElementmahesh.kk@samsung.com2014-02-271-1/+1
* Replace string16 with base::string16 in chrome/browserbrettw@chromium.org2013-12-121-3/+3
* Use base namespace for string16 in chrome/browserbrettw@chromium.org2013-12-101-3/+3
* Preserve find bar selection across tab switches.pkasting@chromium.org2013-09-301-6/+8
* Moves ui/base/events to ui/eventssky@chromium.org2013-09-181-1/+1
* Moves most files from ui/base/keycodes to ui/events/keycodessky@chromium.org2013-09-171-1/+1
* This is a follow-up to https://chromiumcodereview.appspot.com/16305010/. To e...vasilii@chromium.org2013-08-261-4/+4
* Keep the top-of-window views revealed when the mouse is hovered above the fin...pkotwicz@chromium.org2013-06-181-0/+17
* Remove layer reordering which is not useful anymore + set kViewHost key for t...pkotwicz@chromium.org2013-06-081-1/+1
* Make the relationship between the find bar position and the top container he...pkotwicz@chromium.org2013-04-301-0/+4
* Mac: Update find bar when switching tabssail@chromium.org2013-02-271-0/+7
* Remove WebContents methods that duplicate WebContentsView methods.jam@chromium.org2013-02-261-1/+1
* Remove TabContents from ui/find_bar.avi@chromium.org2012-11-071-13/+9
* Switch FindTabHelper to use WebContentsUserData.avi@chromium.org2012-09-291-4/+7
* events: Move some files into ui/base/events/sadrul@chromium.org2012-09-041-1/+1
* Remove views::KeyEvent, replacing uses of it with ui::KeyEvent.ben@chromium.org2012-08-091-1/+2
* 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