Closed
Bug 829870
Opened 8 years ago
Closed 8 years ago
Appear the non-expected color gap on window that are opened from private one.
Categories
(Firefox :: Theme, defect)
Tracking
()
VERIFIED
FIXED
Firefox 21
People
(Reporter: tetsuharu, Assigned: ehsan)
References
Details
(Keywords: regression)
Attachments
(2 files)
30.69 KB,
image/png
|
Details | |
1.49 KB,
patch
|
Gavin
:
review+
Gavin
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #827938 +++ [Environment] * Nightly 21, http://hg.mozilla.org/mozilla-central/rev/dccab70d8554 * OSX 10.8 [STR] Open error console or popup window from the private browsing window. [Result] Please see screenshot (from Bug 827938). This may be fixed if 827938 will fixed.
Assignee | ||
Comment 1•8 years ago
|
||
Hmm, turns out that macBrowserOverlay.xul is used in console.xul, and that triggers a call to nonBrowserWindowDelayedStartup which calls gPrivateBrowsingUI.init() which triggers the drawintitlebar attribute to be set: <http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#6941>.
Assignee | ||
Comment 2•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Updated•8 years ago
|
Attachment #701606 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 3•8 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/11b7a6a6bc4c
Assignee | ||
Comment 4•8 years ago
|
||
Comment on attachment 701606 [details] [diff] [review] Patch (v1) [Approval Request Comment] Bug caused by (feature/regressing bug #): Bug 749394 User impact if declined: See comment 0 Testing completed (on m-c, etc.): Locally Risk to taking this patch (and alternatives if risky): minimal risk. String or UUID changes made by this patch: none.
Attachment #701606 -
Flags: approval-mozilla-aurora?
Updated•8 years ago
|
Attachment #701606 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 5•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/f59c93ee5d38
status-firefox20:
--- → fixed
Updated•8 years ago
|
Comment 7•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/11b7a6a6bc4c
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 21
Comment 8•8 years ago
|
||
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:20.0) Gecko/20100101 Firefox/20.0 Verified fixed on Firefox 20 beta 6 (Build ID: 20130320062118).
Comment 9•8 years ago
|
||
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:21.0) Gecko/20100101 Firefox/21.0 Verified fixed on Firefox 21 beta 2 (Build ID: 20130408165307).
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•