Replace makeURI with Services.io.newURI in browser-places.js
Categories
(Firefox :: General, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: johannh, Assigned: shruti10gandotra, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Attachments
(1 file, 1 obsolete file)
This is a good first bug for newcomers to Firefox development.
we should replace usage of the deprecated makeURI function with Services.io.newURI
in browser-places.js
The code in question is here: https://searchfox.org/mozilla-central/rev/dbddac86aadf1d4871fb350bbe66db43728a9f81/browser/base/content/browser-places.js#456
The parameters should stay the same
For instructions on how to get your local build of Firefox up and running and submit your patch, see https://developer.mozilla.org/en-US/docs/Introduction.
Please leave a comment if you would like to be assigned to this bug and feel free to ask questions here or via IRC if you're stuck.
Assignee | ||
Comment 1•7 years ago
|
||
I want to take this up. Thanks!
Comment 2•7 years ago
|
||
(In reply to Johann Hofmann [:johannh] from comment #0)
Can you please assign it to me
This is a good first bug for newcomers to Firefox development.
we should replace usage of the deprecated makeURI function with
Services.io.newURI
in browser-places.jsThe code in question is here: https://searchfox.org/mozilla-central/rev/dbddac86aadf1d4871fb350bbe66db43728a9f81/browser/base/content/browser-places.js#456
The parameters should stay the same
For instructions on how to get your local build of Firefox up and running and submit your patch, see https://developer.mozilla.org/en-US/docs/Introduction.
Please leave a comment if you would like to be assigned to this bug and feel free to ask questions here or via IRC if you're stuck.
Hello, I have already built firefox and I would like to work on this :)
Reporter | ||
Comment 4•7 years ago
|
||
Sorry, shruti10gandotra was first to ask :)
Updated•7 years ago
|
Assignee | ||
Comment 5•7 years ago
|
||
Replaced the usage of the deprecated makeURI function with Services.io.newURI in mozilla-central/browser/base/content/browser-places.js.
Reporter | ||
Comment 6•7 years ago
|
||
Hi shruti10gandotra,
unfortunately the old Bugzilla review system has been disabled as of today, so you will need to upload a patch with Phabricator. There's a guide on how to get started with Phabricator here: https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html
Thanks!
Assignee | ||
Comment 7•7 years ago
|
||
(In reply to Johann Hofmann [:johannh] from comment #6)
Hi shruti10gandotra,
unfortunately the old Bugzilla review system has been disabled as of today, so you will need to upload a patch with Phabricator. There's a guide on how to get started with Phabricator here: https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html
Thanks!
Okay, I will do that.
Assignee | ||
Comment 8•7 years ago
|
||
(In reply to Johann Hofmann [:johannh] from comment #6)
I have submitted the patch with phabricator.
Hi shruti10gandotra,
unfortunately the old Bugzilla review system has been disabled as of today, so you will need to upload a patch with Phabricator. There's a guide on how to get started with Phabricator here: https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html
Thanks!
Assignee | ||
Comment 9•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Assignee | ||
Comment 10•7 years ago
|
||
(In reply to shruti10gandotra from comment #7)
Here's the link to the patch with phabricator: https://phabricator.services.mozilla.com/D21668
(In reply to Johann Hofmann [:johannh] from comment #6)
Hi shruti10gandotra,
unfortunately the old Bugzilla review system has been disabled as of today, so you will need to upload a patch with Phabricator. There's a guide on how to get started with Phabricator here: https://moz-conduit.readthedocs.io/en/latest/phabricator-user.html
Thanks!
Okay, I will do that.
Comment 12•7 years ago
|
||
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/578e042ec884
Replace makeURI with Services.io.newURI in browser-places.js r=johannh
Comment 13•7 years ago
|
||
bugherder |
Assignee | ||
Comment 14•7 years ago
|
||
Thanks for adding it
Description
•