Closed
Bug 1371604
Opened 6 years ago
Closed 6 years ago
Convert arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps from XBL properties to fields
Categories
(Toolkit :: XUL Widgets, enhancement)
Toolkit
XUL Widgets
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: dao, Assigned: dao)
References
Details
(Keywords: perf)
Attachments
(1 file)
2.27 KB,
patch
|
Details | Diff | Splinter Review |
fields are evaluated once and then the value is kept, whereas properties are evaluated on every access. mconley reviewed this in bug 1368208.
Assignee | ||
Comment 1•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5b0889ea64e8ea8f1ba0e0f53140e28687dab0f8
Assignee | ||
Updated•6 years ago
|
Summary: Make scrollbox.scrollboxPaddingStart and scrollbox._startEndProps to XBL fields instead of properties → Make arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps to XBL fields instead of properties
Assignee | ||
Updated•6 years ago
|
Summary: Make arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps to XBL fields instead of properties → Convert arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps from XBL properties to fields
Pushed by dgottwald@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/6efd3b837691 Convert arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps from XBL properties to fields. r=mconley
Comment 3•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6efd3b837691
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•