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
/
ash
/
frame
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove machinery to dynamically update left view X inset.
pkasting
2016-02-13
5
-34
/
+14
*
Change hover/pressed color of Ash window controls in MD incognito
tdanderson
2016-02-11
1
-3
/
+4
*
Support building ash targets with use_ash=0 and use_aura=1.
msw
2016-02-10
1
-2
/
+1
*
Remove now-unnecessary wrappers around gfx::Screen::GetScreen()
scottmg
2016-01-27
1
-2
/
+2
*
Fix light versions of cros frame buttons
estade
2016-01-20
2
-6
/
+8
*
Vectorize CrOS window control icons.
estade
2016-01-07
8
-40
/
+57
*
Do not use assets for Ash window control button backgrounds
tdanderson
2016-01-05
8
-155
/
+97
*
CustomButton cleanup: make protected members private, create accessors
estade
2015-12-29
1
-5
/
+7
*
Convert Pass()→std::move() in //ash
dcheng
2015-12-27
1
-1
/
+1
*
Switch to standard integer types in ash/.
avi
2015-12-20
6
-2
/
+6
*
gfx: Rename canvas SaveAndUnscale to UnscaleTheDeviceScaleFactor.
danakj
2015-10-30
1
-2
/
+3
*
Add a Canvas::SaveAndUnscale() method for pixel-accurate drawing.
pkasting
2015-10-14
1
-11
/
+6
*
Extract content-specific aspects of SessionStateDelegate onto ShellContentState.
ben
2015-10-05
3
-70
/
+1
*
base: Template methods on Timer classes instead of the classes themselves.
danakj
2015-09-24
1
-1
/
+1
*
Remove gap in ChromeOS hosted app frames which are showing the location.
benwells
2015-07-21
3
-11
/
+19
*
Doesn't show resize cursor near shelf for a maximized window
varkha
2015-04-30
1
-3
/
+5
*
Updated the UMA stat ash::TouchUMA::GESTURE_FRAMEMAXIMIZE_TAP recording.
bruthig
2015-03-31
2
-5
/
+6
*
Show hovered and pressed unfocused ash caption buttons as active.
benwells
2015-03-18
1
-2
/
+11
*
[gcc] Fix compiler warning turned into errors while compiling default_header_...
vivek.vg
2015-02-24
1
-8
/
+8
*
Ash frames: dark frames now use white caption buttons.
benwells
2015-02-18
9
-71
/
+110
*
Remove transparency from inactive ash app windows.
benwells
2015-02-17
2
-18
/
+2
*
Remove ash default frame highlighting for custom colored frames.
benwells
2015-02-13
2
-4
/
+12
*
Fix references to ui/gfx headers in a*/.
Avi Drissman
2014-12-22
6
-9
/
+9
*
Add page info button into frame for streamlined hosted apps.
benwells
2014-11-14
3
-0
/
+4
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-28
9
-125
/
+98
*
Adopt ui::GestureConfiguration on Android
lanwei
2014-10-27
1
-4
/
+5
*
Support chrome app frame colors on ChromeOS.
benwells
2014-10-17
4
-4
/
+35
*
Change GestureConfiguration types to be consistent with each other and with the
pkasting
2014-10-09
1
-1
/
+1
*
Reland: Make WindowState::CanMinimize() take into account WidgetDelegate::Can...
pkotwicz
2014-10-05
6
-43
/
+28
*
Revert of Reland: Make WindowState::CanMinimize() take into account WidgetDel...
rouslan
2014-10-04
6
-29
/
+44
*
Reland: Make WindowState::CanMinimize() take into account WidgetDelegate::Can...
pkotwicz
2014-10-03
6
-44
/
+29
*
replace OVERRIDE and FINAL with override and final in ash/
mostynb
2014-10-03
9
-77
/
+77
*
Revert of Make WindowState::CanMinimize() take into account WidgetDelegate::C...
tapted
2014-10-02
6
-28
/
+43
*
Make WindowState::CanMinimize() take into account WidgetDelegate::CanMinimize()
pkotwicz
2014-10-01
6
-43
/
+28
*
Add CanMinimize to classes that implement WidgetDelegate::CanMaximize.
jackhou
2014-09-24
4
-3
/
+12
*
Remove debugging code which affects behavior in stable in FrameCaptionButtonC...
pkotwicz
2014-09-22
1
-9
/
+0
*
Update the maximize button when size constraints change.
jackhou
2014-09-11
2
-0
/
+13
*
Cleanup: Remove misc unneeded grit includes.
thestig
2014-08-28
1
-1
/
+0
*
Use qualified path for grit/ui_strings.h
tfarina
2014-08-25
1
-1
/
+1
*
Use a different button to restore and maximize windows on Ash
pkotwicz@chromium.org
2014-08-20
3
-7
/
+24
*
Introduce new WebApp header style for hosted apps and fizzy apps on ash.
benwells@chromium.org
2014-08-19
9
-60
/
+62
*
Replace redundant frame images with a color constant.
benwells@chromium.org
2014-08-15
2
-37
/
+22
*
Animate Window Controls for Maximize Mode
jonross@chromium.org
2014-08-01
7
-9
/
+270
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-28
1
-9
/
+9
*
Revert 285209 "Cleanups for aura/test/event_generator.h (resolve..."
markusheintz@chromium.org
2014-07-24
1
-9
/
+9
*
Cleanups for aura/test/event_generator.h (resolve TODOs)
tapted@chromium.org
2014-07-24
1
-9
/
+9
*
Remove remaining overrides of View::HitTestRect()
tdanderson@chromium.org
2014-07-16
2
-13
/
+35
*
Move UserInfo to user_manager.
nkostylev@chromium.org
2014-07-14
1
-1
/
+1
*
Revert of Reland Window Control Animations for TouchView. (https://codereview...
jonross@chromium.org
2014-06-19
7
-266
/
+12
*
Reland Window Control Animations for TouchView
jonross@chromium.org
2014-06-12
7
-12
/
+266
[next]