You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Simon MacDonald (JIRA)" <ji...@apache.org> on 2012/11/26 17:39:01 UTC

[jira] [Resolved] (CB-1935) FileTransfer.upload still documents the old way to specify headers

     [ https://issues.apache.org/jira/browse/CB-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Simon MacDonald resolved CB-1935.
---------------------------------

    Resolution: Fixed
    
> FileTransfer.upload still documents the old way to specify headers
> ------------------------------------------------------------------
>
>                 Key: CB-1935
>                 URL: https://issues.apache.org/jira/browse/CB-1935
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: 2.2.0
>            Reporter: Simon MacDonald
>            Assignee: Simon MacDonald
>            Priority: Minor
>             Fix For: 2.3.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: Profiling and Debugging with PhoneGap

Posted by Patrick Mueller <pm...@gmail.com>.
On Mon, Nov 26, 2012 at 10:47 PM, Saurabh Kumar Singh <sk...@adobe.com>wrote:

> Ok. I will try it today.
> And I think that from Xcode 4 Apple has started providing the facility to
> instrument JS code as well.
>

Safari's Web Inspector does include support for profiling Mobile Safari as
well.   You'll need to poke around the panels to figure it out.

Turns out the profiling data is available in user-land, so I wrote a little
goodie to display it in an alternate format [1].  Demo here [2].  More of a
proof-of-concept than useful tool, I think.

[1] https://github.com/pmuellr/rsprofiler
[2] http://pmuellr.github.com/rsprofiler/

-- 
Patrick Mueller
http://muellerware.org

Re: Profiling and Debugging with PhoneGap

Posted by Patrick Mueller <pm...@gmail.com>.
According to [1], you need to USB connect the device to your
desktop/laptop, to remote inspect a device.

[1]
https://developer.apple.com/library/safari/#documentation/AppleApplications/Reference/SafariWebContent/DebuggingSafarioniPhoneContent/DebuggingSafarioniPhoneContent.html

On Mon, Nov 26, 2012 at 11:27 PM, Saurabh Kumar Singh <sk...@adobe.com>wrote:

> Ok. I am able to debug JS code on simulator. However I think it will not
> work on devices, is there any solution for that ?
>
> On 11/27/12 9:17 AM, "Saurabh Kumar Singh" <sk...@adobe.com> wrote:
>
> >Ok. I will try it today.
> >And I think that from Xcode 4 Apple has started providing the facility to
> >instrument JS code as well.
> >
> >
> http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Refer
> >e
> >nce/UIATargetClassReference/UIATargetClass/UIATargetClass.html
> >
> >Thanks & Regards,
> >Saurabh
> >
> >On 11/27/12 9:09 AM, "Shazron Abdullah" <sh...@gmail.com> wrote:
> >
> >>No this works with UIWebview as well. I've used it.
> >>
> >>On 2012-11-26, at 7:38 PM, Saurabh Kumar Singh <sk...@adobe.com>
> >>wrote:
> >>
> >>> Thanks but this is for debugging the web applications running in
> >>>Safari.
> >>> Phonegap application runs on UIWebView so probably we can't leverage
> >>>this
> >>> idea you have mentioned.
> >>>
> >>> Thanks & Regards,
> >>> Saurabh
> >>>
> >>> On 11/27/12 9:01 AM, "Ally Ogilvie" <ao...@wizcorp.jp> wrote:
> >>>
> >>>> Debugging web-apps with iOS6
> >>>>
> >>>> http://adrielservice.com/blog/?p=894
> >>>>
> >>>>
> >>>> On Tue, Nov 27, 2012 at 12:29 PM, Saurabh Kumar Singh
> >>>> <sk...@adobe.com>wrote:
> >>>>
> >>>>> Hi,
> >>>>>
> >>>>> I am looking for tools/way to do the profiling and debugging our
> >>>>> Phonegap
> >>>>> based application for iPad. As of now we want to focus more on
> >>>>> JavaScript
> >>>>> and HTML code we have written
> >>>>>
> >>>>> Can someone please point me to the right direction for it ?
> >>>>>
> >>>>>
> >>>>> Thanks & Regards,
> >>>>> Saurabh
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>> --
> >>>> [image: Wizcorp - Incorporated Wizards!]
> >>>> Ally Ogilvie
> >>>> Lead Developer for Mobile Devices
> >>>>
> >>>>
> >>>>
> >>>>  wizcorp.jp
> >>>>
> >>>> 3-10-14-6F, Higashi Nihombashi, Chuo-ku, 103-0004, Tokyo
> >>>> Tel: (+81)3-4550-1448 - E-mail: aogilvie@wizcorp.jp
> >>>
> >
>
>


-- 
Patrick Mueller
http://muellerware.org

Re: Profiling and Debugging with PhoneGap

Posted by Saurabh Kumar Singh <sk...@adobe.com>.
Ok. I am able to debug JS code on simulator. However I think it will not
work on devices, is there any solution for that ?

On 11/27/12 9:17 AM, "Saurabh Kumar Singh" <sk...@adobe.com> wrote:

>Ok. I will try it today.
>And I think that from Xcode 4 Apple has started providing the facility to
>instrument JS code as well.
>
>http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Refer
>e
>nce/UIATargetClassReference/UIATargetClass/UIATargetClass.html
>
>Thanks & Regards,
>Saurabh 
>
>On 11/27/12 9:09 AM, "Shazron Abdullah" <sh...@gmail.com> wrote:
>
>>No this works with UIWebview as well. I've used it.
>>
>>On 2012-11-26, at 7:38 PM, Saurabh Kumar Singh <sk...@adobe.com>
>>wrote:
>>
>>> Thanks but this is for debugging the web applications running in
>>>Safari.
>>> Phonegap application runs on UIWebView so probably we can't leverage
>>>this
>>> idea you have mentioned.
>>>
>>> Thanks & Regards,
>>> Saurabh
>>>
>>> On 11/27/12 9:01 AM, "Ally Ogilvie" <ao...@wizcorp.jp> wrote:
>>>
>>>> Debugging web-apps with iOS6
>>>>
>>>> http://adrielservice.com/blog/?p=894
>>>>
>>>>
>>>> On Tue, Nov 27, 2012 at 12:29 PM, Saurabh Kumar Singh
>>>> <sk...@adobe.com>wrote:
>>>>
>>>>> Hi,
>>>>>
>>>>> I am looking for tools/way to do the profiling and debugging our
>>>>> Phonegap
>>>>> based application for iPad. As of now we want to focus more on
>>>>> JavaScript
>>>>> and HTML code we have written
>>>>>
>>>>> Can someone please point me to the right direction for it ?
>>>>>
>>>>>
>>>>> Thanks & Regards,
>>>>> Saurabh
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> [image: Wizcorp - Incorporated Wizards!]
>>>> Ally Ogilvie
>>>> Lead Developer for Mobile Devices
>>>>
>>>>
>>>>
>>>>  wizcorp.jp
>>>>
>>>> 3-10-14-6F, Higashi Nihombashi, Chuo-ku, 103-0004, Tokyo
>>>> Tel: (+81)3-4550-1448 - E-mail: aogilvie@wizcorp.jp
>>>
>


Re: Profiling and Debugging with PhoneGap

Posted by Saurabh Kumar Singh <sk...@adobe.com>.
Ok. I will try it today.
And I think that from Xcode 4 Apple has started providing the facility to
instrument JS code as well.

http://developer.apple.com/library/ios/#documentation/ToolsLanguages/Refere
nce/UIATargetClassReference/UIATargetClass/UIATargetClass.html

Thanks & Regards,
Saurabh 

On 11/27/12 9:09 AM, "Shazron Abdullah" <sh...@gmail.com> wrote:

>No this works with UIWebview as well. I've used it.
>
>On 2012-11-26, at 7:38 PM, Saurabh Kumar Singh <sk...@adobe.com> wrote:
>
>> Thanks but this is for debugging the web applications running in Safari.
>> Phonegap application runs on UIWebView so probably we can't leverage
>>this
>> idea you have mentioned.
>>
>> Thanks & Regards,
>> Saurabh
>>
>> On 11/27/12 9:01 AM, "Ally Ogilvie" <ao...@wizcorp.jp> wrote:
>>
>>> Debugging web-apps with iOS6
>>>
>>> http://adrielservice.com/blog/?p=894
>>>
>>>
>>> On Tue, Nov 27, 2012 at 12:29 PM, Saurabh Kumar Singh
>>> <sk...@adobe.com>wrote:
>>>
>>>> Hi,
>>>>
>>>> I am looking for tools/way to do the profiling and debugging our
>>>> Phonegap
>>>> based application for iPad. As of now we want to focus more on
>>>> JavaScript
>>>> and HTML code we have written
>>>>
>>>> Can someone please point me to the right direction for it ?
>>>>
>>>>
>>>> Thanks & Regards,
>>>> Saurabh
>>>>
>>>>
>>>
>>>
>>> --
>>> [image: Wizcorp - Incorporated Wizards!]
>>> Ally Ogilvie
>>> Lead Developer for Mobile Devices
>>>
>>>
>>>
>>>  wizcorp.jp
>>>
>>> 3-10-14-6F, Higashi Nihombashi, Chuo-ku, 103-0004, Tokyo
>>> Tel: (+81)3-4550-1448 - E-mail: aogilvie@wizcorp.jp
>>


Re: Profiling and Debugging with PhoneGap

Posted by Shazron Abdullah <sh...@gmail.com>.
No this works with UIWebview as well. I've used it.

On 2012-11-26, at 7:38 PM, Saurabh Kumar Singh <sk...@adobe.com> wrote:

> Thanks but this is for debugging the web applications running in Safari.
> Phonegap application runs on UIWebView so probably we can't leverage this
> idea you have mentioned.
>
> Thanks & Regards,
> Saurabh
>
> On 11/27/12 9:01 AM, "Ally Ogilvie" <ao...@wizcorp.jp> wrote:
>
>> Debugging web-apps with iOS6
>>
>> http://adrielservice.com/blog/?p=894
>>
>>
>> On Tue, Nov 27, 2012 at 12:29 PM, Saurabh Kumar Singh
>> <sk...@adobe.com>wrote:
>>
>>> Hi,
>>>
>>> I am looking for tools/way to do the profiling and debugging our
>>> Phonegap
>>> based application for iPad. As of now we want to focus more on
>>> JavaScript
>>> and HTML code we have written
>>>
>>> Can someone please point me to the right direction for it ?
>>>
>>>
>>> Thanks & Regards,
>>> Saurabh
>>>
>>>
>>
>>
>> --
>> [image: Wizcorp - Incorporated Wizards!]
>> Ally Ogilvie
>> Lead Developer for Mobile Devices
>>
>>
>>
>>  wizcorp.jp
>>
>> 3-10-14-6F, Higashi Nihombashi, Chuo-ku, 103-0004, Tokyo
>> Tel: (+81)3-4550-1448 - E-mail: aogilvie@wizcorp.jp
>

Re: Profiling and Debugging with PhoneGap

Posted by Saurabh Kumar Singh <sk...@adobe.com>.
Thanks but this is for debugging the web applications running in Safari.
Phonegap application runs on UIWebView so probably we can't leverage this
idea you have mentioned.

Thanks & Regards,
Saurabh

On 11/27/12 9:01 AM, "Ally Ogilvie" <ao...@wizcorp.jp> wrote:

>Debugging web-apps with iOS6
>
>http://adrielservice.com/blog/?p=894
>
>
>On Tue, Nov 27, 2012 at 12:29 PM, Saurabh Kumar Singh
><sk...@adobe.com>wrote:
>
>> Hi,
>>
>> I am looking for tools/way to do the profiling and debugging our
>>Phonegap
>> based application for iPad. As of now we want to focus more on
>>JavaScript
>> and HTML code we have written
>>
>> Can someone please point me to the right direction for it ?
>>
>>
>> Thanks & Regards,
>> Saurabh
>>
>>
>
>
>-- 
> [image: Wizcorp - Incorporated Wizards!]
> Ally Ogilvie
>Lead Developer for Mobile Devices
>
>
>
>   wizcorp.jp
>
>3-10-14-6F, Higashi Nihombashi, Chuo-ku, 103-0004, Tokyo
>Tel: (+81)3-4550-1448 - E-mail: aogilvie@wizcorp.jp


Re: Profiling and Debugging with PhoneGap

Posted by Ally Ogilvie <ao...@wizcorp.jp>.
Debugging web-apps with iOS6

http://adrielservice.com/blog/?p=894


On Tue, Nov 27, 2012 at 12:29 PM, Saurabh Kumar Singh <sk...@adobe.com>wrote:

> Hi,
>
> I am looking for tools/way to do the profiling and debugging our Phonegap
> based application for iPad. As of now we want to focus more on JavaScript
> and HTML code we have written
>
> Can someone please point me to the right direction for it ?
>
>
> Thanks & Regards,
> Saurabh
>
>


-- 
 [image: Wizcorp - Incorporated Wizards!]
 Ally Ogilvie
Lead Developer for Mobile Devices



   wizcorp.jp

3-10-14-6F, Higashi Nihombashi, Chuo-ku, 103-0004, Tokyo
Tel: (+81)3-4550-1448 - E-mail: aogilvie@wizcorp.jp

Profiling and Debugging with PhoneGap

Posted by Saurabh Kumar Singh <sk...@adobe.com>.
Hi,

I am looking for tools/way to do the profiling and debugging our Phonegap
based application for iPad. As of now we want to focus more on JavaScript
and HTML code we have written

Can someone please point me to the right direction for it ?


Thanks & Regards,
Saurabh