Closed
Bug 1243805
Opened 9 years ago
Closed 9 years ago
Replace Proxy.create with new Proxy in devtools l10n code
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(firefox47 fixed)
RESOLVED
FIXED
Firefox 47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: evilpie, Unassigned)
References
Details
Attachments
(1 file)
MozReview Request: Bug 1243805 - Replace Proxy.create with new Proxy in devtools l10n code. r=jryans
58 bytes,
text/x-review-board-request
|
jryans
:
review+
|
Details |
We want to remove Proxy.create as soon as possible. Devtools seems to have two uses across two duplicate files.
devtools/shared/gcli/source/lib/gcli/util/l10n.js
74:exports.propertyLookup = Proxy.create({
devtools/shared/gcli/source/lib/gcli/l10n.js
50:exports.propertyLookup = Proxy.create({
:jwalker, I believe you are the owner of this part according to the whoseis tool.
Can you look into this and / or redirect to someone to do so?
Flags: needinfo?(jwalker)
Comment 2•9 years ago
|
||
I have a fix. Need to get it in. I hope this week.
Comment 3•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/33887/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/33887/
Attachment #8716631 -
Flags: review?(jryans)
Comment 4•9 years ago
|
||
Flags: needinfo?(jwalker)
Comment on attachment 8716631 [details]
MozReview Request: Bug 1243805 - Replace Proxy.create with new Proxy in devtools l10n code. r=jryans
https://reviewboard.mozilla.org/r/33887/#review30583
Attachment #8716631 -
Flags: review?(jryans) → review+
Updated•9 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 7•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•