Closed
Bug 1200172
Opened 9 years ago
Closed 9 years ago
Don't report slow add-ons if the system is hibernating
Categories
(Toolkit :: Performance Monitoring, defect)
Toolkit
Performance Monitoring
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: Yoric, Assigned: Yoric)
References
Details
Attachments
(1 file)
No description provided.
Assignee | ||
Updated•9 years ago
|
Summary: Don't report slow add-ons while the user is idle → Don't report slow add-ons if the system is hibernating
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1200172 - AddonWatcher now discards data if the system is apparently too busy/just back from hibernation;r?mossop
Attachment #8654863 -
Flags: review?(dtownsend)
Comment 2•9 years ago
|
||
Comment on attachment 8654863 [details]
MozReview Request: Bug 1200172 - AddonWatcher now discards data if the system is apparently too busy/just back from hibernation;r=mossop
https://reviewboard.mozilla.org/r/17763/#review15865
::: toolkit/components/perfmonitoring/AddonWatcher.jsm:201
(Diff revision 1)
> - let snapshot = yield this._monitor.promiseSnapshot();
> + let previousSnapshot = this._latestSnapshot; // FIXME: Implement
Implement what? File a bug and reference it if there is something to do here
Attachment #8654863 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8654863 [details]
MozReview Request: Bug 1200172 - AddonWatcher now discards data if the system is apparently too busy/just back from hibernation;r=mossop
Bug 1200172 - AddonWatcher now discards data if the system is apparently too busy/just back from hibernation;r=mossop
Attachment #8654863 -
Attachment description: MozReview Request: Bug 1200172 - AddonWatcher now discards data if the system is apparently too busy/just back from hibernation;r?mossop → MozReview Request: Bug 1200172 - AddonWatcher now discards data if the system is apparently too busy/just back from hibernation;r=mossop
Assignee | ||
Comment 4•9 years ago
|
||
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•9 years ago
|
||
Assignee: nobody → dteller
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•