Closed
Bug 1337658
Opened 9 years ago
Closed 9 years ago
do less copying when dispatching FontFaceLoadingEvents
Categories
(Core :: DOM: CSS Object Model, defect)
Core
DOM: CSS Object Model
Tracking
()
RESOLVED
FIXED
mozilla54
| Tracking | Status | |
|---|---|---|
| firefox54 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
Details
Attachments
(1 file)
|
3.34 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
When we dispatch loadingdone and loadingerror errors to a FontFaceSet, we do some copying into the event init dictionary's array, when we should be able to just move the arrays we've built up instead.
| Assignee | ||
Comment 1•9 years ago
|
||
Comment 2•9 years ago
|
||
Comment on attachment 8834773 [details] [diff] [review]
patch
r=me
Attachment #8834773 -
Flags: review?(bzbarsky) → review+
| Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Pushed by ihsiao@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/d286cc530247
Do less copying when dispatching FontFaceLoadingEvents. r=bz
Keywords: checkin-needed
Comment 4•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
You need to log in
before you can comment on or make changes to this bug.
Description
•