Closed
Bug 1377767
Opened 7 years ago
Closed 7 years ago
TelemetrySession.jsm uses non-existing API Services.tm.mainThread.idleDispatch
Categories
(Toolkit :: Telemetry, enhancement, P3)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
mozilla56
Tracking | Status | |
---|---|---|
firefox56 | --- | fixed |
People
(Reporter: ato, Assigned: erahm)
References
Details
Attachments
(1 file, 1 obsolete file)
This is occasionally logged when running Firefox:
> JavaScript error: resource://gre/modules/TelemetrySession.jsm, line 1979: TypeError: Services.tm.mainThread.idleDispatch is not a function
The Services.tm.mainThread.idleDispatch API was renamed in https://bugzilla.mozilla.org/show_bug.cgi?id=1368072 to Services.tm.idleDispatchToMainThread.
Comment hidden (mozreview-request) |
Reporter | ||
Updated•7 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8882896 [details]
Bug 1377767 - Fix idle dispatch call to gather memory in Telemetry;
https://reviewboard.mozilla.org/r/153922/#review159148
Thanks for catching this!
Attachment #8882896 -
Flags: review?(erahm) → review+
Updated•7 years ago
|
Priority: -- → P3
Comment 3•7 years ago
|
||
I see this a lot lately in our test results for failing tests. Given that Andreas is out the next days and the patch got review+ lets get this landed.
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0650bad015bc
Fix idle dispatch call to gather memory in Telemetry; r=erahm
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox56:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla56
Assignee | ||
Comment 6•7 years ago
|
||
Currently the cached count is only updated if a table was passed in to keep
track of the window IDs. This changes the behavior to always update the count
regardless of whether a table is passed in.
MozReview-Commit-ID: EkfzLemVJyV
Attachment #8891104 -
Flags: review?(continuation)
Assignee | ||
Updated•7 years ago
|
Assignee: ato → erahm
Assignee | ||
Comment 7•7 years ago
|
||
Comment on attachment 8891104 [details] [diff] [review]
Always update cached ghost window count
Sorry wrong bug number.
Attachment #8891104 -
Attachment is obsolete: true
Attachment #8891104 -
Flags: review?(continuation)
You need to log in
before you can comment on or make changes to this bug.
Description
•