Re: dev-tech-svg Digest, Vol 85, Issue 4

Manikandan R <[email protected]> Fri, 18 Oct 2013 09:15:45 +0530
Newsgroups gmane.comp.mozilla.devel.svg
Message-ID <CAKnLgbnJVt2ZdqFhbb+EVObL0K_xz++Rg=tRaxYZ0H-tpS8i5g@mail.gmail.com>
Thanks Daniel.
Appreciate your quick reply.

Regards
Manikandan.R



On 10/17/13, Daniel Holbert <[email protected]> wrote:
> 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=2bhsMsEFUXUejfg076Gkb2vEg@mail.gmail.com>
>>> 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
>>
>