Re: [webkit-dev] Layout Tests Failure

2013-10-13 Thread Gurpreet Kaur
Hi,
Thanks Tim and Brent for the help. http://www.webkit.org/building/tools.html in
the cygwin sections talks about rebasing the dll. When I try to run
/bin/rebaseall from ash it shows the error
gzip: stdin: unexpected end of file and again when I try to run layout
tests gives me the same fork errors.
Am I missing anything?

Thanks and Regards,
Gurpreet
On Thursday, October 10, 2013, Brent Fulgham wrote:

 Yes -- this is a super annoying problem that happens in Cygwin.  You have
 to rebase the DLLs.

 -Brent

 On Oct 9, 2013, at 7:27 PM, Tim Horton 
 timothy_hor...@apple.comjavascript:_e({}, 'cvml', 
 'timothy_hor...@apple.com');
 wrote:

 On 2013.10.09, at 19:18, Gurpreet Kaur gur.t...@gmail.comjavascript:_e({}, 
 'cvml', 'gur.t...@gmail.com');
 wrote:

 address space needed by 'datetime.dll' (0x211) is already occupied


 http://cygwin.com/faq-nochunks.html#faq.using.fixing-fork-failures

 and

 http://cygwin.com/faq-nochunks.html#faq.using.bloda

 might be helpful. I’ve seen this before.
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org javascript:_e({}, 'cvml',
 'webkit-dev@lists.webkit.org');
 https://lists.webkit.org/mailman/listinfo/webkit-dev



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Microdata document.getItems()

2012-03-11 Thread Gurpreet Kaur
Hi Arko,

Were you able to run this test case? Presently only Opera supports
Microdata and these test cases have been uploaded by them. Just wanted to
know whether all the test cases are correct or not.

Thanks and Regards,
Gurpreet

On Fri, Mar 9, 2012 at 5:42 PM, Gurpreet Kaur gur.t...@gmail.com wrote:

 Dear Arko,

 I have one request. Can you run the below test cases and let me know the
 result?
 http://w3c-test.org/html/tests/submission/Opera/microdata/001.html

 Regards,
 Gurpreet


 On Thu, Mar 8, 2012 at 5:48 PM, Gurpreet Kaur gur.t...@gmail.com wrote:

 Dear Ryosuke/Arko.

 Thanks for the support and the quick response.

 Regards,
 Gurpreet


 On Thu, Mar 8, 2012 at 2:50 PM, Ryosuke Niwa rn...@webkit.org wrote:

 On Thu, Mar 8, 2012 at 12:57 AM, Gurpreet Kaur gur.t...@gmail.comwrote:

 Yes I am using older webkit version and have just merged the Microdata
 patch. When I try to do alert(document.getItems()) via script  I get Object
 NodeList but .lenght returns 0.


  That's not a good idea. There have been a number of recent changes to
 the way DynamicNodeList/HTMLCollection works. In particular, I remember
 Arko and I fixed a number of bugs in other parts of WebKit to make
 microdata API work. I highly recommend that you use a newer revision of
 WebKit that has microdata API instead of using an older revision and
 manually merging changes.

 If possible Can you just explain how is the length calculated?


  Look at definitions of those two classes.

 - Ryosuke




___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Microdata document.getItems()

2012-03-09 Thread Gurpreet Kaur
Dear Arko,

I have one request. Can you run the below test cases and let me know the
result?
http://w3c-test.org/html/tests/submission/Opera/microdata/001.html

Regards,
Gurpreet

On Thu, Mar 8, 2012 at 5:48 PM, Gurpreet Kaur gur.t...@gmail.com wrote:

 Dear Ryosuke/Arko.

 Thanks for the support and the quick response.

 Regards,
 Gurpreet


 On Thu, Mar 8, 2012 at 2:50 PM, Ryosuke Niwa rn...@webkit.org wrote:

 On Thu, Mar 8, 2012 at 12:57 AM, Gurpreet Kaur gur.t...@gmail.comwrote:

 Yes I am using older webkit version and have just merged the Microdata
 patch. When I try to do alert(document.getItems()) via script  I get Object
 NodeList but .lenght returns 0.


  That's not a good idea. There have been a number of recent changes to
 the way DynamicNodeList/HTMLCollection works. In particular, I remember
 Arko and I fixed a number of bugs in other parts of WebKit to make
 microdata API work. I highly recommend that you use a newer revision of
 WebKit that has microdata API instead of using an older revision and
 manually merging changes.

 If possible Can you just explain how is the length calculated?


  Look at definitions of those two classes.

 - Ryosuke



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Microdata document.getItems()

