Bug 149417 - [Win] Use command-line argument to launch in regular or High DPI mode
Summary: [Win] Use command-line argument to launch in regular or High DPI mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-21 14:35 PDT by Brent Fulgham
Modified: 2015-09-21 15:02 PDT (History)
0 users

See Also:


Attachments
Patch (2.62 KB, patch)
2015-09-21 14:56 PDT, Brent Fulgham
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2015-09-21 14:35:39 PDT
Let the user enter high DPI at launch time via a command line flag (--highDPI). This makes it easier to switch back and forth for testing.
Comment 1 Brent Fulgham 2015-09-21 14:56:29 PDT
Cairo properly supports High DPI, so ignore the option on that platform.
Comment 2 Brent Fulgham 2015-09-21 14:56:50 PDT
Created attachment 261687 [details]
Patch
Comment 3 Brent Fulgham 2015-09-21 15:02:53 PDT
Committed r190082: <http://trac.webkit.org/changeset/190082>