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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
aura: More dead-code removal for layerless windows.
sadrul
2015-07-13
1
-10
/
+0
*
aura: Remove more code related to layerless windows.
sadrul
2015-07-07
1
-15
/
+0
*
Removes the useless GetFocusedTextInputClient().
shuchen
2015-07-02
1
-4
/
+0
*
Replace more ObserverList with base::ObserverList.
brettw
2015-06-03
1
-1
/
+1
*
aura: Remove unused Window::Blur().
sadrul
2015-05-11
1
-2
/
+1
*
Pass a ui::PaintContext from ui::Layer to layer delegates.
danakj
2015-04-04
1
-3
/
+3
*
aura: Remove layerless windows.
danakj
2015-04-03
1
-2
/
+1
*
text input focus: Supports Window::GetFocusedTextInputClient.
yukishiino
2015-01-28
1
-0
/
+5
*
Use template specialization to generate WindowProperty code.
oshima
2015-01-07
1
-1
/
+5
*
Cleanup: Update the path to gfx rect headers.
tfarina
2014-12-31
1
-1
/
+1
*
Cleanup: Update the path to insets and point headers.
tfarina
2014-12-23
1
-1
/
+1
*
Revert of Use template specialization to generate WindowProperty code (patchs...
chirantan
2014-12-19
1
-5
/
+1
*
Use template specialization to generate WindowProperty code.
oshima
2014-12-19
1
-1
/
+5
*
ObserverList::HasObserver now takes a const pointer.
mgiuca
2014-11-10
1
-1
/
+1
*
aura: Move Window::ContainsMouse() implementation into the test API.
Sadrul Habib Chowdhury
2014-10-21
1
-3
/
+0
*
Standardize usage of virtual/override/final in ui/
dcheng
2014-10-21
1
-12
/
+11
*
replace OVERRIDE and FINAL with override and final in ui/
mostynb
2014-10-09
1
-9
/
+9
*
Propagate window transformed notification to child hierarchy
mohsen
2014-09-10
1
-0
/
+4
*
Stop painting when receiving delegated frame
enne
2014-08-23
1
-0
/
+2
*
Reland "Update the window labels if they change in overview mode."
nsatragno@chromium.org
2014-06-27
1
-1
/
+1
*
Revert 279887 "Update the window labels if they change in overvi..."
pastarmovj@google.com
2014-06-26
1
-1
/
+1
*
Update the window labels if they change in overview mode.
nsatragno@chromium.org
2014-06-26
1
-1
/
+1
*
aura: De-virtual a few methods in Window.
sadrul@chromium.org
2014-04-26
1
-5
/
+5
*
aura: A couple of API cleanups.
sadrul@chromium.org
2014-04-23
1
-8
/
+1
*
CHECK that ui::Windows being destroyed have been hidden if necessary
tdresser@chromium.org
2014-04-03
1
-0
/
+3
*
Revert of Move GetCursor() method from WindowDelegate to its own delegate int...
ben@chromium.org
2014-03-27
1
-0
/
+3
*
Move GetCursor() method from WindowDelegate to its own delegate interface Cur...
ben@chromium.org
2014-03-26
1
-3
/
+0
*
Move layer recreation logic entirely into LayerOwner::RecreateLayer().
ben@chromium.org
2014-03-26
1
-3
/
+0
*
plumbing fills_bounds_completely from aura to content_layer_updater
luken@chromium.org
2014-03-25
1
-0
/
+3
*
Make WindowEventDispatcher be a WindowObserver instead of duplicating WO APIs
ben@chromium.org
2014-03-21
1
-5
/
+6
*
Remove unnecessary argument in UpdateLayerName
oshima@chromium.org
2014-03-20
1
-2
/
+2
*
Removes dependency of window_util on views
sky@chromium.org
2014-03-11
1
-7
/
+3
*
Window ownership -> WindowTreeHost
ben@chromium.org
2014-03-04
1
-9
/
+6
*
aura: Make Window::HitTest() a private method.
sadrul@chromium.org
2014-02-25
1
-7
/
+7
*
Rename RootWindow -> WindowEventDispatcher.
ben@chromium.org
2014-02-21
1
-5
/
+2
*
aura: Introduce ScopedWindowTargeter.
sadrul@chromium.org
2014-01-31
1
-3
/
+4
*
aura: Remove Window::SetHitTestBoundsOverrideOuter() and related methods.
sadrul@chromium.org
2014-01-30
1
-21
/
+1
*
Moves transient window observer methods out of WindowObserver
sky@chromium.org
2014-01-10
1
-8
/
+0
*
Makes Window::Init take a WindowLayerType instead of LayerType.
sky@chromium.org
2014-01-08
1
-5
/
+1
*
Moves management of transients out of Window
sky@chromium.org
2014-01-07
1
-37
/
+10
*
wm: public window_types.
tfarina@chromium.org
2013-12-19
1
-4
/
+4
*
Moves transient stacking logic into WindowStackingClient
sky@chromium.org
2013-12-12
1
-16
/
+12
*
Gets the various Window::StackChild functions to work with WINDOW_LAYER_NONE....
sky@chromium.org
2013-12-12
1
-3
/
+11
*
aura: Start updating aura to use EventProcessor for event dispatch.
sadrul@chromium.org
2013-12-06
1
-0
/
+2
*
Make sure WindowObservers are removed from window before destruction
oshima@chromium.org
2013-12-06
1
-1
/
+1
*
Revert 239232 "Make sure WindowObservers are removed from window..."
oshima@chromium.org
2013-12-06
1
-1
/
+1
*
Make sure WindowObservers are removed from window before destruction
oshima@chromium.org
2013-12-06
1
-1
/
+1
*
Wires up painting of layerless children
sky@chromium.org
2013-12-03
1
-0
/
+7
*
Initial cut at layerless windows.
sky@chromium.org
2013-12-03
1
-6
/
+42
*
events: Introduce EventTargeter.
sadrul@chromium.org
2013-12-02
1
-0
/
+10
[next]