| Commit message (Expand) | Author | Age | Files | Lines |
* | Elide long emails in the wrench and profile menus. | gab@chromium.org | 2012-03-16 | 3 | -12/+159 |
* | Original CL (http://codereview.chromium.org/9390038/) somehow got screwed and... | oshima@chromium.org | 2012-03-16 | 3 | -28/+68 |
* | ui/gfx: Rename almost all entries from gfx::CanvasSkia to gfx::Canvas. | tfarina@chromium.org | 2012-03-15 | 3 | -7/+5 |
* | Move scoped_ole_initializer.h to ui/base/win and clean up ole initialization/... | tfarina@chromium.org | 2012-03-14 | 2 | -0/+47 |
* | ui/gfx: Update includes to point to canvas.h instead of canvas_skia.h | tfarina@chromium.org | 2012-03-14 | 4 | -5/+5 |
* | Revert 126445 - Elide long emails in the wrench and profile menus. | shess@chromium.org | 2012-03-13 | 3 | -159/+12 |
* | Elide long emails in the wrench and profile menus. | gab@chromium.org | 2012-03-13 | 3 | -12/+159 |
* | Simplify handling of BiDi cursor movement | benrg@chromium.org | 2012-03-13 | 1 | -2/+3 |
* | Make views Slider accessible on Chrome OS | dmazzoni@chromium.org | 2012-03-12 | 1 | -1/+2 |
* | Avoid using Pickle::WriteSize(), which writes an architecture-dependent amount | mdm@chromium.org | 2012-03-12 | 2 | -16/+16 |
* | ui/base: Remove unused include that were left out from a previous change. | tfarina@chromium.org | 2012-03-12 | 1 | -1/+0 |
* | ui/gfx: Move BGRAToRGBA() function to its unique caller (clipboard_gtk.cc). | tfarina@chromium.org | 2012-03-12 | 1 | -2/+25 |
* | ui/base: Move message_box_win.{h,cc} to ui/base/win. | tfarina@chromium.org | 2012-03-12 | 4 | -11/+13 |
* | Add ui/base/accelerators/accelerator_manager_unittest.cc. | yusukes@chromium.org | 2012-03-10 | 1 | -0/+183 |
* | ui/gfx: Make gfx::Canvas inherit from gfx::CanvasSkia. | tfarina@chromium.org | 2012-03-09 | 1 | -5/+5 |
* | Move FindPasteboard to ui/base/clipboard since it's used by two modules (cont... | jam@chromium.org | 2012-03-08 | 2 | -0/+141 |
* | Refactor Pickle Read methods to use higher performance PickleIterator. | jbates@chromium.org | 2012-03-07 | 4 | -19/+15 |
* | gtk: Move ScopedGObject into ui/base/gtk/scoped_gobject.h | tfarina@chromium.org | 2012-03-07 | 4 | -6/+41 |
* | gtk: Move ScopedRegion into scoped_region.{h,cc}. | tfarina@chromium.org | 2012-03-06 | 3 | -55/+82 |
* | Revert 125155 (compile failure on Linux Builder (dbg)(shared)) - gtk: Move Sc... | finnur@chromium.org | 2012-03-06 | 3 | -81/+55 |
* | gtk: Move ScopedRegion into scoped_region.{h,cc}. | tfarina@chromium.org | 2012-03-06 | 3 | -55/+81 |
* | Chrome for Android .pak files no longer packaged as .so files. | benm@chromium.org | 2012-03-06 | 2 | -23/+9 |
* | Coverity: Fix a pass-by-value. | jhawkins@chromium.org | 2012-03-06 | 4 | -4/+4 |
* | Refactor out foreground_help to fix BringBrowserWindowToFront on Windows | scottbyer@chromium.org | 2012-03-05 | 2 | -0/+131 |
* | Extract the last SkColor from ResourceBundle API. | tfarina@chromium.org | 2012-03-05 | 2 | -10/+0 |
* | Change kB to KB for consistency. | dgozman@chromium.org | 2012-03-05 | 2 | -7/+7 |
* | Move most of ui/views/drag_utils to ui/base/dragdrop so it can be used outsid... | jam@chromium.org | 2012-03-05 | 5 | -0/+272 |
* | Switching back the backgroung to JPG. | saintlou@chromium.org | 2012-03-02 | 1 | -5/+11 |
* | Revert 124622 - Change kB to KB for consistency. | battre@chromium.org | 2012-03-02 | 1 | -2/+2 |
* | Change kB to KB for consistency. | dgozman@chromium.org | 2012-03-02 | 1 | -2/+2 |
* | Support for password entry fields, with all characters | benrg@chromium.org | 2012-03-02 | 3 | -0/+137 |
* | Enable Alt-Click -> Right-Click | davemoore@chromium.org | 2012-02-29 | 1 | -0/+25 |
* | Hide the mouse cursor when it boots in ChromeOS. | mukai@chromium.org | 2012-02-29 | 1 | -1/+2 |
* | Refactored RunTest into RunUrlTest in text_elider_unitest. | gab@chromium.org | 2012-02-29 | 2 | -6/+6 |
* | Implemented Clear() functionality in the clipboard. | raymes@chromium.org | 2012-02-29 | 7 | -5/+44 |
* | When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-29 | 4 | -4/+31 |
* | Enabled pressing TAB to traverse through the Omnibox results, removed moving ... | aaron.randolph@gmail.com | 2012-02-29 | 2 | -1/+3 |
* | Updating XTBs based on .GRDs from branch 1025 | karen@chromium.org | 2012-02-29 | 2 | -1/+60 |
* | Revert 123984 for check_deps failure - When locking the screen via Ctrl-Shift-L | mattm@chromium.org | 2012-02-28 | 4 | -31/+4 |
* | When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-28 | 4 | -4/+31 |
* | Revert 123771 - Refactor out foreground_help to fix BringBrowserWindowToFront... | scottbyer@chromium.org | 2012-02-27 | 2 | -131/+0 |
* | Refactor out foreground_help to fix BringBrowserWindowToFront on Windows | scottbyer@chromium.org | 2012-02-27 | 2 | -0/+131 |
* | ui/base: Remove the dependency in Profile from ThemeProvider. | tfarina@chromium.org | 2012-02-27 | 1 | -5/+0 |
* | Support scroll valuators from mice | davemoore@chromium.org | 2012-02-26 | 1 | -21/+10 |
* | Create OWNERS file for ui/base/x | davemoore@chromium.org | 2012-02-26 | 1 | -0/+3 |
* | Revert 123669 because it broke builds: | sadrul@chromium.org | 2012-02-25 | 4 | -27/+4 |
* | When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-25 | 4 | -4/+27 |
* | Modified the flash cipboard interface to add html clipboard support. | raymes@chromium.org | 2012-02-24 | 2 | -0/+8 |
* | Revert 123500 - When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-24 | 4 | -24/+4 |
* | When locking the screen via Ctrl-Shift-L from wrench menu, | pkotwicz@chromium.org | 2012-02-24 | 4 | -4/+24 |