| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace more ObserverList with base::ObserverList. | brettw | 2015-06-03 | 1 | -1/+1 |
* | ui: Use a PaintRecorder to access the Canvas for painting. | danakj | 2015-04-07 | 1 | -3/+4 |
* | Pass a ui::PaintContext from ui::Layer to layer delegates. | danakj | 2015-04-04 | 1 | -3/+6 |
* | [MacViews] Remove stray/unguarded uses of ui/aura/window.h in cross-platform ... | tapted | 2015-04-02 | 2 | -1/+2 |
* | Remove link_chrome_on_windows GN flag. | brettw | 2015-03-02 | 1 | -29/+27 |
* | Remove cc dependency from ui/base | jaekyun | 2015-02-24 | 4 | -4/+15 |
* | Remove more targets from GN Windows build. | brettw | 2015-02-02 | 1 | -27/+29 |
* | Fix 'gn check' errors in //ui/* targets. | tfarina | 2015-02-02 | 1 | -0/+1 |
* | Make ui::Compositor use ui::Scheduler | weiliangc | 2015-01-29 | 1 | -1/+2 |
* | Move the test template to //testing/test.gni (part 2) | qsr | 2015-01-21 | 1 | -0/+1 |
* | Cleanup: Update the path to gfx size headers. | tfarina | 2015-01-03 | 1 | -1/+1 |
* | Cleanup: Update the path to gfx rect headers. | tfarina | 2014-12-31 | 5 | -5/+5 |
* | Revert of Make ui::Compositor use ui::Scheduler (patchset #13 id:360001 of ht... | isherman | 2014-12-06 | 1 | -2/+1 |
* | Make ui::Compositor use ui::Scheduler | weiliangc | 2014-12-05 | 1 | -1/+2 |
* | Componentize ScreenshotTaker. | flackr | 2014-12-03 | 5 | -0/+342 |
* | gn format //ui | scottmg | 2014-12-03 | 1 | -3/+1 |
* | Standardize usage of virtual/override/final specifiers. | dcheng | 2014-10-29 | 1 | -6/+5 |
* | Revert of Make ui::Compositor use ui::Scheduler (patchset #2 id:20001 of http... | weiliangc | 2014-10-09 | 1 | -2/+1 |
* | replace OVERRIDE and FINAL with override and final in ui/ | mostynb | 2014-10-09 | 1 | -3/+3 |
* | Make ui::Compositor use ui::Scheduler | weiliangc | 2014-10-09 | 1 | -1/+2 |
* | Remove Windows snapshot code. | jbauman | 2014-10-02 | 6 | -260/+0 |
* | Remove implicit HANDLE conversions from ui. | rvargas | 2014-09-25 | 1 | -6/+7 |
* | Fix most of the "gn check" errors in ui/* | Brett Wilson | 2014-08-28 | 1 | -0/+1 |
* | Remove implicit conversions from scoped_refptr to T* in ui/ | dcheng | 2014-08-25 | 1 | -2/+2 |
* | Remove myself from some android owners files. | yfriedman@chromium.org | 2014-08-22 | 1 | -2/+2 |
* | Add chrome, installer_util targets to GN build. | brettw@chromium.org | 2014-08-20 | 1 | -30/+31 |
* | Move blink<->cc bindings to cc/blink | jamesr@chromium.org | 2014-08-19 | 1 | -0/+1 |
* | Fix set_area sizes for RequestCopyOfOutput, and related tests. | miu@chromium.org | 2014-08-14 | 1 | -2/+4 |
* | Revert "Make SingleThreadProxy a SchedulerClient" | enne@chromium.org | 2014-08-13 | 1 | -2/+1 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-12 | 1 | -1/+2 |
* | Revert of Make SingleThreadProxy a SchedulerClient (https://codereview.chromi... | tkent@chromium.org | 2014-08-07 | 1 | -2/+1 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-07 | 1 | -1/+2 |
* | Revert 287747 "Make SingleThreadProxy a SchedulerClient" | tommi@chromium.org | 2014-08-06 | 1 | -2/+1 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-08-06 | 1 | -1/+2 |
* | Revert 280493 "Make SingleThreadProxy a SchedulerClient" | nkostylev@chromium.org | 2014-06-28 | 1 | -2/+1 |
* | Make SingleThreadProxy a SchedulerClient | enne@chromium.org | 2014-06-28 | 1 | -1/+2 |
* | Removes bulach@ from OWNERS. | bulach@chromium.org | 2014-06-27 | 1 | -1/+0 |
* | android: Fix snapshot height by including toolbar offset | powei@chromium.org | 2014-06-20 | 1 | -1/+9 |
* | android: Fix set_area size for snapshot_android | powei@chromium.org | 2014-06-17 | 1 | -1/+11 |
* | Stops using ConvertRectToPixel in snapshot_aura. | mukai@chromium.org | 2014-06-12 | 2 | -2/+4 |
* | Add generate_jar_jni template | cjhopman@chromium.org | 2014-06-05 | 1 | -0/+4 |
* | Add GN buildfiles for ui/compositor and snapshot. | brettw@chromium.org | 2014-05-30 | 1 | -0/+91 |
* | Makes Env contain a ContextFactory | sky@chromium.org | 2014-05-22 | 1 | -2/+4 |
* | Make ui::Snapshot asynchronous on Android, remove CompositeAndReadback. | danakj@chromium.org | 2014-05-15 | 5 | -120/+200 |
* | Remove {linux|android}_use_tcmalloc and switch to use_allocator in Chromium. | dmikurube@chromium.org | 2014-05-07 | 1 | -2/+1 |
* | Move DefaultActivationClient to wm/core | ben@chromium.org | 2014-04-30 | 3 | -0/+4 |
* | Revert of Move DefaultActivationClient to wm/core (https://codereview.chromiu... | robliao@chromium.org | 2014-04-30 | 3 | -4/+0 |
* | Move DefaultActivationClient to wm/core | ben@chromium.org | 2014-04-29 | 3 | -0/+4 |
* | Revert 266616 "Move DefaultActivationClient to wm/core" | ben@chromium.org | 2014-04-28 | 3 | -4/+0 |
* | Move DefaultActivationClient to wm/core | ben@chromium.org | 2014-04-28 | 3 | -0/+4 |