Closed Bug 1609821 Opened 4 years ago Closed 4 years ago

Make about:about an HTML file

Categories

(Toolkit :: General, task, P3)

task

Tracking

()

RESOLVED FIXED
mozilla75
Tracking Status
firefox75 --- fixed

People

(Reporter: ntim, Assigned: jcadler, Mentored)

References

(Blocks 1 open bug)

Details

(Keywords: good-first-bug)

Attachments

(1 file, 1 obsolete file)

It is an XHTML file right now, and it could be turned into a HTML file, given how simple it is atm.

https://searchfox.org/mozilla-central/source/toolkit/content/aboutAbout.xhtml

Priority: -- → P3
Mentor: ntim.bugs
Keywords: good-first-bug

Steps to fix this bug:

In toolkit/content/aboutAbout.xhtml:

  • Remove <?xml version="1.0" encoding="UTF-8"?>
  • Replace <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> with <!DOCTYPE html>
  • Add <meta charset="utf-8"> inside <head>
  • Replace the self-closing tags (/>) with > (eg. just remove the slash) on the link and meta tags
  • Remove type="text/css" from the link tag

Then run hg rename toolkit/content/aboutAbout.xhtml toolkit/content/aboutAbout.html

And replace aboutAbout.xhtml with aboutAbout.html in docshell/base/nsAboutRedirector.cpp and toolkit/content/jar.mn

Bug 1476639: Remove scrollToIndex

Assignee: nobody → jcadler
Status: NEW → ASSIGNED

Depends on D64198

Comment on attachment 9129543 [details]
Bug 1609821: Remove scrollToIndex Function on richlistbox

Revision D64198 was moved to bug 1476639. Setting attachment 9129543 [details] to obsolete.

Attachment #9129543 - Attachment is obsolete: true
Attachment #9129544 - Attachment description: Bug 1609821: Make about:about an HTML file → Bug 1609821 - Make about:about an HTML file
Attachment #9129543 - Attachment description: Bug 1476639: Remove scrollToIndex Function on richlistbox → Bug 1609821: Remove scrollToIndex Function on richlistbox
Attachment #9129543 - Attachment is obsolete: false
Attachment #9129544 - Attachment description: Bug 1609821 - Make about:about an HTML file → Bug #1609821: Make about:about an HTML file
Attachment #9129544 - Attachment description: Bug #1609821: Make about:about an HTML file → Bug 1609821 - Make about:about an HTML file

Comment on attachment 9129543 [details]
Bug 1609821: Remove scrollToIndex Function on richlistbox

Revision D64198 was moved to bug 1476639. Setting attachment 9129543 [details] to obsolete.

Attachment #9129543 - Attachment is obsolete: true
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla75
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: