[gwt-contrib] Re: code review requested - add JSONP suport

2009-04-09 Thread John Tamplin
On Mon, Apr 6, 2009 at 7:22 PM, John Tamplin j...@google.com wrote:

 The attached patch for trunk adds JSONP support, for use with cross-site
 data retrieval, such as GData APIs.


Committed to trunk at r5208.

-- 
John A. Tamplin
Software Engineer (GWT), Google

--~--~-~--~~~---~--~~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~--~~~~--~~--~--~---



[gwt-contrib] Re: code review requested - add JSONP suport

2009-04-09 Thread John Tamplin
On Thu, Apr 9, 2009 at 7:25 PM, John Tamplin j...@google.com wrote:

 Committed to trunk at r5208.


Rolled back in r5210, since it was breaking the build on IE7.

@Daniel: any ideas?

--
Testsuite: com.google.gwt.jsonp.JsonpRequestSuite
Tests run: 13, Failures: 0, Errors: 11, Time elapsed: 47.638 sec

Testcase: testBooleanFalse took 46.027 sec
Testcase: testBooleanTrue took 0.043 sec
Caused an ERROR
Remote test failed at 172.29.212.26 / Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR
3.0.04506.648)
java.lang.RuntimeException: Remote test failed at 172.29.212.26 /
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET
CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:732)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:373)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:223)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:132)
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError):
Object doesn't support this action
 number: -2146827843
 description: Object doesn't support this action

Testcase: testDouble took 0.036 sec
Caused an ERROR
Remote test failed at 172.29.212.26 / Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR
3.0.04506.648)
java.lang.RuntimeException: Remote test failed at 172.29.212.26 /
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET
CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:732)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:373)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:223)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:132)
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError):
Object doesn't support this action
 number: -2146827843
 description: Object doesn't support this action

Testcase: testFailureCallback took 0.038 sec
Caused an ERROR
Remote test failed at 172.29.212.26 / Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR
3.0.04506.648)
java.lang.RuntimeException: Remote test failed at 172.29.212.26 /
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET
CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:732)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:373)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:223)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:132)
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError):
Object doesn't support this action
 number: -2146827843
 description: Object doesn't support this action

Testcase: testInteger took 0.037 sec
Caused an ERROR
Remote test failed at 172.29.212.26 / Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR
3.0.04506.648)
java.lang.RuntimeException: Remote test failed at 172.29.212.26 /
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET
CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:732)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:373)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:223)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:132)
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError):
Object doesn't support this action
 number: -2146827843
 description: Object doesn't support this action

Testcase: testNoFailureCallback took 0.039 sec
Caused an ERROR
Remote test failed at 172.29.212.26 / Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR
3.0.04506.648)
java.lang.RuntimeException: Remote test failed at 172.29.212.26 /
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET
CLR 3.0.04506.30; .NET CLR 3.0.04506.648)
at com.google.gwt.junit.JUnitShell.runTestImpl(JUnitShell.java:732)
at com.google.gwt.junit.JUnitShell.runTest(JUnitShell.java:373)
at com.google.gwt.junit.client.GWTTestCase.runTest(GWTTestCase.java:223)
at com.google.gwt.junit.client.GWTTestCase.run(GWTTestCase.java:132)
Caused by: com.google.gwt.core.client.JavaScriptException: (TypeError):
Object doesn't support this action
 number: -2146827843
 description: Object doesn't support this action

Testcase: testNullBoolean took 0.039 sec
Caused an ERROR
Remote test failed at 172.29.212.26 / Mozilla/4.0 (compatible; MSIE 7.0;
Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; .NET CLR
3.0.04506.648)
java.lang.RuntimeException: Remote test failed at 172.29.212.26 /
Mozilla/4.0