[ 
https://issues.apache.org/jira/browse/CB-1193?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428309#comment-13428309
 ] 

Sergey Grebnov commented on CB-1193:
------------------------------------

Original repo https://github.com/apache/incubator-cordova-weinre 
The following was done so far 
1. Forked to https://github.com/sgrebnov/incubator-cordova-weinre
2. Updated scripts to be python 3.x compliant
3. Made proof of concept version by adding dummy stubs for unsupported be IE js 
classes and quick fixes - was able to connect to IE desktop and Windows Phone - 
https://vimeo.com/46852177

The following works:
1. Connection module
2. Html element traversing
3. Html modifications

The following does not work:
1. Console - there is an exception related not supported by IE getter 
definition __defineGetter__
2. Element styles/computed styles
3. Element properties
4. Element metrics
5. Event listener info

Typical errors found
1. webkit specific Element and Node classes
2. __defineGetter__ not supported by IE
3. html doc must have <!DOCTYPE html>, in another case it will run in quirks 
mode and won't work
                
> Weinre: add Windows Phone support
> ---------------------------------
>
>                 Key: CB-1193
>                 URL: https://issues.apache.org/jira/browse/CB-1193
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: weinre
>            Reporter: Sergey Grebnov
>            Assignee: Sergey Grebnov
>              Labels: weinre, windows
>
> Since Windows Phone does not provide any html debug possibilities it will be 
> great to support it via Weinre remote debugger.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to