Closed
Bug 1944835
Opened 1 year ago
Closed 2 months ago
Unused object in PdfjsParent.sys.mjs
Categories
(Firefox :: PDF Viewer, enhancement)
Firefox
PDF Viewer
Tracking
()
RESOLVED
FIXED
149 Branch
| Tracking | Status | |
|---|---|---|
| firefox149 | --- | fixed |
People
(Reporter: arai, Assigned: henmofb)
Details
(Keywords: good-first-bug)
Attachments
(1 file)
PdfjsParent.sys.mjs contains the following code, but the Svc variable is no longer used and it can be removed.
var Svc = {};
XPCOMUtils.defineLazyServiceGetter(
Svc,
"mime",
"@mozilla.org/mime;1",
"nsIMIMEService"
);
Updated•2 months ago
|
Keywords: good-first-bug
| Assignee | ||
Comment 1•2 months ago
|
||
Hey Tooru!
I'd be happy to make this simple change.
I am still very new to the Firefox OSS community, so apologies if I make some newbie mistakes here and there when submitting the patch.
| Assignee | ||
Comment 2•2 months ago
|
||
Updated•2 months ago
|
Assignee: nobody → henmofb
Status: NEW → ASSIGNED
Updated•2 months ago
|
Attachment #9539927 -
Attachment description: Bug 1944835 - Remove unused Svc object from PdfjsParent. r=arai → Bug 1944835 - Remove unused Svc object and unused getter definition from PdfjsParent. r=arai
Pushed by cdenizet@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a82bfb869b9d
https://hg.mozilla.org/integration/autoland/rev/590c80335aed
Remove unused Svc object and unused getter definition from PdfjsParent. r=arai,calixte
Comment 4•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox149:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 149 Branch
Updated•1 month ago
|
QA Whiteboard: [qa-triage-done-c150/b149]
You need to log in
before you can comment on or make changes to this bug.
Description
•