Closed
Bug 1344917
Opened 8 years ago
Closed 7 years ago
Need to know when Windows is configured to color the title bars
Categories
(Core :: Widget: Win32, defect, P1)
Core
Widget: Win32
Tracking
()
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: mconley, Assigned: jwatt)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [photon-visual][p1][tpi:+])
Attachments
(2 files, 2 obsolete files)
In Windows 10 (and perhaps lower), there's a user setting for putting an accent colour in the title bar of windowed applications.
For proper integration, we should detect that setting and colour our title bar appropriately.
Updated•8 years ago
|
Priority: -- → P3
Whiteboard: tpi:+
Comment 1•8 years ago
|
||
Dao: it's not clear we have a bug to actually use this info in the theme (similarly for bug 1344910), can we get that filed w/ relevant UX spec?
Flags: needinfo?(dao+bmo)
Updated•8 years ago
|
No longer blocks: photon-visual
Updated•8 years ago
|
Priority: P3 → P1
Whiteboard: tpi:+ → [tpi:+][photon]
Updated•8 years ago
|
Whiteboard: [tpi:+][photon] → [tpi:+][photon-visual]
Updated•8 years ago
|
Flags: qe-verify-
Priority: P1 → P2
Updated•8 years ago
|
Whiteboard: [tpi:+][photon-visual] → [photon-visual][p1][tpi:+]
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jwatt
Updated•7 years ago
|
Status: NEW → ASSIGNED
Priority: P2 → P1
Assignee | ||
Comment 3•7 years ago
|
||
Attachment #8879765 -
Flags: review?(cam)
Assignee | ||
Comment 4•7 years ago
|
||
Attachment #8879766 -
Flags: review?(cam)
Updated•7 years ago
|
Attachment #8879765 -
Flags: review?(cam) → review+
Updated•7 years ago
|
Attachment #8879766 -
Flags: review?(cam) → review+
Pushed by jwatt@jwatt.org:
https://hg.mozilla.org/integration/mozilla-inbound/rev/352c30687dea
part 1 - Add a '-moz-windows-accent-color-applies' media query. r=heycam
https://hg.mozilla.org/integration/mozilla-inbound/rev/b1e72c299049
part 2 - Add tests for the '-moz-windows-accent-color-applies' media query. r=heycam
Comment 6•7 years ago
|
||
sorry had to back this out in https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=71444e81ac24f74179aed226fcbd90f463460c9b&filter-classifiedState=unclassified&filter-resultStatus=testfailed&filter-resultStatus=busted&filter-resultStatus=exception since one of the changes caused crashes like https://treeherder.mozilla.org/logviewer.html#?job_id=108844802&repo=mozilla-inbound
Flags: needinfo?(jwatt)
Backout by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/8833925adae5
Backed out changeset b1e72c299049
https://hg.mozilla.org/integration/mozilla-inbound/rev/a8c39cd57115
Backed out changeset 352c30687dea
Assignee | ||
Comment 8•7 years ago
|
||
That crash wasn't caused by the patches here (it was caused by the patch for bug 1369508). That said, this bug did cause tier 2 stylo failures. Simon has written a stylo patch to fix those issues at https://github.com/servo/servo/pull/17449/ and once that has the necessary reviews we can reland this patch and that one together.
Flags: needinfo?(jwatt)
Assignee | ||
Comment 9•7 years ago
|
||
Because these changes need to be synchronized with Servo changes it seems like I'll need to use MozReview so that I can land using Autoland. I'll put up MozReview patches and r+ them ready for landing shortly.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 12•7 years ago
|
||
mozreview-review |
Comment on attachment 8881623 [details]
Bug 1344917, part 1 - Add a '-moz-windows-accent-color-applies' media query.
https://reviewboard.mozilla.org/r/152786/#review157908
Attachment #8881623 -
Flags: review?(cam) → review+
Comment 13•7 years ago
|
||
mozreview-review |
Comment on attachment 8881624 [details]
Bug 1344917, part 2 - Add tests for the '-moz-windows-accent-color-applies' media query.
https://reviewboard.mozilla.org/r/152788/#review157910
Attachment #8881624 -
Flags: review?(cam) → review+
Assignee | ||
Updated•7 years ago
|
Attachment #8879765 -
Attachment is obsolete: true
Assignee | ||
Updated•7 years ago
|
Attachment #8879766 -
Attachment is obsolete: true
Comment 14•7 years ago
|
||
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/d07b25fd6533
part 1 - Add a '-moz-windows-accent-color-applies' media query. r=heycam
https://hg.mozilla.org/integration/autoland/rev/d7dca95a5bc8
part 2 - Add tests for the '-moz-windows-accent-color-applies' media query. r=heycam
Comment 15•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d07b25fd6533
https://hg.mozilla.org/mozilla-central/rev/d7dca95a5bc8
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Comment 16•7 years ago
|
||
sorry for asking but why is it even needed for firefox to know the system color or anything, I mean how did firefox never have a problem in older OSes than windows 10? and why not use that way?
Updated•7 years ago
|
Iteration: --- → 56.2 - Jul 10
Comment 17•7 years ago
|
||
This is documented; see https://bugzilla.mozilla.org/show_bug.cgi?id=1344910#c27
Keywords: dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•