Closed
Bug 943685
Opened 11 years ago
Closed 9 years ago
Convert to Promise.jsm in the app manager
Categories
(DevTools Graveyard :: WebIDE, defect, P2)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: bbenvie, Unassigned)
References
Details
Attachments
(1 file, 4 obsolete files)
8.04 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
Switches app manger to use Promise.jsm. https://tbpl.mozilla.org/?tree=Try&rev=e72f99504fff
Assignee: nobody → bbenvie
Status: NEW → ASSIGNED
Reporter | ||
Comment 2•11 years ago
|
||
I have a feeling this won't fix the failure, but let's try. https://tbpl.mozilla.org/?tree=Try&rev=3a6725252b5e
Attachment #8338950 -
Attachment is obsolete: true
Reporter | ||
Comment 3•11 years ago
|
||
Clarification: this is a timing issue I cannot reproduce locally. =(
Comment 4•11 years ago
|
||
Still failing:
https://tbpl.mozilla.org/?tree=Try&rev=fa3da02191dd
Comment 5•11 years ago
|
||
Still failing after this obvious fix.
https://tbpl.mozilla.org/?tree=Try&rev=a2a32ac71943
Attachment #8339611 -
Attachment is obsolete: true
Comment 6•11 years ago
|
||
There seems to be a race condition with the selectProject function. It seems that the first project added is selected automatically, but we click the first element in the list again during the selection process, and this triggers the race condition.
This added timeout makes the race condition occur locally.
This might be related to the intermittent failure in bug 950613.
Ideas on how to fix this?
Attachment #8394135 -
Attachment is obsolete: true
Comment 7•11 years ago
|
||
Simplified the test, but still fails remotely and not when run individually.
Attachment #8394913 -
Attachment is obsolete: true
Updated•10 years ago
|
Assignee: bbenvie → nobody
Status: ASSIGNED → NEW
App Manager is slated to be removed, so it may not make sense to work on this.
Depends on: rm-am
Comment 9•9 years ago
|
||
App manager removed!
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•