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
/
widget
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds Window::MoveChildToFront, with surrounding changes.
sky@chromium.org
2011-11-08
14
-210
/
+20
*
Fix constrained window on arua
oshima@google.com
2011-11-07
1
-1
/
+1
*
Fix Win dbg shared build; export Widget::Observer.
msw@chromium.org
2011-11-07
1
-1
/
+1
*
Close new bubbles on deactivate; disable rendering Chrome inactive.
msw@chromium.org
2011-11-07
2
-21
/
+13
*
Makes launcher handle overflow.
sky@chromium.org
2011-11-04
1
-1
/
+1
*
Limit WidgetTest.Visibility to OS_WIN && !USE_AURA.
asanka@chromium.org
2011-11-03
1
-3
/
+25
*
Fixes painting regression. The problem was I optimized to only send to
sky@chromium.org
2011-11-03
1
-3
/
+3
*
Adds bugs to NOTIMPLEMENTED()s in NativeWidgetAura
ben@chromium.org
2011-11-02
1
-4
/
+23
*
Add WorkspaceObserver to observe changes in workspace state
oshima@chromium.org
2011-11-02
1
-0
/
+1
*
Move maximize/fullscreen/restore to shell
oshima@google.com
2011-11-01
1
-16
/
+18
*
Gets disable inactive frame rendering to work correctly for aura. This
sky@chromium.org
2011-11-01
11
-10
/
+73
*
Create constrained windows in a hidden state.
asanka@chromium.org
2011-11-01
2
-1
/
+20
*
Tweaks whether Show activates the window or not. I'm pretty sure this
sky@chromium.org
2011-11-01
2
-4
/
+8
*
aura: Add fullscreen/popups to RenderWidgetHostViewAura.
derat@chromium.org
2011-10-31
2
-9
/
+28
*
Makes DefaultContainerLayoutManager ignore windows with transient
sky@chromium.org
2011-10-31
1
-1
/
+3
*
Support IMM32 reconversion on Windows.
penghuang@chromium.org
2011-10-31
1
-0
/
+1
*
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
1
-0
/
+8
*
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
1
-8
/
+0
*
Enable the new layer animation framework.
vollick@chromium.org
2011-10-28
1
-0
/
+8
*
Aura build fix: Make TooltipManagerViews an observer of parent Widget and
varunjain@chromium.org
2011-10-28
2
-2
/
+19
*
Enable tooltips for aura.
varunjain@chromium.org
2011-10-27
4
-30
/
+59
*
touchui: Update a couple of command-line flags.
sadrul@chromium.org
2011-10-27
1
-3
/
+1
*
ui/gfx: Convert Canvas::TranslateInt() to use gfx::Point.
tfarina@chromium.org
2011-10-27
1
-1
/
+1
*
Move view property implmentation from NativeWidgetAura to window.
oshima@chromium.org
2011-10-27
2
-27
/
+3
*
Convert View::HasFocus() to be const. Required adding const versions of some...
pkasting@chromium.org
2011-10-26
4
-8
/
+12
*
Changes Window::Init to take whether the layer has a texture. And
sky@chromium.org
2011-10-26
3
-3
/
+9
*
Refactors some 'Clear to transparent code'
pkotwicz@chromium.org
2011-10-26
1
-3
/
+2
*
Adds transient children to Window. A transient child is owned by the
sky@chromium.org
2011-10-26
4
-5
/
+13
*
ui/gfx: Convert Canvas::ClipRectInt() to use gfx::Rect.
tfarina@chromium.org
2011-10-26
1
-4
/
+1
*
[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
5
-19
/
+6
*
rename Run in MessageLoopForUI to RunWithDispatcher
oshima@google.com
2011-10-24
1
-1
/
+1
*
Implement NativeWidgetAura::GetScreenBounds
oshima@chromium.org
2011-10-22
1
-3
/
+4
*
LayoutManager controls child bounds. Added SetChildBounds and several listene...
oshima@google.com
2011-10-21
2
-26
/
+10
*
Set NULL as the parent for non-TYPE_CONTROL windows. We should set a transien...
ben@chromium.org
2011-10-20
1
-2
/
+6
*
Get KeyEvents to limp in Aura. This assumes the desktop host is going to send...
ben@chromium.org
2011-10-19
1
-0
/
+5
*
aura: Make key and mouse events for renderers work correctly in X11 with RWHV...
sadrul@chromium.org
2011-10-19
1
-2
/
+2
*
Views Bubble API adjustments and cleanup
msw@chromium.org
2011-10-18
2
-5
/
+0
*
Minimum size for aura window
oshima@google.com
2011-10-17
3
-6
/
+8
*
aura: Add support for touch events.
sadrul@chromium.org
2011-10-17
2
-2
/
+10
*
Wires keeping the launcher up to date with the browser. I also needed GetBrow...
sky@chromium.org
2011-10-15
2
-12
/
+27
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
1
-1
/
+4
*
Enable VSync on TOUCH_UI
backer@chromium.org
2011-10-13
1
-1
/
+2
*
Flash white instead of black when the URL is changed in the omnibox for the s...
pkotwicz@chromium.org
2011-10-13
1
-0
/
+6
*
views: Remove includes to deprecated base/task.h.
tfarina@chromium.org
2011-10-13
1
-1
/
+0
*
touchui: Fix child toplevel widget positioning in touchui.
sadrul@chromium.org
2011-10-13
2
-4
/
+26
[next]