2012-03-08 Thread Gurpreet Kaur
Hi Arko,

On running the test case
http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/MicroData/002.html I
get the result as below.


This test ensures that document.getItems().length must return the correct
number of MicroData Items in the Document.
Also it tests that document.getItems must return a live NodeList.

*FAIL - expected 4 elements but got 0 elements.*
document.getItems() with empty string in the aurgument : PASS
document.getItems() with 'http://example.com/foo' itemtype in the aurgument
: PASS
document.getItems() with 'http://example.com/bar' itemtype in the aurgument
: PASS
document.getItems() with 'http://example.com/f1' itemtype in the aurgument
: PASS
Created element of type :  div
Set attribute:  itemscope,  value:  itemscope
*FAIL - expected 5 elements but got 0 elements.*
*FAIL - expected 4 elements but got 0 elements.*



document.getItems() should return all items and document.getItems(arg)
should return items which match the arg. Please correct me if I am wrong.

Thanks and Regards,
Gurpreet


On Thu, Mar 8, 2012 at 1:36 PM, Arko Saha ngh...@motorola.com wrote:

 I tried to run the mentioned test cases in my local machine, its working
 fine. I have tested the same in latest Webkit revision (Chromium/GTK port).
 Not sure what could be the issue. Can you please attach the test failure
 diff here?

 Thanks and regards,
 Arko


 On Thu, Mar 8, 2012 at 1:29 PM, Gurpreet Kaur gur.t...@gmail.com wrote:

 Dear Ryosuke,

 Thanks for the update.

 Dear Arko,

 Could you please help me with this?

 Thanks and Regards,
 Gurpreet


 On Thu, Mar 8, 2012 at 1:27 PM, Ryosuke Niwa rn...@webkit.org wrote:

 Your best bet is to talk with Arko :)

 - Ryosuke

 On Wed, Mar 7, 2012 at 11:26 PM, Gurpreet Kaur gur.t...@gmail.comwrote:

 Dear Webkit Team,

 I am working on Microdata for Android browser. After taking all the
 changes related to Microdata the following test case is failing for me.

 http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/MicroData/002.html

 This test case has call to document.getItems() (with no arguments). The
 call with arguments is working fine.

 Please update incase anyone have enabled the Microdata and tested these
 layout test cases.

 Thanks and Regards,
 Gurpreet

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev





___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Microdata document.getItems()

2012-03-08 Thread Gurpreet Kaur
Hi Arko,

Yes I am using older webkit version and have just merged the Microdata
patch. When I try to do alert(document.getItems()) via script  I get Object
NodeList but .lenght returns 0.
If possible Can you just explain how is the length calculated?

Regards,
Gurpreet

