Diving into the Unknown

In class last week, Humph [http://vocamus.net/dave/] challenged us to not just go about fixing bugs, but to also implement something new. I originally made plans with Dave [http://dseifried.wordpress.com/] and Matt [http://mschranz.wordpress.com/] to get media playback statistics [https://bugzilla.mozilla.org/show_…

OSD700 Release Post 0.7

This is going to be a smaller release than the others so far. I've been working primarily on bug 726904 [https://bugzilla.mozilla.org/show_bug.cgi?id=726904] - VideoFrame::GetVideoIntrinsicSize setting wrong size. This bug has been proving quite difficult to resolve. I have the fix pretty much…

OSD700 Release post 3 AKA 0.6

The work I've been doing for the past couple weeks can be found: BugĀ 517363 [https://bugzilla.mozilla.org/show_bug.cgi?id=517363] - Preserve video poster aspect ratio when scaling BugĀ 726904 [https://bugzilla.mozilla.org/show_bug.cgi?id=726904] - nsVideoFrame::GetVideoIntrinsicSize setting wrong size Bug…

Buggin' Out

As I detailed in my last post [https://chrisdecairos.ca/osd700-release-2.html], I've been hacking on Firefox bug 517363 [https://bugzilla.mozilla.org/show_bug.cgi?id=517363]. This bug aims to fix

OSD700 Release 2

Before I get into my work over the past two weeks, Here's links to the code and bugs: GitHub Branch for bug 715323 [https://github.com/cadecairos/mozilla-central/tree/bugs/715323] Bugzilla bug for 715323 [https://bugzilla.mozilla.org/show_bug.cgi?id=715323] Github Branch for bug 517363 [https:…

OSD700 Release post 1

Before I get started here's some formalities for the course: My work on this release can be found here: bug 686137 - Setting audio.mozFrameBufferLength has no effect on MozAudioAvailable.frameBuffer.length [https://bugzilla.mozilla.org/show_bug.cgi?id=686137] https://github.com/cadecairos/mozilla-central/tree/bugs/686137 And…