| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for -Wunused-function on Linux, Android and ChromeOS | hans@chromium.org | 2013-11-12 | 1 | -0/+3 |
* | Use Window instead of RootWindow in many more places throughout the codebase | ben@chromium.org | 2013-11-10 | 1 | -3/+4 |
* | Allow GrabWindowSnapshot() to fail when libpng fails. | mukai@chromium.org | 2013-11-07 | 1 | -6/+6 |
* | Restructure the events target into two components: | ben@chromium.org | 2013-11-06 | 1 | -2/+0 |
* | ui: Move android C++ source files into base/android directory. | tfarina@chromium.org | 2013-10-31 | 1 | -2/+2 |
* | Make GetRootWindow() return a Window instead of a RootWindow. | ben@chromium.org | 2013-10-25 | 1 | -3/+3 |
* | GTTF: move the test launcher files to base/test/launcher | phajdan.jr@chromium.org | 2013-10-04 | 1 | -1/+1 |
* | 227036 broke the GPU bots on Mac: | skaslev@chromium.org | 2013-10-04 | 1 | -2/+25 |
* | [Mac] Fix ui::GrabViewSnapshot coordinate conversion: the rect was already in... | pfeldman@chromium.org | 2013-10-04 | 1 | -25/+2 |
* | events: Create a separate events component out of ui. | sadrul@chromium.org | 2013-10-01 | 1 | -0/+2 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-30 | 1 | -0/+2 |
* | Revert 225857 "gfx: Create a separate gfx component out of ui." | ckocagil@chromium.org | 2013-09-28 | 1 | -2/+0 |
* | gfx: Create a separate gfx component out of ui. | sadrul@chromium.org | 2013-09-28 | 1 | -0/+2 |
* | Tighten DEPS rules further. | ben@chromium.org | 2013-09-24 | 1 | -1/+2 |
* | Tighten up DEPS rules in src/ui: prevent components from including from each ... | ben@chromium.org | 2013-09-24 | 1 | -1/+3 |
* | Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..." | ben@chromium.org | 2013-09-24 | 1 | -3/+1 |
* | Tighten up DEPS rules in src/ui: prevent components from including from each ... | ben@chromium.org | 2013-09-24 | 1 | -1/+3 |
* | Implement window and view snapshots on Android | skyostil@chromium.org | 2013-09-12 | 1 | -4/+14 |
* | Add Android owners in ui/snapshots | skyostil@chromium.org | 2013-09-10 | 1 | -0/+5 |
* | Convert most run_all_unittests.cc files to use new unit test launcher. | phajdan.jr@chromium.org | 2013-09-05 | 1 | -2/+28 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-12 | 1 | -1/+0 |
* | Revert 216780 "Clean up compositor initialization/destruction." | nhiroki@chromium.org | 2013-08-12 | 1 | -0/+1 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-09 | 1 | -1/+0 |
* | Revert 216278 "Clean up compositor initialization/destruction." | kalman@chromium.org | 2013-08-07 | 1 | -0/+1 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-07 | 1 | -1/+0 |
* | Revert "Clean up compositor initialization/destruction." | danakj@chromium.org | 2013-08-07 | 1 | -0/+1 |
* | Clean up compositor initialization/destruction. | danakj@chromium.org | 2013-08-07 | 1 | -1/+0 |
* | mac: Update clients of scoped_nsobject.h. | thakis@chromium.org | 2013-06-24 | 2 | -5/+5 |
* | mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef. | thakis@chromium.org | 2013-06-24 | 1 | -3/+5 |
* | mac: Move more 10.7 api stuff into sdk_forward_declarations.h | thakis@chromium.org | 2013-06-10 | 1 | -9/+1 |
* | Fix aura Win64 compilation error | jschuh@chromium.org | 2013-06-08 | 1 | -2/+3 |
* | Use base::MessageLoop in more files. | xhwang@chromium.org | 2013-05-30 | 1 | -1/+2 |
* | Make snapshot_unittests depend on allocator.gyp:allocator when necessary | akalin@chromium.org | 2013-05-30 | 1 | -0/+6 |
* | Revert 202787 "Remove unnecessary ui::CompositorTestSupport" | kinuko@chromium.org | 2013-05-29 | 1 | -0/+1 |
* | Remove unnecessary ui::CompositorTestSupport | jamesr@chromium.org | 2013-05-29 | 1 | -1/+0 |
* | Fixes a test dependency for building on non-aura snapshot_unittests | mukai@chromium.org | 2013-05-28 | 1 | -0/+1 |
* | Supports screen rotation / ui-scaling in snapshot_aura.cc | mukai@chromium.org | 2013-05-25 | 4 | -11/+283 |
* | Fix GrabWindowSnapshot not taking into account parents when | tengs@chromium.org | 2013-05-20 | 1 | -3/+8 |
* | Add ui::GrabDesktopSnapshot for Windows. | grt@chromium.org | 2013-04-24 | 5 | -15/+119 |
* | Implemented GetWindowSnapshot on RenderViewImpl | bajones@chromium.org | 2012-12-15 | 11 | -0/+572 |