summaryrefslogtreecommitdiffstats
path: root/views
Commit message (Expand)AuthorAgeFilesLines
* Fix bad memory access in MenuHostGtk::HandleGrabBroke when the menu isdmazzoni@chromium.org2011-03-151-4/+6
* Replace views::TextRange with ui::Range.suzhe@google.com2011-03-1514-125/+61
* Add a TODO, remove NOTIMPLEMENTED to quiet things down.sadrul@chromium.org2011-03-151-1/+1
* Have a helper class to automatically save and restore the canvas transformati...sadrul@chromium.org2011-03-151-18/+41
* Revert 78222 - Add native capture API to Widget, and fix a bug in Window wher...ben@chromium.org2011-03-159-82/+95
* Add native capture API to Widget, and fix a bug in Window where we wouldn't l...ben@chromium.org2011-03-159-95/+82
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-153-4/+4
* Fix clang build, failure caused by r78149.sadrul@chromium.org2011-03-155-5/+5
* Start working on compositor tree painting.sadrul@chromium.org2011-03-1511-31/+180
* These files missed the last checkinben@chromium.org2011-03-152-9/+9
* Reland 78062 with some NULL checks.ben@chromium.org2011-03-1410-29/+89
* Clean up some event code:msw@chromium.org2011-03-1425-299/+284
* Revert 78062 - Migrate more of BrowserFrame's event handling down into Window...ben@chromium.org2011-03-1412-93/+38
* Tuned the MouseRelease handler in the Dropdown Button to not un-depress the b...stevet@google.com2011-03-142-21/+127
* Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a...ben@chromium.org2011-03-1412-38/+93
* Fix clang build (tested on trybots this time!).dmazzoni@chromium.org2011-03-146-8/+11
* touch: Fix touch events bubbling up the hierarchy.sadrul@chromium.org2011-03-142-15/+34
* Revert 78040 - Fix clang build. (Made things worse...)dmazzoni@chromium.org2011-03-145-10/+8
* Fix clang build.dmazzoni@chromium.org2011-03-145-8/+10
* Remove NativeViewAccessibilityWin from the views namespace becausedmazzoni@chromium.org2011-03-143-12/+10
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-1484-646/+606
* Avoid dangling references to Views from FocusManager.asanka@chromium.org2011-03-125-14/+32
* Show details about allowed and blocked cookies in a tabbed pane. Also reworksrogerta@chromium.org2011-03-112-25/+83
* Add Activation support to WindowDelegate.ben@chromium.org2011-03-119-5/+37
* Reland: Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrows...ben@chromium.org2011-03-113-0/+16
* Revert 77773 and 77774.ben@chromium.org2011-03-113-16/+0
* Make BrowserFrame concrete, create NativeBrowserFrame and NativeBrowserFrameD...ben@chromium.org2011-03-113-0/+16
* Remove broken (and previously unused) OnMouseLeave overrides.msw@chromium.org2011-03-102-31/+0
* Build out NativeWindow interface for Window method pass-thrus.ben@chromium.org2011-03-1014-431/+456
* Fix final nits on linux_viewserg@google.com2011-03-107-39/+88
* views: Moves TextfieldController/TextRange into their own headers.tfarina@chromium.org2011-03-1015-121/+153
* Consolidate more into Window.ben@chromium.org2011-03-098-212/+252
* Consolidate more into Window:ben@chromium.org2011-03-0916-108/+120
* Add check for window on view in MouseObserverdavemoore@chromium.org2011-03-091-1/+5
* This will help minimize the area we paint various views, including BrowserVie...davemoore@chromium.org2011-03-0919-129/+175
* Fix obsolete dependencies that create needless recompiling. jeanluc@chromium.org2011-03-091-1/+0
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-096-26/+38
* Fix clang build by renaming method ShowWindow()ben@chromium.org2011-03-096-7/+8
* Consolidate window showing into Window base class.ben@chromium.org2011-03-0914-305/+326
* Fix last_mouse_move_*_ check, doh!msw@chromium.org2011-03-091-1/+1
* Fixed spelling and typos.wyck@chromium.org2011-03-091-3/+3
* Increase the base font size for touch uisaintlou@chromium.org2011-03-081-0/+4
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-081-2/+2
* Consolidate some more stuff in Window. PreferredSize obtaining.ben@chromium.org2011-03-086-23/+31
* touch: Fix a crash when clicking on a webpage.sadrul@chromium.org2011-03-081-18/+7
* touch: Fix compile for the new MouseEvent ctors (r77221).sadrul@chromium.org2011-03-083-15/+15
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-0812-449/+414
* Remove wstrings from ui/base/text_elider.h functions.tony@chromium.org2011-03-081-1/+1
* Makes MouseWheelEvent::offset consistent on windows and linux.sky@chromium.org2011-03-074-18/+13
* Move WindowDelegate and NonClientView creation and management to Window.ben@chromium.org2011-03-0716-186/+184