On Thu, Mar 8, 2012 at 2:20 PM, Arko Saha ngh...@motorola.com wrote:

 Hi Gurpreet,

 Yes, document.getItems() takes an optional string types as the argument.
 It should return all microdata items in the document if the types
 argument is missing. I could see its working as expected in todays
 revision. Are you using latest Webkit revision?? If you are just merging
 microdata patches on some old webkit revision then I cannot help. In older
 revisions  please check the implementation of a existing method which
 allows optional argument.

 Thanks and Regards,
 Arko


 On Thu, Mar 8, 2012 at 1:49 PM, Gurpreet Kaur gur.t...@gmail.com wrote:

 Hi Arko,

 On running the test case
 http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/MicroData/002.html 
 I
 get the result as below.

 
 This test ensures that document.getItems().length must return the correct
 number of MicroData Items in the Document.
 Also it tests that document.getItems must return a live NodeList.

 *FAIL - expected 4 elements but got 0 elements.*
 document.getItems() with empty string in the aurgument : PASS
 document.getItems() with 'http://example.com/foo' itemtype in the
 aurgument : PASS
 document.getItems() with 'http://example.com/bar' itemtype in the
 aurgument : PASS
 document.getItems() with 'http://example.com/f1' itemtype in the
 aurgument : PASS
 Created element of type :  div
 Set attribute:  itemscope,  value:  itemscope
 *FAIL - expected 5 elements but got 0 elements.*
 *FAIL - expected 4 elements but got 0 elements.*

 

 document.getItems() should return all items and document.getItems(arg)
 should return items which match the arg. Please correct me if I am wrong.

 Thanks and Regards,
 Gurpreet


 On Thu, Mar 8, 2012 at 1:36 PM, Arko Saha ngh...@motorola.com wrote:

 I tried to run the mentioned test cases in my local machine, its working
 fine. I have tested the same in latest Webkit revision (Chromium/GTK port).
 Not sure what could be the issue. Can you please attach the test failure
 diff here?

 Thanks and regards,
 Arko


 On Thu, Mar 8, 2012 at 1:29 PM, Gurpreet Kaur gur.t...@gmail.comwrote:

 Dear Ryosuke,

 Thanks for the update.

 Dear Arko,

 Could you please help me with this?

 Thanks and Regards,
 Gurpreet


 On Thu, Mar 8, 2012 at 1:27 PM, Ryosuke Niwa rn...@webkit.org wrote:

 Your best bet is to talk with Arko :)

 - Ryosuke

 On Wed, Mar 7, 2012 at 11:26 PM, Gurpreet Kaur gur.t...@gmail.comwrote:

 Dear Webkit Team,

 I am working on Microdata for Android browser. After taking all the
 changes related to Microdata the following test case is failing for me.

 http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/MicroData/002.html

 This test case has call to document.getItems() (with no arguments).
 The call with arguments is working fine.

 Please update incase anyone have enabled the Microdata and tested
 these layout test cases.

 Thanks and Regards,
 Gurpreet

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev







___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Microdata document.getItems()

2012-03-08 Thread Gurpreet Kaur
Dear Ryosuke/Arko.

Thanks for the support and the quick response.

Regards,
Gurpreet

On Thu, Mar 8, 2012 at 2:50 PM, Ryosuke Niwa rn...@webkit.org wrote:

 On Thu, Mar 8, 2012 at 12:57 AM, Gurpreet Kaur gur.t...@gmail.com wrote:

 Yes I am using older webkit version and have just merged the Microdata
 patch. When I try to do alert(document.getItems()) via script  I get Object
 NodeList but .lenght returns 0.


  That's not a good idea. There have been a number of recent changes to the
 way DynamicNodeList/HTMLCollection works. In particular, I remember Arko
 and I fixed a number of bugs in other parts of WebKit to make microdata API
 work. I highly recommend that you use a newer revision of WebKit that has
 microdata API instead of using an older revision and manually merging
 changes.

 If possible Can you just explain how is the length calculated?


  Look at definitions of those two classes.

 - Ryosuke


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Microdata document.getItems()

2012-03-07 Thread Gurpreet Kaur
Dear Webkit Team,

I am working on Microdata for Android browser. After taking all the changes
related to Microdata the following test case is failing for me.
http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/MicroData/002.html

This test case has call to document.getItems() (with no arguments). The
call with arguments is working fine.

Please update incase anyone have enabled the Microdata and tested these
layout test cases.

Thanks and Regards,
Gurpreet
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Microdata document.getItems()

2012-03-07 Thread Gurpreet Kaur
Dear Ryosuke,

Thanks for the update.

Dear Arko,

Could you please help me with this?

Thanks and Regards,
Gurpreet

On Thu, Mar 8, 2012 at 1:27 PM, Ryosuke Niwa rn...@webkit.org wrote:

 Your best bet is to talk with Arko :)

 - Ryosuke

 On Wed, Mar 7, 2012 at 11:26 PM, Gurpreet Kaur gur.t...@gmail.com wrote:

 Dear Webkit Team,

 I am working on Microdata for Android browser. After taking all the
 changes related to Microdata the following test case is failing for me.

 http://trac.webkit.org/browser/trunk/LayoutTests/fast/dom/MicroData/002.html

 This test case has call to document.getItems() (with no arguments). The
 call with arguments is working fine.

 Please update incase anyone have enabled the Microdata and tested these
 layout test cases.

 Thanks and Regards,
 Gurpreet

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev