Closed
Bug 1371604
Opened 9 years ago
Closed 9 years ago
Convert arrowscrollbox.scrollboxPaddingStart and arrowscrollbox._startEndProps from XBL properties to fields
Categories
(Toolkit :: UI Widgets, enhancement)
Toolkit
UI 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•9 years ago
|
||
| Assignee | ||
Updated•9 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•9 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•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 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
•