Re: dev-tech-svg Digest, Vol 85, Issue 8
Manikandan R <[email protected]> Sat, 26 Oct 2013 23:50:36 +0530
| Newsgroups | gmane.comp.mozilla.devel.svg |
|---|---|
| Message-ID | <CAKnLgbnm=xDXBE4Z=mPpou7eA674u1skYDoSTHSRgFuFwADH3w@mail.gmail.com> |
Thanks Robert . The links you sent are helping me a lot. At present i am looking on the isidentity() and isempty() methods,their implementations in SVGPathdata.h, SVGPointList.h and SVGLengthList.h so that i can get a better grasp of the overall code . I will definitely contact in IRC if i have any specific doubts or questions. ---------------------- Thanks Manikandan.R On Wed, Oct 23, 2013 at 12:30 AM, <[email protected]>wrote: > Send dev-tech-svg mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.mozilla.org/listinfo/dev-tech-svg > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of dev-tech-svg digest..." > > > Today's Topics: > > 1. Re: dev-tech-svg Digest, Vol 85, Issue 6 (Manikandan R) > 2. Re: dev-tech-svg Digest, Vol 85, Issue 6 (Robert Longson) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 22 Oct 2013 06:14:35 +0530 > From: Manikandan R <[email protected]> > To: [email protected] > Subject: Re: dev-tech-svg Digest, Vol 85, Issue 6 > Message-ID: > <CAKnLgb= > [email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Thanks All for finding me a right bug. > The bug fix work is going on smoothly at a descent pace, > Appreciate if anybody could help me by pointing me to code documentation or > any resource which would help me understand and grasp > the source code much efficiently . > > Any suggestions on above would be a lot of help. > > -- > Regards > Manikandan.R > > > > > On Fri, Oct 18, 2013 at 12:30 AM, <[email protected] > >wrote: > > > Send dev-tech-svg mailing list submissions to > > [email protected] > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.mozilla.org/listinfo/dev-tech-svg > > or, via email, send a message with subject or body 'help' to > > [email protected] > > > > You can reach the person managing the list at > > [email protected] > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of dev-tech-svg digest..." > > > > > > Today's Topics: > > > > 1. Re: dev-tech-svg Digest, Vol 85, Issue 4 (Daniel Holbert) > > > > > > ---------------------------------------------------------------------- > > > > Message: 1 > > Date: Thu, 17 Oct 2013 10:35:30 -0700 > > From: Daniel Holbert <[email protected]> > > To: Manikandan R <[email protected]>, > > [email protected] > > Subject: Re: dev-tech-svg Digest, Vol 85, Issue 4 > > Message-ID: <[email protected]> > > Content-Type: text/plain; charset=ISO-8859-1 > > > > This is a smallish bug that you could look into fixing, if you like: > > https://bugzilla.mozilla.org/show_bug.cgi?id=653571 > > > > It's a code-clarification bug that I filed a while back, about adding a > > function to clarify how we handle "identity" values when adding things > > during SMIL animation in SVG. > > > > (where "identity" = an essentially-uninitialized value that we create on > > the fly & need our animation code to handle such that: > > $foo + identity = $foo) > > > > Feel free to ask questions in irc.mozilla.org, channel #svg. > > > > Thanks for your interest! > > ~Daniel > > > > > > On 10/16/2013 11:07 AM, Manikandan R wrote: > > > Hi Robert, > > > My next idea is to look on SVG bugs so that i can understand mozilla's > > > code base. > > > I thought that it would be great if you assign me some SVG related > > > bugs so that i can start working on it . > > > > > > > > > > > > Thanks, > > > Manikandan.R > > > > > > > > > > > > > > > > > > > > > On 10/16/13, [email protected] > > > <[email protected]> wrote: > > >> Send dev-tech-svg mailing list submissions to > > >> [email protected] > > >> > > >> To subscribe or unsubscribe via the World Wide Web, visit > > >> https://lists.mozilla.org/listinfo/dev-tech-svg > > >> or, via email, send a message with subject or body 'help' to > > >> [email protected] > > >> > > >> You can reach the person managing the list at > > >> [email protected] > > >> > > >> When replying, please edit your Subject line so it is more specific > > >> than "Re: Contents of dev-tech-svg digest..." > > >> > > >> > > >> Today's Topics: > > >> > > >> 1. Re: dev-tech-svg Digest, Vol 85, Issue 2 (Manikandan R) > > >> 2. Re: dev-tech-svg Digest, Vol 85, Issue 2 (Robert Longson) > > >> 3. Re: dev-tech-svg Digest, Vol 85, Issue 2 (Robert Longson) > > >> > > >> > > >> ---------------------------------------------------------------------- > > >> > > >> Message: 1 > > >> Date: Tue, 15 Oct 2013 08:17:25 +0530 > > >> From: Manikandan R <[email protected]> > > >> To: [email protected] > > >> Subject: Re: dev-tech-svg Digest, Vol 85, Issue 2 > > >> Message-ID: > > >> <CAKnLgbk_b=9gnkw8MDM7wQF9= > > [email protected]> > > >> Content-Type: text/plain; charset=ISO-8859-1 > > >> > > >> Hi All, > > >> I got it working by re syncing and doing a hg pull from the root of > the > > >> source tree.I was doing it earlier from the mozilla-central directory. > > >> Appreciate the help and timely Responses. > > >> > > >> --- > > >> Thanks > > >> Manikandan.R > > >> > > >> > > >> > > >> > > >> On Mon, Oct 14, 2013 at 6:49 PM, Manikandan R > > >> <[email protected]>wrote: > > >> > > >>> Thanks Robert . > > >>> I was able to follow the steps from the link you provided and build > the > > >>> source successfully. > > >>> Please note that i referred to a couple of other links as well. The > > links > > >>> are as follows > > >>> > > >>> > > >>> > > > https://developer.mozilla.org/enUS/docs/Developer_Guide/Build_Instructions/Linux_Prerequisites > > >>> http://popcorn.webmadecontent.org/94j > > >>> > > >>> > > > https://developer.mozilla.org/en-US/docs/Developer_Guide/Source_Code/Mercurial/Bundles > > >>> > > >>> However when i tried to launch the built executable, i got a > > segmentation > > >>> fault. > > >>> Am i missing something here ?Is this a known issue? > > >>> > > >>> > > >>> > > >>> > > >>> On Mon, Oct 14, 2013 at 12:30 AM, > > >>> <[email protected]>wrote: > > >>> > > >>>> Send dev-tech-svg mailing list submissions to > > >>>> [email protected] > > >>>> > > >>>> To subscribe or unsubscribe via the World Wide Web, visit > > >>>> https://lists.mozilla.org/listinfo/dev-tech-svg > > >>>> or, via email, send a message with subject or body 'help' to > > >>>> [email protected] > > >>>> > > >>>> You can reach the person managing the list at > > >>>> [email protected] > > >>>> > > >>>> When replying, please edit your Subject line so it is more specific > > >>>> than "Re: Contents of dev-tech-svg digest..." > > >>>> > > >>>> > > >>>> Today's Topics: > > >>>> > > >>>> 1. SVG Project (Manikandan R) > > >>>> 2. Re: SVG Project (Robert Longson) > > >>>> > > >>>> > > >>>> > ---------------------------------------------------------------------- > > >>>> > > >>>> Message: 1 > > >>>> Date: Sun, 13 Oct 2013 12:36:51 +0530 > > >>>> From: Manikandan R <[email protected]> > > >>>> To: [email protected], [email protected] > > >>>> Subject: SVG Project > > >>>> Message-ID: > > >>>> <CAKnLgb= > > >>>> [email protected]> > > >>>> Content-Type: text/plain; charset=ISO-8859-1 > > >>>> > > >>>> Hi all , > > >>>> I am a student and C++ developer interested in contributing to the > SVG > > >>>> project .I am familiar with SVG and want to get started with fixing > > bugs > > >>>> in > > >>>> it. > > >>>> > > >>>> Appreciate if someone can point me to the source Repository from > > where I > > >>>> can sync and build the code. > > >>>> > > >>>> Also, I tried searching for build related documentation but in vain. > > Any > > >>>> documentation that can help me get started would be of great help. > > >>>> > > >>>> > > >>>> > > >>>> > > >>>> -- > > >>>> Thanks, > > >>>> Manikandan.R > > >>>> > > >>>> > > >>>> ------------------------------ > > >>>> > > >>>> Message: 2 > > >>>> Date: Sun, 13 Oct 2013 03:05:08 -0700 (PDT) > > >>>> From: Robert Longson <[email protected]> > > >>>> To: [email protected] > > >>>> Subject: Re: SVG Project > > >>>> Message-ID: <[email protected]> > > >>>> Content-Type: text/plain; charset=ISO-8859-1 > > >>>> > > >>>> On Sunday, 13 October 2013 08:06:51 UTC+1, Manikandan R wrote: > > >>>>> Hi all , > > >>>>> > > >>>>> I am a student and C++ developer interested in contributing to the > > SVG > > >>>>> > > >>>>> project .I am familiar with SVG and want to get started with fixing > > >>>> bugs in > > >>>>> > > >>>>> it. > > >>>>> > > >>>>> > > >>>>> > > >>>>> Appreciate if someone can point me to the source Repository from > > where > > >>>>> I > > >>>>> > > >>>>> can sync and build the code. > > >>>> > > >>>> Build instructions for Firefox are here: > > >>>> https://developer.mozilla.org/en-US/docs/Simple_Firefox_build > > >>>> > > >>>>> > > >>>>> > > >>>>> > > >>>>> Also, I tried searching for build related documentation but in > vain. > > >>>>> Any > > >>>>> > > >>>>> documentation that can help me get started would be of great help. > > >>>>> > > >>>> > > >>>> What kind of documentation. The main places you'd find the SVG > > >>>> implementation are content/svg/content/src and layout/svg > > >>>> > > >>>> Robert > > >>>> > > >>>> > > >>>> ------------------------------ > > >>>> > > >>>> Subject: Digest Footer > > >>>> > > >>>> _______________________________________________ > > >>>> dev-tech-svg mailing list > > >>>> [email protected] > > >>>> https://lists.mozilla.org/listinfo/dev-tech-svg > > >>>> > > >>>> > > >>>> ------------------------------ > > >>>> > > >>>> End of dev-tech-svg Digest, Vol 85, Issue 2 > > >>>> ******************************************* > > >>>> > > >>> > > >>> > > >>> > > >>> > > >> > > >> > > >> ------------------------------ > > >> > > >> Message: 2 > > >> Date: Tue, 15 Oct 2013 03:40:41 -0700 (PDT) > > >> From: Robert Longson <[email protected]> > > >> To: [email protected] > > >> Subject: Re: dev-tech-svg Digest, Vol 85, Issue 2 > > >> Message-ID: <[email protected]> > > >> Content-Type: text/plain; charset=ISO-8859-1 > > >> > > >> On Monday, 14 October 2013 14:19:26 UTC+1, Manikandan R wrote: > > >>> Thanks Robert . > > >>> > > >>> > > >>> However when i tried to launch the built executable, i got a > > segmentation > > >>> > > >>> fault. > > >>> > > >>> Am i missing something here ?Is this a known issue? > > >>> > > >> > > >> Not as far as I know although I build on Windows. Your best bet would > > be to > > >> ask on the introduction group on irc. You may need to install > Chatzilla > > >> first - https://addons.mozilla.org/en-US/firefox/addon/chatzilla/ > > >> > > >> Here's some links to irc. > > >> > > >> Troubleshooting for new folks... > > >> irc://irc.mozilla.org/instroduction > > >> > > >> Most developers hang out here > > >> irc://irc.mozilla.org/developers > > >> > > >> SVG experts can be found here > > >> irc://irc.mozilla.org/svg > > >> > > >> Robert > > >> > > >> > > >> ------------------------------ > > >> > > >> Message: 3 > > >> Date: Tue, 15 Oct 2013 03:41:59 -0700 (PDT) > > >> From: Robert Longson <[email protected]> > > >> To: [email protected] > > >> Subject: Re: dev-tech-svg Digest, Vol 85, Issue 2 > > >> Message-ID: <[email protected]> > > >> Content-Type: text/plain; charset=ISO-8859-1 > > >> > > >> On Tuesday, 15 October 2013 03:47:25 UTC+1, Manikandan R wrote: > > >>> Hi All, > > >>> > > >>> I got it working by re syncing and doing a hg pull from the root of > > the > > >>> > > >>> source tree.I was doing it earlier from the mozilla-central > directory. > > >>> > > >>> Appreciate the help and timely Responses. > > >>> > > >> > > >> Excellent, what would you like to do/know now? > > >> > > >> Robert. > > >> > > >> > > >> ------------------------------ > > >> > > >> Subject: Digest Footer > > >> > > >> _______________________________________________ > > >> dev-tech-svg mailing list > > >> [email protected] > > >> https://lists.mozilla.org/listinfo/dev-tech-svg > > >> > > >> > > >> ------------------------------ > > >> > > >> End of dev-tech-svg Digest, Vol 85, Issue 4 > > >> ******************************************* > > >> > > > _______________________________________________ > > > dev-tech-svg mailing list > > > [email protected] > > > https://lists.mozilla.org/listinfo/dev-tech-svg > > > > > > > > > ------------------------------ > > > > Subject: Digest Footer > > > > _______________________________________________ > > dev-tech-svg mailing list > > [email protected] > > https://lists.mozilla.org/listinfo/dev-tech-svg > > > > > > ------------------------------ > > > > End of dev-tech-svg Digest, Vol 85, Issue 6 > > ******************************************* > > > > > ------------------------------ > > Message: 2 > Date: Mon, 21 Oct 2013 21:53:37 -0700 (PDT) > From: Robert Longson <[email protected]> > To: [email protected] > Subject: Re: dev-tech-svg Digest, Vol 85, Issue 6 > Message-ID: <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Developer docs are here: > > https://developer.mozilla.org/en/docs > > So the string class used throughout the gecko codebase is documented here: > > https://developer.mozilla.org/en/docs/nsAString > > Many parts of the code have no documentation other than code comments. If > you have specific questions, ask in the bug or on irc. > > Robert > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > dev-tech-svg mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-tech-svg > > > ------------------------------ > > End of dev-tech-svg Digest, Vol 85, Issue 8 > ******************************************* >