Electrolysis/Meetings/2015-10-29: Difference between revisions
< Electrolysis | Meetings
Jump to navigation
Jump to search
No edit summary |
|||
Line 10: | Line 10: | ||
== bobowen == | == bobowen == | ||
* {{bug|1156742}} - print to xps with low integrity sandbox - found a memory leak when playing the RecordedEvents, but when I fixed it it caused a crash with fonts. The problem was that we use a pointer to the data as part of the key when creating the custom font and so when that data was deleted the key became invalid (even though we'd already copied the data). As I was fixing this I realised that it was a similar issue that was causing the problem with recording WebFonts, so now I have that working as well. Should have patches up for review tomorrow or Monday. |
Revision as of 16:00, 29 October 2015
« previous week | index | next week »
jimm
- bug x
Giorgio
- bug x
bobowen
- bug 1156742 - print to xps with low integrity sandbox - found a memory leak when playing the RecordedEvents, but when I fixed it it caused a crash with fonts. The problem was that we use a pointer to the data as part of the key when creating the custom font and so when that data was deleted the key became invalid (even though we'd already copied the data). As I was fixing this I realised that it was a similar issue that was causing the problem with recording WebFonts, so now I have that working as well. Should have patches up for review tomorrow or Monday.