Closed
Bug 1214590
Opened 9 years ago
Closed 9 years ago
Stop assigning room names default titles
Categories
(Hello (Loop) :: Client, defect, P2)
Hello (Loop)
Client
Tracking
(firefox45 fixed)
Tracking | Status | |
---|---|---|
firefox45 | --- | fixed |
People
(Reporter: standard8, Assigned: dcritchley)
References
Details
(Whiteboard: [web sharing])
User Story
Acceptance Criteria: - When a room is created, it is no longer given a room name. - The previous strings and code for the default room name are removed
Attachments
(1 file, 1 obsolete file)
11.18 KB,
patch
|
dmosedale
:
review+
|
Details | Diff | Splinter Review |
As part of the user journey rework, we should stop assigning default titles to room names. This depends on bug 1214582 so that we displaying at least one title all the time.
See the user story for more detail.
Reporter | ||
Updated•9 years ago
|
Rank: 16
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → david.critchley
Assignee | ||
Comment 1•9 years ago
|
||
Remove Loop default Room name
Attachment #8680942 -
Flags: review?(dmose)
Comment 2•9 years ago
|
||
Comment on attachment 8680942 [details] [diff] [review]
Attachment to Bug 1214590 - Stop assigning room names default titles
Review of attachment 8680942 [details] [diff] [review]:
-----------------------------------------------------------------
Modulo a couple of nits, which I'll fix before I land, this looks good. Right now I'm fighting with the mochitest infrastructure on stuff that I suspect is unrelated, but is nonetheless getting in the way of me landing this. r=dmose
::: browser/components/loop/content/js/panel.jsx
@@ -440,5 @@
> "room-entry": true,
> "room-active": this._isActive(),
> "room-opened": this.props.isOpenedRoom
> });
> -
Might as well leave this as is.
::: browser/components/loop/content/js/roomStore.js
@@ +267,5 @@
> this._notifications.remove("create-room-error");
> + if ("urls" in actionData && actionData.urls[0].description === "fakeSite42") {
> + console.log("Action Data: ", actionData);
> + console.log("Room Creation Data: ", roomCreationData);
> + console.log("----------------------------------------------------------------------------------------");
These console.logs wanna go.
Attachment #8680942 -
Flags: review?(dmose) → review+
Updated•9 years ago
|
Attachment #8680942 -
Attachment is obsolete: true
Comment 4•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/375a22f7bc4ee360e90849d33061c86b1b56fe8b
Bug 1214590 - Remove Loop default Room name, r=dmose
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox45:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla45
Comment 6•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Comment 7•9 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
Updated•9 years ago
|
Iteration: --- → 44.3 - Nov 2
You need to log in
before you can comment on or make changes to this bug.
Description
•