ModuleEnvironmentProxy.cpp: duplicate include "PropertyDescriptor.h"
Categories
(Core :: XPConnect, task)
Tracking
()
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: Sylvestre, Assigned: andreas221b, Mentored)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug, Whiteboard: [lang=c++])
Attachments
(2 files)
Filling as a good first bug to learn workflows.
https://searchfox.org/mozilla-central/source/js/xpconnect/loader/ModuleEnvironmentProxy.cpp#20
duplicate include on "PropertyDescriptor.h"
Tutorial to contribute:
https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
https://firefox-source-docs.mozilla.org/contributing/stack_quickref.html
Updated•1 year ago
|
Assignee | ||
Comment 1•1 year ago
|
||
Hi I'm new to the community, I can work on that.
I'll try to build the project locally and fix it to get familiar with the workflows.
Assignee | ||
Comment 2•1 year ago
|
||
Removes duplicate include of PropertyDescriptor.h
in ModuleEnvironmentProxy.cpp
Updated•1 year ago
|
Comment 4•1 year ago
|
||
Comment 5•1 year ago
|
||
bugherder |
Reporter | ||
Comment 6•1 year ago
|
||
Comment on attachment 9360520 [details]
Bug 1860232 ModuleEnvironmentProxy.cpp: removed duplicate include "PropertyDescriptor.h"
we use phabricator for code review
do you want another good first bug?
Assignee | ||
Comment 7•1 year ago
|
||
Yes, I was actually about to ask. You can suggest another one, good first or smth little more complicated..
Do I need to do anything more on Phabricator? I far as I read, will be done automatically..
Description
•