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
/
aura
/
window.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* property can now manage value's memory
oshima@chromium.org
2012-03-06
1
-9
/
+27
*
Aura: Update window frames, allow resize from outside window
jamescook@chromium.org
2012-03-02
1
-2
/
+5
*
Moves stacking client to Env.
beng@google.com
2012-02-27
1
-1
/
+1
*
Migrate client API setters/getters to take a RootWindow.
ben@chromium.org
2012-02-26
1
-3
/
+6
*
Suppress painting when closing window
oshima@chromium.org
2012-02-23
1
-3
/
+13
*
Replace RootWindow::GetInstance() usage in a bunch of tests with a new root_w...
ben@chromium.org
2012-02-18
1
-3
/
+1
*
aura::Window only supports void* and int values for custom properties, which ...
benrg@chromium.org
2012-02-11
1
-25
/
+29
*
Aura: Fix activated windows sometimes not switching to foreground
jamescook@chromium.org
2012-02-10
1
-32
/
+65
*
Move OnWindowInitialized() from RootWindowObserver to EnvObserver, the observ...
ben@chromium.org
2012-02-03
1
-1
/
+2
*
Adds two new observer methods to allow code to be notified when a Window is a...
ben@chromium.org
2012-02-01
1
-10
/
+26
*
Revert 119976 - Adds two new observer methods to allow code to be notified wh...
ben@chromium.org
2012-01-31
1
-26
/
+10
*
Adds two new observer methods to allow code to be notified when a Window is a...
ben@chromium.org
2012-01-31
1
-10
/
+26
*
Makes GetRootWindow() public on Window so we can begin to convert uses of Roo...
ben@chromium.org
2012-01-31
1
-4
/
+9
*
Fix compile with Aura/Mac ash_shell and workspace controller
dhollowa@chromium.org
2012-01-31
1
-2
/
+3
*
[aura] Return focus to transient parent when modal window closes.
ivankr@chromium.org
2012-01-31
1
-1
/
+2
*
Fix a bug where in the shell the modal window was being visually stacked belo...
ben@chromium.org
2012-01-30
1
-1
/
+4
*
Merge Compositor and CompositorCC
piman@chromium.org
2012-01-29
1
-11
/
+0
*
Synthesize mouse move event after window creation/deletion or size/visibiilty...
oshima@chromium.org
2012-01-27
1
-7
/
+40
*
Fixes regression where ~Window would crash if layer was never created.
sky@chromium.org
2012-01-27
1
-3
/
+5
*
Allow hide animations to work again:
ben@chromium.org
2012-01-27
1
-16
/
+39
*
aura: No shadow for transparent window.
xiyuan@chromium.org
2012-01-26
1
-0
/
+8
*
Aura: Allow compact window mode to be turned on/off at runtime
jamescook@chromium.org
2012-01-25
1
-0
/
+10
*
aura: Remove window from its parent a little early.
sadrul@chromium.org
2012-01-22
1
-2
/
+5
*
Reland "aura/chromeos: Avoid suspending while video is playing."
derat@chromium.org
2012-01-19
1
-0
/
+12
*
NULL check the parent's layer too when removing a child.
ben@chromium.org
2012-01-19
1
-2
/
+2
*
Add a simple animation when showing/hiding windows.
ben@chromium.org
2012-01-19
1
-2
/
+18
*
Revert "aura/chromeos: Avoid suspending while video is playing."
derat@chromium.org
2012-01-19
1
-12
/
+0
*
aura/chromeos: Avoid suspending while video is playing.
derat@chromium.org
2012-01-18
1
-0
/
+12
*
Revert 118057 - Add a simple animation when showing/hiding windows.
dbeam@chromium.org
2012-01-18
1
-17
/
+2
*
Add a simple animation when showing/hiding windows.
ben@chromium.org
2012-01-18
1
-2
/
+17
*
* Don't activate a window if screen is locked.
oshima@chromium.org
2012-01-13
1
-17
/
+31
*
Shell related switches -> aura shell switches.
ben@chromium.org
2011-12-20
1
-3
/
+2
*
Second attempt at moving the StackingClient to a property on the RootWindow.
ben@chromium.org
2011-12-15
1
-6
/
+13
*
Revert r114369 "Store StackingClient on RootWindow in a property."
oshima@chromium.org
2011-12-14
1
-2
/
+2
*
Store StackingClient on RootWindow in a property.
ben@chromium.org
2011-12-14
1
-2
/
+2
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-13
1
-21
/
+0
*
Revert 114095 - Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
1
-0
/
+21
*
Move the concept of Activation to the Shell.
ben@chromium.org
2011-12-12
1
-21
/
+0
*
Rename Desktop->RootWindow.
ben@chromium.org
2011-12-07
1
-28
/
+28
*
aura: Ask the WindowDelegate before a Window is Focus()ed.
sadrul@chromium.org
2011-12-03
1
-2
/
+1
*
Added hotkey support to 8508009
pkotwicz@chromium.org
2011-12-01
1
-13
/
+25
*
aura: Implement window-related methods in platform_util.
derat@chromium.org
2011-11-30
1
-0
/
+9
*
Release aura::Desktop event handler windows on detaching an ancestor window.
flackr@chromium.org
2011-11-30
1
-0
/
+8
*
Revert 112232 - Added hotkey support to 8508009
pkotwicz@chromium.org
2011-11-30
1
-25
/
+13
*
Added hotkey support to 8508009
pkotwicz@chromium.org
2011-11-30
1
-13
/
+25
*
Make Aura and compositor stacking methods more intuitive.
derat@chromium.org
2011-11-23
1
-7
/
+6
*
Aura: Fix window resizing for large drags.
jamescook@chromium.org
2011-11-22
1
-3
/
+8
*
s/Move/Stack/ in names of stacking-related methods.
derat@chromium.org
2011-11-22
1
-6
/
+6
*
aura: Rename OnPropertyChanged to OnWindowPropertyChanged.
derat@chromium.org
2011-11-22
1
-2
/
+2
*
aura: Draw drop shadows under browsers and menus.
derat@chromium.org
2011-11-21
1
-0
/
+22
[next]