Closed
Bug 1486313
Opened 6 years ago
Closed 6 years ago
Replace makeURI with Services.io.newURI in pageInfo.js
Categories
(Firefox :: Page Info Window, enhancement, P5)
Firefox
Page Info Window
Tracking
()
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: johannh, Assigned: arshadkazmi42, Mentored)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We should replace all occurrences of the deprecated makeURI function with Services.io.newURI here:
https://searchfox.org/mozilla-central/search?q=makeURI&case=false®exp=false&path=pageInfo.js
The parameters should stay the same.
Reporter | ||
Comment 2•6 years ago
|
||
Awesome, let me know if you need any help! Thanks!
Assignee: nobody → arshadkazmi42
Status: NEW → ASSIGNED
Flags: needinfo?(jhofmann)
Assignee | ||
Comment 3•6 years ago
|
||
It needs to be changed only in that file? Or I need to check other files also for this change?
Flags: needinfo?(jhofmann)
Assignee | ||
Comment 4•6 years ago
|
||
Done with the changes.
Added to phabricator and added you as reviewer
https://phabricator.services.mozilla.com/D4389
Assignee | ||
Comment 5•6 years ago
|
||
Assignee | ||
Comment 6•6 years ago
|
||
Hey Johann,
Any updates on this? I am not sure who is going to do review for this. I have added you as reviewer for this.
Reporter | ||
Comment 7•6 years ago
|
||
Comment on attachment 9004362 [details]
Bug 1486313 makeURI replaced with Services.io.newURI
Johann Hofmann [:johannh] has approved the revision.
Attachment #9004362 -
Flags: review+
Reporter | ||
Comment 8•6 years ago
|
||
(In reply to Arshad Kazmi from comment #6)
> Hey Johann,
> Any updates on this? I am not sure who is going to do review for this. I
> have added you as reviewer for this.
Hey Arshad, sorry for the delay, the last days were a bit busy for me.
Thank you for the reminder, that patch looks great!
You now have editbugs access (which means you can edit all bugs), would you like to try it out and set the checkin-needed flag yourself? :)
Thanks!
Flags: needinfo?(jhofmann)
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(jhofmann)
Attachment #9004362 -
Flags: checkin?(jhofmann)
Assignee | ||
Comment 9•6 years ago
|
||
I have added 'checkin flag'
Is this the right way?
Adding '?'
Comment 10•6 years ago
|
||
Pushed by ebalazs@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/5deec145c04d
makeURI replaced with Services.io.newURI r=johannh
Assignee | ||
Comment 11•6 years ago
|
||
Hey Johann,
I think code is merged now.
What is the next step for this bug? Do I have to close it? or there is some flag for it?
Comment 12•6 years ago
|
||
arshadkazmi42, can you please remove the checkin? because this patch is still in the list on checkin-needed bugs.
Next time you can just add the 'checkin-needed' in the keywords section. Thanks!
Flags: needinfo?(arshadkazmi42)
Assignee | ||
Updated•6 years ago
|
Flags: needinfo?(arshadkazmi42)
Attachment #9004362 -
Flags: checkin?(jhofmann)
Assignee | ||
Comment 13•6 years ago
|
||
Hi Eliza,
Updated the flag. I got it now from my other bug flow, that checkin-needed needs to be added in the keywords.
So can I add checkin-needed keyword in this bug now? Or its already checkedin?
Flags: needinfo?(ebalazs)
Comment 14•6 years ago
|
||
This patch is already landed. Please see Comment 10.
Flags: needinfo?(ebalazs)
Assignee | ||
Comment 15•6 years ago
|
||
Oh. yes. missed that comment.
So what is the next step? This bug needs to be closed?
Do I have to close the bug? Or there is someone else who handles this?
Flags: needinfo?(ebalazs)
Comment 16•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 17•6 years ago
|
||
No need to take any other action, as you can see in the previous comment your patch was merged in mozilla-central and it was closed as Resolved fixed.
Flags: needinfo?(ebalazs)
Assignee | ||
Comment 18•6 years ago
|
||
Ok. thank your for the details :)
Updated•6 years ago
|
Flags: needinfo?(jhofmann)
You need to log in
before you can comment on or make changes to this bug.
Description
•