Move contextmenu related tests into browser/base/content/test/contextMenu
Categories
(Firefox :: Menus, enhancement, P3)
Tracking
()
People
(Reporter: johannh, Assigned: matthewacha, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=js])
Attachments
(1 file)
|
Bug 1375463 - Move contextmenu related tests into browser/base/content/test/contextMenu. r?Standard8
47 bytes,
text/x-phabricator-request
|
Details | Review |
Bug 1299371 added a tests/contextMenu directory, so we should probably move browser_contextmenu.js browser_contextmenu_childprocess.js browser_contextmenu_input.js into that folder.
| Reporter | ||
Updated•4 years ago
|
Updated•4 years ago
|
Comment 1•2 years ago
|
||
I'm happy to mentor this. Here's some notes for what to do:
- An artifact build is sufficient for checking your changes.
- The test files listed in comment 0 should be moved from
browser/base/content/test/generaltobrowser/base/content/test/contextMenu - References in the
test/general/browser.inifile should be moved across to thetest/contentMenu/browser.inifile.- Include any lines following until the next test is listed, but remove the comment lines that start with
# DO NOT ADD ...
- Include any lines following until the next test is listed, but remove the comment lines that start with
- Other support files are referenced from the test files (I think they all have
contextmenuin the name).- These should also be moved across and the associated references in browser.ini updated.
- Once you've moved everything, run these commands:
./mach build./mach mochitest browser/base/content/test/contextMenu./mach mochitest browser/base/content/test/general
- If all the commands are successful, then you should be good to post this patch.
- Create a commit with a message such as
Bug 1375463 - Move contextmenu related tests into browser/base/content/test/contextMenu. r?Standard8 - Post it using Phabricator
- Create a commit with a message such as
| Assignee | ||
Comment 2•2 years ago
|
||
I would like to take this on @standard8
Comment 3•2 years ago
|
||
Can I take this up?
Comment 4•2 years ago
|
||
Sorry everyone, I just realised I'd forgotten to actually cc myself on this bug so I'd missed notifications :-(
@matthewacha, since you commented first, would you still like to take this on?
can i take this @standard8 ?it would be my first contribution .
Comment 6•2 years ago
|
||
Hi Ahmed, please let matthewacha have a chance to respond first.
Updated•2 years ago
|
| Assignee | ||
Comment 7•2 years ago
|
||
thanks, I will get onto it right away
Comment 8•2 years ago
|
||
Hey @matthewacha, if you're not working on this, can I take this up?
| Assignee | ||
Comment 9•2 years ago
|
||
Comment 10•2 years ago
|
||
Hello,
Can I take this up? This will be my first contribution.
Comment 11•2 years ago
|
||
(In reply to afshan.shokath from comment #10)
Can I take this up? This will be my first contribution.
Sorry, Matthewacha is already working on this. You can find more possible bugs at https://codetribute.mozilla.org/
Comment 12•2 years ago
|
||
Pushed by mbanner@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/baae6f2fe9a7 Move contextmenu related tests into browser/base/content/test/contextMenu. r=Standard8
Comment 13•2 years ago
|
||
| bugherder | ||
Description
•