index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ui
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for WM_GETOBJECT for NativeTextfieldWin.
tommi@chromium.org
2012-05-07
2
-5
/
+25
*
ui: Move compositor/ directory out of gfx/, up to ui/.
tfarina@chromium.org
2012-05-05
10
-20
/
+20
*
Fix typo: kPriorityXXX -> kXXXPriority. No code change.
yusukes@chromium.org
2012-05-05
1
-2
/
+2
*
Aura Menu Spec: Change the menu top/bottom padding to 2 and left/right paddin...
jennyz@chromium.org
2012-05-04
8
-16
/
+26
*
Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
rkc@chromium.org
2012-05-04
9
-11
/
+159
*
Revert 135369 - Re-implement the screensaver to use WebView instead of Extens...
rkc@chromium.org
2012-05-04
9
-159
/
+11
*
Aura/ash split: Make the omnibox and the status bar part of the main window.
erg@google.com
2012-05-04
2
-2
/
+35
*
Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
rkc@chromium.org
2012-05-04
9
-11
/
+159
*
views: Mark single-argument constructors as explicit.
tfarina@chromium.org
2012-05-04
14
-33
/
+38
*
Revert 135032 (speculative; BookmarkBarViewTest17.ContextMenus3
thakis@chromium.org
2012-05-03
8
-26
/
+16
*
Fixes status bubble on windows. In my fix for 123256 I removed a
sky@chromium.org
2012-05-03
3
-4
/
+2
*
Implement part of auea menu spec:
jennyz@chromium.org
2012-05-02
8
-16
/
+26
*
Move RefCountedMemory Class to Base namespace
simon.hong81@gmail.com
2012-05-02
2
-2
/
+2
*
Revert 135000 - Re-implement the screensaver to use WebView instead of Extens...
rkc@chromium.org
2012-05-02
9
-159
/
+11
*
Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
rkc@chromium.org
2012-05-02
9
-11
/
+159
*
win: Fix a few minor issues found by clang.
thakis@chromium.org
2012-05-02
1
-2
/
+2
*
Revert r134889, "Re-implement the screensaver to use WebView instead of Exten...
caseq@google.com
2012-05-02
9
-159
/
+11
*
Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
rkc@chromium.org
2012-05-02
9
-11
/
+159
*
Revert 134878 - Re-implement the screensaver to use WebView instead of Extens...
rkc@chromium.org
2012-05-02
9
-159
/
+11
*
Re-implement the screensaver to use WebView instead of ExtensionDialogHost.
rkc@chromium.org
2012-05-02
9
-11
/
+159
*
Prevent the volume slider from sending accessibility events when updated via ...
zork@chromium.org
2012-05-02
2
-1
/
+7
*
Gets tab dragging to work in touch mode.
sky@chromium.org
2012-05-01
3
-6
/
+83
*
Get the custom frame limping with win-aura.
ben@chromium.org
2012-05-01
10
-11
/
+278
*
Implement Aura Menu spec for the color specification part.
jennyz@chromium.org
2012-04-30
2
-22
/
+10
*
Fix RenderTextWin CJK font linking size on Windows XP.
asvitkine@chromium.org
2012-04-30
1
-5
/
+6
*
views: Use STLDeleteElements() function in ClearEditHistory().
tfarina@chromium.org
2012-04-28
1
-3
/
+1
*
Fixes possible crash in closing menus. Specifically if we Close a
sky@chromium.org
2012-04-28
1
-0
/
+3
*
This change makes Aura/Views to use DIP, while keeping layer to use Pixels. T...
oshima@chromium.org
2012-04-27
4
-113
/
+58
*
Enable logging in Views Examples.
asvitkine@chromium.org
2012-04-27
1
-0
/
+23
*
views: Make MenuWrapper do not depend on deprecated Menu2 API.
tfarina@chromium.org
2012-04-27
3
-9
/
+12
*
Improves semantics for changing set of visible tabs on the touch tab
sky@chromium.org
2012-04-27
2
-0
/
+13
*
Fix BrowserAccessibilityWin::QueryService to use the service guid rather than...
dtseng@chromium.org
2012-04-27
1
-3
/
+3
*
Fix the bluetooth status notification issue on systemtray.
jennyz@chromium.org
2012-04-27
3
-5
/
+12
*
Make views_examples work in aura without ash.
ben@chromium.org
2012-04-26
2
-7
/
+13
*
Fix a crash of WebView in ash_shell on Chrome OS build.
mazda@chromium.org
2012-04-26
1
-5
/
+1
*
Fixes crash in closing menus. There are two issues here:
sky@chromium.org
2012-04-26
8
-14
/
+72
*
views: Convert NativeTextfieldWin from Menu2 API to MenuModelApdater/MenuRunn...
tfarina@chromium.org
2012-04-26
2
-6
/
+12
*
Revert "Fix the component build for VS2010 while https://chromiumcodereview.a...
dpranke@chromium.org
2012-04-25
1
-4
/
+3
*
* Separated implementation class from gfx::Screen
oshima@chromium.org
2012-04-25
11
-37
/
+28
*
Attempt 3 at a better touch tabstrip. There is still a bunch to do,
sky@chromium.org
2012-04-25
2
-0
/
+16
*
views: Fix var names of ToggleImageButton::SetImage() function.
tfarina@chromium.org
2012-04-25
1
-9
/
+13
*
views: Some code cleanup: touch-events are not used to generate mouse-events ...
sadrul@chromium.org
2012-04-25
2
-44
/
+0
*
Ash/aura split: NativeWidgetAura::GetWindowScreenBounds() should return scree...
erg@chromium.org
2012-04-25
4
-14
/
+37
*
views: Make sure the bubble-delegate removes itself from the anchor-widget's ...
sadrul@chromium.org
2012-04-24
3
-0
/
+26
*
Fix the component build for VS2010 while https://chromiumcodereview.appspot.c...
tommi@chromium.org
2012-04-24
1
-3
/
+4
*
Convert the last users of DOMView to WebView.
ben@chromium.org
2012-04-24
2
-1
/
+12
*
ash: Fix launcher icon overlaps with status.
xiyuan@chromium.org
2012-04-24
2
-13
/
+33
*
views: Add optional overlay image to ImageButton
jamescook@chromium.org
2012-04-23
6
-29
/
+157
*
Make sure the WebContents has focus after being attached to a WebView, if tha...
ben@chromium.org
2012-04-23
1
-0
/
+7
*
Re-reland Propagate OnNativeWidgetMove to delegate/observers, etc.
msw@chromium.org
2012-04-23
8
-29
/
+74
[next]