| Commit message (Expand) | Author | Age | Files | Lines |
* | clean up coding style at ash folder. | rucifer1217@gmail.com | 2014-07-22 | 7 | -11/+11 |
* | Prepare to use gfx::RenderText in views::Label. | msw@chromium.org | 2014-07-21 | 5 | -8/+10 |
* | ash: Fix a few leaks in the network list. | sadrul@chromium.org | 2014-07-18 | 1 | -0/+4 |
* | Snap widgets to pixel boundary on ash | oshima@chromium.org | 2014-07-18 | 23 | -98/+212 |
* | Rename "managed (mode|user)" to "supervised user" (part 7) | treib@chromium.org | 2014-07-18 | 16 | -81/+85 |
* | Fixes for re-enabling more MSVC level 4 warnings: misc edition #2 | pkasting@chromium.org | 2014-07-18 | 1 | -6/+12 |
* | Revert 283946 "GN fixes for the Windows build." | vitalybuka@chromium.org | 2014-07-18 | 2 | -5/+4 |
* | GN fixes for the Windows build. | brettw@chromium.org | 2014-07-18 | 2 | -4/+5 |
* | Remove unused ash::WindowSelectorItem::CreateWindowLabel() | tdanderson@chromium.org | 2014-07-17 | 1 | -31/+0 |
* | Fixed TrayBackgroundView::GetBubbleAnchorRect to handle left/right alignment ... | bruthig@chromium.org | 2014-07-17 | 1 | -11/+42 |
* | MacViews: Enhance aura's EventGenerator to abstract platform-specific event g... | tapted@chromium.org | 2014-07-17 | 3 | -14/+17 |
* | Add ash to the GN build. | brettw@chromium.org | 2014-07-16 | 2 | -903/+1275 |
* | Remove remaining overrides of View::HitTestRect() | tdanderson@chromium.org | 2014-07-16 | 2 | -13/+35 |
* | Clear velocity tracker upon delayed ACTION_UP | jdduke@chromium.org | 2014-07-15 | 1 | -1/+2 |
* | MacViews: Move menu run types parameter to constructor. | andresantoso@chromium.org | 2014-07-15 | 4 | -24/+19 |
* | Move UserInfo to user_manager. | nkostylev@chromium.org | 2014-07-14 | 13 | -98/+38 |
* | Updating XTBs based on .GRDs from branch 2062 | amineer@chromium.org | 2014-07-14 | 52 | -261/+261 |
* | Replace touch_ids_bitfield_ with first_touch_id_. | tdresser@chromium.org | 2014-07-14 | 6 | -23/+20 |
* | Update TODO(nsatragno) | tdanderson@chromium.org | 2014-07-14 | 4 | -7/+7 |
* | Use GUID in captive portal API instead of service path | stevenjb@chromium.org | 2014-07-14 | 1 | -2/+2 |
* | chromeos: Move some network related UI in ui/chromeos/ | sadrul@chromium.org | 2014-07-13 | 79 | -1292/+53 |
* | Revert 282837 because it broke non-chromeos builds. | sadrul@chromium.org | 2014-07-12 | 79 | -54/+1292 |
* | chromeos: Move some network related UI in ui/chromeos/ | sadrul@chromium.org | 2014-07-12 | 79 | -1292/+54 |
* | aura: Make sure redirected events have the correct location. | sadrul@chromium.org | 2014-07-12 | 1 | -0/+132 |
* | Add chrome/browser/ui to the GN build. | brettw@chromium.org | 2014-07-11 | 5 | -1/+32 |
* | Updating XTBs based on .GRDs from branch 1985 | matthewyuan@chromium.org | 2014-07-11 | 52 | -279/+227 |
* | Revert 282532 "Updating XTBs based on .GRDs from branch 1985_103" | matthewyuan@chromium.org | 2014-07-11 | 52 | -208/+260 |
* | Updating XTBs based on .GRDs from branch 1985_103 | matthewyuan@chromium.org | 2014-07-11 | 52 | -260/+208 |
* | Fixing spacing around [+] icon in system menu | glevin@chromium.org | 2014-07-10 | 1 | -4/+1 |
* | Avoid changing |drag_reverted_| if the drag was already completed on ChromeOS | pkotwicz@chromium.org | 2014-07-10 | 2 | -30/+28 |
* | Revert 282355 "Add chrome/browser/ui to the GN build." | brettw@chromium.org | 2014-07-10 | 5 | -32/+1 |
* | Add chrome/browser/ui to the GN build. | brettw@chromium.org | 2014-07-10 | 5 | -1/+32 |
* | Fix spelling of 'Enterprise' in several places. | tnagel@chromium.org | 2014-07-10 | 1 | -2/+2 |
* | Separate the logic of popup alignment and workarea handling as delegate. | mukai@chromium.org | 2014-07-10 | 8 | -190/+525 |
* | Support global keyboard commands on Chrome OS. | dtseng@chromium.org | 2014-07-09 | 2 | -30/+68 |
* | Fixing notification message crash on fast dismissal click | skuhne@chromium.org | 2014-07-09 | 2 | -5/+17 |
* | Defer preparing for overview until all overview items are initialized. | flackr@chromium.org | 2014-07-09 | 3 | -10/+21 |
* | Replace simple network properties in settings with ONC values | stevenjb@chromium.org | 2014-07-07 | 1 | -41/+0 |
* | None | amineer@chromium.org | 2014-07-07 | 52 | -303/+355 |
* | Added text filtering to Overview Mode | nsatragno@chromium.org | 2014-07-04 | 16 | -53/+387 |
* | [M-37]: Fix dragging tab via mouse when touch is down on ChromeOS | pkotwicz@chromium.org | 2014-07-04 | 2 | -2/+37 |
* | Fix typo. | avi@chromium.org | 2014-07-03 | 1 | -1/+1 |
* | setConfig is deprecated, use setInfo or allocPixels instead. | reed@google.com | 2014-07-02 | 5 | -10/+5 |
* | Revert 280721 "Specifies the popup alignment from Ash." | mukai@chromium.org | 2014-07-01 | 1 | -10/+0 |
* | Specifies the popup alignment from Ash. | mukai@chromium.org | 2014-07-01 | 1 | -0/+10 |
* | cros: Remove SystemTrayDelegate::IsNetworkBehindCaptivePortal() | sadrul@chromium.org | 2014-06-30 | 4 | -15/+5 |
* | Currently when the virtual keyboard shows, we shrink panels that would be pus... | rsadam@chromium.org | 2014-06-27 | 1 | -11/+21 |
* | Reland "Update the window labels if they change in overview mode." | nsatragno@chromium.org | 2014-06-27 | 6 | -62/+105 |
* | Overview Mode Close Buttons Not Rendering on 2nd Display | jonross@chromium.org | 2014-06-26 | 2 | -20/+32 |
* | AshWindowTreeHostWin is an implementation detail in an anonymous namespace an... | hans@chromium.org | 2014-06-26 | 1 | -2/+2 |