Closed
Bug 1529677
Opened 7 years ago
Closed 6 years ago
Move writing of Event type from RecordEvent() into RecordToStream()
Categories
(Core :: Graphics, enhancement, P3)
Core
Graphics
Tracking
()
RESOLVED
FIXED
mozilla69
| Tracking | Status | |
|---|---|---|
| firefox69 | --- | fixed |
People
(Reporter: jrmuizel, Assigned: jrmuizel)
References
Details
Attachments
(1 file)
|
3.26 KB,
patch
|
bobowen
:
review+
|
Details | Diff | Splinter Review |
This lets us include event type size in our reservation which should speed things up a tiny bit. It also makes the total writing process more clear.
| Assignee | ||
Comment 1•7 years ago
|
||
Assignee: nobody → jmuizelaar
| Assignee | ||
Updated•7 years ago
|
Priority: -- → P3
Comment 2•6 years ago
|
||
Comment on attachment 9045735 [details] [diff] [review]
Move writing of Event type from RecordEvent() into RecordToStream()
I've built on top of this for bug 1464032, so I'll land a rebased version of this along with that bug.
Attachment #9045735 -
Flags: review+
Updated•6 years ago
|
Blocks: canvas-ipc
Pushed by bobowencode@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4793f9c4f13d
Move writing of Event type from RecordEvent() into RecordToStream(). r=bobowen
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox69:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla69
You need to log in
before you can comment on or make changes to this bug.
Description
•