Closed
Bug 1277673
Opened 10 years ago
Closed 10 years ago
Decouple the ActorActorFront and ActorRegistryFront from the ActorActor and ActorRegistryActor respectively
Categories
(DevTools :: General, defect, P1)
DevTools
General
Tracking
(firefox49 fixed)
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: fitzgen, Assigned: fitzgen)
References
Details
Attachments
(1 file, 1 obsolete file)
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8759328 -
Flags: review?(ejpbruel)
| Assignee | ||
Comment 2•10 years ago
|
||
Updated•10 years ago
|
Flags: qe-verify-
Whiteboard: [devtools-html] → [devtools-html] [triage]
| Assignee | ||
Comment 3•10 years ago
|
||
Fix eslint errors that used to be silenced when code resided in the old
location.
Attachment #8759357 -
Flags: review?(ejpbruel)
| Assignee | ||
Updated•10 years ago
|
Attachment #8759328 -
Attachment is obsolete: true
Attachment #8759328 -
Flags: review?(ejpbruel)
| Assignee | ||
Comment 4•10 years ago
|
||
Comment 5•10 years ago
|
||
Comment on attachment 8759357 [details] [diff] [review]
Decouple the ActorActorFront and ActorRegistryFront from the ActorActor and ActorRegistryActor respectively
Review of attachment 8759357 [details] [diff] [review]:
-----------------------------------------------------------------
::: devtools/server/actors/actor-registry.js
@@ -28,5 @@
> },
>
> unregister: method(function () {
> unregisterActor(this.options);
> - }, {
Please emove the method() call.
Attachment #8759357 -
Flags: review?(ejpbruel) → review+
Updated•10 years ago
|
Iteration: --- → 49.3 - Jun 6
Priority: -- → P1
Whiteboard: [devtools-html] [triage] → [devtools-html]
Pushed by nfitzgerald@mozilla.com:
https://hg.mozilla.org/integration/fx-team/rev/c28f29acfc2a
Decouple the ActorActorFront and ActorRegistryFront from the ActorActor and ActorRegistryActor respectively; r=ejpbruel
Comment 7•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Updated•9 years ago
|
Whiteboard: [devtools-html]
Updated•8 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•