Closed Bug 1117933 Opened 10 years ago Closed 10 years ago

[e10s] Only announce that we're going to open a tab to input.mozilla.org if we're actually going to do it (only in the nightly update channel)

Categories

(Firefox :: General, defect)

x86
macOS
defect
Not set
normal
Points:
2

Tracking

()

RESOLVED FIXED
Firefox 38
Iteration:
38.1 - 26 Jan
Tracking Status
e10s m5+ ---

People

(Reporter: mossop, Assigned: Felipe)

Details

Attachments

(1 file)

Go to preferences, uncheck the e10s box. A serious of dialogs will appear and tell you that after Nightly restarts a tab to input.mozilla.org will be opened so you can provide feedback. No such tab is ever opened though.
Assignee: nobody → dtownsend
You worked on this originally felipe, want to take this?
Points: --- → 2
Flags: needinfo?(felipc)
Flags: firefox-backlog+
yep
Assignee: dtownsend → felipc
Status: NEW → ASSIGNED
Flags: needinfo?(felipc)
Iteration: --- → 37.3 - 12 Jan
Dave, did you experience this using a local build (instead of nightly build)?
In order to not show most of the e10s prompting all the time for local builds and mochitests, the code responsible for this checks for UpdateChannel.get() == "nightly", which is false for a local build (as the channel is "default").
Removing that condition makes it properly appear on a local build for me.

If you saw this on a regular nightly, we need to dig into it more. Before the restart the code is meant to set the pref browser.requestE10sFeedback to true, and read+clear it after sessionstore-windows-restored on the next startup.
Flags: needinfo?(dtownsend)
(In reply to :Felipe Gomes from comment #3)
> Dave, did you experience this using a local build (instead of nightly build)?
> In order to not show most of the e10s prompting all the time for local
> builds and mochitests, the code responsible for this checks for
> UpdateChannel.get() == "nightly", which is false for a local build (as the
> channel is "default").
> Removing that condition makes it properly appear on a local build for me.
> 
> If you saw this on a regular nightly, we need to dig into it more. Before
> the restart the code is meant to set the pref browser.requestE10sFeedback to
> true, and read+clear it after sessionstore-windows-restored on the next
> startup.

You're quite right, I think this was with a local build. Can we maybe not show the dialog about the feedback tab opening in the case where it won't?
Flags: needinfo?(dtownsend)
Flags: qe-verify?
Iteration: 37.3 - 12 Jan → 38.1 - 26 Jan
Summary: [e10s] When disabling e10s a message is displayed saying that after the restart a tab to input.mozilla.org will be opened. It isn't → [e10s] Only announce that we're going to open a tab to input.mozilla.org if we're actually going to do it (only in the nightly update channel)
Attached patch patchSplinter Review
the logic ends up duplicated in the two places but it sounds worth the confusion that it will avoid with that message showing up
Attachment #8548306 - Flags: review?(dtownsend)
Attachment #8548306 - Flags: review?(dtownsend) → review+
https://hg.mozilla.org/mozilla-central/rev/2234aaa1655a
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Setting as "qe-verify-" as it appears to be a low impact fix.
Flags: qe-verify? → qe-verify-
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: