summaryrefslogtreecommitdiffstats
path: root/ui
Commit message (Expand)AuthorAgeFilesLines
* Add an exception wrapper to the WindowProc functions sorvargas@google.com2011-03-172-3/+5
* Warn/error on "using namespace blah;" in headers on clang machines.erg@google.com2011-03-161-12/+10
* Fix glue for ClipboardHostMsg_ReadAvailableTypes.dcheng@chromium.org2011-03-164-0/+43
* Implement Clipboard::ReadImage for OS X.dcheng@chromium.org2011-03-151-0/+14
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-154-0/+29
* Introduce ui::Range, a simple container for integral ranges (like text select...rsesek@chromium.org2011-03-156-0/+492
* fav icon -> favicon. Pass 3: kFavIconSize -> kFaviconSizeavi@chromium.org2011-03-151-5/+5
* Fix building gfx_unittests and remoting_unittests in linux dbg-shlib, this ti...sadrul@chromium.org2011-03-151-1/+1
* Fix building gfx_unittests and remoting_unittests in linux dbg-shlib.sadrul@chromium.org2011-03-151-0/+1
* Start working on compositor tree painting.sadrul@chromium.org2011-03-1512-0/+201
* Revert r78134+r78136dcheng@chromium.org2011-03-154-29/+0
* Add stubs and glue for routing a request for an image from the clipboard.dcheng@chromium.org2011-03-154-0/+29
* Fix clang build (tested on trybots this time!).dmazzoni@chromium.org2011-03-143-7/+22
* Revert 78040 - Fix clang build. (Made things worse...)dmazzoni@chromium.org2011-03-143-23/+7
* Fix clang build.dmazzoni@chromium.org2011-03-143-7/+23
* Re-land: Refactor Views accessibility.dmazzoni@chromium.org2011-03-143-0/+176
* Remove Gears from Chrome.aa@chromium.org2011-03-112-16/+0
* Elides the beginning of tab titles that have common prefixes. mad@chromium.org2011-03-113-5/+5
* Coverity PASS_BY_VALUE bug fixesdpapad@chromium.org2011-03-114-4/+4
* Rename TreeNode::SetTitle to TreeNode::set_title. Part 4.tfarina@chromium.org2011-03-111-75/+59
* Rename TreeNode::GetChildCount to TreeNode::child_count. Part 3.tfarina@chromium.org2011-03-102-12/+11
* Make ToUpper and ToLower properly handle embedded NULLs in the input.brettw@chromium.org2011-03-092-2/+19
* Fix clang build.hbono@chromium.org2011-03-091-4/+4
* Optimizes JPEGCodec for libjpeg-turbohbono@chromium.org2011-03-091-0/+73
* Update OnMouseActivate override signatures.msw@chromium.org2011-03-091-16/+16
* Rename TreeNode::GetParent() to TreeNode::parent(). Part 2tfarina@chromium.org2011-03-081-9/+5
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-08106-1/+3486
* Rename IndexOfChild to GetIndexOf. Part 1tfarina@chromium.org2011-03-083-16/+16
* Add new MouseEvent ctors; update WidgetWin & WindowWin usage.msw@chromium.org2011-03-081-25/+17
* Remove wstrings from ui/base/text_elider.h functions.tony@chromium.org2011-03-083-13/+12
* Revert 77068 - Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-07106-3485/+1
* Carnitas: Move app_strings to ui/base/stringssail@chromium.org2011-03-06106-1/+3485
* Do all OOLing in the views code. linux_views now builds clean with the clang ...erg@google.com2011-03-042-1/+6
* Post a task to log the error messages.backer@chromium.org2011-03-042-17/+25
* Rename ContextMenuController::ShowContextMenu() to ShowContextMenuForView().thakis@chromium.org2011-03-041-3/+3
* Rename the methods in DragController.thakis@chromium.org2011-03-041-7/+7
* Revert 76825 - Refactor Views accessibility.jcivelli@chromium.org2011-03-043-176/+0
* Refactor Views accessibility.dmazzoni@chromium.org2011-03-033-0/+176
* To prevent damage to the back-buffer, it's only necessary to defer resize.backer@chromium.org2011-03-031-2/+4
* Convert IconLoader and IconManager to deal with gfx::Image rather than SkBitmap.rsesek@chromium.org2011-03-036-247/+31
* Clean up CF To NS Casts and make them slightly saferdmaclach@chromium.org2011-03-031-1/+2
* De-wstringify OSExchangeData.evan@chromium.org2011-03-027-84/+87
* [Mac] Only confirm-to-quit if the key event matches the Quit menu item.rsesek@chromium.org2011-03-022-0/+5
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-1/+1
* New OOL violations on linux since last week, along with the final Mac OOL fixes.erg@google.com2011-03-014-24/+46
* Take 2 at fixing a double overflow bug in RGB->HSL conversion.tony@chromium.org2011-02-261-3/+3
* Autofill i18n: Set postal code and state field labels based on the selected c...isherman@chromium.org2011-02-251-0/+1
* Add a virtual destructor to ui::Transformhbono@chromium.org2011-02-251-0/+2
* Update LocatedEvent and MouseWheelEvent.msw@chromium.org2011-02-252-4/+6
* Fix rounding error when convering HSL values to RGB.tony@chromium.org2011-02-242-20/+55