Closed
Bug 1407195
Opened 4 years ago
Closed 4 years ago
Remove obsolete BrowserStartup and BrowserShutdown functions
Categories
(Firefox :: General, enhancement)
Firefox
General
Tracking
()
RESOLVED
FIXED
Firefox 58
| Tracking | Status | |
|---|---|---|
| firefox58 | --- | fixed |
People
(Reporter: dao, Assigned: nikshepsvn, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file, 1 obsolete file)
|
1.29 KB,
patch
|
dao
:
review+
|
Details | Diff | Splinter Review |
These aren't needed anymore: http://searchfox.org/mozilla-central/rev/b53e29293c9e9a2905f4849f4e3c415e2013f0cb/browser/base/content/browser.js#2004-2014
Comment 1•4 years ago
|
||
Hi, I'm new to open-source projects and would like to take this up. Please guide/mentor me through this.
| Reporter | ||
Comment 2•4 years ago
|
||
(In reply to Shobhit Chittora from comment #1) > Hi, > I'm new to open-source projects and would like to take this up. Please > guide/mentor me through this. Hi! Have you pulled / downloaded the source code? Have you built Firefox yet?
Flags: needinfo?(chittorashobhit)
Comment 3•4 years ago
|
||
Hey! I'm downloading the dependencies and will try to build now. Thanks for your patience.
Flags: needinfo?(chittorashobhit)
| Assignee | ||
Comment 4•4 years ago
|
||
Hey Dao -- I just went through and fixed the issue. Please let me know if my changes were sufficient :)
Flags: needinfo?(dao+bmo)
| Reporter | ||
Comment 5•4 years ago
|
||
(In reply to nikshepsvn from comment #4) > Created attachment 8917154 [details] [diff] [review] > removed_obsolete_BrowserStartup_and_BrowserShutdown_functions > > Hey Dao -- I just went through and fixed the issue. Please let me know if my > changes were sufficient :) This looks like an export of mozilla-central tip rather than your patch. Have you committed your changes before trying to export them?
Flags: needinfo?(dao+bmo) → needinfo?(nikshepsvn)
| Reporter | ||
Updated•4 years ago
|
Assignee: nobody → nikshepsvn
| Assignee | ||
Comment 6•4 years ago
|
||
oh my bad -- I forgot to commit them! Will commit and upload a patch soon -- sorry!
Flags: needinfo?(nikshepsvn)
| Assignee | ||
Comment 7•4 years ago
|
||
fixed patch file
Attachment #8917154 -
Attachment is obsolete: true
Flags: needinfo?(dao+bmo)
Attachment #8917441 -
Flags: review?(dao+bmo)
| Reporter | ||
Comment 8•4 years ago
|
||
Comment on attachment 8917441 [details] [diff] [review] removedObseleteBrowserStartupAndShutdownfunctions.patch Looks good, thanks!
Flags: needinfo?(dao+bmo)
Attachment #8917441 -
Flags: review?(dao+bmo) → review+
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/893e45de11ab Remove obsolete BrowserStartup and BrowserShutdown functions. r=dao
| Assignee | ||
Comment 10•4 years ago
|
||
woot, thank you!
Comment 11•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/893e45de11ab
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
| Reporter | ||
Updated•4 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•