Security/Sandbox/2015-11-12

From MozillaWiki
< Security‎ | Sandbox
Revision as of 19:43, 24 November 2015 by Bobowen (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

« previous week | index | next week »

Windows

  • Content Sandboxing
    • bug 1156742 - print to xps with low integrity sandbox - fonts are really hard - fixed various problems found in testing:
      • memory corruption from the way I was pulling out names from TrueType files
      • timeout due to misunderstanding the way nsPagePrintTimer works
      • added a load of null checking to the Moz2D event playback code, as it currently just expects everything to be fine
      • added a new patch to only send the font data once and cache on the parent, scaled font then reference that
      • just found issue with TrueType font collections for GDI fonts, working on fixing that now


Cross Platform

  • Chromium Sandbox Code
    • Started work on taking a new cut of the Chromium code, which I've been meaning to do for months.