Closed
Bug 1494605
Opened 6 years ago
Closed 6 years ago
Use target.getFront to instantiate PerformanceFront
Categories
(DevTools :: Performance Tools (Profiler/Timeline), enhancement, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: yulia, Assigned: yulia)
References
Details
(Whiteboard: dt-fission)
Attachments
(1 file, 1 obsolete file)
Example refactoring from front instantiation to getFront --> https://phabricator.services.mozilla.com/D4579
* PerformanceFront:
https://searchfox.org/mozilla-central/search?q=PerformanceFront(&case=false®exp=false&path=
Only tests as bug 1222047 already refactored production callsites. It may be useful to migrate initPerformance/destroyPerformance pieces to fronts.
https://searchfox.org/mozilla-central/rev/3fa761ade83ed0b8ab463acb057c2cf0b104689e/devtools/client/framework/toolbox.js#3087-3116
Assignee | ||
Comment 1•6 years ago
|
||
Depends on D6768
Assignee | ||
Comment 2•6 years ago
|
||
Depends on D7060
Comment 3•6 years ago
|
||
Comment on attachment 9012537 [details]
Bug 1494605 - Use target.getFront for PerformanceFront in tests; r=ochameau
Alexandre Poirot [:ochameau] has approved the revision.
Attachment #9012537 -
Flags: review+
Updated•6 years ago
|
Assignee: nobody → ystartsev
Component: WebGL Shader Editor → Performance Tools (Profiler/Timeline)
Updated•6 years ago
|
Attachment #9012538 -
Attachment is obsolete: true
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cb8b8676ee77
Use target.getFront for PerformanceFront in tests; r=ochameau
Backout by nbeleuzu@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f394dec25673
Backed out changeset cb8b8676ee77 as per Yulia`s request.
Pushed by ystartsev@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0a653b330b03
Use target.getFront for PerformanceFront in tests; r=ochameau
Comment 7•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Updated•6 years ago
|
Whiteboard: dt-fission
You need to log in
before you can comment on or make changes to this bug.
Description
•