Closed
Bug 1008134
Opened 12 years ago
Closed 12 years ago
darkwindowframe attribute should be set before the first paint
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 32
People
(Reporter: dao, Assigned: dao)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
3.56 KB,
patch
|
Gijs
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
It's currently being set in _delayedStartup, which is after the first paint.
Attachment #8420042 -
Flags: review?(gijskruitbosch+bugs)
Comment 1•12 years ago
|
||
Comment on attachment 8420042 [details] [diff] [review]
patch
Review of attachment 8420042 [details] [diff] [review]:
-----------------------------------------------------------------
Assuming you're just moving things (it looks like that, but splinter is... nonoptimal... for checking it), rs=me
Attachment #8420042 -
Flags: review?(gijskruitbosch+bugs) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Comment on attachment 8420042 [details] [diff] [review]
patch
(In reply to :Gijs Kruitbosch from comment #1)
> Assuming you're just moving things (it looks like that, but splinter is...
> nonoptimal... for checking it), rs=me
I did some minor cleanup:
>- let windows8WindowFrameColor = Cu.import("resource:///modules/Windows8WindowFrameColor.jsm", {}).Windows8WindowFrameColor;
>- let windowFrameColor = windows8WindowFrameColor.get();
>+ let windowFrameColor = Cu.import("resource:///modules/Windows8WindowFrameColor.jsm", {})
>+ .Windows8WindowFrameColor.get();
Comment 3•12 years ago
|
||
(In reply to Dão Gottwald [:dao] from comment #2)
> Comment on attachment 8420042 [details] [diff] [review]
> patch
>
> (In reply to :Gijs Kruitbosch from comment #1)
> > Assuming you're just moving things (it looks like that, but splinter is...
> > nonoptimal... for checking it), rs=me
>
> I did some minor cleanup:
>
> >- let windows8WindowFrameColor = Cu.import("resource:///modules/Windows8WindowFrameColor.jsm", {}).Windows8WindowFrameColor;
> >- let windowFrameColor = windows8WindowFrameColor.get();
>
> >+ let windowFrameColor = Cu.import("resource:///modules/Windows8WindowFrameColor.jsm", {})
> >+ .Windows8WindowFrameColor.get();
Ship it! :-)
| Assignee | ||
Comment 4•12 years ago
|
||
| Assignee | ||
Updated•12 years ago
|
Flags: firefox-backlog+
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
| Assignee | ||
Comment 6•12 years ago
|
||
Comment on attachment 8420042 [details] [diff] [review]
patch
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 940393
User impact if declined: this is needed in order to uplift the patch in bug 1012629
Testing completed (on m-c, etc.): landed almost 2 weeks ago on m-c
Risk to taking this patch (and alternatives if risky): low; just moving code around, no new code
String or IDL/UUID changes made by this patch: none
Attachment #8420042 -
Flags: approval-mozilla-aurora?
Updated•12 years ago
|
status-firefox31:
--- → affected
status-firefox32:
--- → fixed
Updated•12 years ago
|
Attachment #8420042 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
| Assignee | ||
Comment 7•12 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•