Closed
Bug 1321778
Opened 9 years ago
Closed 9 years ago
Remove dead code that handles RC4 fallback
Categories
(Firefox :: Security, defect)
Firefox
Security
Tracking
()
RESOLVED
FIXED
Firefox 54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: emk, Assigned: emk)
References
Details
Attachments
(1 file)
+++ This bug was initially created as a clone of Bug #1130670 +++
I separated out the frontend change.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8816421 [details]
Bug 1321778 - Remove vestigial RC4 fallback frontend.
https://reviewboard.mozilla.org/r/97174/#review111288
Sorry for taking so terribly long to get to this. :( I'm sure the patch has bitrotted a bit since posting; if you want review on an updated version I'll get to it quickly. (I suspect any updates will be trivial and not need re-review, though.)
::: browser/base/content/aboutNetError.xhtml:159
(Diff revision 1)
> document.title = document.getElementById("certErrorPageTitle").textContent;
> for (let host of document.querySelectorAll(".hostname")) {
> host.textContent = document.location.hostname;
> }
>
> - showAdvancedButton(true);
> + showAdvancedButton();
There's also now a "setupAdvancedButton(true);" added to initPageCaptivePortal(), which is probably new since this patch. :/
::: browser/base/content/content.js
(Diff revision 1)
> this.onPageLoad(aEvent);
> break;
> case "AboutNetErrorSetAutomatic":
> this.onSetAutomatic(aEvent);
> break;
> - case "AboutNetErrorOverride":
Please remove the addEventListener("AboutNetErrorOverride") further up, too.
Attachment #8816421 -
Flags: review?(dolske) → review+
| Comment hidden (mozreview-request) |
| Assignee | ||
Comment 4•9 years ago
|
||
| mozreview-review-reply | ||
Comment on attachment 8816421 [details]
Bug 1321778 - Remove vestigial RC4 fallback frontend.
https://reviewboard.mozilla.org/r/97174/#review111288
> There's also now a "setupAdvancedButton(true);" added to initPageCaptivePortal(), which is probably new since this patch. :/
Apparently showAdvancedButton has been renamed to setupAdvancedButton. Fixed during rebase.
> Please remove the addEventListener("AboutNetErrorOverride") further up, too.
Done.
Pushed by VYV03354@nifty.ne.jp:
https://hg.mozilla.org/integration/autoland/rev/9b67e1ce3c80
Remove vestigial RC4 fallback frontend. r=Dolske
Comment 6•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Updated•9 years ago
|
Assignee: nobody → VYV03354
You need to log in
before you can comment on or make changes to this bug.
Description
•