Closed
Bug 1161199
Opened 10 years ago
Closed 9 years ago
Consolidate performanceSharedActionsConnection with the PerformanceFront
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
Tracking | Status | |
---|---|---|
firefox41 | --- | fixed |
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
I believe this was done originally so that the connection was separate from the ProfilerFront -- no longer the case, as PerformanceFront is a fake front that just exposes methods from the shared connection. These should be consolidated, unless there's a scenario or reason I'm not considering.
Assignee | ||
Comment 3•10 years ago
|
||
Comment 4•10 years ago
|
||
Yeah it looks like the PerformanceActorsConnection has evolved into a generally useless wrapper. Good idea to merge now.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → jsantell
Status: NEW → ASSIGNED
Assignee | ||
Comment 5•9 years ago
|
||
Attachment #8616413 -
Flags: review?(vporof)
Comment 6•9 years ago
|
||
Comment on attachment 8616413 [details] [diff] [review]
1161199-perffront-refactor.patch
Review of attachment 8616413 [details] [diff] [review]:
-----------------------------------------------------------------
very clean
::: browser/devtools/framework/toolbox.js
@@ +1897,5 @@
> + return this.performance;
> + }
> +
> + this._performance = getPerformanceFront(this.target);
> +
Nit: extra newline.
Attachment #8616413 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 7•9 years ago
|
||
rebased, nits fixed
Attachment #8616413 -
Attachment is obsolete: true
Attachment #8617382 -
Flags: review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Assignee | ||
Updated•9 years ago
|
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 9•9 years ago
|
||
Chunk failure, landing last chunk separately https://hg.mozilla.org/integration/fx-team/rev/d0cce7e6e92b
https://hg.mozilla.org/mozilla-central/rev/6286e15a806d
https://hg.mozilla.org/mozilla-central/rev/d0cce7e6e92b
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 41
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•