Closed
Bug 152001
Opened 23 years ago
Closed 15 years ago
Associate *.mml (MathML) files with the browser
Categories
(Core :: MathML, enhancement)
Core
MathML
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a5
People
(Reporter: dtomaszuk, Assigned: fredw)
References
Details
(Keywords: helpwanted)
Attachments
(3 files, 1 obsolete file)
994 bytes,
application/mathml+xml
|
Details | |
1.15 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
2.78 KB,
patch
|
bzbarsky
:
review-
|
Details | Diff | Splinter Review |
I think that Mozilla should 'see' files like *.mml (the same like *xhtml)
Comment 1•23 years ago
|
||
Do you mean register them as a handled type?
Need to fix 124709 first, and remember to associate .mml to Mozilla (as bug
151770 and bug 123090). What is messy about the MathML case is that the
additions have to be #ifdef'ed.
Status: UNCONFIRMED → NEW
Depends on: 124709
Ever confirmed: true
Keywords: helpwanted
OS: Windows 98 → All
Hardware: PC → All
Summary: MathML (*.mml) → [RFE] MathML (*.mml)
Target Milestone: --- → Future
Comment 3•23 years ago
|
||
I'll do it since I did the patch for bug 151770.
Comment 4•23 years ago
|
||
[RFE] is deprecated in favor of severity: enhancement. They have the same meaning.
Severity: normal → enhancement
Updated•23 years ago
|
Summary: [RFE] MathML (*.mml) → MathML (*.mml)
Comment 5•23 years ago
|
||
*** Bug 183079 has been marked as a duplicate of this bug. ***
Comment 6•21 years ago
|
||
.mml files when explicitly opened are recognised and parsed properly, so I
don't see anything that's holding this bug anymore.
About the patch:
Based on patches in bug 123090 and bug 151770
Used L as the access key for MathML.
The patch is untested.
I'm not sure how the UI will behave when MathML is disabled, since we don't
have a pre-processor for XUL/JS/DTD files in Seamonkey.
Ideas?
Assignee: rbs → alexey
Status: NEW → ASSIGNED
Updated•21 years ago
|
Attachment #143951 -
Flags: review?(rbs)
Updated•19 years ago
|
Summary: MathML (*.mml) → Associate *.mml (MathML) files with the browser
Updated•16 years ago
|
QA Contact: ian → mathml
Assignee | ||
Comment 7•16 years ago
|
||
Alexey, I plan to fix this bug. Are you still working on it or can I assign it to myself and continue the work?
Comment 8•16 years ago
|
||
By all means.
I forgot I even wrote that patch.
Assignee: alexey → nobody
Status: ASSIGNED → NEW
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → fred.wang
Assignee | ||
Updated•16 years ago
|
Attachment #143951 -
Flags: review?(rbs)
Assignee | ||
Comment 9•15 years ago
|
||
Assignee | ||
Comment 10•15 years ago
|
||
The patch for bug 124709 seems to fix this bug. However, I attach a patch that adds mml extension in the nsExternalHelperAppService.
Attachment #143951 -
Attachment is obsolete: true
Attachment #428190 -
Flags: review?(bzbarsky)
![]() |
||
Comment 11•15 years ago
|
||
Comment on attachment 428190 [details] [diff] [review]
Patch
Looks ok.
Attachment #428190 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 12•15 years ago
|
||
A reftest that checks if we get the same result for a MathML file with extension mml and xml. I don't know if it is relevant for this bug, since as I say in comment 10, the issue is already fixed by bug 124709.
Attachment #429090 -
Flags: review?(bzbarsky)
![]() |
||
Comment 13•15 years ago
|
||
Comment on attachment 429090 [details] [diff] [review]
reftest
This test will fail is the OS MIME setup maps .mml to some other type. I'm not sure there's a sane way to test this.
Attachment #429090 -
Flags: review?(bzbarsky) → review-
![]() |
||
Comment 14•15 years ago
|
||
Pushed the patch as http://hg.mozilla.org/mozilla-central/rev/bc024a34734b
Status: NEW → RESOLVED
Closed: 15 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Assignee | ||
Comment 15•15 years ago
|
||
(In reply to comment #14)
> Pushed the patch as http://hg.mozilla.org/mozilla-central/rev/bc024a34734b
Thank you!
(In reply to comment #13)
> (From update of attachment 429090 [details] [diff] [review])
> This test will fail is the OS MIME setup maps .mml to some other type. I'm not
> sure there's a sane way to test this.
You're right. So let's not do a test for this...
Assignee | ||
Updated•15 years ago
|
Target Milestone: Future → mozilla1.9.3a5
You need to log in
before you can comment on or make changes to this bug.
Description
•