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
*
Support IMM32 reconversion on Windows.
penghuang@chromium.org
2011-10-31
6
-14
/
+167
*
Improve omnibox accessibility on Windows.
dmazzoni@chromium.org
2011-10-31
5
-68
/
+485
*
ui/gfx: Convert Canvas::FillRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-31
13
-48
/
+56
*
aura: brightness and volume bubble.
alicet@chromium.org
2011-10-28
2
-2
/
+17
*
aura: Update how the tooltip manager works.
sadrul@chromium.org
2011-10-28
5
-60
/
+53
*
Destroy tooltip manager if the native window is destroyed.
varunjain@chromium.org
2011-10-28
3
-19
/
+5
*
Aura: Support non-global keyboard shortcuts.
mazda@chromium.org
2011-10-28
1
-3
/
+8
*
Reland r107720 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
8
-192
/
+49
*
aura: Comment noisy NOTIMPLEMENTEDs in NativeWidgetAura.
derat@chromium.org
2011-10-28
1
-13
/
+10
*
Revert 107715 - Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
8
-48
/
+192
*
views/examples: Add ProgressBar example.
tfarina@chromium.org
2011-10-28
4
-0
/
+117
*
Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
8
-192
/
+48
*
Aura build fix: Make TooltipManagerViews an observer of parent Widget and
varunjain@chromium.org
2011-10-28
2
-2
/
+19
*
Change string16 to std::string in the gfx::Font() interface.
erg@chromium.org
2011-10-27
1
-2
/
+2
*
Update native_textfield_win.cc to parallel previous changes to omnibox_view_w...
pkasting@chromium.org
2011-10-27
1
-7
/
+8
*
Enable tooltips for aura.
varunjain@chromium.org
2011-10-27
4
-30
/
+59
*
Fix up compositor mocking.
backer@chromium.org
2011-10-27
2
-6
/
+3
*
touchui: Update a couple of command-line flags.
sadrul@chromium.org
2011-10-27
1
-3
/
+1
*
Revert 107563 - Fix up compositor mocking.
backer@chromium.org
2011-10-27
2
-3
/
+2
*
Fix up compositor mocking.
backer@chromium.org
2011-10-27
2
-2
/
+3
*
ui/gfx: Change Canvas::ScaleInt() to just Canvas::Scale().
tfarina@chromium.org
2011-10-27
2
-2
/
+2
*
views/examples: Alphabetize examples list.
tfarina@chromium.org
2011-10-27
3
-12
/
+13
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
5
-10
/
+11
*
Move view property implmentation from NativeWidgetAura to window.
oshima@chromium.org
2011-10-27
2
-27
/
+3
*
This patch lets the browser window punch a hole in the DesktopBackgroundView,
pkotwicz@chromium.org
2011-10-26
1
-0
/
+11
*
[Aura] Fix NativeViewHostAura::RemovedFromWidget crash.
xiyuan@chromium.org
2011-10-26
2
-14
/
+30
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
24
-92
/
+114
*
Support keyboard navigation in avatar menu
sail@chromium.org
2011-10-26
1
-2
/
+3
*
Changes Window::Init to take whether the layer has a texture. And
sky@chromium.org
2011-10-26
4
-6
/
+12
*
Refactors some 'Clear to transparent code'
pkotwicz@chromium.org
2011-10-26
2
-4
/
+4
*
Adds transient children to Window. A transient child is owned by the
sky@chromium.org
2011-10-26
4
-5
/
+13
*
Use LockScreen container for login screen.
ivankr@chromium.org
2011-10-26
1
-1
/
+1
*
Make GetAnchorPoint non const.
alicet@chromium.org
2011-10-26
2
-2
/
+2
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
3
-10
/
+6
*
Makes the new browser button and show apps buttons animate transition
sky@chromium.org
2011-10-25
2
-0
/
+10
*
views: Factor out SingleSplitView Observer into SingleSplitViewListener.
tfarina@chromium.org
2011-10-25
5
-26
/
+47
*
aura: Fix shift/ctrl/alt keyevents with RWHVA and X11.
sadrul@chromium.org
2011-10-25
1
-14
/
+4
*
[Aura] Turns on Window opacity support.
xiyuan@chromium.org
2011-10-25
1
-1
/
+1
*
ui::TestCompositor::TestCompositor() constructor has been changed to take a a...
backer@chromium.org
2011-10-25
7
-38
/
+7
*
ui/gfx: Convert Canvas::DrawFocusRect() to use gfx::Rect.
tfarina@chromium.org
2011-10-25
4
-7
/
+5
*
Fixes to build chrome under chroot:
saintlou@chromium.org
2011-10-24
2
-0
/
+4
*
[Aura] Fix invisible DOMView.
xiyuan@chromium.org
2011-10-24
1
-1
/
+1
*
Changes launcher animations to fade before moving.
sky@chromium.org
2011-10-24
2
-5
/
+4
*
views: Change the remaining std::wstring entries to string16.
tfarina@chromium.org
2011-10-24
4
-19
/
+20
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
6
-13
/
+13
*
Implement NativeWidgetAura::GetScreenBounds
oshima@chromium.org
2011-10-22
1
-3
/
+4
*
Use WebKit compositor in ui::Layer
piman@chromium.org
2011-10-22
3
-0
/
+29
*
views: Change from wstring to string16 in controls/ directory.
tfarina@chromium.org
2011-10-21
7
-28
/
+28
*
LayoutManager controls child bounds. Added SetChildBounds and several listene...
oshima@google.com
2011-10-21
2
-26
/
+10
*
Revert r106696 - Fix for a memory leak in views/controls/native/native_view_h...
timurrrr@chromium.org
2011-10-21
1
-1
/
+1
[next]