| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide WebContentsView from Chrome. This also removes WebContentsViewPort. | jam@chromium.org | 2014-05-03 | 1 | -5/+3 |
* | Replace WebDocument::clearfocusedNode to clearFocusedElement | mahesh.kk@samsung.com | 2014-02-27 | 1 | -1/+1 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-12 | 1 | -3/+3 |
* | Use base namespace for string16 in chrome/browser | brettw@chromium.org | 2013-12-10 | 1 | -3/+3 |
* | Preserve find bar selection across tab switches. | pkasting@chromium.org | 2013-09-30 | 1 | -6/+8 |
* | Moves ui/base/events to ui/events | sky@chromium.org | 2013-09-18 | 1 | -1/+1 |
* | Moves most files from ui/base/keycodes to ui/events/keycodes | sky@chromium.org | 2013-09-17 | 1 | -1/+1 |
* | This is a follow-up to https://chromiumcodereview.appspot.com/16305010/. To e... | vasilii@chromium.org | 2013-08-26 | 1 | -4/+4 |
* | Keep the top-of-window views revealed when the mouse is hovered above the fin... | pkotwicz@chromium.org | 2013-06-18 | 1 | -0/+17 |
* | Remove layer reordering which is not useful anymore + set kViewHost key for t... | pkotwicz@chromium.org | 2013-06-08 | 1 | -1/+1 |
* | Make the relationship between the find bar position and the top container he... | pkotwicz@chromium.org | 2013-04-30 | 1 | -0/+4 |
* | Mac: Update find bar when switching tabs | sail@chromium.org | 2013-02-27 | 1 | -0/+7 |
* | Remove WebContents methods that duplicate WebContentsView methods. | jam@chromium.org | 2013-02-26 | 1 | -1/+1 |
* | Remove TabContents from ui/find_bar. | avi@chromium.org | 2012-11-07 | 1 | -13/+9 |
* | Switch FindTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-09-29 | 1 | -4/+7 |
* | events: Move some files into ui/base/events/ | sadrul@chromium.org | 2012-09-04 | 1 | -1/+1 |
* | Remove views::KeyEvent, replacing uses of it with ui::KeyEvent. | ben@chromium.org | 2012-08-09 | 1 | -1/+2 |
* | Rename bounds accessors to be intuitive and consistent | oshima@chromium.org | 2012-07-19 | 1 | -2/+2 |
* | views: Put browser_dialogs.h into chrome namespace. | tfarina@chromium.org | 2012-07-02 | 1 | -2/+2 |
* | content: Make GetViewBounds() return a rect rather than using an out param. | tfarina@chromium.org | 2012-06-13 | 1 | -2/+1 |
* | TabContentsWrapper -> TabContents, part 48. | avi@chromium.org | 2012-06-11 | 1 | -2/+2 |
* | Move NativeWebKeyboardEvent to the content namespace. | jam@chromium.org | 2012-05-18 | 1 | -0/+2 |
* | Pass event bitmask (shift, control, alt) to ui::Accelerator instead of booleans. | tfarina@chromium.org | 2012-05-18 | 1 | -2/+2 |
* | Change the EndSession param from bool to an enum to improve readability. | finnur@chromium.org | 2012-05-10 | 1 | -4/+6 |
* | Fix an issue where Find in page was not clearing the ordinal and match count ... | finnur@chromium.org | 2012-05-09 | 1 | -2/+4 |
* | TabContents -> WebContentsImpl, part 23. | avi@chromium.org | 2012-04-18 | 1 | -1/+1 |
* | The find bar can move off of its location at the right hand corner of the scr... | pkotwicz@chromium.org | 2012-03-16 | 1 | -2/+1 |
* | 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 |
* | Experimental Extension Keybinding (first cut). | finnur@chromium.org | 2012-02-23 | 1 | -2/+5 |
* | Rename TabContentsView to WebContentsView and move to content/public. | joi@chromium.org | 2012-01-18 | 1 | -4/+4 |
* | Get rid of another bunch of tab_contents.h includes from chrome and switch th... | jam@chromium.org | 2012-01-05 | 1 | -5/+5 |
* | Add a CanHandleAccelerators() method to AcceleratorTarget. | asanka@chromium.org | 2011-12-27 | 1 | -0/+4 |
* | Rename TabContents::view() to GetView() and put it in the WebContents interface. | jam@chromium.org | 2011-12-21 | 1 | -1/+1 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 1 | -2/+4 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-22 | 1 | -2/+2 |
* | Revert 110949 - views: Move widget/ directory to ui/views. | wez@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | views: Move widget/ directory to ui/views. | tfarina@chromium.org | 2011-11-21 | 1 | -2/+2 |
* | views: Delete bubble, events, focus, layout directories and its stubbed files. | tfarina@chromium.org | 2011-11-18 | 1 | -2/+2 |
* | Unify views implementation of FindBarHost::GetWidgetPositionNative | sadrul@chromium.org | 2011-11-15 | 1 | -0/+8 |
* | Move views::Accelerator to ui in order to use it from aura code. | mazda@chromium.org | 2011-11-14 | 1 | -4/+4 |
* | Add DidChangeFocus to FocusChangeListener. | alicet@chromium.org | 2011-11-10 | 1 | -1/+1 |
* | Removed sending of the content IPC messages from chrome and replaced them wit... | ananta@chromium.org | 2011-09-21 | 1 | -3/+1 |
* | Preliminary work to allow Chrome to build with USE_AURA. | ben@chromium.org | 2011-09-06 | 1 | -1/+1 |
* | Make Windows FindBar stay within window bounds for narrow windows. | jennb@chromium.org | 2011-06-30 | 1 | -2/+6 |
* | Test to verify that FindBar fits within narrow browser window. | jennb@chromium.org | 2011-05-26 | 1 | -0/+5 |
* | ui/base/models: Convert GetKeyCode() to unit_hacker() style (key_code()). | tfarina@chromium.org | 2011-05-20 | 1 | -1/+1 |
* | Remove functions in RenderViewHost and RenderWidgetHost that just send an IPC... | jam@chromium.org | 2011-05-19 | 1 | -1/+3 |
* | The initial prototype code for the compact navigation (cnav) prototype, curre... | stevet@chromium.org | 2011-05-11 | 1 | -1/+2 |