Closed
Bug 1509469
Opened 7 years ago
Closed 7 years ago
Remove unused ContentAreaUtils.ioService
Categories
(Toolkit :: General, enhancement, P5)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: dao, Assigned: hrushikeshcoc, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file)
The comment says we kept this "for backwards compatibility", but this can't anymore be accessed from external code such as add-ons:
https://searchfox.org/mozilla-central/rev/876022232b15425bb9efde189caf747823b39567/toolkit/content/contentAreaUtils.js#22-27
| Assignee | ||
Comment 1•7 years ago
|
||
I would like to take this up.
| Reporter | ||
Comment 2•7 years ago
|
||
(In reply to Hrushikesh Bodas from comment #1)
> I would like to take this up.
Go ahead! Let me know if you have questions.
| Assignee | ||
Comment 3•7 years ago
|
||
I have a doubt on this... Where do I get the code from? Github says that the repository is retired.
| Reporter | ||
Comment 4•7 years ago
|
||
There's a github mirror: https://github.com/mozilla/gecko-dev
However it is recommended that you use Mercurial: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code
Here's how to submit a patch: https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/How_to_Submit_a_Patch
Comment 5•7 years ago
|
||
@Hrushikesh Bodas : Are you still working on this?
| Assignee | ||
Comment 6•7 years ago
|
||
Yea I am still working on this bug. I'm wait for a stable internet connection which I will get by today evening.
| Assignee | ||
Comment 7•7 years ago
|
||
@Dão Gottwald Which repo should i clone in mercurial? Also how can i contact you on IRC?
| Assignee | ||
Comment 8•7 years ago
|
||
::dao I have removed the lines and made local changes to the repository.
| Assignee | ||
Comment 9•7 years ago
|
||
::dao I am trying to push the changes to the repo with the error authorization failed. I read your message on How to Submit a patch.
Also please assign this bug to me
| Reporter | ||
Comment 10•7 years ago
|
||
(In reply to Hrushikesh Bodas from comment #9)
> ::dao I am trying to push the changes to the repo with the error
> authorization failed. I read your message on How to Submit a patch.
How exactly did you try to push the patch?
Assignee: nobody → hrushikeshcoc
Updated•7 years ago
|
Priority: -- → P5
| Assignee | ||
Comment 11•7 years ago
|
||
::dao there was an error in my configuration of arcainst. I'm still working on getting the setup right.
| Assignee | ||
Comment 12•7 years ago
|
||
I have made the changes and after a troubling setup, applied for review... on phabricator mozilla, it shows that reviewers have not been specified.
| Assignee | ||
Comment 13•7 years ago
|
||
Comment 14•7 years ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/cec394267904
Remove unused ContentAreaUtils.ioService r=dao
Comment 15•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
You need to log in
before you can comment on or make changes to this bug.
Description
•