Difference between revisions of "User:Ashughes"

From CDOT Wiki
Jump to: navigation, search
(Labs)
 
(26 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Mozilla Internship Blog ==
+
== Blog ==
[http://ashughes-mozilla.blogspot.com ashughes-mozilla.blogspot.com]
+
[http://ashughes.com ashughes.com]
  
== Bug History ==
+
== DPS909 Labs ==
[https://bugzilla.mozilla.org/show_bug.cgi?id=226735 226735]: Replace modal pre-submit save password dialog with post-submit bar (enh)<br />
+
Building <strike>Firefox</strike> Songbird lab - [http://ashughes.com/Songbird/output.txt build output] - [http://ashughes.com/Songbird/Screenshot.png screenshot]
[https://bugzilla.mozilla.org/show_bug.cgi?id=244485 244485]: Build ID only generated when MOZILLA_OFFICIAL is set<br />
+
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=273304 273304]: Search results remain highlighted when turning off highlight again. <br />
+
Patch lab - [http://ashughes.com/Songbird/patch.txt patch] - add alert("Hello World") to components/moz/strings/src/sbStringUtils.cpp:nsString_Split()
[https://bugzilla.mozilla.org/show_bug.cgi?id=313940 313940]: Caret leaves artifacts (turds) on a form when a CSS margin is present<br />
+
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=358297 358297]: Vista XPS Viewer incorrectly redirects to firefox<br />
+
Ubiquity Lab - [http://ashughes.com/Projects/Development/Firefox/Ubiquity/piratebay_searchNsort.js js] - Pirate Bay Search in Ubiquity
[https://bugzilla.mozilla.org/show_bug.cgi?id=373371 373371]: Find Highlighting rendering image-behind instead of highlighting<br />
+
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=377595 377595]: Crash [@g_slice_free1] from [@~nsScreenGtk]<br />
+
XPCOM Component Lab - [http://ashughes.com/Projects/Development/Songbird/Add-ons/Birdtorrent/birdtorrent-0.1pre-linux32(shared).xpi xpi] - Birdtorrent 0.1 release uses XPCOM :D
[https://bugzilla.mozilla.org/show_bug.cgi?id=380683 380683]: Alias Addition<br />
+
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=380799 380799]: Help content empty<br />
+
Chrome Lab - [http://ashughes.com/Projects/Development/Songbird/Add-ons/Birdtorrent/birdtorrent-0.2-linux32.xpi xpi] - Birdtorrent 0.2 release creates Bookmarks/Search engines with favicons in UI via chrome
[https://bugzilla.mozilla.org/show_bug.cgi?id=380817 380817]: Remember my last test run after submitting a test (enh)<br />
+
 
[https://bugzilla.mozilla.org/show_bug.cgi?id=381514 381514]: Java applet issue<br />
+
== Projects ==
[https://bugzilla.mozilla.org/show_bug.cgi?id=381792 381792]: Caret leaves artifacts on a form<br />
+
* [http://zenit.senecac.on.ca/wiki/index.php/User:Ashughes/BirdTorrent BirdTorrent] - Torrent support for [http://getsongbird.com Songbird]
[https://bugzilla.mozilla.org/show_bug.cgi?id=382081 382081]: New downloads don't show in download manager when already open<br />
+
* [http://ashughes.com/Projects/Development/Firefox/Ubiquity/piratebay_searchNsort.js Pirate Bay Search N Sort Ubiquity Command] - A command for [https://wiki.mozilla.org/Labs/Ubiquity Ubiquity] that allows for searching [http://www.thepiratebay.org The Pirate Bay] and sorting the results
  
 
== Contributions ==
 
== Contributions ==
'''Current:'''<br />
+
 
- Mozilla QA Internship<br />
+
=== Current ===
- Litmus Testing for Minefield (Trunk) on Windows XP SP2, Vista, Linux, and Mac OSX<br />
+
I am currently contributing to the following projects:
- FF3 Password Manager & Security testing
+
* '''Songbird'''
<br />
+
** Community supporter via Get Satisfaction forums
'''Past:'''<br />
+
** Software Tester / Bug Hunter
- FF 2.0.0.4/1.5.0.12 BFTs for beta-push<br />
+
** Daily bug triager/verifier
- AUS2 Update Testing (FF 2.0.x/1.5.x)<br />
+
** Test case writer
- Litmus Testing for Firefox 2.0.0.3 on Windows XP SP2<br />
+
* '''How-to Articles'''
- Add-on Qualifying for Firefox 2 on Kubuntu 6.10<br />
+
** [http://zenit.senecac.on.ca/wiki/index.php/How-Tos#Linux_Java_How-to Install Java in Songbird]
 +
 
 +
* '''Firefox'''
 +
** Community Software Tester / Bug Hunter
 +
 
 +
=== Past ===
 +
The following is a list of projects I have contributed to in the past:
 +
* '''Songbird'''
 +
** Set up a dedicated set of performance lab computers
 +
** Set up a baseline set of Ghost images for performance lab computers
 +
** Redesign of bugzilla descriptions page [http://bugzilla.songbirdnest.com/page.cgi?id=fields.html]
 +
** Write test cases against the metadata editor and album art manager
 +
** Triage daily incoming bugs
 +
** Verify recently fixed bugs
 +
** Write how-to documentation for Java plugin installation on Linux
 +
** Create a catalog of keyboard shortcuts comparing across Windows, Mac and Linux and between iTunes, WMP and Songbird
 +
 
 +
 
 +
* '''Firefox'''
 +
** Reviewing add-ons for the Firefox 3 push
 +
** Litmus Testing for Minefield (Trunk) on Windows XP SP2, Vista, Linux, and Mac OSX
 +
** Firefox 3 Password Manager & Security testing
 +
** Firefox 1.5 and 2.0.0.x Live Update Testing
 +
** Litmus Testing for Firefox 1.5 and 2.0.0.x
 +
** AUS2 update testing for Firefox 1.5 and 2.0.0.x
 +
 
 +
== Bugs ==
 +
=== Songbird ===
 +
[http://tinyurl.com/6pulln] Bugs I have reported
 +
 
 +
=== Firefox ===
 +
[http://tinyurl.com/6fqxkr] Bugs I have reported

Latest revision as of 18:49, 12 January 2009

Blog

ashughes.com

DPS909 Labs

Building Firefox Songbird lab - build output - screenshot

Patch lab - patch - add alert("Hello World") to components/moz/strings/src/sbStringUtils.cpp:nsString_Split()

Ubiquity Lab - js - Pirate Bay Search in Ubiquity

XPCOM Component Lab - xpi - Birdtorrent 0.1 release uses XPCOM :D

Chrome Lab - xpi - Birdtorrent 0.2 release creates Bookmarks/Search engines with favicons in UI via chrome

Projects

Contributions

Current

I am currently contributing to the following projects:

  • Songbird
    • Community supporter via Get Satisfaction forums
    • Software Tester / Bug Hunter
    • Daily bug triager/verifier
    • Test case writer
  • How-to Articles
  • Firefox
    • Community Software Tester / Bug Hunter

Past

The following is a list of projects I have contributed to in the past:

  • Songbird
    • Set up a dedicated set of performance lab computers
    • Set up a baseline set of Ghost images for performance lab computers
    • Redesign of bugzilla descriptions page [1]
    • Write test cases against the metadata editor and album art manager
    • Triage daily incoming bugs
    • Verify recently fixed bugs
    • Write how-to documentation for Java plugin installation on Linux
    • Create a catalog of keyboard shortcuts comparing across Windows, Mac and Linux and between iTunes, WMP and Songbird


  • Firefox
    • Reviewing add-ons for the Firefox 3 push
    • Litmus Testing for Minefield (Trunk) on Windows XP SP2, Vista, Linux, and Mac OSX
    • Firefox 3 Password Manager & Security testing
    • Firefox 1.5 and 2.0.0.x Live Update Testing
    • Litmus Testing for Firefox 1.5 and 2.0.0.x
    • AUS2 update testing for Firefox 1.5 and 2.0.0.x

Bugs

Songbird

[2] Bugs I have reported

Firefox

[3] Bugs I have reported