summaryrefslogtreecommitdiffstats
path: root/ui/views
Commit message (Expand)AuthorAgeFilesLines
* Add support for WM_GETOBJECT for NativeTextfieldWin.tommi@chromium.org2012-05-072-5/+25
* ui: Move compositor/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-0510-20/+20
* Fix typo: kPriorityXXX -> kXXXPriority. No code change.yusukes@chromium.org2012-05-051-2/+2
* Aura Menu Spec: Change the menu top/bottom padding to 2 and left/right paddin...jennyz@chromium.org2012-05-048-16/+26
* Re-implement the screensaver to use WebView instead of ExtensionDialogHost.rkc@chromium.org2012-05-049-11/+159
* Revert 135369 - Re-implement the screensaver to use WebView instead of Extens...rkc@chromium.org2012-05-049-159/+11
* Aura/ash split: Make the omnibox and the status bar part of the main window.erg@google.com2012-05-042-2/+35
* Re-implement the screensaver to use WebView instead of ExtensionDialogHost.rkc@chromium.org2012-05-049-11/+159
* views: Mark single-argument constructors as explicit.tfarina@chromium.org2012-05-0414-33/+38
* Revert 135032 (speculative; BookmarkBarViewTest17.ContextMenus3thakis@chromium.org2012-05-038-26/+16
* Fixes status bubble on windows. In my fix for 123256 I removed asky@chromium.org2012-05-033-4/+2
* Implement part of auea menu spec:jennyz@chromium.org2012-05-028-16/+26
* Move RefCountedMemory Class to Base namespacesimon.hong81@gmail.com2012-05-022-2/+2
* Revert 135000 - Re-implement the screensaver to use WebView instead of Extens...rkc@chromium.org2012-05-029-159/+11
* Re-implement the screensaver to use WebView instead of ExtensionDialogHost.rkc@chromium.org2012-05-029-11/+159
* win: Fix a few minor issues found by clang.thakis@chromium.org2012-05-021-2/+2
* Revert r134889, "Re-implement the screensaver to use WebView instead of Exten...caseq@google.com2012-05-029-159/+11
* Re-implement the screensaver to use WebView instead of ExtensionDialogHost.rkc@chromium.org2012-05-029-11/+159
* Revert 134878 - Re-implement the screensaver to use WebView instead of Extens...rkc@chromium.org2012-05-029-159/+11
* Re-implement the screensaver to use WebView instead of ExtensionDialogHost.rkc@chromium.org2012-05-029-11/+159
* Prevent the volume slider from sending accessibility events when updated via ...zork@chromium.org2012-05-022-1/+7
* Gets tab dragging to work in touch mode.sky@chromium.org2012-05-013-6/+83
* Get the custom frame limping with win-aura.ben@chromium.org2012-05-0110-11/+278
* Implement Aura Menu spec for the color specification part.jennyz@chromium.org2012-04-302-22/+10
* Fix RenderTextWin CJK font linking size on Windows XP.asvitkine@chromium.org2012-04-301-5/+6
* views: Use STLDeleteElements() function in ClearEditHistory().tfarina@chromium.org2012-04-281-3/+1
* Fixes possible crash in closing menus. Specifically if we Close asky@chromium.org2012-04-281-0/+3
* This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...oshima@chromium.org2012-04-274-113/+58
* Enable logging in Views Examples.asvitkine@chromium.org2012-04-271-0/+23
* views: Make MenuWrapper do not depend on deprecated Menu2 API.tfarina@chromium.org2012-04-273-9/+12
* Improves semantics for changing set of visible tabs on the touch tabsky@chromium.org2012-04-272-0/+13
* Fix BrowserAccessibilityWin::QueryService to use the service guid rather than...dtseng@chromium.org2012-04-271-3/+3
* Fix the bluetooth status notification issue on systemtray.jennyz@chromium.org2012-04-273-5/+12
* Make views_examples work in aura without ash.ben@chromium.org2012-04-262-7/+13
* Fix a crash of WebView in ash_shell on Chrome OS build.mazda@chromium.org2012-04-261-5/+1
* Fixes crash in closing menus. There are two issues here:sky@chromium.org2012-04-268-14/+72
* views: Convert NativeTextfieldWin from Menu2 API to MenuModelApdater/MenuRunn...tfarina@chromium.org2012-04-262-6/+12
* Revert "Fix the component build for VS2010 while https://chromiumcodereview.a...dpranke@chromium.org2012-04-251-4/+3
* * Separated implementation class from gfx::Screenoshima@chromium.org2012-04-2511-37/+28
* Attempt 3 at a better touch tabstrip. There is still a bunch to do,sky@chromium.org2012-04-252-0/+16
* views: Fix var names of ToggleImageButton::SetImage() function.tfarina@chromium.org2012-04-251-9/+13
* views: Some code cleanup: touch-events are not used to generate mouse-events ...sadrul@chromium.org2012-04-252-44/+0
* Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...erg@chromium.org2012-04-254-14/+37
* views: Make sure the bubble-delegate removes itself from the anchor-widget's ...sadrul@chromium.org2012-04-243-0/+26
* Fix the component build for VS2010 while https://chromiumcodereview.appspot.c...tommi@chromium.org2012-04-241-3/+4
* Convert the last users of DOMView to WebView.ben@chromium.org2012-04-242-1/+12
* ash: Fix launcher icon overlaps with status.xiyuan@chromium.org2012-04-242-13/+33
* views: Add optional overlay image to ImageButtonjamescook@chromium.org2012-04-236-29/+157
* Make sure the WebContents has focus after being attached to a WebView, if tha...ben@chromium.org2012-04-231-0/+7
* Re-reland Propagate OnNativeWidgetMove to delegate/observers, etc.msw@chromium.org2012-04-238-29/+74