Closed
Bug 946958
Opened 11 years ago
Closed 11 years ago
Tidy up LayerManagerComposite
Categories
(Core :: Graphics: Layers, defect)
Core
Graphics: Layers
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: nrc, Assigned: nrc)
Details
(Whiteboard: [qa-])
Attachments
(5 files)
(deleted),
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
kats
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
What with LayerManagerOGL going away and all the churn in layers at the moment, it turns out there is a fair bit of tidying up (minor refactorings) to be done in and around LayerManagerComposite.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8344388 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8344389 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8344390 -
Flags: review?(matt.woodrow)
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8344391 -
Flags: review?(bugmail.mozilla)
Assignee | ||
Comment 5•11 years ago
|
||
Attachment #8344392 -
Flags: review?(matt.woodrow)
Updated•11 years ago
|
Attachment #8344388 -
Flags: review?(matt.woodrow) → review+
Updated•11 years ago
|
Attachment #8344389 -
Flags: review?(matt.woodrow) → review+
Updated•11 years ago
|
Attachment #8344390 -
Flags: review?(matt.woodrow) → review+
Updated•11 years ago
|
Attachment #8344392 -
Flags: review?(matt.woodrow) → review+
Comment 6•11 years ago
|
||
Comment on attachment 8344391 [details] [diff] [review]
Part 4 - Tidy up interaction with widgets
Review of attachment 8344391 [details] [diff] [review]:
-----------------------------------------------------------------
::: gfx/layers/opengl/GLManager.cpp
@@ +55,5 @@
> + if (Compositor::GetBackend() == LAYERS_OPENGL) {
> + return new GLManagerCompositor(static_cast<CompositorOGL*>(
> + aManager->GetCompositor()));
> + } else {
> + return nullptr;
Style nit on pre-existing code: remove the else since it's after a return statement anyway.
Attachment #8344391 -
Flags: review?(bugmail.mozilla) → review+
Assignee | ||
Comment 7•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4639c5abea80
https://hg.mozilla.org/integration/mozilla-inbound/rev/99f8ad7561ef
https://hg.mozilla.org/integration/mozilla-inbound/rev/7d035322f51d
https://hg.mozilla.org/integration/mozilla-inbound/rev/498152aec5b1
https://hg.mozilla.org/integration/mozilla-inbound/rev/6dd0a6cb9ab3
Comment 8•11 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/45193a6d7994 for extreme displeasure on the part of reftest-ipc
Assignee | ||
Comment 9•11 years ago
|
||
Assignee | ||
Comment 10•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/b341049f5f47
https://hg.mozilla.org/integration/mozilla-inbound/rev/c79d9a33dd43
https://hg.mozilla.org/integration/mozilla-inbound/rev/f0f2576c3340
https://hg.mozilla.org/integration/mozilla-inbound/rev/c105bff9ee1d
https://hg.mozilla.org/integration/mozilla-inbound/rev/3d9dc352e2cb
Comment 11•11 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b341049f5f47
https://hg.mozilla.org/mozilla-central/rev/c79d9a33dd43
https://hg.mozilla.org/mozilla-central/rev/f0f2576c3340
https://hg.mozilla.org/mozilla-central/rev/c105bff9ee1d
https://hg.mozilla.org/mozilla-central/rev/3d9dc352e2cb
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•11 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•