[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-09-06 Thread codesite-noreply
Comment #28 on issue 883 by nulldevice.eu: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 So, the mystery is solved... it's not the suspected property address caching (yeah!), but a if/else construct that appears throughout runtime.cc. The co

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-09-06 Thread codesite-noreply
Comment #27 on issue 883 by nulldevice.eu: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Especially I love the comment in PropertyMapHashTable.h of SquirrelFish: // lastIndexUsed is an ever-increasing index used to identify the order items /

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-04-14 Thread codesite-noreply
Comment #21 on issue 883 by ryan.brothers: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Is there a way to retrieve the original enumeration order since doing for..in will not return the order the elements are defined? -- You received this

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-04-11 Thread codesite-noreply
Comment #20 on issue 883 by lonevvolf: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Tell me about it. Or, you can just block the offending browser, as we have had to do on our site. -- You received this message because you are listed in t

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-04-11 Thread codesite-noreply
Comment #19 on issue 883 by jadema: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 I have an idea--if the common implementation which tons of code depends on doesn't match the specification, let's change the specification! -- You received th

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-04-11 Thread codesite-noreply
Comment #18 on issue 883 by jadema: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Holy moley, this bug just broke my code! Um, hello people, JSON is used for everything these days! Order is quite important! -- You received this message becaus

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-03-17 Thread codesite-noreply
Comment #17 on issue 883 by dan555spc: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Chrome looks more and more like old versions of IE in terms of the amount of work it requires to adjust JavaScript code to its "quirks". -- You received th

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-03-05 Thread codesite-noreply
Comment #15 on issue 883 by justin.carlson: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 I agree with jeresig, would like Chrome's implementation to work the same as every other browser when it comes to for-in loops. I see this is marked W

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2009-01-08 Thread codesite-noreply
Comment #14 on issue 883 by mike.brockington: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 "Remembering the order that elements were inserted into an object requires time and, well, memory. So they won't fix it. And I for one agree with that

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-12-18 Thread codesite-noreply
Comment #11 on issue 883 by stav.roy: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Guys this is not a bug. http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-357.pdf Page 6, near the bottom. "The order in which item is bound t

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-12-18 Thread codesite-noreply
Comment #12 on issue 883 by jeresig: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 @stav.roy: The specification does not define how an implementation should handle it - therefore an implementation should conform with other implementations.

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-12-12 Thread codesite-noreply
Comment #10 on issue 883 by lukydvorak: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Status: WontFix - mean will NOT be fixed? Pretty serious bug for our company. -- You received this message because you are listed in the owner or CC fields

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-11-17 Thread codesite-noreply
Issue 883: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Comment #9 by [EMAIL PROTECTED]: gvalentin, bksening: FYI, the previous testcases and the original site work fine. The chrome.html might be related to Issue 3867 -- You received th

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-11-12 Thread codesite-noreply
Issue 883: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Comment #8 by bksening: [Confirmed] The chrome.html still shows error with Chrome 0.4.154.18 (Official Build 5194) -- You received this message because you are listed in the owner or

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-11-11 Thread codesite-noreply
Issue 883: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Comment #7 by gvalentin: Tested with Google Chrome 0.3.154.9 and still doesn't work, so doesn't seems to be fixed, the properties of the array are still iterated in an order different t

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-10-31 Thread codesite-noreply
Issue 883: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Comment #6 by pallosp: Did you mean Status: Fixed? -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You ma

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-10-31 Thread codesite-noreply
Issue 883: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Comment #5 by [EMAIL PROTECTED]: Issue attribute updates: Status: WontFix -- You received this message because you are listed in the owner or CC fields of this issue, or becau

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-10-31 Thread codesite-noreply
Issue 883: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Comment #4 by [EMAIL PROTECTED]: Looks like this got fixed. Both the website and reduction show expected behavior. Google Chrome 0.3.154.9 (Official Build 4058) -- You received this m

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-10-31 Thread codesite-noreply
Issue 883: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Comment #3 by [EMAIL PROTECTED]: Looks like this got fixed. Both the website and reduction show expected behavior. -- You received this message because you are listed in the owner or

[chromium-bugs] Issue 883 in chromium: for in loops don't occur in defined order

2008-09-23 Thread codesite-noreply
Issue 883: for in loops don't occur in defined order http://code.google.com/p/chromium/issues/detail?id=883 Comment #2 by [EMAIL PROTECTED]: Reduction can be accessed by http://go/reductions/883/test-quirks.html Issue attribute updates: Status: Untriaged Labels: Has-reduction Ch