User:VladVukicevic

From MozillaWiki
Jump to: navigation, search

Status

Updated: 23 Jan 2010

Android Work

  • continuing widget work

WebGL

  • landed JS Typed Arrays, and switched WebGL to using them
  • need to land tracing code

Other

  • todo: clamped uint8 typed arrays for canvas 2d imagedata
  • track multitouch APIs
  • track audio APIs
  • find owner for js memory fixes
  • find owner for memory reporters for layout, content, gfx

Old Content

Stuff I've Worked On:

  • gfx
  • canvas
  • bookmarks
  • mozStorage
  • cairo
  • lightning
  • breaking xul

Misc Notes:

  • There's something strange with <xul:textbox> and focus/blur from within XBL. Calling focus on the textbox causes a quick focus/blur to take place, as the focus is passed to the inner html:input element. No blur event is seen by the textbox when the inner loses focus. However, when trying to same thing in a simple xul setting, you get a blur event on the textbox. Basically, <textbox onfocus=""> is not the same as textbox.onfocus = "" is not the same as textbox.addEventHandler("focus", ...) is not the same as textbox.setAttribute("onfocus", ...).

Location Prettyprinting

User:VladVukicevic/Mac Text Notes

User:VladVukicevic/Mercurial Testing

User:VladVukicevic/CSS Background Gradient

User:VladVukicevic/Maemo 2007q3

User:VladVukicevic/CairoSecReview

User:VladVukicevic/ARMNotes

User:VladVukicevic/Windows_CE_Build_Notes

User:VladVukicevic/Android_Notes

User:VladVukicevic/EmacsClangComplete

User:VladVukicevic/VRBuilds