Closed
Bug 1375215
Opened 7 years ago
Closed 7 years ago
Remove remaining loop spinning from engine.js
Categories
(Firefox :: Sync, enhancement, P3)
Firefox
Sync
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: eoger, Unassigned)
References
Details
In bug 1210296, we remove most loop spinning from Sync, but we still have some usages of promiseSpinningly left.
In engines.js for example, we are spinning the event loop in the Tracker#changedIDs getter.
This bug is to finish the work (which mandates a little bit of refactoring).
Updated•7 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
I heard that this is what's currently breaking a significant part of our QA infrastructure. See bug 1388689.
Comment 2•7 years ago
|
||
(In reply to Christiane Ruetten [:cr] from comment #1)
> I heard that this is what's currently breaking a significant part of our QA
> infrastructure. See bug 1388689.
I think you are looking for bug 1375125.
Comment 3•7 years ago
|
||
Right. I shouldn't be blindly copy/pasting bug numbers.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•