Open main menu

CDOT Wiki β

Changes

User:Minooz/OSD600/FF/patch565031

491 bytes added, 16:58, 17 April 2011
Apr16
<div id="Apr16">
=== Apr16 ===
: The review of the bug suggests to start over the function based on the HTML5 specs.
: However, the spec is using an integer list to add the valid values dynamically. There are memory allocation problems with that in c++.
: Seems the existing method is more reasonable for doing the same concept but not following exact same steps.
: Also I'm not sure how using aSpec of type nsAString is doable instead of converting it using ''ToNewCString(aSpec)''
: So, still working on these issues...
<source lang="java">
void Area::ParseCoords(const nsAString& aSpec)
1
edit