Difference between revisions of "User:Dliu53"

From CDOT Wiki
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 91: Line 91:
 
</table>
 
</table>
 
<br>
 
<br>
 +
  
 
== Content ==
 
== Content ==
Line 96: Line 97:
 
* Create my first wiki page
 
* Create my first wiki page
 
* Create my first blog post
 
* Create my first blog post
 +
  
 
== Lab ==
 
== Lab ==
Line 107: Line 109:
 
* Modifying the Browser Part II - writing an extension
 
* Modifying the Browser Part II - writing an extension
 
* Creating a Binary C++ XPCOM Componet [http://matrix.senecac.on.ca/~dliu53/OSD600/lab/Xpcom.zip Xpcom.zip]
 
* Creating a Binary C++ XPCOM Componet [http://matrix.senecac.on.ca/~dliu53/OSD600/lab/Xpcom.zip Xpcom.zip]
 +
  
 
== Bugs ==
 
== Bugs ==
  
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=309983 Bug 309983] - Bad rendering of complex bezier curves
 
* [https://bugzilla.mozilla.org/show_bug.cgi?id=309983 Bug 309983] - Bad rendering of complex bezier curves
 +
* [https://bugzilla.mozilla.org/show_bug.cgi?id=337793 Bug 337793] - Create a test to check all EC curves
 +
* [https://bugzilla.mozilla.org/show_bug.cgi?id=327580 Bug 327580] - fix image decoder endianness/RGB issues
 +
  
 
== Sources ==
 
== Sources ==
Line 116: Line 122:
 
* [http://zenit.senecac.on.ca/wiki/index.php/DPS909_and_OSD600_Fall_2009_Weekly_Schedule OSD600 Weekly Schedule]
 
* [http://zenit.senecac.on.ca/wiki/index.php/DPS909_and_OSD600_Fall_2009_Weekly_Schedule OSD600 Weekly Schedule]
 
* [http://zenit.senecac.on.ca/wiki/index.php/Fall_2009_DPS909_and_OSD600_Initial_Project_Plan_0.0 OSD600 Initial Project Plan]
 
* [http://zenit.senecac.on.ca/wiki/index.php/Fall_2009_DPS909_and_OSD600_Initial_Project_Plan_0.0 OSD600 Initial Project Plan]
 +
  
 
== Blog ==
 
== Blog ==
  
 
* My [http://dliu53.wordpress.com Blog]
 
* My [http://dliu53.wordpress.com Blog]

Latest revision as of 16:33, 18 December 2009

About me

Donghui Liu


Project

Release 0.1

Task NameRequirementTest
brightness() Req. test
hue() Req. test
saturation() Req. test


Release 0.2

Task NameRequirementTest
curve() Req. test(2D)
blendColor() Req. test(MODE: ADD,SUBTRACT,DARKEST,LIGHTEST)
[] []


Release 0.3

Task NameRequirementTest
bezierPoint() Req. test
curvePoint() Req. test
bezierTangent() Req. test
curveTangent() Req. test



Content

  • Create my first wiki page
  • Create my first blog post


Lab

  • Communication using IRC
  • World Mozilla Source Code Reading
  • Working with patches patch.txt
  • Debugging Mozilla
  • Fixing a bug in Thunderbird
  • Modifying the Browser tabbrowser_patch.txt
  • Modifying the Browser Part II - writing an extension
  • Creating a Binary C++ XPCOM Componet Xpcom.zip


Bugs

  • Bug 309983 - Bad rendering of complex bezier curves
  • Bug 337793 - Create a test to check all EC curves
  • Bug 327580 - fix image decoder endianness/RGB issues


Sources


Blog