Closed
Bug 863324
Opened 10 years ago
Closed 10 years ago
Rename PLayers into PLayerTransaction
Categories
(Core :: Graphics: Layers, defect)
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: nical, Assigned: nical)
Details
Attachments
(1 file, 2 obsolete files)
110.46 KB,
patch
|
jrmuizel
:
review+
|
Details | Diff | Splinter Review |
PLayers is a bad name because it is very close to the existing PLayer and spawns files like ShadowLayersChild.cpp/h and ShadowLayersParent.cpp/h that look very much like ShadowLayerChild.cpp/h and ShadowLayerParent.cpp/h We already have CompositableTransactionParent.cpp that does what ShadowLayersParent.cpp does, but for compositables, so it makes sense for Players.ipdl to become PLayerTransaction.ipdl, and therefore ShadowLayers{Parent/Child}.{cpp/h} to become LayerTransaction[Child/Parent].[cpp/h]
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #739138 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 2•10 years ago
|
||
try push https://tbpl.mozilla.org/?tree=Try&rev=3293fb96bf00
Assignee | ||
Comment 3•10 years ago
|
||
Same patch with bad indentation fixed.
Attachment #739138 -
Attachment is obsolete: true
Attachment #739138 -
Flags: review?(jmuizelaar)
Attachment #740256 -
Flags: review?(jmuizelaar)
Assignee | ||
Comment 4•10 years ago
|
||
There was more indentation to fix, sorry for the spam.
Attachment #740256 -
Attachment is obsolete: true
Attachment #740256 -
Flags: review?(jmuizelaar)
Attachment #740262 -
Flags: review?(jmuizelaar)
Updated•10 years ago
|
Attachment #740262 -
Flags: review?(jmuizelaar) → review+
Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ddf944cc292d
Assignee | ||
Comment 6•10 years ago
|
||
Got backed out for fennec bustage, fixed the build error and re-landed: https://hg.mozilla.org/integration/mozilla-inbound/rev/fdaa0659fe13
Comment 7•10 years ago
|
||
Well, Fennec is already busted with your patch :( I backed it out again. Please test on try next time? https://hg.mozilla.org/integration/mozilla-inbound/rev/5c798562d74c
Comment 8•10 years ago
|
||
(https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=fdaa0659fe13)
Assignee | ||
Comment 9•10 years ago
|
||
(In reply to :Ehsan Akhgari (needinfo? me!) from comment #7) > Well, Fennec is already busted with your patch :( I backed it out again. > Please test on try next time? I did, it gets bitrot pretty quickly unfortunately. I made sure it passed try again yesterday and relanded https://hg.mozilla.org/integration/mozilla-inbound/rev/08ebffd7bc4d
Comment 10•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/08ebffd7bc4d
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•