Closed
Bug 951256
Opened 12 years ago
Closed 12 years ago
Disambiguate rendertrace output for different APZC instances
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: kats, Assigned: kats)
References
Details
Attachments
(2 files)
|
2.25 KB,
patch
|
cwiiis
:
review+
|
Details | Diff | Splinter Review |
|
4.13 KB,
patch
|
cwiiis
:
review+
|
Details | Diff | Splinter Review |
We added rendertrace output to APZC in bug 927954 but if we have multiple APZC instances in play at a time their outputs are all mixed together. We should log the guid to be able to sort them out.
| Assignee | ||
Comment 1•12 years ago
|
||
Convenience function
Attachment #8348944 -
Flags: review?(chrislord.net)
| Assignee | ||
Comment 2•12 years ago
|
||
Attachment #8348945 -
Flags: review?(chrislord.net)
Comment 3•12 years ago
|
||
Comment on attachment 8348944 [details] [diff] [review]
Part 1 - Add a GetGuid()
Review of attachment 8348944 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM. I assume that the extra few bytes this uses, temporarily, is ok.
::: gfx/layers/ipc/AsyncPanZoomController.cpp
@@ +1719,3 @@
> }
>
> void AsyncPanZoomController::GetGuid(ScrollableLayerGuid* aGuidOut)
Kind of wonder why we even have this version of the function now...?
Attachment #8348944 -
Flags: review?(chrislord.net) → review+
Comment 4•12 years ago
|
||
Comment on attachment 8348945 [details] [diff] [review]
Part 2 - Log the guid with rendertrace output
Review of attachment 8348945 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM.
Attachment #8348945 -
Flags: review?(chrislord.net) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
(In reply to Chris Lord [:cwiiis] from comment #3)
> Kind of wonder why we even have this version of the function now...?
Yeah I'll probably remove it eventually. It'll propagate changes all the way back to metro code so I didn't want to do it here.
remote: https://hg.mozilla.org/integration/b2g-inbound/rev/4673519522ef
remote: https://hg.mozilla.org/integration/b2g-inbound/rev/e7f5aff00418
https://hg.mozilla.org/mozilla-central/rev/4673519522ef
https://hg.mozilla.org/mozilla-central/rev/e7f5aff00418
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
You need to log in
before you can comment on or make changes to this bug.
Description
•