servo/components
Jack Moffitt 568d454ca6 Make Servo DPI aware on Windows
This implements system level DPI awareness for Windows. It has three
parts:

1. Add a application manifest which is copied alongside servo.exe during
build that declares our DPI awareness level. This is needed otherwise
DPI queries will return 96dpi and our application will be upscaled on
high DPI displays.

2. Rename hidpi_factor to avoid confusion with Glutin's hidpi_factor
which does something else.

3. Correctly convert windows sizes on window creation for
Windows. Unlike OS X, Windows uses device pixels for window creation.
2016-05-20 23:40:39 -06:00
..
canvas Update documentation for {CanvasPaintThread, WebGLPaintThread}::new(). 2016-05-19 12:15:02 +02:00
canvas_traits Simplify TOML syntax 2016-04-26 23:51:36 +02:00
compositing Make Servo DPI aware on Windows 2016-05-20 23:40:39 -06:00
constellation Auto merge of #11283 - asajeffrey:scheduler-with-fewer-threads, r=emilio 2016-05-20 12:36:48 -07:00
devtools Simplify TOML syntax 2016-04-26 23:51:36 +02:00
devtools_traits Update internal crates to bitflags 0.7 2016-05-17 23:34:04 +02:00
gfx Simplify PaintThread::create(). 2016-05-20 11:03:39 +02:00
gfx_traits Simplify TOML syntax 2016-04-26 23:51:36 +02:00
layout Auto merge of #11294 - kilobtye:fix-resize, r=mbrubeck 2016-05-20 11:18:25 -07:00
layout_traits Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFactory. 2016-05-20 10:20:58 +02:00
msg Remove ConstellationChan. 2016-05-19 17:13:44 +02:00
net Remove the pointless StorageThread alias. 2016-05-20 13:11:36 +02:00
net_traits Remove the pointless StorageThread alias. 2016-05-20 13:11:36 +02:00
plugins Update Rust to 1.10.0-nightly (cd6a40017 2016-05-16) 2016-05-17 15:21:18 +02:00
profile replacing commas with tabs; changing from CSV to TSV profiling 2016-05-19 15:07:18 -07:00
profile_traits Add timeline markers for HTTP requests, JS evaluation, and HTML parsing. 2016-05-18 08:02:42 -05:00
range Use num-traits in range. 2016-04-20 14:59:05 +02:00
script Auto merge of #11293 - Ms2ger:StorageThread, r=KiChjang 2016-05-20 06:25:13 -07:00
script_traits Remove pointless phantom arguments to ScriptThreadFactory and LayoutThreadFactory. 2016-05-20 10:20:58 +02:00
servo Make Servo DPI aware on Windows 2016-05-20 23:40:39 -06:00
style Add -moz-appearance and include nsThemeConstants.h in struct.rs 2016-05-20 04:53:15 -04:00
style_traits Removed unused imports 2016-05-15 22:24:26 +03:00
util replacing commas with tabs; changing from CSV to TSV profiling 2016-05-19 15:07:18 -07:00
webdriver_server Auto merge of #11146 - mbrubeck:always-be-updating, r=metajack 2016-05-12 05:28:12 -07:00