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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
linux_aura: Flip the close button when it is the leftmost button.
erg@chromium.org
2013-10-01
3
-27
/
+23
*
events: Create a separate events component out of ui.
sadrul@chromium.org
2013-10-01
2
-0
/
+8
*
enhance MenuItemView, MenuModelAdapter and SimpleMenuModel for dynamic model ...
kuan@chromium.org
2013-10-01
4
-62
/
+89
*
Ensure that the desktop content and the container window in AURA has correct ...
ananta@chromium.org
2013-09-30
8
-135
/
+67
*
Preserve find bar selection across tab switches.
pkasting@chromium.org
2013-09-30
1
-2
/
+0
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-30
2
-0
/
+8
*
Revert 225857 "gfx: Create a separate gfx component out of ui."
ckocagil@chromium.org
2013-09-28
2
-8
/
+0
*
gfx: Create a separate gfx component out of ui.
sadrul@chromium.org
2013-09-28
2
-0
/
+8
*
Relanding this as the previous attempt failed on linux aura
ananta@chromium.org
2013-09-28
2
-4
/
+75
*
Makes destruction of DesktopNativeWidgetAura saner (2)
sky@chromium.org
2013-09-27
3
-25
/
+135
*
Revert 225776 "Perform the window activation code in WM_ACTIVATE..."
petewil@chromium.org
2013-09-27
2
-72
/
+4
*
Don't set DesktopNativeWidgetAura's window transparent if not necessary.
jbauman@chromium.org
2013-09-27
2
-1
/
+11
*
Perform the window activation code in WM_ACTIVATE instead of WM_NCACTIVATE.
ananta@chromium.org
2013-09-27
2
-4
/
+72
*
Revert 225755 "Makes destruction of DesktopNativeWidgetAura saner"
sky@chromium.org
2013-09-27
3
-131
/
+25
*
linux_aura: Implement the rest of DesktopScreenX11.
erg@chromium.org
2013-09-27
4
-21
/
+96
*
Makes destruction of DesktopNativeWidgetAura saner
sky@chromium.org
2013-09-27
3
-25
/
+131
*
Fixes possible use after free when deleting menu during execution
sky@chromium.org
2013-09-26
1
-1
/
+10
*
events: Move all references to ui/base/ from ui/events.
sadrul@chromium.org
2013-09-26
2
-4
/
+4
*
Reland linux_aura: Implement most of DesktopScreenX11.
erg@chromium.org
2013-09-25
4
-56
/
+518
*
linux_aura: We should plumb LinuxUI colors to RendererPreferences.
erg@chromium.org
2013-09-25
1
-0
/
+11
*
New avatar menu UI fixes:
noms@chromium.org
2013-09-25
3
-8
/
+10
*
Makes hiding window conditional when escape is pressed in move loop
sky@chromium.org
2013-09-25
16
-29
/
+63
*
events: Make platform specific events code into ui/events/.
sadrul@chromium.org
2013-09-25
5
-5
/
+6
*
Fix activation problems seen in non AURA chrome Windows which regressed in re...
ananta@chromium.org
2013-09-25
2
-7
/
+7
*
Fix compilation and ui_unittests with float transforms
enne@chromium.org
2013-09-25
1
-10
/
+10
*
events: Move gestures out of ui/base/ into ui/events/.
sadrul@chromium.org
2013-09-25
2
-2
/
+2
*
Tighten DEPS rules further.
ben@chromium.org
2013-09-24
1
-0
/
+1
*
Don't account for the insets twice in the code which adjusts for the WM_NCCAL...
ananta@chromium.org
2013-09-24
1
-2
/
+0
*
Attempt at fixing crash in BubbleDeleteView
sky@chromium.org
2013-09-24
2
-4
/
+22
*
Fixes the issue with omnibox suggestions, etc not showing up on non AURA trun...
ananta@chromium.org
2013-09-24
1
-10
/
+16
*
Revert 225054 "linux_aura: Implement most of DesktopScreenX11."
erg@chromium.org
2013-09-24
4
-518
/
+56
*
Tighten up DEPS rules in src/ui: prevent components from including from each ...
ben@chromium.org
2013-09-24
3
-0
/
+10
*
linux_aura: Implement most of DesktopScreenX11.
erg@chromium.org
2013-09-24
4
-56
/
+518
*
Revert 225020 "Tighten up DEPS rules in src/ui: prevent componen..."
ben@chromium.org
2013-09-24
3
-10
/
+0
*
Fix bustage
ben@chromium.org
2013-09-24
1
-2
/
+1
*
Tighten up DEPS rules in src/ui: prevent components from including from each ...
ben@chromium.org
2013-09-24
3
-0
/
+10
*
Move DropTargetEvent back to ui/base for the time being as it depends on OSEx...
ben@chromium.org
2013-09-24
4
-1
/
+5
*
Forward wheelevents in menu like other mouse events on aura
scottmg@chromium.org
2013-09-24
3
-5
/
+4
*
Use the Windows caret blink time in Views and Blink.
msw@chromium.org
2013-09-24
4
-22
/
+32
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
6
-17
/
+13
*
[MediaGalleries] Update dialog with new title, new gallery names.
gbillock@chromium.org
2013-09-24
2
-0
/
+7
*
Revert 224285 "Re-instate client size hack on Aura and compensate"
scottmg@chromium.org
2013-09-23
1
-7
/
+7
*
Move SurfaceFactoryOzone to ui/gfx/ozone
ben@chromium.org
2013-09-23
1
-2
/
+2
*
Revert 224725 "Fix compilation and ui_unittests with float trans..."
sky@chromium.org
2013-09-23
1
-10
/
+10
*
Fix compilation and ui_unittests with float transforms
enne@chromium.org
2013-09-23
1
-10
/
+10
*
Set nestable tasks allowed to true before running windows move loop.
varunjain@chromium.org
2013-09-23
1
-0
/
+6
*
Relanding this as the previous attempt failed for ChromeFrame. That was becau...
ananta@chromium.org
2013-09-22
8
-12
/
+78
*
Revert 224544 "Add a container window to host the desktop window..."
vitalybuka@chromium.org
2013-09-21
8
-72
/
+12
*
Add a container window to host the desktop window hierarchy in AURA.
ananta@chromium.org
2013-09-21
8
-12
/
+72
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
6
-13
/
+17
[next]