| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | views: Put grid_layout_unittest.cc into views namespace. | tfarina@chromium.org | 2012-06-26 | 1 | -50/+51 |
* | Initial implementation of ColorChooser for Aura. | mukai@chromium.org | 2012-06-26 | 4 | -0/+481 |
* | Revert 144101 - Change InputMethodIBus unittests to IBusClient free one. | jam@chromium.org | 2012-06-26 | 3 | -181/+88 |
* | Change InputMethodIBus unittests to IBusClient free one. | nona@chromium.org | 2012-06-26 | 3 | -88/+181 |
* | about:instant allows control of animation speed | jamescook@chromium.org | 2012-06-25 | 2 | -9/+12 |
* | linux_aura: Bubbles shouldn't have their own RootWindow. | erg@chromium.org | 2012-06-25 | 1 | -1/+2 |
* | Fixes regression caused by 10448070 | pkotwicz@chromium.org | 2012-06-25 | 1 | -2/+4 |
* | RefCounted types should not have public destructors, chromeos edition | rsleevi@chromium.org | 2012-06-25 | 3 | -4/+5 |
* | Fixes shared mac build failure due to 10448070 | pkotwicz@chromium.org | 2012-06-25 | 1 | -0/+1 |
* | Duplicate touch event trigger DCHECK crash in ubuntu 12.04(with Xinput2.2). | junmin.zhu@intel.com | 2012-06-25 | 1 | -12/+13 |
* | This CL adds a new object: ImageSkiaRep | pkotwicz@chromium.org | 2012-06-25 | 20 | -362/+644 |
* | views: Remove obsolete TODO from widget_delegate.h | tfarina@chromium.org | 2012-06-25 | 1 | -4/+0 |
* | Replace gmock dependent module to gmock free module | nona@chromium.org | 2012-06-25 | 1 | -1/+1 |
* | app_list: Remove run_all_unittests.cc | tfarina@chromium.org | 2012-06-25 | 1 | -9/+0 |
* | app_list: Remove unnecessary using declaration from drop_shadow_label.cc. | tfarina@chromium.org | 2012-06-24 | 1 | -8/+2 |
* | app_list: Initialize more views in the initializer list. | tfarina@chromium.org | 2012-06-23 | 7 | -29/+18 |
* | views: Make num_columns() a constant function. | tfarina@chromium.org | 2012-06-23 | 1 | -1/+1 |
* | Adds null check in network menu icon to check if bitmap is null before checki... | pkotwicz@chromium.org | 2012-06-23 | 1 | -0/+2 |
* | This is the 1st CL to add Virtual Screen Coordinates to ash. | oshima@chromium.org | 2012-06-23 | 9 | -8/+26 |
* | Add more trace events to find cause of premature swapbuffers ack. | jbates@chromium.org | 2012-06-22 | 1 | -0/+2 |
* | Return different IDs from TestWebGraphicsContext3D::createTexture | jamesr@chromium.org | 2012-06-22 | 2 | -2/+5 |
* | RenderText: Expose a flag to disable clipping to workaround a Skia bug in the... | asvitkine@chromium.org | 2012-06-22 | 2 | -5/+19 |
* | Update capture on all root windows | oshima@chromium.org | 2012-06-22 | 6 | -75/+164 |
* | linux_aura: Redo how activation is handled. | erg@chromium.org | 2012-06-22 | 10 | -91/+254 |
* | Expose GetBaseline() method on RenderText. | asvitkine@chromium.org | 2012-06-22 | 6 | -1/+24 |
* | [views] Text fields must respond to touch gestures directly. | junmin.zhu@intel.com | 2012-06-22 | 1 | -7/+20 |
* | Adds LocationBarContainer that contains | sky@chromium.org | 2012-06-22 | 2 | -0/+10 |
* | Use glFinish() before EGL context switch for ARM | sheu@chromium.org | 2012-06-22 | 1 | -1/+10 |
* | Make gyp inclusion of render_text_unittest.cc consistent with the implementat... | asvitkine@chromium.org | 2012-06-22 | 2 | -2/+6 |
* | Wire ScrollEvent to views and handle it in app list. | xiyuan@chromium.org | 2012-06-22 | 10 | -6/+53 |
* | Undo the startup_helper_win.h change in r143501 because that breaks the sandb... | jam@chromium.org | 2012-06-22 | 1 | -0/+1 |
* | Fix one-character misalignment of styles in gfx::RenderTextLinux. | kinaba@chromium.org | 2012-06-22 | 1 | -1/+2 |
* | mac: Fix ui_resource_2x data pack path. | thakis@chromium.org | 2012-06-22 | 1 | -3/+1 |
* | Enable incremental linking on browser_tests and unit_tests. | jam@chromium.org | 2012-06-22 | 6 | -8/+5 |
* | Emulate mouse move across extended desktops | oshima@chromium.org | 2012-06-22 | 1 | -15/+17 |
* | Handle TAP gesture on views combo box. | flackr@chromium.org | 2012-06-21 | 2 | -0/+12 |
* | Replace libibus api to chrome dbus module. | nona@chromium.org | 2012-06-21 | 14 | -661/+652 |
* | Fix for screen_mac::GetDisplayNearestPoint. The input point may not | varunjain@chromium.org | 2012-06-20 | 1 | -2/+1 |
* | linux_aura: Focus BrowserFrameAura instead of RenderWidgetHostViewAura. | erg@chromium.org | 2012-06-20 | 1 | -2/+14 |
* | Add about:instant for under-the-hood instant settings like animation timing | jamescook@chromium.org | 2012-06-20 | 1 | -1/+2 |
* | Change spewing DLOGs to DVLOGs. | erg@chromium.org | 2012-06-20 | 1 | -11/+11 |
* | Remember the paging information of AppListView and recover it when reappearing. | mukai@chromium.org | 2012-06-20 | 2 | -5/+3 |
* | Don't look in the locale pak files when trying to load a raw resource. | tony@chromium.org | 2012-06-20 | 1 | -9/+0 |
* | touch: Allow only single-touch for XI2.1 or older. | sadrul@chromium.org | 2012-06-20 | 1 | -6/+8 |
* | Make ImageButton and NetworkMenuIcon work in high DPI | pkotwicz@chromium.org | 2012-06-20 | 5 | -26/+103 |
* | Moves to the last page again in case that the selected page is lost. | mukai@chromium.org | 2012-06-20 | 3 | -7/+28 |
* | Make Alt+Tab accelerator behavior compatible to Windows. | yusukes@chromium.org | 2012-06-20 | 1 | -1/+2 |
* | Some Bidi cleanup to share code and use PostTaskAndReply rather than Waitable... | scr@chromium.org | 2012-06-20 | 1 | -17/+3 |
* | Revert 143092 - Make ImageButton and NetworkMenuIcon work in high DPI | pkotwicz@chromium.org | 2012-06-20 | 5 | -103/+26 |
* | Make ImageButton and NetworkMenuIcon work in high DPI | pkotwicz@chromium.org | 2012-06-20 | 5 | -26/+103 |