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
/
base
/
layout.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add ScaleFactor 300 found on Nexus 5
mnaganov@chromium.org
2013-12-10
1
-1
/
+1
*
Clean up a few more unused globals.
thakis@chromium.org
2013-09-25
1
-1
/
+0
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-24
1
-112
/
+69
*
Revert 224473 "Remove dependency on ui::ScaleFactor from ui/gfx"
davemoore@chromium.org
2013-09-20
1
-69
/
+112
*
Remove dependency on ui::ScaleFactor from ui/gfx
davemoore@chromium.org
2013-09-20
1
-112
/
+69
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
1
-1
/
+1
*
Move ui/base/win/dpi.h to ui/gfx/dpi_win.h
ben@chromium.org
2013-09-10
1
-2
/
+2
*
Added 125% DPI option to ui::ScaleFactors.
mateuszs@opera.com
2013-08-23
1
-1
/
+2
*
Only add 140 and 180 as supported scale factors if running in high-DPI mode.
kevers@chromium.org
2013-03-06
1
-2
/
+5
*
Fix loading of high-DPI resources for Windows.
kevers@chromium.org
2013-03-02
1
-5
/
+6
*
Add UMA metrics for whether touch events are enabled on new tabs.
flackr@chromium.org
2013-02-06
1
-1
/
+1
*
Fix blurry favicons fetches on Android
aruslan@chromium.org
2013-02-04
1
-1
/
+1
*
Removes LAYOUT_ASH. It's the same as LAYOUT_DESKTOP. We really need to
sky@chromium.org
2013-02-03
1
-9
/
+2
*
Lookup the favicon with the closest scale factor to the one passed in to chro...
pkotwicz@chromium.org
2013-01-31
1
-0
/
+10
*
Fix high-DPI on Windows to make use of DIP scaling in WebKit.
kevers@chromium.org
2013-01-31
1
-1
/
+1
*
Refactor to remove duplicated function ui::IsTouchDevicePresent
girard@chromium.org
2013-01-24
1
-1
/
+2
*
Use correct favicon scale factor on Android.
aruslan@chromium.org
2013-01-24
1
-2
/
+30
*
Move explanatory comment re: iOS supported scale factors.
blundell@chromium.org
2012-12-20
1
-4
/
+0
*
This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-16
1
-1
/
+5
*
Revert 168079 - This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-16
1
-3
/
+1
*
This CL ensures that favicons always
pkotwicz@chromium.org
2012-11-15
1
-1
/
+3
*
Load the resources for max scale factor first.
oshima@chromium.org
2012-11-14
1
-2
/
+4
*
Always add 100P scale format in the supported format list.
noyau@chromium.org
2012-11-12
1
-5
/
+5
*
Use the maximum device scale factor to determine the resolution of thumbnails.
oshima@chromium.org
2012-11-02
1
-13
/
+35
*
Sets the proper device scale factor on iOS.
rohitrao@chromium.org
2012-10-23
1
-11
/
+21
*
Remove ChromeOS touch layout code.
flackr@chromium.org
2012-10-23
1
-11
/
+4
*
Makes gfx::Screen an instance, rather than a collection of static methods.
scottmg@chromium.org
2012-10-12
1
-2
/
+3
*
Centralizes a couple uses of ui::GetScaleFactorForScale().
pkotwicz@chromium.org
2012-10-05
1
-15
/
+6
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
1
-0
/
+2
*
Reapply "Let Layout::GetSupportedScaleFactorFromScale() return only supported...
wangxianzhu@chromium.org
2012-09-21
1
-5
/
+8
*
Revert 157906 - Don't return unsupported scales frrom GetScaleFactorFromScale()
tzik@chromium.org
2012-09-21
1
-8
/
+5
*
Don't return unsupported scales frrom GetScaleFactorFromScale()
wangxianzhu@chromium.org
2012-09-21
1
-5
/
+8
*
Adds an iOS implementation of gfx::Image.
rohitrao@chromium.org
2012-09-14
1
-2
/
+5
*
Updating support files for new high DPI touch assets.
huangs@chromium.org
2012-09-10
1
-1
/
+8
*
Check the existence of RootWindow in ui::GetScaleFactorForNativeView.
mazda@chromium.org
2012-08-29
1
-1
/
+4
*
Remove touch optimized layout on ChromeOS
flackr@chromium.org
2012-08-15
1
-20
/
+0
*
Makes ui::GetSupportedScaleFactors available on platforms other than Mac.
pkotwicz@chromium.org
2012-08-09
1
-0
/
+42
*
Add a function to layout.h for getting ScaleFactor of the native view.
mazda@chromium.org
2012-08-03
1
-31
/
+15
*
This CL adds a new object: ImageSkiaRep
pkotwicz@chromium.org
2012-06-25
1
-1
/
+51
*
We should enable touch mode in chrome metro mode on Windows 8 only if the scr...
ananta@chromium.org
2012-06-18
1
-1
/
+1
*
Implement base::win::IsMetroProcess.
siggi@chromium.org
2012-06-18
1
-1
/
+1
*
Don't allow "touch optimized ui" mode to change after chrome startup.
rbyers@chromium.org
2012-06-15
1
-5
/
+17
*
Remove the enable_metro GYP flag, effectively making it on by default.
joi@chromium.org
2012-05-26
1
-4
/
+3
*
Revert "Revert 137734 - Select theme resources from ResourceBundle at request...
flackr@chromium.org
2012-05-24
1
-0
/
+8
*
Gets touch semantics working on windows. Specifically the following:
sky@chromium.org
2012-05-17
1
-16
/
+16
*
Make touch-optimized-ui a tri-state flag
rbyers@chromium.org
2012-05-14
1
-18
/
+51
*
Use touch friendly window buttons in aura when using --touch-optimized-ui.
flackr@chromium.org
2012-04-27
1
-0
/
+7
*
Set toolbar padding to something appropriate for Metro icons.
joi@chromium.org
2012-04-26
1
-0
/
+38