Closed
Bug 1497479
Opened 3 years ago
Closed 3 years ago
Fix indentation in discardBrowser
Categories
(Firefox :: Tabbed Browser, enhancement, P3)
Firefox
Tabbed Browser
Tracking
()
RESOLVED
FIXED
Firefox 64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: dao, Assigned: andrewjgregoryajg, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(2 files)
These conditions of the if-clause lack two spaces of indentation: https://searchfox.org/mozilla-central/rev/29aea2a2a3bd0f5e25ce0b60a76053fb25ba5149/browser/base/content/tabbrowser.js#2117-2122
| Assignee | ||
Comment 1•3 years ago
|
||
I'd love to take this on as my first contribution - how do I actually edit the file in question?
| Reporter | ||
Comment 2•3 years ago
|
||
(In reply to andrewjgregoryajg from comment #1) > I'd love to take this on as my first contribution - how do I actually edit > the file in question? Do you have the source code yet? See https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code
| Assignee | ||
Comment 3•3 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #2) > (In reply to andrewjgregoryajg from comment #1) > > I'd love to take this on as my first contribution - how do I actually edit > > the file in question? > > Do you have the source code yet? See > https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Source_Code That link is very helpful, thanks! I am going through it right now and will let you know if I have any other questions.
| Assignee | ||
Comment 4•3 years ago
|
||
| Assignee | ||
Comment 5•3 years ago
|
||
| Reporter | ||
Comment 6•3 years ago
|
||
Could you please combine both commits into one?
| Assignee | ||
Comment 7•3 years ago
|
||
Do you mean combine these two attachments or combine the two commits here: https://phabricator.services.mozilla.com/D8559 into one?
| Reporter | ||
Comment 8•3 years ago
|
||
I mean the two phabricator commits...
Comment 9•3 years ago
|
||
(In reply to Dão Gottwald [::dao] from comment #8) > I mean the two phabricator commits... I would like to work on this issue if @andrewjgregoryajg is not doing this.
| Assignee | ||
Comment 10•3 years ago
|
||
I am still working on this but I have yet to figure out how to combine two Phabricator commits. I've read the Phabricator docs and couldn't find anything. Can anyone point me in the right direction?
| Reporter | ||
Comment 11•3 years ago
|
||
Maybe just discard the previous commits and create a completely new one.
| Reporter | ||
Comment 12•3 years ago
|
||
I now accepted your patch removing tabbrowser.js' last line since it's not a big deal.
Comment 13•3 years ago
|
||
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/745dab0eb011 Fix indentation in discardBrowser r=dao
| Reporter | ||
Updated•3 years ago
|
Assignee: nobody → andrewjgregoryajg
Comment 14•3 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/745dab0eb011
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Updated•3 years ago
|
Flags: qe-verify-
| Assignee | ||
Comment 15•3 years ago
|
||
Thanks for being patient. I am still trying to get the hang of all of these new tools (Phabricator, Mercurial, etc) so I appreciate the time you've taken to respond here.
You need to log in
before you can comment on or make changes to this bug.
Description
•