Closed Bug 1321778 Opened 9 years ago Closed 9 years ago

Remove dead code that handles RC4 fallback

Categories

(Firefox :: Security, defect)

defect
Not set
normal

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 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 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
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 54
Assignee: nobody → VYV03354
Depends on: 1361288
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: