summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Cleanup: Remove unneeded scoped_ptr.h includes from ash, base, media, and ui.thestig@chromium.org2012-05-164-6/+5
* Show the "cannot proceed" text only when appropriate.palmer@chromium.org2012-05-162-0/+2
* Fix blank lines being ignored in JS alerts.asvitkine@chromium.org2012-05-151-1/+3
* Set vt=VT_DISPATCH when returning a focused child elementtommi@chromium.org2012-05-151-0/+1
* Remove some more OS_CHROMEOS from browser.beng@google.com2012-05-151-5/+4
* aura/ash split: Moves RootWindowEventFilter and InputMethodEventFilter to ui/...erg@google.com2012-05-152-4/+26
* Do not consume an ET_KEY_RELEASED event in NativeTextfieldViews and NativeCom...yusukes@chromium.org2012-05-152-2/+2
* This restores a hack that was in place in the old NativeTabContentsContainer ...beng@google.com2012-05-154-42/+21
* Change the way _EXPORT macros look.thakis@chromium.org2012-05-151-0/+4
* Better fix for closing uber tray when clicking on Desktoppkotwicz@chromium.org2012-05-154-9/+33
* ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-1533-282/+278
* Revert 137040 - This restores a hack that was in place in the old NativeTabCo...vrk@google.com2012-05-154-21/+42
* This restores a hack that was in place in the old NativeTabContentsContainer ...ben@chromium.org2012-05-154-42/+21
* Take 2 at: Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-158-50/+33
* Simplify SplitStringIntoParagraphs().asvitkine@chromium.org2012-05-151-42/+10
* 1. bottom_view_ is removed.xji@chromium.org2012-05-142-53/+24
* Revert 136964 - Change SetImage, SetBackground, and SetToggledImage to take i...vrk@google.com2012-05-149-52/+48
* Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-1433-276/+285
* ui: Move NativeTheme files into ui/base/native_theme/ directory.tfarina@chromium.org2012-05-1433-285/+276
* Remove RenderText's dependency on NativeTheme.asvitkine@chromium.org2012-05-141-0/+11
* Make touch-optimized-ui a tri-state flagrbyers@chromium.org2012-05-141-4/+2
* Change SetImage, SetBackground, and SetToggledImage to take in a gfx::ImageSkiapkotwicz@chromium.org2012-05-149-48/+52
* Revert 136877 - Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-148-33/+50
* Changes RootWindow capture code so that we only have one capturesky@chromium.org2012-05-148-50/+33
* views: Export MessageBoxView::InitParams struct as well.tfarina@chromium.org2012-05-131-1/+1
* views: Add a new ctor to MessageBoxView that takes only a InitParams.tfarina@chromium.org2012-05-133-38/+32
* views: Have a more accurate name for View parent_owned accessors.tfarina@chromium.org2012-05-127-15/+14
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-112-2/+2
* Makes View only consume a long press if drag was started.sky@chromium.org2012-05-112-5/+9
* views: Fix SetHotTracked/IsHotTracked issue.tfarina@chromium.org2012-05-116-47/+48
* Add GetImageSkiaNamed to resource_bundle and theme_provider.pkotwicz@chromium.org2012-05-112-0/+6
* Fixes drag and drop crash. The problem was when I madesky@chromium.org2012-05-102-8/+33
* Adds the option of aligning the launcher to the left or right. Theresky@chromium.org2012-05-103-18/+80
* Aura desktop: Don't move the window to the origin when we get an external siz...erg@chromium.org2012-05-091-1/+2
* Revert 136124 - Allow the RWHVW to be focused when a window is restored from ...ben@chromium.org2012-05-092-17/+0
* Allow the RWHVW to be focused when a window is restored from minimized.ben@chromium.org2012-05-092-0/+17
* Added base::win::InitializeWindowClass() wrapper to make sure that window cla...alexeypa@chromium.org2012-05-091-8/+15
* Add new ResourceBundle::Delegate interface.marshall@chromium.org2012-05-092-2/+2
* Revert 135791 - Let Chrome app handle Ash accelerators first if the app is la...yusukes@google.com2012-05-096-110/+49
* Implement par of aura menu spec:jennyz@google.com2012-05-091-1/+7
* Fix the menu size calculation issue button introduced by: https://src.chromiu...jennyz@google.com2012-05-091-6/+6
* Resets menu show timer only when pending selected item changes.xiyuan@chromium.org2012-05-081-3/+6
* Fix missing empty line in JS.xji@chromium.org2012-05-081-11/+41
* Move DIP translation from ui/aura to ui/compositor.oshima@chromium.org2012-05-081-38/+5
* Implement part of aura menu spec described in:jennyz@google.com2012-05-087-19/+45
* views/examples: Clean up cpplint warnings.tfarina@chromium.org2012-05-0810-19/+22
* Don't activate TYPE_CONTROL on aura only.oshima@chromium.org2012-05-082-3/+3
* Let Chrome app handle Ash accelerators first if the app is launched as a window.yusukes@google.com2012-05-086-49/+110
* ash: First pass of Applist v2.xiyuan@chromium.org2012-05-072-5/+5
* Correct handling of multiline text in buttons.antrim@chromium.org2012-05-072-9/+22