Sep 132010
This week, I accomplished the following relatively noteworthy items. There was other stuff but not interesting enough for even me to bother noting down.
- The following articles have been written (or updated) for the new Audio API; there’s a lot left to do for this new API but I’m making progress:
nsIDOMHTMLMediaElement
nsIDOMHTMLAudioElement
<audio>
element- Manipulating audio in Firefox using the enhanced audio API (this is a work in progress)
- Documented the
mozResponseArrayBuffer
property on XMLHttpRequest objects. - Updated the
unimplemented_inline
template to accept an optional bug number so the little box can include a link to the relevant bug. This currently only works for English; other locales will need to update the template too. - Noted that the
nsIMemory
methodisLowMemory()
is now deprecated in favor of memory-pressure notifications. - Documented
::-moz-list-number
; this isn’t new, just never got documented. - Added notes to the documentation about the Error Console being disabled by default.
- Updated the documentation for X-Frame-Options to include a sample for how to configure Apache to send the header.