Closed
Bug 1666831
Opened 5 years ago
Closed 5 years ago
engine-override.xml can be removed as it can be replaced by engine.xml
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
85 Branch
Tracking | Status | |
---|---|---|
firefox85 | --- | fixed |
People
(Reporter: standard8, Assigned: soniasingla, Mentored)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file)
test_remove_profile_engine.js
is the only test that references engine-override.xml
:
https://searchfox.org/mozilla-central/search?q=engine-override.xml&path=test&case=false®exp=false
The test doesn't actually use the information in the file, just the file itself. Therefore we could replace the reference to engine.xml
and remove engine-override.xml
.
To help us out with this bug, here's the steps:
- Comment here on the bug that you want to volunteer to help. I (or someone else) will assign it to you.
- Follow the guide for contributing: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
- If you have any problems, please ask on Matrix in the #introduction channel. They're there to help you get started.
- Fix the bug as described above, then build and run tests:
./mach build
./mach xpcshell-test toolkit/components/search
- Create a commit of the changes:
$ hg commit -m "Bug nnn - engine-override.xml can be removed as its can be replaced by engine.xml. r?Standard8"
- Post the commit as per the contributing guide.
- Once the patches are submitted, I'll take a look. If there's any changes necessary I'll comment in Phabricator, so be prepared to update the patches.
- If you do need to update the commit, please amend the existing commit, rather than creating new ones. This helps with tracking of review comments.
- Once we're happy with the changes, I'll push it to autoland - our integration branch. It then gets integrated into our main branch in about 48 hours.
- Now you get to think about what kind of bug you'd like to work on next. Let me know what you're interested in and I can help you find your next contribution.
Reporter | ||
Updated•5 years ago
|
Severity: -- → N/A
Priority: -- → P3
Reporter | ||
Updated•5 years ago
|
Summary: engine-override.xml can be removed as its can be replaced by engine.xml → engine-override.xml can be removed as it can be replaced by engine.xml
Reporter | ||
Updated•5 years ago
|
Keywords: good-first-bug
Assignee | ||
Comment 1•5 years ago
|
||
Can I send patch here? (not-my-first-bug) but let me know :)
Flags: needinfo?(standard8)
Reporter | ||
Comment 2•5 years ago
|
||
Ok, its been a while and no-one else has grabbed it, so lets get this done.
Assignee: nobody → soniasingla.1812
Flags: needinfo?(standard8)
Assignee | ||
Comment 3•5 years ago
|
||
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ac332d70d5d7
engine-override.xml can be removed as its can be replaced by engine.xml. r=Standard8
Comment 5•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox85:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 85 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•