Closed
Bug 869890
Opened 12 years ago
Closed 12 years ago
thunderbird should declare itself dpiAware on windows via the .exe manifest
Categories
(Thunderbird :: OS Integration, defect)
Tracking
(thunderbird22 fixed)
RESOLVED
FIXED
Thunderbird 23.0
Tracking | Status | |
---|---|---|
thunderbird22 | --- | fixed |
People
(Reporter: jfkthame, Assigned: jfkthame)
References
Details
Attachments
(1 file)
1.93 KB,
patch
|
standard8
:
review+
standard8
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
In bug 866365, we removed the call to SetProcessDPIAware from XRE_mainInit(), and instead added the dpiAware element to firefox.exe's manifest. (This is the MS recommended way for an application to declare itself dpi-aware, as per MSDN documentation.)
So to maintain its existing behavior on hi-dpi windows systems, thunderbird should make the same manifest addition. Bug 866365 is likely to be uplifted to mozilla-22, I think, so that's also where the manifest change should be made.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #746893 -
Flags: review?(mbanner)
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jfkthame
Comment 2•12 years ago
|
||
Comment on attachment 746893 [details] [diff] [review]
declare thunderbird.exe as dpi-aware in its manifest
Not tested, but looks fine as a copy of what was landed for FF. r=Standard8.
Attachment #746893 -
Flags: review?(mbanner) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 23.0
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 746893 [details] [diff] [review]
declare thunderbird.exe as dpi-aware in its manifest
[Approval Request Comment]
See bug 866365 comment 46. The change there has just landed on Aurora, so the matching thunderbird change also needs to be uplifted.
Attachment #746893 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
Attachment #746893 -
Flags: approval-mozilla-aurora? → approval-comm-aurora?
Comment 5•12 years ago
|
||
Comment on attachment 746893 [details] [diff] [review]
declare thunderbird.exe as dpi-aware in its manifest
[Triage Comment]
The core patch is on beta now, post merges, so we'll take this on beta as well.
Attachment #746893 -
Flags: approval-comm-aurora? → approval-comm-beta+
Comment 6•12 years ago
|
||
status-thunderbird22:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•