Closed
Bug 852782
Opened 12 years ago
Closed 12 years ago
update URL to final health report URL
Categories
(Firefox Health Report Graveyard :: Client: Desktop, defect)
Firefox Health Report Graveyard
Client: Desktop
Tracking
(firefox21 verified, firefox22 verified)
VERIFIED
FIXED
Firefox 22
People
(Reporter: mconnor, Assigned: mconnor)
Details
Attachments
(1 file)
2.04 KB,
patch
|
MattN
:
review+
bajaj
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Per Laura and jakem, the final URL will be https://fhr.cdn.mozilla.net/%LOCALE%/index.html. As we're adding the locale to the remote URL, we'll need to switch the places reading this pref to use urlFormatter instead. This patch makes both changes, and should land once we have a placeholder on the CDN. (Jake, Laura, is there a bug we can track for when we can land this?)
The patch itself is very simple, tests continue to pass.
Attachment #726982 -
Flags: review?(mnoorenberghe+bmo)
Comment 1•12 years ago
|
||
Comment on attachment 726982 [details] [diff] [review]
v1 - switch to final URL, start using urlFormatter
Review of attachment 726982 [details] [diff] [review]:
-----------------------------------------------------------------
r- because of the glossaryURL issue.
::: browser/base/content/abouthealthreport/abouthealth.js
@@ +33,4 @@
> iframe.src = report.spec;
> prefs.observe("uploadEnabled", this.updatePrefState, healthReportWrapper);
> },
> +
Nit: whitespace
@@ +76,1 @@
>
ditto
::: services/healthreport/healthreport-prefs.js
@@ +22,4 @@
> pref("datareporting.healthreport.service.loadDelayFirstRunMsec", 60000);
> pref("datareporting.healthreport.service.providerCategories", "healthreport-js-provider");
>
> +pref("datareporting.healthreport.about.reportUrl", "https://fhr.cdn.mozilla.net/%LOCALE%/index.html");
Nit: Is the "index.html" part really necessary? We normally leave that part out.
@@ -22,4 @@
> pref("datareporting.healthreport.service.loadDelayFirstRunMsec", 60000);
> pref("datareporting.healthreport.service.providerCategories", "healthreport-js-provider");
>
> -pref("datareporting.healthreport.about.glossaryUrl", "https://services.mozilla.com/healthreport/glossary.html");
It seems like this pref is still used in init of abouthealth.js
Attachment #726982 -
Flags: review?(mnoorenberghe+bmo) → review-
Assignee | ||
Comment 2•12 years ago
|
||
Sorry for confusion, this is on top of bug 840124 which removes that consumer.
I used the URL provided by Laura/Jake, it's an easy fix if they don't need it. :)
Updated•12 years ago
|
Attachment #726982 -
Flags: review- → review+
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Comment 4•12 years ago
|
||
about:healthreport -
This change is hitting an 'Untrusted Connection Error' Page:
This Connection is Untrusted
You have asked Nightly to connect
securely to fhr.cdn.mozilla.net, but we can't confirm that your connection is secure.
Normally, when you try to connect securely,
sites will present trusted identification to prove that you are
going to the right place. However, this site's identity can't be verified.
What Should I Do?
If you usually connect to
this site without problems, this error could mean that someone is
trying to impersonate the site, and you shouldn't continue.
fhr.cdn.mozilla.net uses an invalid security certificate.
The certificate is not trusted because no issuer chain was provided.
(Error code: sec_error_unknown_issuer)
Comment 5•12 years ago
|
||
A real cert should be installed in the next 48 hours.
Comment 6•12 years ago
|
||
Yep, right now it's a Mozilla-signed cert. jakem has ordered the real one.
Assignee | ||
Comment 7•12 years ago
|
||
Comment on attachment 726982 [details] [diff] [review]
v1 - switch to final URL, start using urlFormatter
[Approval Request Comment]
Bug caused by (feature/regressing bug #): n/a
User impact if declined: FHR will fail to function properly
Testing completed (on m-c, etc.): On Nightly since yesterday.
Risk to taking this patch (and alternatives if risky): low risk, entirely contained to FHR.
String or IDL/UUID changes made by this patch: None.
Attachment #726982 -
Flags: approval-mozilla-aurora?
Comment 8•12 years ago
|
||
Comment on attachment 726982 [details] [diff] [review]
v1 - switch to final URL, start using urlFormatter
I am sure the url will get testing by many of us once we get the cert, but in case there is anything additional needed here from QA please add qawanted here.
Attachment #726982 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Assignee | ||
Comment 9•12 years ago
|
||
status-firefox21:
--- → fixed
status-firefox22:
--- → fixed
Comment 10•12 years ago
|
||
Verified that both Nightly and Aurora now point to https://fhr.cdn.mozilla.net/%LOCALE%/
Assignee | ||
Updated•12 years ago
|
Component: Metrics and Firefox Health Report → Client: Desktop
Product: Mozilla Services → Firefox Health Report
Target Milestone: mozilla22 → Firefox 22
Updated•6 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•