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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes regression in menu painting on windows. The regression happened
sky@chromium.org
2011-09-20
4
-4
/
+19
*
views: Remove unnecessary includes to views/window/window_resources.h
tfarina@chromium.org
2011-09-20
2
-2
/
+2
*
Make specifying a texture optional on a Layer.
ben@chromium.org
2011-09-19
2
-6
/
+5
*
views/examples: Fix a typo, do not add widget_example twice.
tfarina@chromium.org
2011-09-19
1
-1
/
+1
*
Fix build on Linux where warning for unused vars are treated as errors.
saintlou@chromium.org
2011-09-19
1
-0
/
+1
*
views/examples: Make it possible to maximize the examples window.
tfarina@chromium.org
2011-09-19
2
-0
/
+10
*
Fix Aura Windows bustage.
ben@chromium.org
2011-09-19
2
-5
/
+9
*
re-checkin http://codereview.chromium.org/7720001/ to add bubble views.
saintlou@chromium.org
2011-09-19
21
-7
/
+923
*
views/examples: Rename ExamplesMain::CreateWindow() to Init().
tfarina@chromium.org
2011-09-19
2
-3
/
+3
*
views/examples: Initialize all the critical stuff in the main() function.
tfarina@chromium.org
2011-09-19
2
-58
/
+54
*
Remove base/scoped_ptr.h
akalin@chromium.org
2011-09-18
2
-2
/
+2
*
Aura under Linux is enabled with:
saintlou@chromium.org
2011-09-18
7
-3
/
+21
*
views: Remove unnecessary include of combobox.h from native_control_win.h
tfarina@chromium.org
2011-09-18
2
-16
/
+19
*
More shell hookup:
ben@chromium.org
2011-09-17
2
-4
/
+19
*
Revise ScopedRedrawLock and the caption button workaround.
msw@chromium.org
2011-09-17
2
-46
/
+84
*
Revert r101033 in preparation for a better patch.
msw@chromium.org
2011-09-17
2
-50
/
+23
*
views/examples: Change the return type of BoolToOnOff() function to char.
tfarina@chromium.org
2011-09-17
3
-7
/
+8
*
views: Remove unused Widget::WindowInitParams() function.
tfarina@chromium.org
2011-09-16
2
-6
/
+0
*
views: Change WidgetDelegate::GetWindowName() to use std::string.
tfarina@chromium.org
2011-09-16
7
-15
/
+15
*
Fix views_aura_desktop build on Linux.
tfarina@chromium.org
2011-09-16
2
-3
/
+8
*
Speculative fix for a crash and tweak to
sky@chromium.org
2011-09-16
2
-5
/
+7
*
views: Fix unnamed namespace comments.
tfarina@chromium.org
2011-09-16
4
-5
/
+5
*
Adds some features to the shell:
ben@chromium.org
2011-09-16
4
-1
/
+11
*
Re-land 98434 (http://codereview.chromium.org/7669028) which was reverted due...
oshima@google.com
2011-09-16
16
-591
/
+1539
*
* Call TooltipManager::Init once
yosin@chromium.org
2011-09-16
1
-7
/
+9
*
External textures outlive layers.
backer@chromium.org
2011-09-15
5
-14
/
+35
*
Adds code for a new Aura shell.
ben@chromium.org
2011-09-15
2
-5
/
+0
*
Clang fix.
evan@chromium.org
2011-09-15
1
-2
/
+1
*
Build fix.
evan@chromium.org
2011-09-15
1
-1
/
+1
*
wstring: remove wstrings from all tooltip-related code
evan@chromium.org
2011-09-15
27
-79
/
+76
*
views: Remove duplicated includes of widget.h
tfarina@chromium.org
2011-09-15
3
-7
/
+9
*
Fixed crash when a SinglesplitView gets embedded inside SingleSplitView.
tfarina@chromium.org
2011-09-15
5
-1
/
+135
*
Updated Wayland API in Chromium
dnicoara@chromium.org
2011-09-15
2
-9
/
+20
*
views/examples: Simplify the process of adding a new example.
tfarina@chromium.org
2011-09-15
3
-64
/
+61
*
Fix Checkdeps.
ben@chromium.org
2011-09-14
1
-1
/
+0
*
Move Aura to UI subdir.
ben@chromium.org
2011-09-14
5
-11
/
+14
*
fix build breakage
oshima@google.com
2011-09-14
1
-1
/
+1
*
Revert "Relanding 100792"
oshima@google.com
2011-09-14
11
-121
/
+73
*
Delete a bunch of redundant code for trimming tooltips.
evan@chromium.org
2011-09-14
5
-55
/
+20
*
Update the keyboard's bounds when the views desktop's bounds are changed.
vollick@chromium.org
2011-09-14
2
-0
/
+31
*
touchui: Fix the maximization of a NativeWidgetGtk.
sadrul@chromium.org
2011-09-14
1
-2
/
+2
*
views: Make use of ObserverList API to add/remove MenuListeners from NativeMenu.
tfarina@chromium.org
2011-09-14
4
-32
/
+13
*
Fix for SetExternalTexture.
backer@chromium.org
2011-09-14
3
-19
/
+4
*
Revise caption button workaround and add crash debugging code.
msw@chromium.org
2011-09-14
2
-23
/
+50
*
The Compositor should own drawing the root layer.
ben@chromium.org
2011-09-14
3
-6
/
+15
*
views: Export AutoNativeNotificationDisabler to fix the win builder.
tfarina@chromium.org
2011-09-14
1
-1
/
+1
*
views: Factor WidgetFocusManager out of FocusManager class.
tfarina@chromium.org
2011-09-14
6
-119
/
+147
*
Rework View Layer Draw() to use the Layer::DrawTree() method and the LayerDel...
ben@chromium.org
2011-09-13
22
-337
/
+151
*
Force clear when root view is animating.
vollick@chromium.org
2011-09-13
1
-1
/
+27
*
views-desktop: Update the size of the maximized windows when the screen dimen...
sadrul@chromium.org
2011-09-13
4
-0
/
+21
[next]