Closed
Bug 1478563
Opened 6 years ago
Closed 6 years ago
Optimize MeatballMenu
Categories
(DevTools :: General, enhancement, P2)
DevTools
General
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Firefox 63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: birtles, Assigned: birtles)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
See bug 1472938 comment 25.
Specifically:
* Re-use the same function object for various component props to avoid needless re-renders
* Set a key on the various items.
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•6 years ago
|
||
To avoid needless re-renders due to props changing object identity.
Depends on DNone
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → bbirtles
Status: NEW → ASSIGNED
Comment 2•6 years ago
|
||
Comment on attachment 8996905 [details]
Bug 1478563 - Re-use function objects in MeatballMenu; r=jdescottes
Julian Descottes [:jdescottes][:julian] has approved the revision.
https://phabricator.services.mozilla.com/D2641
Attachment #8996905 -
Flags: review+
Pushed by bbirtles@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d4ca2c8982af
Re-use function objects in MeatballMenu; r=jdescottes
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
You need to log in
before you can comment on or make changes to this bug.
Description
•